diff options
author | Radoslaw Stachowiak <radek@gentoo.org> | 2004-09-25 21:19:10 +0000 |
---|---|---|
committer | Radoslaw Stachowiak <radek@gentoo.org> | 2004-09-25 21:19:10 +0000 |
commit | 5aabb5deb121a2ceb9d2bf034ebe5e4c8a3736cc (patch) | |
tree | ade3e215ed111a0dfa6938c854ab33b13da67b17 /net-zope/zfspath | |
parent | New package; key'd ~x86. (Manifest recommit) (diff) | |
download | gentoo-2-5aabb5deb121a2ceb9d2bf034ebe5e4c8a3736cc.tar.gz gentoo-2-5aabb5deb121a2ceb9d2bf034ebe5e4c8a3736cc.tar.bz2 gentoo-2-5aabb5deb121a2ceb9d2bf034ebe5e4c8a3736cc.zip |
added IUSE
Diffstat (limited to 'net-zope/zfspath')
-rw-r--r-- | net-zope/zfspath/ChangeLog | 7 | ||||
-rw-r--r-- | net-zope/zfspath/Manifest | 4 | ||||
-rw-r--r-- | net-zope/zfspath/zfspath-1.0.1.ebuild | 3 |
3 files changed, 10 insertions, 4 deletions
diff --git a/net-zope/zfspath/ChangeLog b/net-zope/zfspath/ChangeLog index 99c728348540..fcb4c2d398cc 100644 --- a/net-zope/zfspath/ChangeLog +++ b/net-zope/zfspath/ChangeLog @@ -1,6 +1,11 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zfspath/ChangeLog,v 1.2 2004/09/25 21:19:10 radek Exp $ + +*zfspath-1.0.1 (25 Sep 2004) + + 25 Sep 2004; Radoslaw Stachowiak <radek@gentoo.org> zfspath-1.0.1.ebuild: + added IUSE as its not inherited from eclass. 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 index 3dbdfa3f4fe8..3729b762b8fd 100644 --- a/net-zope/zfspath/Manifest +++ b/net-zope/zfspath/Manifest @@ -1,4 +1,4 @@ -MD5 c015834607ae199fa4059120f16d6ed9 zfspath-1.0.1.ebuild 660 -MD5 f2737392716b400dd3c7c6c885ad7015 ChangeLog 330 +MD5 a281793f3a78780f3a0172eab97be68d zfspath-1.0.1.ebuild 668 +MD5 7af0657c67723b03a74ffb70e93f3f5a ChangeLog 484 MD5 7890d88c5c6d189fbe6b187a3ebb6532 metadata.xml 161 MD5 1482dfa309d08b331731acdacec69a4b files/digest-zfspath-1.0.1 61 diff --git a/net-zope/zfspath/zfspath-1.0.1.ebuild b/net-zope/zfspath/zfspath-1.0.1.ebuild index 6904ca09143c..2a445f7e55fd 100644 --- a/net-zope/zfspath/zfspath-1.0.1.ebuild +++ b/net-zope/zfspath/zfspath-1.0.1.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zfspath/zfspath-1.0.1.ebuild,v 1.2 2004/09/25 21:19:10 radek Exp $ inherit zproduct @@ -9,6 +9,7 @@ HOMEPAGE="http://zope.org/Members/asterisk/ZFSPath/" SRC_URI="http://zope.org/Members/asterisk/ZFSPath/${PV}/ZFSPath-${PV}.tgz" LICENSE="GPL-2" KEYWORDS="~x86" +IUSE="" RDEPEND=">=net-zope/zope-2.6.4 ${RDEPEND}" |