diff options
author | Torsten Veller <tove@gentoo.org> | 2008-09-30 08:00:40 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-09-30 08:00:40 +0000 |
commit | 8109cc0327fb069c594af867b5b93ce95f29d0ae (patch) | |
tree | a53722950a3feb10dbf238abe8ae897cf6cd1a04 /dev-perl/Archive-Rar | |
parent | Cleanup (diff) | |
download | gentoo-2-8109cc0327fb069c594af867b5b93ce95f29d0ae.tar.gz gentoo-2-8109cc0327fb069c594af867b5b93ce95f29d0ae.tar.bz2 gentoo-2-8109cc0327fb069c594af867b5b93ce95f29d0ae.zip |
Cleanup
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/Archive-Rar')
-rw-r--r-- | dev-perl/Archive-Rar/Archive-Rar-1.9.2.ebuild | 22 | ||||
-rw-r--r-- | dev-perl/Archive-Rar/Archive-Rar-1.9.3.ebuild | 13 | ||||
-rw-r--r-- | dev-perl/Archive-Rar/Archive-Rar-1.9.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/Archive-Rar/ChangeLog | 8 |
4 files changed, 13 insertions, 46 deletions
diff --git a/dev-perl/Archive-Rar/Archive-Rar-1.9.2.ebuild b/dev-perl/Archive-Rar/Archive-Rar-1.9.2.ebuild deleted file mode 100644 index 1571a1da8aeb..000000000000 --- a/dev-perl/Archive-Rar/Archive-Rar-1.9.2.ebuild +++ /dev/null @@ -1,22 +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/Archive-Rar/Archive-Rar-1.9.2.ebuild,v 1.2 2007/04/14 15:44:54 mcummings Exp $ - -inherit perl-module versionator - -MY_P="${PN}-$(delete_version_separator 2)" -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Archive::Rar - Interface with the rar command" -HOMEPAGE="http://search.cpan.org/~smueller/" -SRC_URI="mirror://cpan/authors/id/S/SM/SMUELLER/${MY_P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -#KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" -KEYWORDS="amd64 ~x86" -IUSE="" -DEPEND="dev-lang/perl - app-arch/rar" - -SRC_TEST="do" diff --git a/dev-perl/Archive-Rar/Archive-Rar-1.9.3.ebuild b/dev-perl/Archive-Rar/Archive-Rar-1.9.3.ebuild index f7a1c3d86b64..be5687ef455a 100644 --- a/dev-perl/Archive-Rar/Archive-Rar-1.9.3.ebuild +++ b/dev-perl/Archive-Rar/Archive-Rar-1.9.3.ebuild @@ -1,6 +1,6 @@ -# 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/Archive-Rar/Archive-Rar-1.9.3.ebuild,v 1.3 2007/12/17 17:20:30 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Rar/Archive-Rar-1.9.3.ebuild,v 1.4 2008/09/30 08:00:40 tove Exp $ inherit perl-module versionator @@ -8,15 +8,16 @@ MY_P="${PN}-$(delete_version_separator 2)" S=${WORKDIR}/${MY_P} DESCRIPTION="Archive::Rar - Interface with the rar command" -HOMEPAGE="http://search.cpan.org/~smueller/" SRC_URI="mirror://cpan/authors/id/S/SM/SMUELLER/${MY_P}.tar.gz" LICENSE="Artistic" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" -DEPEND="dev-lang/perl - app-arch/rar - test? ( dev-perl/Test-Pod )" + +RDEPEND="dev-lang/perl + app-arch/rar" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod )" SRC_TEST="do" diff --git a/dev-perl/Archive-Rar/Archive-Rar-1.9.ebuild b/dev-perl/Archive-Rar/Archive-Rar-1.9.ebuild deleted file mode 100644 index fcb9fe4a75b1..000000000000 --- a/dev-perl/Archive-Rar/Archive-Rar-1.9.ebuild +++ /dev/null @@ -1,16 +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/Archive-Rar/Archive-Rar-1.9.ebuild,v 1.21 2007/11/19 18:59:14 ian Exp $ - -inherit perl-module - -DESCRIPTION="Archive::Rar - Interface with the rar command" -HOMEPAGE="http://www.cpan.org/modules/by-module/Archive/" -SRC_URI="mirror://cpan/authors/id/J/JM/JMBO/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" -DEPEND="dev-lang/perl - app-arch/rar" diff --git a/dev-perl/Archive-Rar/ChangeLog b/dev-perl/Archive-Rar/ChangeLog index c8ad65282cbe..b4b6418e03d7 100644 --- a/dev-perl/Archive-Rar/ChangeLog +++ b/dev-perl/Archive-Rar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Archive-Rar -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Rar/ChangeLog,v 1.23 2007/12/17 17:20:30 drac Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Archive-Rar/ChangeLog,v 1.24 2008/09/30 08:00:40 tove Exp $ + + 30 Sep 2008; Torsten Veller <tove@gentoo.org> -Archive-Rar-1.9.ebuild, + -Archive-Rar-1.9.2.ebuild, Archive-Rar-1.9.3.ebuild: + Cleanup 17 Dec 2007; Samuli Suominen <drac@gentoo.org> Archive-Rar-1.9.3.ebuild: amd64 stable |