diff options
author | Matti Bickel <mabi@gentoo.org> | 2011-08-25 21:50:11 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2011-08-25 21:50:11 +0000 |
commit | 63954296ae300f691bc709be402fdab4e33f79aa (patch) | |
tree | fbccbd33e76156a93b18d40ae0c047e3edf4bc52 /dev-util | |
parent | version bump, mainly fixes compiling against libpng15 (diff) | |
download | gentoo-2-63954296ae300f691bc709be402fdab4e33f79aa.tar.gz gentoo-2-63954296ae300f691bc709be402fdab4e33f79aa.tar.bz2 gentoo-2-63954296ae300f691bc709be402fdab4e33f79aa.zip |
version bump for fox-1.6, remove dead version (re bug #334525)
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/reswrap/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/reswrap/reswrap-4.0.0.ebuild (renamed from dev-util/reswrap/reswrap-3.1.0.ebuild) | 13 |
2 files changed, 15 insertions, 8 deletions
diff --git a/dev-util/reswrap/ChangeLog b/dev-util/reswrap/ChangeLog index f4ddc00d719c..5d49e60aecb3 100644 --- a/dev-util/reswrap/ChangeLog +++ b/dev-util/reswrap/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/reswrap -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/reswrap/ChangeLog,v 1.12 2009/09/23 17:48:09 patrick Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/reswrap/ChangeLog,v 1.13 2011/08/25 21:50:11 mabi Exp $ + +*reswrap-4.0.0 (25 Aug 2011) + + 25 Aug 2011; Matti Bickel <mabi@gentoo.org> -reswrap-3.1.0.ebuild, + +reswrap-4.0.0.ebuild: + version bump for fox-1.6, remove dead version (re bug #334525) 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> reswrap-3.1.0.ebuild, reswrap-3.2.0.ebuild: diff --git a/dev-util/reswrap/reswrap-3.1.0.ebuild b/dev-util/reswrap/reswrap-4.0.0.ebuild index 5f71f4f278e3..1a63c6e63098 100644 --- a/dev-util/reswrap/reswrap-3.1.0.ebuild +++ b/dev-util/reswrap/reswrap-4.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/reswrap/reswrap-3.1.0.ebuild,v 1.2 2009/09/23 17:48:09 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/reswrap/reswrap-4.0.0.ebuild,v 1.1 2011/08/25 21:50:11 mabi Exp $ FOX_COMPONENT="utils" -FOX_PV="1.2.15" +FOX_PV="1.6.40" inherit fox @@ -11,19 +11,20 @@ DESCRIPTION="Utility to wrap icon resources into C++ code, from the FOX Toolkit" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~alpha ~hppa ~ppc ~ppc64 ~sparc" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="" FOXCONF="--disable-bz2lib \ - --disable-cups \ --disable-jpeg \ --without-opengl \ --disable-png \ + --without-shape \ --disable-tiff \ --without-x \ --without-xcursor \ - --without-xft \ + --without-xrandr \ --without-xshm \ + --without-xft \ --disable-zlib" |