diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 04:05:55 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 04:05:55 +0000 |
commit | ec00a4fdaa24c0fc8799fa575ef1e7aa8e48eb17 (patch) | |
tree | c6d1dad0df3adc41b15f185759c4991ee8524bab /dev-perl/Fuse | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-ec00a4fdaa24c0fc8799fa575ef1e7aa8e48eb17.tar.gz gentoo-2-ec00a4fdaa24c0fc8799fa575ef1e7aa8e48eb17.tar.bz2 gentoo-2-ec00a4fdaa24c0fc8799fa575ef1e7aa8e48eb17.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Fuse')
-rw-r--r-- | dev-perl/Fuse/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Fuse/Fuse-0.06.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/Fuse/Fuse-0.07.ebuild | 8 |
3 files changed, 15 insertions, 7 deletions
diff --git a/dev-perl/Fuse/ChangeLog b/dev-perl/Fuse/ChangeLog index b1ed9d20c7eb..dbbf83a499dc 100644 --- a/dev-perl/Fuse/ChangeLog +++ b/dev-perl/Fuse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Fuse # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fuse/ChangeLog,v 1.3 2006/07/04 08:47:55 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fuse/ChangeLog,v 1.4 2006/08/05 04:05:55 mcummings Exp $ + + 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> Fuse-0.06.ebuild, + Fuse-0.07.ebuild: + Adding perl dep; fixed DEPEND 04 Jul 2006; Christian Hartmann <ian@gentoo.org> Fuse-0.06.ebuild, Fuse-0.07.ebuild: diff --git a/dev-perl/Fuse/Fuse-0.06.ebuild b/dev-perl/Fuse/Fuse-0.06.ebuild index 6e1aeb12402b..22189cd4533c 100644 --- a/dev-perl/Fuse/Fuse-0.06.ebuild +++ b/dev-perl/Fuse/Fuse-0.06.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fuse/Fuse-0.06.ebuild,v 1.2 2006/07/04 08:47:55 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fuse/Fuse-0.06.ebuild,v 1.3 2006/08/05 04:05:55 mcummings Exp $ inherit perl-module @@ -8,7 +8,8 @@ DESCRIPTION="Fuse module for perl" SRC_URI="http://cpan.uwinnipeg.ca/cpan/authors/id/D/DP/DPAVLIN/${P}.tar.gz" HOMEPAGE="http://cpan.uwinnipeg.ca/dist/Fuse" -DEPEND="sys-fs/fuse" +DEPEND="sys-fs/fuse + dev-lang/perl" RDEPEND="${DEPEND}" # Test is whack - ChrisWhite @@ -16,4 +17,5 @@ RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" -IUSE=""
\ No newline at end of file +IUSE="" + diff --git a/dev-perl/Fuse/Fuse-0.07.ebuild b/dev-perl/Fuse/Fuse-0.07.ebuild index 88a36c85ce5e..e7336de327dc 100644 --- a/dev-perl/Fuse/Fuse-0.07.ebuild +++ b/dev-perl/Fuse/Fuse-0.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fuse/Fuse-0.07.ebuild,v 1.2 2006/07/04 08:47:55 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fuse/Fuse-0.07.ebuild,v 1.3 2006/08/05 04:05:55 mcummings Exp $ inherit perl-module @@ -8,7 +8,8 @@ DESCRIPTION="Fuse module for perl" SRC_URI="http://cpan.uwinnipeg.ca/cpan/authors/id/D/DP/DPAVLIN/${P}.tar.gz" HOMEPAGE="http://cpan.uwinnipeg.ca/dist/Fuse" -DEPEND="sys-fs/fuse" +DEPEND="sys-fs/fuse + dev-lang/perl" RDEPEND="${DEPEND}" # Test is whack - ChrisWhite @@ -16,4 +17,5 @@ RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" -IUSE=""
\ No newline at end of file +IUSE="" + |