aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Broadhead <jamesbroadhead@gmail.com>2011-11-15 12:37:16 +0000
committerJames Broadhead <jamesbroadhead@gmail.com>2011-11-15 12:37:16 +0000
commitc4e0da39a5934aa12eb36a93ee4d05d37d61a00e (patch)
treee001e5ad8ac049511e5f9bdbc819fc8427b59fba
parentUpdating fox deps to fox-1.7.30 - app-editors/adie (diff)
downloadjamesbroadhead-c4e0da39a5934aa12eb36a93ee4d05d37d61a00e.tar.gz
jamesbroadhead-c4e0da39a5934aa12eb36a93ee4d05d37d61a00e.tar.bz2
jamesbroadhead-c4e0da39a5934aa12eb36a93ee4d05d37d61a00e.zip
Updating fox deps to fox-1.7.30 - dev-util/reswrap
-rw-r--r--dev-util/reswrap/Manifest2
-rw-r--r--dev-util/reswrap/reswrap-4.1.0.ebuild30
2 files changed, 32 insertions, 0 deletions
diff --git a/dev-util/reswrap/Manifest b/dev-util/reswrap/Manifest
new file mode 100644
index 0000000..c75eaac
--- /dev/null
+++ b/dev-util/reswrap/Manifest
@@ -0,0 +1,2 @@
+DIST fox-1.7.30.tar.gz 4934744 RMD160 2cb49c51ab6da5ec13fc8d7dd2f9f49fb1319d9e SHA1 bc3ad42da3b2a49d98cdb9ee9a11745a9b8fc47e SHA256 4eb9af4bde8cfe7243738195b62879d607736fa0b43a12fd5be42ef047692714
+EBUILD reswrap-4.1.0.ebuild 687 RMD160 c1f9c805b84fe07174af87e289b859af8ae248a7 SHA1 44433411458000349f1b72c5641ee415d667d7b0 SHA256 516e19e06ce5e5fc9e0ed788181e8496bb8ca8662dc73af8dd32cbdb9fcbdcf5
diff --git a/dev-util/reswrap/reswrap-4.1.0.ebuild b/dev-util/reswrap/reswrap-4.1.0.ebuild
new file mode 100644
index 0000000..e96531e
--- /dev/null
+++ b/dev-util/reswrap/reswrap-4.1.0.ebuild
@@ -0,0 +1,30 @@
+# 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-4.0.0.ebuild,v 1.1 2011/08/25 21:50:11 mabi Exp $
+
+FOX_COMPONENT="utils"
+FOX_PV="1.7.30"
+
+inherit fox
+
+DESCRIPTION="Utility to wrap icon resources into C++ code, from the FOX Toolkit"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=""
+
+FOXCONF="--disable-bz2lib \
+ --disable-jpeg \
+ --without-opengl \
+ --disable-png \
+ --without-shape \
+ --disable-tiff \
+ --without-x \
+ --without-xcursor \
+ --without-xrandr \
+ --without-xshm \
+ --without-xft \
+ --disable-zlib"