summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-04-27 16:07:57 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-04-27 16:07:57 +0000
commit66e267d5307f6dd6add8643233a2ac4dc3629a30 (patch)
tree99c7fd5db202c015d8c8dc601175debcaf4ad02a /dev-perl/libnet
parentfix IUSE and use append-flag, wrt #90621 (diff)
downloadgentoo-2-66e267d5307f6dd6add8643233a2ac4dc3629a30.tar.gz
gentoo-2-66e267d5307f6dd6add8643233a2ac4dc3629a30.tar.bz2
gentoo-2-66e267d5307f6dd6add8643233a2ac4dc3629a30.zip
cleaning up
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'dev-perl/libnet')
-rw-r--r--dev-perl/libnet/ChangeLog8
-rw-r--r--dev-perl/libnet/files/digest-libnet-1.111
-rw-r--r--dev-perl/libnet/files/digest-libnet-1.11-r11
-rw-r--r--dev-perl/libnet/files/digest-libnet-1.131
-rw-r--r--dev-perl/libnet/files/digest-libnet-1.181
-rw-r--r--dev-perl/libnet/libnet-1.11-r1.ebuild19
-rw-r--r--dev-perl/libnet/libnet-1.11.ebuild19
-rw-r--r--dev-perl/libnet/libnet-1.13.ebuild19
-rw-r--r--dev-perl/libnet/libnet-1.16.ebuild4
-rw-r--r--dev-perl/libnet/libnet-1.17.ebuild6
-rw-r--r--dev-perl/libnet/libnet-1.18.ebuild19
-rw-r--r--dev-perl/libnet/libnet-1.19.ebuild6
-rw-r--r--dev-perl/libnet/metadata.xml2
13 files changed, 16 insertions, 90 deletions
diff --git a/dev-perl/libnet/ChangeLog b/dev-perl/libnet/ChangeLog
index a10caedad382..153955ded99c 100644
--- a/dev-perl/libnet/ChangeLog
+++ b/dev-perl/libnet/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/libnet
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libnet/ChangeLog,v 1.31 2005/04/01 04:46:43 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libnet/ChangeLog,v 1.32 2005/04/27 16:07:57 mcummings Exp $
+
+ 27 Apr 2005; Michael Cummings <mcummings@gentoo.org> metadata.xml,
+ -libnet-1.11-r1.ebuild, -libnet-1.11.ebuild, -libnet-1.13.ebuild,
+ libnet-1.16.ebuild, libnet-1.17.ebuild, -libnet-1.18.ebuild,
+ libnet-1.19.ebuild:
+ Cleaning up
01 Apr 2005; Aron Griffis <agriffis@gentoo.org> libnet-1.19.ebuild:
stable on ia64
diff --git a/dev-perl/libnet/files/digest-libnet-1.11 b/dev-perl/libnet/files/digest-libnet-1.11
deleted file mode 100644
index 09884fdc885a..000000000000
--- a/dev-perl/libnet/files/digest-libnet-1.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bc283ea2cddb85024de4b4bf79262a04 libnet-1.11.tar.gz 65502
diff --git a/dev-perl/libnet/files/digest-libnet-1.11-r1 b/dev-perl/libnet/files/digest-libnet-1.11-r1
deleted file mode 100644
index 09884fdc885a..000000000000
--- a/dev-perl/libnet/files/digest-libnet-1.11-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bc283ea2cddb85024de4b4bf79262a04 libnet-1.11.tar.gz 65502
diff --git a/dev-perl/libnet/files/digest-libnet-1.13 b/dev-perl/libnet/files/digest-libnet-1.13
deleted file mode 100644
index 29731ab60c49..000000000000
--- a/dev-perl/libnet/files/digest-libnet-1.13
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9f0edd8e7270cf98deddae3451430ca4 libnet-1.13.tar.gz 66212
diff --git a/dev-perl/libnet/files/digest-libnet-1.18 b/dev-perl/libnet/files/digest-libnet-1.18
deleted file mode 100644
index 357e816d2d03..000000000000
--- a/dev-perl/libnet/files/digest-libnet-1.18
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9d9b482aa666b0988c66a04f93de4ca8 libnet-1.18.tar.gz 64681
diff --git a/dev-perl/libnet/libnet-1.11-r1.ebuild b/dev-perl/libnet/libnet-1.11-r1.ebuild
deleted file mode 100644
index 9f2e51aefa39..000000000000
--- a/dev-perl/libnet/libnet-1.11-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libnet/libnet-1.11-r1.ebuild,v 1.13 2005/02/06 18:04:26 corsair Exp $
-
-inherit perl-module
-
-DESCRIPTION="A URI Perl Module"
-SRC_URI="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~gbarr/${P}/"
-
-SLOT="0"
-LICENSE="Artistic"
-KEYWORDS="x86 amd64 ppc sparc alpha hppa"
-IUSE=""
-
-src_compile() {
- cp ${O}/files/libnet.cfg .
- perl-module_src_compile
-}
diff --git a/dev-perl/libnet/libnet-1.11.ebuild b/dev-perl/libnet/libnet-1.11.ebuild
deleted file mode 100644
index f7e20c81333a..000000000000
--- a/dev-perl/libnet/libnet-1.11.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libnet/libnet-1.11.ebuild,v 1.19 2005/02/06 18:04:26 corsair Exp $
-
-inherit perl-module
-
-DESCRIPTION="A URI Perl Module"
-SRC_URI="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~gbarr/${P}/"
-
-SLOT="0"
-LICENSE="Artistic"
-KEYWORDS="x86 amd64 ppc sparc alpha"
-IUSE=""
-
-src_compile() {
- cp ${O}/files/libnet.cfg .
- perl-module_src_compile
-}
diff --git a/dev-perl/libnet/libnet-1.13.ebuild b/dev-perl/libnet/libnet-1.13.ebuild
deleted file mode 100644
index c7d3bda9f1e4..000000000000
--- a/dev-perl/libnet/libnet-1.13.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libnet/libnet-1.13.ebuild,v 1.10 2005/02/06 18:04:26 corsair Exp $
-
-inherit perl-module
-
-DESCRIPTION="A URI Perl Module"
-SRC_URI="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~gbarr/${P}/"
-
-SLOT="0"
-LICENSE="Artistic"
-KEYWORDS="x86 amd64 ~ppc ~sparc alpha hppa"
-IUSE=""
-
-src_compile() {
- cp ${O}/files/libnet.cfg .
- perl-module_src_compile
-}
diff --git a/dev-perl/libnet/libnet-1.16.ebuild b/dev-perl/libnet/libnet-1.16.ebuild
index f87001946067..43f8da9581d4 100644
--- a/dev-perl/libnet/libnet-1.16.ebuild
+++ b/dev-perl/libnet/libnet-1.16.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libnet/libnet-1.16.ebuild,v 1.11 2005/02/06 18:04:26 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libnet/libnet-1.16.ebuild,v 1.12 2005/04/27 16:07:57 mcummings Exp $
inherit perl-module
DESCRIPTION="A URI Perl Module"
-SRC_URI="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/${P}.tar.gz"
+SRC_URI="mirror://cpan/authors/id/G/GB/GBARR/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~gbarr/${P}/"
SLOT="0"
diff --git a/dev-perl/libnet/libnet-1.17.ebuild b/dev-perl/libnet/libnet-1.17.ebuild
index 31e7a354a3ca..1122f5ceeb83 100644
--- a/dev-perl/libnet/libnet-1.17.ebuild
+++ b/dev-perl/libnet/libnet-1.17.ebuild
@@ -1,16 +1,16 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libnet/libnet-1.17.ebuild,v 1.9 2005/02/06 18:04:26 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libnet/libnet-1.17.ebuild,v 1.10 2005/04/27 16:07:57 mcummings Exp $
inherit perl-module
DESCRIPTION="A URI Perl Module"
-SRC_URI="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/${P}.tar.gz"
+SRC_URI="mirror://cpan/authors/id/G/GB/GBARR/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~gbarr/${P}/"
SLOT="0"
LICENSE="Artistic"
-KEYWORDS="~x86 ~amd64 ppc ~sparc alpha ~hppa ia64 s390"
+KEYWORDS="~x86 ~amd64 ppc ~sparc alpha ~hppa ia64 s390 ~mips"
IUSE=""
src_compile() {
diff --git a/dev-perl/libnet/libnet-1.18.ebuild b/dev-perl/libnet/libnet-1.18.ebuild
deleted file mode 100644
index 81f82542c436..000000000000
--- a/dev-perl/libnet/libnet-1.18.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libnet/libnet-1.18.ebuild,v 1.5 2005/02/06 18:04:26 corsair Exp $
-
-inherit perl-module
-
-DESCRIPTION="A URI Perl Module"
-SRC_URI="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~gbarr/${P}/"
-
-SLOT="0"
-LICENSE="Artistic"
-KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~ia64 ~s390"
-IUSE=""
-
-src_compile() {
- cp ${O}/files/libnet.cfg .
- perl-module_src_compile
-}
diff --git a/dev-perl/libnet/libnet-1.19.ebuild b/dev-perl/libnet/libnet-1.19.ebuild
index 2926a7819387..5869712c0dbd 100644
--- a/dev-perl/libnet/libnet-1.19.ebuild
+++ b/dev-perl/libnet/libnet-1.19.ebuild
@@ -1,16 +1,16 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/libnet/libnet-1.19.ebuild,v 1.5 2005/04/01 04:46:43 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/libnet/libnet-1.19.ebuild,v 1.6 2005/04/27 16:07:57 mcummings Exp $
inherit perl-module
DESCRIPTION="A URI Perl Module"
-SRC_URI="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/${P}.tar.gz"
+SRC_URI="mirror://cpan/authors/id/G/GB/GBARR/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~gbarr/${P}/"
SLOT="0"
LICENSE="Artistic"
-KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ia64 ~s390 ppc64"
+KEYWORDS="x86 ~amd64 ~ppc sparc ~alpha ~hppa ia64 ~s390 ppc64 ~mips"
IUSE=""
src_compile() {
diff --git a/dev-perl/libnet/metadata.xml b/dev-perl/libnet/metadata.xml
index 86672fe64c10..8d09d5da05ee 100644
--- a/dev-perl/libnet/metadata.xml
+++ b/dev-perl/libnet/metadata.xml
@@ -6,5 +6,5 @@
<email>perl@gentoo.org</email>
<description>Primary Maintainer</description>
</maintainer>
- <longdescription></longdescription>
+ <longdescription>dev-perl/libnet provides the suite of basic Net:: modules (Net::Cmd, Net::Config, Net::Domain, Net::FTP, Net::NNTP, Net::Netrc, Net::POP3, Net::SMTP, and Net::Time as the key ones)</longdescription>
</pkgmetadata>