summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnustep-libs/distributedview/Manifest2
-rw-r--r--gnustep-libs/distributedview/distributedview-0.2.ebuild19
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}"