diff options
-rw-r--r-- | dev-perl/File-RsyncP/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/File-RsyncP/File-RsyncP-0.52.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/File-RsyncP/File-RsyncP-0.64.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild | 14 |
4 files changed, 10 insertions, 52 deletions
diff --git a/dev-perl/File-RsyncP/ChangeLog b/dev-perl/File-RsyncP/ChangeLog index 9d5370bcc14e..86020ba3a9af 100644 --- a/dev-perl/File-RsyncP/ChangeLog +++ b/dev-perl/File-RsyncP/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/File-RsyncP # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v 1.21 2008/07/30 16:37:19 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v 1.22 2008/09/30 12:59:07 tove Exp $ + + 30 Sep 2008; Torsten Veller <tove@gentoo.org> -File-RsyncP-0.52.ebuild, + -File-RsyncP-0.64.ebuild, File-RsyncP-0.68.ebuild: + Cleanup 30 Jul 2008; Brent Baude <ranger@gentoo.org> File-RsyncP-0.68.ebuild: Marking File-RsyncP-0.68 ~ppc64 for bug 233384 diff --git a/dev-perl/File-RsyncP/File-RsyncP-0.52.ebuild b/dev-perl/File-RsyncP/File-RsyncP-0.52.ebuild deleted file mode 100644 index c66abc29bc7e..000000000000 --- a/dev-perl/File-RsyncP/File-RsyncP-0.52.ebuild +++ /dev/null @@ -1,21 +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/File-RsyncP/File-RsyncP-0.52.ebuild,v 1.11 2007/03/13 15:55:29 mcummings Exp $ - -inherit perl-module - -IUSE="" - -SRC_URI="mirror://sourceforge/perlrsync/${P}.tar.gz" - -DESCRIPTION="An rsync perl module" -HOMEPAGE="http://perlrsync.sourceforge.net/" -LICENSE="GPL-2" - -KEYWORDS="amd64 ia64 ~ppc sparc x86" -SLOT="0" - -DEPEND="net-misc/rsync - dev-lang/perl" - -mydoc="LICENSE README" diff --git a/dev-perl/File-RsyncP/File-RsyncP-0.64.ebuild b/dev-perl/File-RsyncP/File-RsyncP-0.64.ebuild deleted file mode 100644 index 2c06d9b3c28a..000000000000 --- a/dev-perl/File-RsyncP/File-RsyncP-0.64.ebuild +++ /dev/null @@ -1,21 +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/File-RsyncP/File-RsyncP-0.64.ebuild,v 1.5 2007/07/10 23:33:29 mr_bones_ Exp $ - -inherit perl-module - -IUSE="" - -SRC_URI="mirror://cpan/authors/id/C/CB/CBARRATT/${P}.tar.gz" - -DESCRIPTION="An rsync perl module" -HOMEPAGE="http://perlrsync.sourceforge.net/" -LICENSE="GPL-2" - -KEYWORDS="amd64 ia64 ~ppc sparc ~x86" -SLOT="0" - -DEPEND="net-misc/rsync - dev-lang/perl" - -mydoc="LICENSE README" diff --git a/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild b/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild index c7504cfb1e53..7bfcf480df23 100644 --- a/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild +++ b/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild @@ -1,21 +1,17 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild,v 1.8 2008/07/30 16:37:19 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild,v 1.9 2008/09/30 12:59:07 tove Exp $ +MODULE_AUTHOR=CBARRATT inherit perl-module -IUSE="" - -SRC_URI="mirror://cpan/authors/id/C/CB/CBARRATT/${P}.tar.gz" - DESCRIPTION="An rsync perl module" HOMEPAGE="http://perlrsync.sourceforge.net/" -LICENSE="GPL-2" +LICENSE="GPL-2" KEYWORDS="amd64 ia64 ~ppc ~ppc64 sparc x86" SLOT="0" +IUSE="" DEPEND="net-misc/rsync - dev-lang/perl" - -mydoc="LICENSE README" + dev-lang/perl" |