diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-06-21 09:20:49 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-06-21 09:20:49 +0000 |
commit | b1b435f0ca21d8318bbe11c7aa644134b1b3f583 (patch) | |
tree | a48c19c3a71d4c706cef1f490e3b9e0a57afd12e /net-news/blam | |
parent | Restore the stable versions (diff) | |
download | gentoo-2-b1b435f0ca21d8318bbe11c7aa644134b1b3f583.tar.gz gentoo-2-b1b435f0ca21d8318bbe11c7aa644134b1b3f583.tar.bz2 gentoo-2-b1b435f0ca21d8318bbe11c7aa644134b1b3f583.zip |
Version bump, drop old.
(Portage version: 2.1.12.8/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-news/blam')
-rw-r--r-- | net-news/blam/ChangeLog | 10 | ||||
-rw-r--r-- | net-news/blam/blam-1.8.12.ebuild | 41 | ||||
-rw-r--r-- | net-news/blam/blam-1.8.6.ebuild | 43 |
3 files changed, 49 insertions, 45 deletions
diff --git a/net-news/blam/ChangeLog b/net-news/blam/ChangeLog index dc82b64114ac..7d093c87f0f9 100644 --- a/net-news/blam/ChangeLog +++ b/net-news/blam/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-news/blam -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/blam/ChangeLog,v 1.61 2012/08/18 12:36:22 xmw Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-news/blam/ChangeLog,v 1.62 2013/06/21 09:20:49 pacho Exp $ + +*blam-1.8.12 (21 Jun 2013) + + 21 Jun 2013; Pacho Ramos <pacho@gentoo.org> +blam-1.8.12.ebuild, + -blam-1.8.6.ebuild: + Version bump, drop old. 18 Aug 2012; Michael Weber <xmw@gentoo.org> blam-1.8.9.ebuild: ppc stable (bug 407701) diff --git a/net-news/blam/blam-1.8.12.ebuild b/net-news/blam/blam-1.8.12.ebuild new file mode 100644 index 000000000000..7253c5d45c66 --- /dev/null +++ b/net-news/blam/blam-1.8.12.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-news/blam/blam-1.8.12.ebuild,v 1.1 2013/06/21 09:20:49 pacho Exp $ + +EAPI=5 +GCONF_DEBUG="no" + +inherit mono-env gnome2 + +DESCRIPTION="A RSS aggregator written in C#" +HOMEPAGE="https://git.gnome.org/browse/blam" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND=" + >=dev-lang/mono-2.6.0 + dev-dotnet/dbus-sharp-glib + >=dev-dotnet/gtk-sharp-2.12.6 + >=dev-dotnet/glade-sharp-2.12.6 + >=dev-dotnet/gconf-sharp-2.8.2 + dev-dotnet/notify-sharp + >=dev-dotnet/webkit-sharp-0.2 + >=gnome-base/libgnomeui-2.2 + >=gnome-base/gconf-2.4 +" +DEPEND="${RDEPEND} + sys-devel/gettext + virtual/pkgconfig + >=dev-util/intltool-0.25 +" + +src_prepare() { + # https://bugzilla.gnome.org/show_bug.cgi?id=702798 + sed -i -e 's/.png//' blam.desktop.in.in || die + sed -i -e 's/Application;//' blam.desktop.in.in || die + + gnome2_src_prepare +} diff --git a/net-news/blam/blam-1.8.6.ebuild b/net-news/blam/blam-1.8.6.ebuild deleted file mode 100644 index 052d084c78b6..000000000000 --- a/net-news/blam/blam-1.8.6.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/blam/blam-1.8.6.ebuild,v 1.9 2012/05/03 04:28:53 jdhore Exp $ - -EAPI=2 - -inherit mono eutils - -DESCRIPTION="A RSS aggregator written in C#" -HOMEPAGE="http://www.cmartin.tk/blam.html" -SRC_URI="http://www.cmartin.tk/blam/${PN}_${PV}.orig.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND=">=dev-lang/mono-2 - >=dev-dotnet/gtk-sharp-2.12.6 - >=dev-dotnet/glade-sharp-2.12.6 - >=dev-dotnet/gnome-sharp-2.16.1 - >=dev-dotnet/gconf-sharp-2.8.2 - >=dev-dotnet/webkit-sharp-0.2 - >=gnome-base/libgnomeui-2.2 - >=gnome-base/gconf-2.4" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig - >=dev-util/intltool-0.25" - -# Disable parallel builds -MAKEOPTS="${MAKEOPTS} -j1" - -src_prepare() { - # fix test suite - echo "blam.desktop.in" >> po/POTFILES.in || die -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog INSTALL NEWS README - mono_multilib_comply -} |