summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-pda/gnupod/ChangeLog5
-rw-r--r--app-pda/gnupod/gnupod-0.98.ebuild4
-rw-r--r--dev-db/mytop/ChangeLog5
-rw-r--r--dev-db/mytop/mytop-1.4.ebuild4
-rw-r--r--dev-perl/Mail-Procmail/ChangeLog6
-rw-r--r--dev-perl/Mail-Procmail/Mail-Procmail-1.08.ebuild4
-rw-r--r--dev-perl/aww/ChangeLog5
-rw-r--r--mail-filter/spamassassin/ChangeLog6
-rw-r--r--net-analyzer/snortalog/ChangeLog6
9 files changed, 33 insertions, 12 deletions
diff --git a/app-pda/gnupod/ChangeLog b/app-pda/gnupod/ChangeLog
index c47ada9f9603..cc6db5d1658a 100644
--- a/app-pda/gnupod/ChangeLog
+++ b/app-pda/gnupod/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/gnupod
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnupod/ChangeLog,v 1.12 2005/05/25 13:58:30 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnupod/ChangeLog,v 1.13 2005/05/25 13:58:47 mcummings Exp $
+
+ 25 May 2005; Michael Cummings <mcummings@gentoo.org> gnupod-0.98.ebuild:
+ dev-perl/Getopt-Long => perl-core/Getopt-Long migration
25 May 2005; Michael Cummings <mcummings@gentoo.org> gnupod-0.97.ebuild:
dev-perl/Getopt-Long => perl-core/Getopt-Long migration
diff --git a/app-pda/gnupod/gnupod-0.98.ebuild b/app-pda/gnupod/gnupod-0.98.ebuild
index f2400b0932f3..f03b33815d53 100644
--- a/app-pda/gnupod/gnupod-0.98.ebuild
+++ b/app-pda/gnupod/gnupod-0.98.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/app-pda/gnupod/gnupod-0.98.ebuild,v 1.2 2005/05/24 15:33:37 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnupod/gnupod-0.98.ebuild,v 1.3 2005/05/25 13:58:47 mcummings Exp $
inherit perl-module
@@ -19,7 +19,7 @@ DEPEND="dev-lang/perl
dev-perl/XML-Parser
dev-perl/Unicode-String
|| ( >=dev-lang/perl-5.8.0
- ( dev-perl/Getopt-Long
+ ( perl-core/Getopt-Long
perl-core/Digest-MD5
)
)"
diff --git a/dev-db/mytop/ChangeLog b/dev-db/mytop/ChangeLog
index 125a85486578..97f8c1c265cb 100644
--- a/dev-db/mytop/ChangeLog
+++ b/dev-db/mytop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/mytop
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/ChangeLog,v 1.6 2005/01/23 15:37:13 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/ChangeLog,v 1.7 2005/05/25 13:59:05 mcummings Exp $
+
+ 25 May 2005; Michael Cummings <mcummings@gentoo.org> mytop-1.4.ebuild:
+ dev-perl/Getopt-Long => perl-core/Getopt-Long migration
23 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> mytop-1.4.ebuild:
stable on amd64, fixes #72953
diff --git a/dev-db/mytop/mytop-1.4.ebuild b/dev-db/mytop/mytop-1.4.ebuild
index 6f1f9f0f29d7..66741b8bf12e 100644
--- a/dev-db/mytop/mytop-1.4.ebuild
+++ b/dev-db/mytop/mytop-1.4.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-db/mytop/mytop-1.4.ebuild,v 1.7 2005/01/23 15:37:13 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/mytop-1.4.ebuild,v 1.8 2005/05/25 13:59:05 mcummings Exp $
inherit perl-module
@@ -14,7 +14,7 @@ SLOT="0"
IUSE=""
DEPEND="dev-perl/DBD-mysql
- dev-perl/Getopt-Long
+ perl-core/Getopt-Long
dev-perl/TermReadKey
dev-perl/Term-ANSIColor
dev-perl/Time-HiRes
diff --git a/dev-perl/Mail-Procmail/ChangeLog b/dev-perl/Mail-Procmail/ChangeLog
index e03edda6d04a..2c311f4019ff 100644
--- a/dev-perl/Mail-Procmail/ChangeLog
+++ b/dev-perl/Mail-Procmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Mail-Procmail
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/ChangeLog,v 1.19 2005/04/28 17:42:33 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/ChangeLog,v 1.20 2005/05/25 13:59:23 mcummings Exp $
+
+ 25 May 2005; Michael Cummings <mcummings@gentoo.org>
+ Mail-Procmail-1.08.ebuild:
+ dev-perl/Getopt-Long => perl-core/Getopt-Long migration
*Mail-Procmail-1.08 (28 Apr 2005)
diff --git a/dev-perl/Mail-Procmail/Mail-Procmail-1.08.ebuild b/dev-perl/Mail-Procmail/Mail-Procmail-1.08.ebuild
index cfbe5de69431..d84c9bd7750e 100644
--- a/dev-perl/Mail-Procmail/Mail-Procmail-1.08.ebuild
+++ b/dev-perl/Mail-Procmail/Mail-Procmail-1.08.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/Mail-Procmail/Mail-Procmail-1.08.ebuild,v 1.1 2005/04/28 17:42:33 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Procmail/Mail-Procmail-1.08.ebuild,v 1.2 2005/05/25 13:59:23 mcummings Exp $
inherit perl-module
@@ -15,6 +15,6 @@ KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha"
IUSE=""
DEPEND="${DEPEND}
- dev-perl/Getopt-Long
+ perl-core/Getopt-Long
>=dev-perl/MailTools-1.15
>=dev-perl/LockFile-Simple-0.2.5"
diff --git a/dev-perl/aww/ChangeLog b/dev-perl/aww/ChangeLog
index 5d231889e188..3892ecb59461 100644
--- a/dev-perl/aww/ChangeLog
+++ b/dev-perl/aww/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/aww
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/aww/ChangeLog,v 1.7 2005/05/25 14:00:32 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/aww/ChangeLog,v 1.8 2005/05/25 14:00:49 mcummings Exp $
+
+ 25 May 2005; Michael Cummings <mcummings@gentoo.org> aww-0.34.ebuild:
+ dev-perl/Getopt-Long => perl-core/Getopt-Long migration
25 May 2005; Michael Cummings <mcummings@gentoo.org> :
dev-perl/Getopt-Long => perl-core/Getopt-Long migration
diff --git a/mail-filter/spamassassin/ChangeLog b/mail-filter/spamassassin/ChangeLog
index ca98226baf30..159dfa4af445 100644
--- a/mail-filter/spamassassin/ChangeLog
+++ b/mail-filter/spamassassin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/spamassassin
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.38 2005/05/25 14:01:47 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/ChangeLog,v 1.39 2005/05/25 14:02:08 mcummings Exp $
+
+ 25 May 2005; Michael Cummings <mcummings@gentoo.org>
+ spamassassin-2.64-r1.ebuild:
+ dev-perl/Getopt-Long => perl-core/Getopt-Long migration
25 May 2005; Michael Cummings <mcummings@gentoo.org>
spamassassin-2.63.ebuild:
diff --git a/net-analyzer/snortalog/ChangeLog b/net-analyzer/snortalog/ChangeLog
index 77b6527d9331..e915ccca64ba 100644
--- a/net-analyzer/snortalog/ChangeLog
+++ b/net-analyzer/snortalog/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/snortalog
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snortalog/ChangeLog,v 1.15 2005/05/25 14:03:21 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snortalog/ChangeLog,v 1.16 2005/05/25 14:03:38 mcummings Exp $
+
+ 25 May 2005; Michael Cummings <mcummings@gentoo.org>
+ snortalog-2.3.0-r1.ebuild:
+ dev-perl/Getopt-Long => perl-core/Getopt-Long migration
25 May 2005; Michael Cummings <mcummings@gentoo.org> snortalog-2.2.1.ebuild:
dev-perl/Getopt-Long => perl-core/Getopt-Long migration