summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2005-11-02 14:28:45 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2005-11-02 14:28:45 +0000
commitfe39ffbfe83a6625c487c43dd4c56b6da471f52b (patch)
tree6dde92233a67f8ca9f6e54e16386fdb9ed246906 /net-zope
parentAdded zpkg eclass (diff)
downloadoverlay-fe39ffbfe83a6625c487c43dd4c56b6da471f52b.tar.gz
overlay-fe39ffbfe83a6625c487c43dd4c56b6da471f52b.tar.bz2
overlay-fe39ffbfe83a6625c487c43dd4c56b6da471f52b.zip
First attempt at a zpkg ebuild
svn path=/; revision=496
Diffstat (limited to 'net-zope')
-rw-r--r--net-zope/contentprovider/contentprovider-20051102.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-zope/contentprovider/contentprovider-20051102.ebuild b/net-zope/contentprovider/contentprovider-20051102.ebuild
new file mode 100644
index 0000000..b0ff105
--- /dev/null
+++ b/net-zope/contentprovider/contentprovider-20051102.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit zpkg
+
+DESCRIPTION="The Zope contentprovider module allows pluggable web pages."
+HOMEPAGE="http://www.zope.org"
+SRC_URI="http://www.gunnarwrobel.de/downloads/${P}.tgz"
+
+LICENSE="ZPL"
+SLOT="0"
+IUSE=""
+
+KEYWORDS="~x86"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"