diff options
author | 2006-12-03 03:50:39 +0000 | |
---|---|---|
committer | 2006-12-03 03:50:39 +0000 | |
commit | 7652f5eb692f265dabe41f9e7a77c096f8b99a9b (patch) | |
tree | b77ea2483aa71319fb41e95c0f7da375498b6612 /dev-perl/Fuse/Fuse-0.08.ebuild | |
parent | Version bumped, Support to syslog, bug #156564. (diff) | |
download | historical-7652f5eb692f265dabe41f9e7a77c096f8b99a9b.tar.gz historical-7652f5eb692f265dabe41f9e7a77c096f8b99a9b.tar.bz2 historical-7652f5eb692f265dabe41f9e7a77c096f8b99a9b.zip |
Version bump
Package-Manager: portage-2.1.2_rc2-r3
Diffstat (limited to 'dev-perl/Fuse/Fuse-0.08.ebuild')
-rw-r--r-- | dev-perl/Fuse/Fuse-0.08.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Fuse/Fuse-0.08.ebuild b/dev-perl/Fuse/Fuse-0.08.ebuild new file mode 100644 index 000000000000..8035c96504a0 --- /dev/null +++ b/dev-perl/Fuse/Fuse-0.08.ebuild @@ -0,0 +1,21 @@ +# 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.08.ebuild,v 1.1 2006/12/03 03:37:02 mcummings Exp $ + +inherit perl-module + +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 + dev-lang/perl" +RDEPEND="${DEPEND}" + +# Test is whack - ChrisWhite +#SRC_TEST="do" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" + |