diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:54:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:54:22 +0000 |
commit | c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e (patch) | |
tree | 6bd40a158fd82749126dcc5558feaef88d101b74 /net-zope/zfspath/zfspath-1.0.1.ebuild | |
parent | 2.8.0 in the house, and 2.6.0 kicked to the curb. (diff) | |
download | historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.gz historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.bz2 historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.zip |
misc touchups
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'net-zope/zfspath/zfspath-1.0.1.ebuild')
-rw-r--r-- | net-zope/zfspath/zfspath-1.0.1.ebuild | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/net-zope/zfspath/zfspath-1.0.1.ebuild b/net-zope/zfspath/zfspath-1.0.1.ebuild index b2f2fb4da3e9..b118ef47c4ae 100644 --- a/net-zope/zfspath/zfspath-1.0.1.ebuild +++ b/net-zope/zfspath/zfspath-1.0.1.ebuild @@ -1,22 +1,21 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 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.3 2004/10/18 12:33:42 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zfspath/zfspath-1.0.1.ebuild,v 1.4 2006/01/27 02:50:50 vapier Exp $ inherit zproduct -DESCRIPTION="Zope product to allow access to the filesystem." +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 ~ppc" -IUSE="" -RDEPEND=">=net-zope/zope-2.6.4 - ${RDEPEND}" +KEYWORDS="~ppc ~x86" + +RDEPEND=">=net-zope/zope-2.6.4" ZPROD_LIST="ZFSPath" -pkg_postinst() -{ +pkg_postinst() { zproduct_pkg_postinst einfo "Please view this product documentation through the ZMI for usage instructions." } |