summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-util/reswrap
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-util/reswrap')
-rw-r--r--dev-util/reswrap/Manifest2
-rw-r--r--dev-util/reswrap/metadata.xml9
-rw-r--r--dev-util/reswrap/reswrap-3.2.0.ebuild31
-rw-r--r--dev-util/reswrap/reswrap-4.0.0.ebuild30
4 files changed, 72 insertions, 0 deletions
diff --git a/dev-util/reswrap/Manifest b/dev-util/reswrap/Manifest
new file mode 100644
index 000000000000..1762ee7adecf
--- /dev/null
+++ b/dev-util/reswrap/Manifest
@@ -0,0 +1,2 @@
+DIST fox-1.4.12.tar.gz 3922769 SHA256 a83966681aff8fa204504abe0e4654f8405597998ab8dcbf37b425fd7f59eb12 SHA512 aa2accc25fc740c4959dec5ebb87b86afb035e65636986a220e3d43582da3aabaa2ee8ce9acc2c043fb530c12fc0f0806c06ff75155afc47e7dc783bef44d8f7 WHIRLPOOL b4e1daff7cc3293f9085fbd93745817a46965a24bdb138426fcff0dfab24ad495b8e8611030f02e1d5a809effcb00c4a4aa453c760b23278bdd20569f7d5e666
+DIST fox-1.6.40.tar.gz 4353981 SHA256 19bcdb56f3985ef359adc1cf3a392d11cad0d097c646dd73c8ef1349faa1ba6f SHA512 63c46b3db2693c91dc6277b08395ab3a0748414471b7bff10062cac9ddc5e743ee7af5b85ea5f7b7dc96723baa1c9ff7ae18a0f503a210b6255ac956023ac17b WHIRLPOOL c4c946de1f40de5544f7c3a310bc8705315f0123d370240b7db812509f4640815e05c6d82adef4e9592520541f7cff4134fee53ce26be239fc9c5c6c4aac596b
diff --git a/dev-util/reswrap/metadata.xml b/dev-util/reswrap/metadata.xml
new file mode 100644
index 000000000000..550647655b44
--- /dev/null
+++ b/dev-util/reswrap/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>mabi@gentoo.org</email>
+ <name>Matti Bickel</name>
+ </maintainer>
+</pkgmetadata>
+
diff --git a/dev-util/reswrap/reswrap-3.2.0.ebuild b/dev-util/reswrap/reswrap-3.2.0.ebuild
new file mode 100644
index 000000000000..a87c8b2bf984
--- /dev/null
+++ b/dev-util/reswrap/reswrap-3.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+FOX_COMPONENT="utils"
+FOX_PV="1.4.12"
+
+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-cups \
+ --disable-jpeg \
+ --without-opengl \
+ --disable-png \
+ --without-shape \
+ --disable-tiff \
+ --without-x \
+ --without-xcursor \
+ --without-xrandr \
+ --without-xshm \
+ --without-xft \
+ --disable-zlib"
diff --git a/dev-util/reswrap/reswrap-4.0.0.ebuild b/dev-util/reswrap/reswrap-4.0.0.ebuild
new file mode 100644
index 000000000000..5d46475007c5
--- /dev/null
+++ b/dev-util/reswrap/reswrap-4.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+FOX_COMPONENT="utils"
+FOX_PV="1.6.40"
+
+inherit fox
+
+DESCRIPTION="Utility to wrap icon resources into C++ code, from the FOX Toolkit"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+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"