summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-04-29 01:34:17 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-04-29 01:34:17 +0000
commitc4ef6215ed8d677d53684a417f9910266c69372d (patch)
treeb3bf24d6b4bc8ac6e7844f7fd4e5cf6fb414ca51 /dev-perl/Net-RawIP
parentmirror syntax (diff)
downloadhistorical-c4ef6215ed8d677d53684a417f9910266c69372d.tar.gz
historical-c4ef6215ed8d677d53684a417f9910266c69372d.tar.bz2
historical-c4ef6215ed8d677d53684a417f9910266c69372d.zip
Cleaning
Package-Manager: portage-2.0.51.20-r4
Diffstat (limited to 'dev-perl/Net-RawIP')
-rw-r--r--dev-perl/Net-RawIP/ChangeLog6
-rw-r--r--dev-perl/Net-RawIP/Net-RawIP-0.09d.ebuild38
-rw-r--r--dev-perl/Net-RawIP/Net-RawIP-0.1.ebuild4
-rw-r--r--dev-perl/Net-RawIP/Net-RawIP-0.2.ebuild4
-rw-r--r--dev-perl/Net-RawIP/files/digest-Net-RawIP-0.09d1
5 files changed, 9 insertions, 44 deletions
diff --git a/dev-perl/Net-RawIP/ChangeLog b/dev-perl/Net-RawIP/ChangeLog
index 4f89e2cda4c4..a39a7dc9610b 100644
--- a/dev-perl/Net-RawIP/ChangeLog
+++ b/dev-perl/Net-RawIP/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Net-RawIP
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-RawIP/ChangeLog,v 1.9 2005/04/24 03:24:50 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-RawIP/ChangeLog,v 1.10 2005/04/29 01:28:44 mcummings Exp $
+
+ 29 Apr 2005; Michael Cummings <mcummings@gentoo.org> Net-RawIP-0.1.ebuild,
+ Net-RawIP-0.2.ebuild, -Net-RawIP-0.09d.ebuild:
+ Cleaning for mirror
24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> Net-RawIP-0.2.ebuild:
Stable on ppc.
diff --git a/dev-perl/Net-RawIP/Net-RawIP-0.09d.ebuild b/dev-perl/Net-RawIP/Net-RawIP-0.09d.ebuild
deleted file mode 100644
index 30c92046f45b..000000000000
--- a/dev-perl/Net-RawIP/Net-RawIP-0.09d.ebuild
+++ /dev/null
@@ -1,38 +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/Net-RawIP/Net-RawIP-0.09d.ebuild,v 1.8 2005/01/29 21:16:16 dragonheart Exp $
-
-inherit perl-module
-
-IUSE=""
-DESCRIPTION="Perl Net::RawIP - Raw IP packets manipulation Module"
-SRC_URI="http://www.cpan.org/modules/by-module/Net/${P}.tar.gz"
-HOMEPAGE="http://www.cpan.org/"
-
-DEPEND="virtual/libpcap >=sys-apps/sed-4"
-
-SLOT="0"
-LICENSE="Artistic"
-KEYWORDS="x86 amd64"
-
-src_unpack() {
- unpack ${A}
-
- # This patch makes sure CFLAGS are applied properly instead of
- # being runon additions to the previously defined symbol.
- # Attempts to address the problem in bug 16388 without completely
- # losing CFLAGS. The patch submitted to that bug chose to remove
- # the $ENV{'CFLAGS'}. With the current state of MakeMaker, this
- # would be a perfectly acceptable choice, because the approach
- # taken here ends up with two sets of CFLAGS in the compile line.
- # However, I believe that it may be more prudent in the long run
- # to try to accommodate what I think the original intention of the
- # Makefile was. Perhaps on some system with some (maybe future)
- # version of MakeMaker, this would be the only way to convey
- # CFLAGS. Since duplication of CFLAGS is harmless, I'm going to
- # go with adding the space instead of taking out the $ENV{CFLAGS}.
-
- # Robert Coie <rac@gentoo.org> 2003.05.08
-
- sed -i -e "s/D_IFLIST_'\./D_IFLIST_ '\./" ${S}/Makefile.PL || die "problem fixing makefile"
-}
diff --git a/dev-perl/Net-RawIP/Net-RawIP-0.1.ebuild b/dev-perl/Net-RawIP/Net-RawIP-0.1.ebuild
index 25a810419615..e23bcbecd9ae 100644
--- a/dev-perl/Net-RawIP/Net-RawIP-0.1.ebuild
+++ b/dev-perl/Net-RawIP/Net-RawIP-0.1.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-RawIP/Net-RawIP-0.1.ebuild,v 1.4 2005/01/29 21:16:16 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-RawIP/Net-RawIP-0.1.ebuild,v 1.5 2005/04/29 01:28:44 mcummings Exp $
inherit perl-module
IUSE=""
DESCRIPTION="Perl Net::RawIP - Raw IP packets manipulation Module"
-SRC_URI="http://www.cpan.org/modules/by-module/Net/${P}.tar.gz"
+SRC_URI="mirror://cpan/authors/id/S/SK/SKOLYCHEV/${P}.tar.gz"
HOMEPAGE="http://www.cpan.org/"
DEPEND="virtual/libpcap >=sys-apps/sed-4"
diff --git a/dev-perl/Net-RawIP/Net-RawIP-0.2.ebuild b/dev-perl/Net-RawIP/Net-RawIP-0.2.ebuild
index fe797cab1a20..918df5c98a69 100644
--- a/dev-perl/Net-RawIP/Net-RawIP-0.2.ebuild
+++ b/dev-perl/Net-RawIP/Net-RawIP-0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-RawIP/Net-RawIP-0.2.ebuild,v 1.2 2005/04/24 03:24:50 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-RawIP/Net-RawIP-0.2.ebuild,v 1.3 2005/04/29 01:28:44 mcummings Exp $
inherit perl-module
@@ -13,7 +13,7 @@ DEPEND="virtual/libpcap >=sys-apps/sed-4"
SLOT="0"
LICENSE="Artistic"
-KEYWORDS="~x86 ~amd64 ~sparc ppc ~alpha"
+KEYWORDS="x86 ~amd64 sparc ppc ~alpha"
src_unpack() {
unpack ${A}
diff --git a/dev-perl/Net-RawIP/files/digest-Net-RawIP-0.09d b/dev-perl/Net-RawIP/files/digest-Net-RawIP-0.09d
deleted file mode 100644
index 55fc1dbc8ae8..000000000000
--- a/dev-perl/Net-RawIP/files/digest-Net-RawIP-0.09d
+++ /dev/null
@@ -1 +0,0 @@
-MD5 676d64cfa8ecf05d36ab820ab87cb30c Net-RawIP-0.09d.tar.gz 32335