diff options
author | Torsten Veller <tove@gentoo.org> | 2008-09-30 13:04:00 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-09-30 13:04:00 +0000 |
commit | 7dddb79c264a5badbe820e235a7c82d80f3d603a (patch) | |
tree | 568618eaa1dc064d3b99f95e34d08aa110a230b1 /dev-perl/Fuse | |
parent | Documentation and examples are not installed by default anymore but with use ... (diff) | |
download | historical-7dddb79c264a5badbe820e235a7c82d80f3d603a.tar.gz historical-7dddb79c264a5badbe820e235a7c82d80f3d603a.tar.bz2 historical-7dddb79c264a5badbe820e235a7c82d80f3d603a.zip |
Cleanup
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.26-tuxonice i686
Diffstat (limited to 'dev-perl/Fuse')
-rw-r--r-- | dev-perl/Fuse/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Fuse/Fuse-0.06.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Fuse/Fuse-0.07.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Fuse/Fuse-0.08.ebuild | 16 |
4 files changed, 14 insertions, 48 deletions
diff --git a/dev-perl/Fuse/ChangeLog b/dev-perl/Fuse/ChangeLog index aa1d3dffe8fc..73ccc697119b 100644 --- a/dev-perl/Fuse/ChangeLog +++ b/dev-perl/Fuse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Fuse -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fuse/ChangeLog,v 1.8 2007/07/14 09:48:21 phreak Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fuse/ChangeLog,v 1.9 2008/09/30 13:01:31 tove Exp $ + + 30 Sep 2008; Torsten Veller <tove@gentoo.org> -Fuse-0.06.ebuild, + -Fuse-0.07.ebuild, Fuse-0.08.ebuild: + Cleanup 14 Jul 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Assigning dev-perl/Fuse to perl-herd, as chriswhite has been retired (#56211). diff --git a/dev-perl/Fuse/Fuse-0.06.ebuild b/dev-perl/Fuse/Fuse-0.06.ebuild deleted file mode 100644 index 6e3ee1f75fd1..000000000000 --- a/dev-perl/Fuse/Fuse-0.06.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2007 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.5 2007/07/10 23:33:28 mr_bones_ 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" - -# Test is whack - ChrisWhite -#SRC_TEST="do" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86" -IUSE="" diff --git a/dev-perl/Fuse/Fuse-0.07.ebuild b/dev-perl/Fuse/Fuse-0.07.ebuild deleted file mode 100644 index 9f98151fd847..000000000000 --- a/dev-perl/Fuse/Fuse-0.07.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2007 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.6 2007/07/10 23:33:28 mr_bones_ 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" - -# Test is whack - ChrisWhite -#SRC_TEST="do" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ~x86" -IUSE="" diff --git a/dev-perl/Fuse/Fuse-0.08.ebuild b/dev-perl/Fuse/Fuse-0.08.ebuild index 38ca9b0c9c36..228d4b8b023a 100644 --- a/dev-perl/Fuse/Fuse-0.08.ebuild +++ b/dev-perl/Fuse/Fuse-0.08.ebuild @@ -1,19 +1,19 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.3 2007/07/10 23:33:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Fuse/Fuse-0.08.ebuild,v 1.4 2008/09/30 13:01:31 tove Exp $ +MODULE_AUTHOR=DPAVLIN 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" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="amd64 ~x86" +IUSE="" DEPEND="sys-fs/fuse dev-lang/perl" # Test is whack - ChrisWhite #SRC_TEST="do" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ~x86" -IUSE="" |