diff options
author | Fabian Groffen <grobian@gentoo.org> | 2007-08-13 19:08:59 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2007-08-13 19:08:59 +0000 |
commit | 4f080a43e8b1db413a2ca86e5258f596b7e58483 (patch) | |
tree | 876389c8943c758ba17032078e06d50e3a513ff0 | |
parent | add gnustep-apps/grr (diff) | |
download | prefix-4f080a43e8b1db413a2ca86e5258f596b7e58483.tar.gz prefix-4f080a43e8b1db413a2ca86e5258f596b7e58483.tar.bz2 prefix-4f080a43e8b1db413a2ca86e5258f596b7e58483.zip |
add gnustep-apps/outerspace
(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=286
-rw-r--r-- | gnustep-apps/outerspace/Manifest | 2 | ||||
-rw-r--r-- | gnustep-apps/outerspace/outerspace-0.2.ebuild | 23 |
2 files changed, 25 insertions, 0 deletions
diff --git a/gnustep-apps/outerspace/Manifest b/gnustep-apps/outerspace/Manifest new file mode 100644 index 0000000..1584a1f --- /dev/null +++ b/gnustep-apps/outerspace/Manifest @@ -0,0 +1,2 @@ +DIST etoile-0.2.tar.gz 21233211 RMD160 340add5114d6bd2ba9d6da648ec041702a09d565 SHA1 9d384114f5ac317eebcc6b5cda3a0f5898a7c1c7 SHA256 e3a016ceaeb28c02b9a7ac71db51ced38c0dc0fc36c8b539d878b826f988ae0f +EBUILD outerspace-0.2.ebuild 548 RMD160 b45c2d78d835511ad0088041c7b644e31c0dd65b SHA1 b7298d527c0aabc0c2ddd089f70a978ce7589afe SHA256 5203f686d2c3b479f85b72fe30849650558e731d954fde560bd81a427c373667 diff --git a/gnustep-apps/outerspace/outerspace-0.2.ebuild b/gnustep-apps/outerspace/outerspace-0.2.ebuild new file mode 100644 index 0000000..e2c39b1 --- /dev/null +++ b/gnustep-apps/outerspace/outerspace-0.2.ebuild @@ -0,0 +1,23 @@ +# 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}/Services/User/OuterSpace" + +DESCRIPTION="Spacial file manager for the Etoile project" +HOMEPAGE="http://www.etoile-project.org" +SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~x86 ~amd64" +SLOT="0" + +DEPEND="gnustep-libs/distributedview + gnustep-libs/etoile-ui + gnustep-libs/iconkit + gnustep-libs/inspectorkit" +RDEPEND="${DEPEND}" |