diff options
author | Fabian Groffen <grobian@gentoo.org> | 2007-08-13 18:43:45 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2007-08-13 18:43:45 +0000 |
commit | 0ccff8284560bae78fbd1236a0400d01d26b7fd9 (patch) | |
tree | 915def6e9f15eb886ab7ae008d4498aadb388370 | |
parent | add gnustep-libs/volumecontrol-menulet (diff) | |
download | prefix-0ccff8284560bae78fbd1236a0400d01d26b7fd9.tar.gz prefix-0ccff8284560bae78fbd1236a0400d01d26b7fd9.tar.bz2 prefix-0ccff8284560bae78fbd1236a0400d01d26b7fd9.zip |
add gnustep-libs/wizardkit
(Portage 2.2.00.7595-prefix/SVN/Linux 2.6.20-1.2925.fc6 AMD Athlon(tm) 64 X2 Dual Core Processor 3800+)
svn path=/prefix-overlay/; revision=278
-rw-r--r-- | gnustep-libs/wizardkit/Manifest | 2 | ||||
-rw-r--r-- | gnustep-libs/wizardkit/wizardkit-0.1.ebuild | 18 |
2 files changed, 20 insertions, 0 deletions
diff --git a/gnustep-libs/wizardkit/Manifest b/gnustep-libs/wizardkit/Manifest new file mode 100644 index 0000000..06086e7 --- /dev/null +++ b/gnustep-libs/wizardkit/Manifest @@ -0,0 +1,2 @@ +DIST WizardKit-0.1.tar.bz2 38291 RMD160 0f212033d28b9524c2379c94cef37f9877e1b071 SHA1 5c5664a9a7bf4bd9cf5515c4955ba03b26299b93 SHA256 1579e8192b4a283d5d8f4aa5c486441fe0f11b67edb9911cb410ee8280e38d07 +EBUILD wizardkit-0.1.ebuild 403 RMD160 8f2575b4b7a780002f11125a983ac20148d5cb94 SHA1 9a8afced4aba7ab30bd6693a17bc008b4f6b0d74 SHA256 68a43221099e0ad39f799cbc06e345444257dd2271a905645bc19509c535f6b6 diff --git a/gnustep-libs/wizardkit/wizardkit-0.1.ebuild b/gnustep-libs/wizardkit/wizardkit-0.1.ebuild new file mode 100644 index 0000000..1a3eb46 --- /dev/null +++ b/gnustep-libs/wizardkit/wizardkit-0.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="prefix" + +inherit gnustep-2 + +MY_PN="WizardKit" +S="${WORKDIR}/${MY_PN}-${PV}" + +DESCRIPTION="Wizard support framework" +HOMEPAGE="http://home.gna.org/pmanager/" +SRC_URI="http://download.gna.org/pmanager/0.2/${MY_PN}-${PV}.tar.bz2" + +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-2" +SLOT="0" |