summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2007-08-13 13:46:55 +0000
committerFabian Groffen <grobian@gentoo.org>2007-08-13 13:46:55 +0000
commit524346924748291614285857d11cced647d9c2a1 (patch)
tree1748dbec6c796217ef10dbcc2c2c94841a3192ee /gnustep-libs
parentadd gnustep-libs/panekit (diff)
downloadprefix-524346924748291614285857d11cced647d9c2a1.tar.gz
prefix-524346924748291614285857d11cced647d9c2a1.tar.bz2
prefix-524346924748291614285857d11cced647d9c2a1.zip
add gnustep-libs/inspectorkit
(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=249
Diffstat (limited to 'gnustep-libs')
-rw-r--r--gnustep-libs/inspectorkit/Manifest2
-rw-r--r--gnustep-libs/inspectorkit/inspectorkit-0.2.ebuild19
2 files changed, 21 insertions, 0 deletions
diff --git a/gnustep-libs/inspectorkit/Manifest b/gnustep-libs/inspectorkit/Manifest
new file mode 100644
index 0000000..3435014
--- /dev/null
+++ b/gnustep-libs/inspectorkit/Manifest
@@ -0,0 +1,2 @@
+DIST etoile-0.2.tar.gz 21233211 RMD160 340add5114d6bd2ba9d6da648ec041702a09d565 SHA1 9d384114f5ac317eebcc6b5cda3a0f5898a7c1c7 SHA256 e3a016ceaeb28c02b9a7ac71db51ced38c0dc0fc36c8b539d878b826f988ae0f
+EBUILD inspectorkit-0.2.ebuild 513 RMD160 c85f35cb32b4f4b4ccb15acef580b5ccf5c96d4c SHA1 88cefde7fbc1c06bbf64189207ad951cec9a914b SHA256 417b97e2a39fb659e7faa9dc4186071878442b92050378450bf140db97bd63da
diff --git a/gnustep-libs/inspectorkit/inspectorkit-0.2.ebuild b/gnustep-libs/inspectorkit/inspectorkit-0.2.ebuild
new file mode 100644
index 0000000..bf90d92
--- /dev/null
+++ b/gnustep-libs/inspectorkit/inspectorkit-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/InspectorKit"
+
+DESCRIPTION="Commonly used inspector adapted for Etoile"
+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"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DEPEND="gnustep-libs/panekit"
+RDPEND="${DEPEND}"