summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadoslaw Stachowiak <radek@gentoo.org>2004-09-25 21:13:06 +0000
committerRadoslaw Stachowiak <radek@gentoo.org>2004-09-25 21:13:06 +0000
commit7ed482a9436e1d3584a10414eb8536cbb8d9f805 (patch)
treedfc6550c83b659575495fc2eef88142b140c7ff6
parentStable on amd64. (Manifest recommit) (diff)
downloadgentoo-2-7ed482a9436e1d3584a10414eb8536cbb8d9f805.tar.gz
gentoo-2-7ed482a9436e1d3584a10414eb8536cbb8d9f805.tar.bz2
gentoo-2-7ed482a9436e1d3584a10414eb8536cbb8d9f805.zip
initial ebuild.
-rw-r--r--net-zope/zfspath/ChangeLog7
-rw-r--r--net-zope/zfspath/Manifest4
-rw-r--r--net-zope/zfspath/files/digest-zfspath-1.0.11
-rw-r--r--net-zope/zfspath/metadata.xml5
-rw-r--r--net-zope/zfspath/zfspath-1.0.1.ebuild21
5 files changed, 38 insertions, 0 deletions
diff --git a/net-zope/zfspath/ChangeLog b/net-zope/zfspath/ChangeLog
new file mode 100644
index 000000000000..99c728348540
--- /dev/null
+++ b/net-zope/zfspath/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for net-zope/zfspath
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zfspath/ChangeLog,v 1.1 2004/09/25 21:13:06 radek Exp $
+
+ 25 Sep 2004; Radoslaw Stachowiak <radek@gentoo.org> :
+ Initial version ebuild by Daniel Palmer <onenonly@itmanagers.net>.
+
diff --git a/net-zope/zfspath/Manifest b/net-zope/zfspath/Manifest
new file mode 100644
index 000000000000..14490799e9a7
--- /dev/null
+++ b/net-zope/zfspath/Manifest
@@ -0,0 +1,4 @@
+MD5 90a3a05773fb45bd5dc5f832d0a02602 zfspath-1.0.1.ebuild 562
+MD5 9bc8f8b2d6f7f4f7070daa896b3d4eb2 ChangeLog 243
+MD5 7890d88c5c6d189fbe6b187a3ebb6532 metadata.xml 161
+MD5 1482dfa309d08b331731acdacec69a4b files/digest-zfspath-1.0.1 61
diff --git a/net-zope/zfspath/files/digest-zfspath-1.0.1 b/net-zope/zfspath/files/digest-zfspath-1.0.1
new file mode 100644
index 000000000000..49e787bb4481
--- /dev/null
+++ b/net-zope/zfspath/files/digest-zfspath-1.0.1
@@ -0,0 +1 @@
+MD5 4c7925dffeec252d31c5b93e1e3012cd ZFSPath-1.0.1.tgz 14478
diff --git a/net-zope/zfspath/metadata.xml b/net-zope/zfspath/metadata.xml
new file mode 100644
index 000000000000..46c8eea1b318
--- /dev/null
+++ b/net-zope/zfspath/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-zope</herd>
+</pkgmetadata>
diff --git a/net-zope/zfspath/zfspath-1.0.1.ebuild b/net-zope/zfspath/zfspath-1.0.1.ebuild
new file mode 100644
index 000000000000..6904ca09143c
--- /dev/null
+++ b/net-zope/zfspath/zfspath-1.0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/zfspath/zfspath-1.0.1.ebuild,v 1.1 2004/09/25 21:13:06 radek Exp $
+
+inherit zproduct
+
+DESCRIPTION="Zope product to allow access to the filesystem."
+HOMEPAGE="http://zope.org/Members/asterisk/ZFSPath/"
+SRC_URI="http://zope.org/Members/asterisk/ZFSPath/${PV}/ZFSPath-${PV}.tgz"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+RDEPEND=">=net-zope/zope-2.6.4
+ ${RDEPEND}"
+
+ZPROD_LIST="ZFSPath"
+
+pkg_postinst()
+{
+ zproduct_pkg_postinst
+ einfo "Please view this product documentation through the ZMI for usage instructions."
+}