diff options
author | Matti Bickel <mabi@gentoo.org> | 2014-07-04 20:40:50 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2014-07-04 20:40:50 +0000 |
commit | d523c96a5912f28000c74a1332f9bfca0290a8a4 (patch) | |
tree | e7a07d02a6a05532119c8e03eb2fa0e3ce6e8c61 /x11-misc/shutterbug | |
parent | fix test logic (diff) | |
download | gentoo-2-d523c96a5912f28000c74a1332f9bfca0290a8a4.tar.gz gentoo-2-d523c96a5912f28000c74a1332f9bfca0290a8a4.tar.bz2 gentoo-2-d523c96a5912f28000c74a1332f9bfca0290a8a4.zip |
remove old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
Diffstat (limited to 'x11-misc/shutterbug')
-rw-r--r-- | x11-misc/shutterbug/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/shutterbug/shutterbug-1.7.44.ebuild | 28 |
2 files changed, 4 insertions, 29 deletions
diff --git a/x11-misc/shutterbug/ChangeLog b/x11-misc/shutterbug/ChangeLog index 3a39820d9015..8f9fcb13e4a3 100644 --- a/x11-misc/shutterbug/ChangeLog +++ b/x11-misc/shutterbug/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/shutterbug # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutterbug/ChangeLog,v 1.37 2014/07/04 20:39:57 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutterbug/ChangeLog,v 1.38 2014/07/04 20:40:50 mabi Exp $ + + 04 Jul 2014; Matti Bickel <mabi@gentoo.org> -shutterbug-1.7.44.ebuild: + remove old *shutterbug-1.7.47 (04 Jul 2014) diff --git a/x11-misc/shutterbug/shutterbug-1.7.44.ebuild b/x11-misc/shutterbug/shutterbug-1.7.44.ebuild deleted file mode 100644 index 8d44bbff993c..000000000000 --- a/x11-misc/shutterbug/shutterbug-1.7.44.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutterbug/shutterbug-1.7.44.ebuild,v 1.1 2013/12/13 21:08:43 mabi Exp $ - -EAPI="4" - -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.7 - jpeg? ( virtual/jpeg ) - png? ( media-libs/libpng:0 ) - tiff? ( media-libs/tiff:0 )" - -RDEPEND="${DEPEND}" - -src_configure() { - FOXCONF="$(use_enable jpeg) \ - $(use_enable png) \ - $(use_enable tiff)" fox_src_configure -} |