diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-09-29 19:36:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-09-29 19:36:01 +0000 |
commit | 062058e126b90fa5eceaa532a2e4b177a4943bd4 (patch) | |
tree | fbeb8267db9afeb399de43de74b094256574b609 /x11-misc/shutterbug | |
parent | clean old, dep-broken versions (diff) | |
download | gentoo-2-062058e126b90fa5eceaa532a2e4b177a4943bd4.tar.gz gentoo-2-062058e126b90fa5eceaa532a2e4b177a4943bd4.tar.bz2 gentoo-2-062058e126b90fa5eceaa532a2e4b177a4943bd4.zip |
clean old, dep-broken versions
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'x11-misc/shutterbug')
-rw-r--r-- | x11-misc/shutterbug/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/shutterbug/shutterbug-1.6.34.ebuild | 23 | ||||
-rw-r--r-- | x11-misc/shutterbug/shutterbug-1.6.35.ebuild | 25 |
3 files changed, 5 insertions, 49 deletions
diff --git a/x11-misc/shutterbug/ChangeLog b/x11-misc/shutterbug/ChangeLog index 62c2e2cc456e..a8574b54bf22 100644 --- a/x11-misc/shutterbug/ChangeLog +++ b/x11-misc/shutterbug/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/shutterbug # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutterbug/ChangeLog,v 1.26 2010/07/27 01:35:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutterbug/ChangeLog,v 1.27 2010/09/29 19:36:01 mr_bones_ Exp $ + + 29 Sep 2010; Michael Sterrett <mr_bones_@gentoo.org> + -shutterbug-1.6.34.ebuild, -shutterbug-1.6.35.ebuild: + clean old, dep-broken versions 27 Jul 2010; Jeroen Roovers <jer@gentoo.org> shutterbug-1.6.36.ebuild: Stable for HPPA (bug #309199). diff --git a/x11-misc/shutterbug/shutterbug-1.6.34.ebuild b/x11-misc/shutterbug/shutterbug-1.6.34.ebuild deleted file mode 100644 index e4608d1b854d..000000000000 --- a/x11-misc/shutterbug/shutterbug-1.6.34.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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.34.ebuild,v 1.2 2009/03/31 16:48:10 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.35.ebuild b/x11-misc/shutterbug/shutterbug-1.6.35.ebuild deleted file mode 100644 index 706a37f16480..000000000000 --- a/x11-misc/shutterbug/shutterbug-1.6.35.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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.35.ebuild,v 1.5 2009/04/10 15:10:25 armin76 Exp $ - -EAPI="1" - -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:1.6 - 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)" |