diff options
author | Matti Bickel <mabi@gentoo.org> | 2014-11-11 21:14:21 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2014-11-11 21:14:21 +0000 |
commit | d1d936729b33b541e19c4807fa465658bc6764a6 (patch) | |
tree | fd50e0ed3bd6292a04ce89890dfd3330f7c2ccbb /x11-misc/shutterbug | |
parent | net-libs/libupnp: Use Suse patch to fo compilation problem with latest gcc/gl... (diff) | |
download | gentoo-2-d1d936729b33b541e19c4807fa465658bc6764a6.tar.gz gentoo-2-d1d936729b33b541e19c4807fa465658bc6764a6.tar.bz2 gentoo-2-d1d936729b33b541e19c4807fa465658bc6764a6.zip |
version bump in lockstep with fox
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
Diffstat (limited to 'x11-misc/shutterbug')
-rw-r--r-- | x11-misc/shutterbug/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/shutterbug/shutterbug-1.7.49.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/x11-misc/shutterbug/ChangeLog b/x11-misc/shutterbug/ChangeLog index 8f9fcb13e4a3..a67fb0698873 100644 --- a/x11-misc/shutterbug/ChangeLog +++ b/x11-misc/shutterbug/ChangeLog @@ -1,6 +1,11 @@ # 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.38 2014/07/04 20:40:50 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutterbug/ChangeLog,v 1.39 2014/11/11 21:14:21 mabi Exp $ + +*shutterbug-1.7.49 (11 Nov 2014) + + 11 Nov 2014; Matti Bickel <mabi@gentoo.org> +shutterbug-1.7.49.ebuild: + version bump in lockstep with fox 04 Jul 2014; Matti Bickel <mabi@gentoo.org> -shutterbug-1.7.44.ebuild: remove old diff --git a/x11-misc/shutterbug/shutterbug-1.7.49.ebuild b/x11-misc/shutterbug/shutterbug-1.7.49.ebuild new file mode 100644 index 000000000000..50c7c41c5577 --- /dev/null +++ b/x11-misc/shutterbug/shutterbug-1.7.49.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/shutterbug/shutterbug-1.7.49.ebuild,v 1.1 2014/11/11 21:14:21 mabi Exp $ + +EAPI="5" + +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 + x11-libs/libICE + x11-libs/libSM + 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 +} |