diff options
author | 2007-08-13 09:07:21 +0000 | |
---|---|---|
committer | 2007-08-13 09:07:21 +0000 | |
commit | 70227c459d060ecb21347fcac95d80c8f0dc7ee5 (patch) | |
tree | c169437d35bf091b70abc3ceea9659ad612c7b18 /gnustep-libs | |
parent | add gnustep-libs/etoile-ui (diff) | |
download | prefix-70227c459d060ecb21347fcac95d80c8f0dc7ee5.tar.gz prefix-70227c459d060ecb21347fcac95d80c8f0dc7ee5.tar.bz2 prefix-70227c459d060ecb21347fcac95d80c8f0dc7ee5.zip |
add gnustep-libs/distributedview
(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=239
Diffstat (limited to 'gnustep-libs')
-rw-r--r-- | gnustep-libs/distributedview/Manifest | 2 | ||||
-rw-r--r-- | gnustep-libs/distributedview/distributedview-0.2.ebuild | 19 |
2 files changed, 21 insertions, 0 deletions
diff --git a/gnustep-libs/distributedview/Manifest b/gnustep-libs/distributedview/Manifest new file mode 100644 index 0000000..1b96bac --- /dev/null +++ b/gnustep-libs/distributedview/Manifest @@ -0,0 +1,2 @@ +DIST etoile-0.2.tar.gz 21233211 RMD160 340add5114d6bd2ba9d6da648ec041702a09d565 SHA1 9d384114f5ac317eebcc6b5cda3a0f5898a7c1c7 SHA256 e3a016ceaeb28c02b9a7ac71db51ced38c0dc0fc36c8b539d878b826f988ae0f +EBUILD distributedview-0.2.ebuild 544 RMD160 ef38df9176829baf194a48b42156ffba4634304f SHA1 edd76ca9bb696822dbb52e0a1886e9f18bdfc65d SHA256 37a4d4554f7a52f5ae36b8750de307d91c00e0b74c592e6463c5b61f6f2498ec diff --git a/gnustep-libs/distributedview/distributedview-0.2.ebuild b/gnustep-libs/distributedview/distributedview-0.2.ebuild new file mode 100644 index 0000000..8311823 --- /dev/null +++ b/gnustep-libs/distributedview/distributedview-0.2.ebuild @@ -0,0 +1,19 @@ +# 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/DistributedView" + +DESCRIPTION="Etoile project extensions framework, provides a flexible icon view" +HOMEPAGE="http://www.etoile-project.org/etoile/mediawiki/index.php?title=DistributedView" +SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.gz" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +DEPEND="gnustep-libs/etoile-ui" +RDEPEND="${DEPEND}" |