diff options
author | Fabian Groffen <grobian@gentoo.org> | 2007-08-13 09:20:49 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2007-08-13 09:20:49 +0000 |
commit | 91fe703d66f8f0f3573dcf22bf234902042b8ba6 (patch) | |
tree | a9aeb2e19d688aff6ba1999d3404fafa367504f1 | |
parent | add gnustep-libs/ogrekit (diff) | |
download | prefix-91fe703d66f8f0f3573dcf22bf234902042b8ba6.tar.gz prefix-91fe703d66f8f0f3573dcf22bf234902042b8ba6.tar.bz2 prefix-91fe703d66f8f0f3573dcf22bf234902042b8ba6.zip |
add gnustep-libs/collectionkit
(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=244
-rw-r--r-- | gnustep-libs/collectionkit/Manifest | 2 | ||||
-rw-r--r-- | gnustep-libs/collectionkit/collectionkit-0.2.ebuild | 16 |
2 files changed, 18 insertions, 0 deletions
diff --git a/gnustep-libs/collectionkit/Manifest b/gnustep-libs/collectionkit/Manifest new file mode 100644 index 0000000..2bd9bfb --- /dev/null +++ b/gnustep-libs/collectionkit/Manifest @@ -0,0 +1,2 @@ +DIST etoile-0.2.tar.gz 21233211 RMD160 340add5114d6bd2ba9d6da648ec041702a09d565 SHA1 9d384114f5ac317eebcc6b5cda3a0f5898a7c1c7 SHA256 e3a016ceaeb28c02b9a7ac71db51ced38c0dc0fc36c8b539d878b826f988ae0f +EBUILD collectionkit-0.2.ebuild 469 RMD160 db96ed516018d42e740ad132b1fea8bff2ae6519 SHA1 bcb4e024d378192b30308c39a43945b4f287df70 SHA256 3a5aa9058a17f8ae92e528c2687fbc0ee9d20e60395ab5aa78318f09d5832a01 diff --git a/gnustep-libs/collectionkit/collectionkit-0.2.ebuild b/gnustep-libs/collectionkit/collectionkit-0.2.ebuild new file mode 100644 index 0000000..ffe45c4 --- /dev/null +++ b/gnustep-libs/collectionkit/collectionkit-0.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="prefix" + +inherit gnustep-2 + +S="${WORKDIR}/Etoile-${PV}/Frameworks/CollectionKit" + +DESCRIPTION="Generic collection-based support framework" +HOMEPAGE="http://www.etoile-project.org/etoile/mediawiki/index.php?title=Frameworks_Suite" +SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.gz" +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~x86" +SLOT="0" |