summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2007-08-13 13:48:27 +0000
committerFabian Groffen <grobian@gentoo.org>2007-08-13 13:48:27 +0000
commit1d56babacdaa8c71306416fced51440ed175f33d (patch)
tree19fe7f32cc6318ba1b2db7582281754dbf4b5e90
parentadd gnustep-libs/inspectorkit (diff)
downloadprefix-1d56babacdaa8c71306416fced51440ed175f33d.tar.gz
prefix-1d56babacdaa8c71306416fced51440ed175f33d.tar.bz2
prefix-1d56babacdaa8c71306416fced51440ed175f33d.zip
add gnustep-libs/opmlkit
(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=250
-rw-r--r--gnustep-libs/opmlkit/Manifest2
-rw-r--r--gnustep-libs/opmlkit/opmlkit-0.2.ebuild17
2 files changed, 19 insertions, 0 deletions
diff --git a/gnustep-libs/opmlkit/Manifest b/gnustep-libs/opmlkit/Manifest
new file mode 100644
index 0000000..46459e8
--- /dev/null
+++ b/gnustep-libs/opmlkit/Manifest
@@ -0,0 +1,2 @@
+DIST etoile-0.2.tar.gz 21233211 RMD160 340add5114d6bd2ba9d6da648ec041702a09d565 SHA1 9d384114f5ac317eebcc6b5cda3a0f5898a7c1c7 SHA256 e3a016ceaeb28c02b9a7ac71db51ced38c0dc0fc36c8b539d878b826f988ae0f
+EBUILD opmlkit-0.2.ebuild 449 RMD160 9eda4b4398ca2d7a0cdd5d51e7d157e8b93843fc SHA1 21029a2e037ce906b3e23f7fc450126bb431cf2b SHA256 3405b9a0f69b9f85e9c6eb6df7734eda13dd4067894b47074a4f1ad706672777
diff --git a/gnustep-libs/opmlkit/opmlkit-0.2.ebuild b/gnustep-libs/opmlkit/opmlkit-0.2.ebuild
new file mode 100644
index 0000000..29eb675
--- /dev/null
+++ b/gnustep-libs/opmlkit/opmlkit-0.2.ebuild
@@ -0,0 +1,17 @@
+# 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/OPMLKit"
+
+DESCRIPTION="OPML documents 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="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"