summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2007-08-13 15:37:47 +0000
committerFabian Groffen <grobian@gentoo.org>2007-08-13 15:37:47 +0000
commit77f0fb00378791f1952c957ed87883c61e40919a (patch)
tree43a602b11df2f489ee8d9572edefb70ec6c5728d
parentadd gnustep-libs/popplerkit (diff)
downloadprefix-77f0fb00378791f1952c957ed87883c61e40919a.tar.gz
prefix-77f0fb00378791f1952c957ed87883c61e40919a.tar.bz2
prefix-77f0fb00378791f1952c957ed87883c61e40919a.zip
add gnustep-libs/bookmarkkit
(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=254
-rw-r--r--gnustep-libs/bookmarkkit/Manifest2
-rw-r--r--gnustep-libs/bookmarkkit/bookmarkkit-0.2.ebuild19
2 files changed, 21 insertions, 0 deletions
diff --git a/gnustep-libs/bookmarkkit/Manifest b/gnustep-libs/bookmarkkit/Manifest
new file mode 100644
index 0000000..b52f1f3
--- /dev/null
+++ b/gnustep-libs/bookmarkkit/Manifest
@@ -0,0 +1,2 @@
+DIST etoile-0.2.tar.gz 21233211 RMD160 340add5114d6bd2ba9d6da648ec041702a09d565 SHA1 9d384114f5ac317eebcc6b5cda3a0f5898a7c1c7 SHA256 e3a016ceaeb28c02b9a7ac71db51ced38c0dc0fc36c8b539d878b826f988ae0f
+EBUILD bookmarkkit-0.2.ebuild 516 RMD160 0065e5355806429d722cb9ee5100cd807e22f59b SHA1 b4c1e90fa7d9be97c8f4d3ddb37dec6e03d8e2e4 SHA256 6e5962a7eb68c9b24a43facdfb78884d1e19f2b2480ef16cce8b3ceb4f5a5ccb
diff --git a/gnustep-libs/bookmarkkit/bookmarkkit-0.2.ebuild b/gnustep-libs/bookmarkkit/bookmarkkit-0.2.ebuild
new file mode 100644
index 0000000..95db199
--- /dev/null
+++ b/gnustep-libs/bookmarkkit/bookmarkkit-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/BookmarkKit"
+
+DESCRIPTION="System wide bookmarks support framework"
+HOMEPAGE="http://www.etoile-project.org/etoile/mediawiki/index.php?title=BookmarkKit"
+SRC_URI="http://download.gna.org/etoile/etoile-${PV}.tar.gz"
+LICENSE="LGPL-2.1"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DEPEND="gnustep-libs/collectionkit"
+RDEPEND="${DEPEND}"