diff options
author | Matti Bickel <mabi@gentoo.org> | 2009-03-01 12:08:44 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2009-03-01 12:08:44 +0000 |
commit | eea93f29d15baf7a9dcde3951142059e13ce78f3 (patch) | |
tree | f8383e3a3a260063f814d13d5721dbacc5c9db7b /x11-misc/shutterbug | |
parent | find kdevelop version with versionator (diff) | |
download | gentoo-2-eea93f29d15baf7a9dcde3951142059e13ce78f3.tar.gz gentoo-2-eea93f29d15baf7a9dcde3951142059e13ce78f3.tar.bz2 gentoo-2-eea93f29d15baf7a9dcde3951142059e13ce78f3.zip |
bump, uses eapi=1 now
(Portage version: 2.1.6.7/cvs/Linux ppc)
Diffstat (limited to 'x11-misc/shutterbug')
-rw-r--r-- | x11-misc/shutterbug/ChangeLog | 12 | ||||
-rw-r--r-- | x11-misc/shutterbug/shutterbug-1.6.30.ebuild | 23 | ||||
-rw-r--r-- | x11-misc/shutterbug/shutterbug-1.6.35.ebuild (renamed from x11-misc/shutterbug/shutterbug-1.6.31.ebuild) | 8 |
3 files changed, 15 insertions, 28 deletions
diff --git a/x11-misc/shutterbug/ChangeLog b/x11-misc/shutterbug/ChangeLog index f272d7481569..28a7689827a2 100644 --- a/x11-misc/shutterbug/ChangeLog +++ b/x11-misc/shutterbug/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-misc/shutterbug -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutterbug/ChangeLog,v 1.16 2008/10/04 09:05:31 mabi Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutterbug/ChangeLog,v 1.17 2009/03/01 12:08:44 mabi Exp $ + +*shutterbug-1.6.35 (01 Mar 2009) + + 01 Mar 2009; Matti Bickel <mabi@gentoo.org> -shutterbug-1.6.30.ebuild, + -shutterbug-1.6.31.ebuild, +shutterbug-1.6.35.ebuild: + removed old builds, added new version using EAPI 1 slot deps, to avoid + bumping when nothing really changed in the fox stable api. This will be the + last bump for shutterbug-1.6 *shutterbug-1.6.34 (04 Oct 2008) diff --git a/x11-misc/shutterbug/shutterbug-1.6.30.ebuild b/x11-misc/shutterbug/shutterbug-1.6.30.ebuild deleted file mode 100644 index e7379e57ce95..000000000000 --- a/x11-misc/shutterbug/shutterbug-1.6.30.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutterbug/shutterbug-1.6.30.ebuild,v 1.2 2007/11/21 16:49:29 jer Exp $ - -inherit fox - -DESCRIPTION="Screenshot utility based on the FOX Toolkit" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="jpeg png tiff" - -DEPEND="~x11-libs/fox-${PV} - jpeg? ( >=media-libs/jpeg-6b ) - png? ( >=media-libs/libpng-1.2.5 ) - tiff? ( >=media-libs/tiff-3.5.7 )" - -RDEPEND="${DEPEND}" - -FOXCONF="$(use_enable jpeg) \ - $(use_enable png) \ - $(use_enable tiff)" diff --git a/x11-misc/shutterbug/shutterbug-1.6.31.ebuild b/x11-misc/shutterbug/shutterbug-1.6.35.ebuild index 720f4d8a6adc..4a9b2a9e78d0 100644 --- a/x11-misc/shutterbug/shutterbug-1.6.31.ebuild +++ b/x11-misc/shutterbug/shutterbug-1.6.35.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutterbug/shutterbug-1.6.31.ebuild,v 1.1 2008/02/18 07:58:07 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutterbug/shutterbug-1.6.35.ebuild,v 1.1 2009/03/01 12:08:44 mabi Exp $ + +EAPI="1" inherit fox @@ -11,7 +13,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="jpeg png tiff" -DEPEND="~x11-libs/fox-${PV} +DEPEND="x11-libs/fox:1.6 jpeg? ( >=media-libs/jpeg-6b ) png? ( >=media-libs/libpng-1.2.5 ) tiff? ( >=media-libs/tiff-3.5.7 )" |