summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-04-20 10:11:56 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-04-20 10:11:56 +0000
commit544a7c4dc81ec3687df68649175933129066c1eb (patch)
tree9f41beeffd56ca85b777a2b03d08b808a61b8aec /dev-perl/AxKit
parentMarked stable on amd64 (diff)
downloadhistorical-544a7c4dc81ec3687df68649175933129066c1eb.tar.gz
historical-544a7c4dc81ec3687df68649175933129066c1eb.tar.bz2
historical-544a7c4dc81ec3687df68649175933129066c1eb.zip
bug 48374; thanks Mr.Bones!!!
Diffstat (limited to 'dev-perl/AxKit')
-rw-r--r--dev-perl/AxKit/AxKit-1.6.1.ebuild6
-rw-r--r--dev-perl/AxKit/AxKit-1.6.2.ebuild6
-rw-r--r--dev-perl/AxKit/ChangeLog7
-rw-r--r--dev-perl/AxKit/Manifest6
4 files changed, 17 insertions, 8 deletions
diff --git a/dev-perl/AxKit/AxKit-1.6.1.ebuild b/dev-perl/AxKit/AxKit-1.6.1.ebuild
index a576fc1e54a5..ccffdceec159 100644
--- a/dev-perl/AxKit/AxKit-1.6.1.ebuild
+++ b/dev-perl/AxKit/AxKit-1.6.1.ebuild
@@ -1,10 +1,12 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/AxKit/AxKit-1.6.1.ebuild,v 1.10 2004/04/16 11:17:37 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/AxKit/AxKit-1.6.1.ebuild,v 1.11 2004/04/20 10:11:56 mcummings Exp $
inherit perl-module
-MY_PV=$(echo $PV | perl -pe 's/\.([^.]+)$/\1/')
+front=${PV%\.*}
+back=${PV##*\.}
+MY_PV=${PV:0:${#front}}${back}
S=${WORKDIR}/${PN}-${MY_PV}
DESCRIPTION="The Apache AxKit Perl Module"
SRC_URI="http://axkit.org/download/${P}.tar.gz"
diff --git a/dev-perl/AxKit/AxKit-1.6.2.ebuild b/dev-perl/AxKit/AxKit-1.6.2.ebuild
index 4538f918022b..f12a6569543b 100644
--- a/dev-perl/AxKit/AxKit-1.6.2.ebuild
+++ b/dev-perl/AxKit/AxKit-1.6.2.ebuild
@@ -1,10 +1,12 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/AxKit/AxKit-1.6.2.ebuild,v 1.4 2004/04/16 11:17:37 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/AxKit/AxKit-1.6.2.ebuild,v 1.5 2004/04/20 10:11:56 mcummings Exp $
inherit perl-module
-MY_PV=$(echo $PV | perl -pe 's/\.([^.]+)$/\1/')
+front=${PV%\.*}
+back=${PV##*\.}
+MY_PV=${PV:0:${#front}}${back}
S=${WORKDIR}/${PN}-${MY_PV}
DESCRIPTION="The Apache AxKit Perl Module"
SRC_URI="http://axkit.org/download/${P}.tar.gz"
diff --git a/dev-perl/AxKit/ChangeLog b/dev-perl/AxKit/ChangeLog
index 67ede395a6a0..6b31ee3b382b 100644
--- a/dev-perl/AxKit/ChangeLog
+++ b/dev-perl/AxKit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/AxKit
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/AxKit/ChangeLog,v 1.23 2004/04/16 11:17:37 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/AxKit/ChangeLog,v 1.24 2004/04/20 10:11:56 mcummings Exp $
+
+ 20 Apr 2004; Michael Cummings <mcummings@gentoo.org> AxKit-1.6.1.ebuild,
+ AxKit-1.6.2.ebuild:
+ Syntax fix to remove global scope. Thanks to Mr. Bones for the syntax
+ help. Closes bug 48374
16 Apr 2004; Michael Cummings <mcummings@gentoo.org> AxKit-1.5.2-r1.ebuild,
AxKit-1.6-r1.ebuild, AxKit-1.6-r2.ebuild, AxKit-1.6.1.ebuild,
diff --git a/dev-perl/AxKit/Manifest b/dev-perl/AxKit/Manifest
index 29c2091f8585..dec2f6e95cd7 100644
--- a/dev-perl/AxKit/Manifest
+++ b/dev-perl/AxKit/Manifest
@@ -1,9 +1,9 @@
MD5 7da68c7987fb69d4206dc7ea17cc0cd3 AxKit-1.5.2-r1.ebuild 1065
MD5 e300cd048b47ee1b45af7eee81b3b14f AxKit-1.6-r1.ebuild 1085
MD5 2bb61c83c92a5535d00b971e3d0375b0 AxKit-1.6-r2.ebuild 1128
-MD5 7fa3de3494a5a90b4f5cf5af5b2bdbc8 AxKit-1.6.1.ebuild 1328
-MD5 3aa65bd36fa1e5e08b7f4191ffa2f2a2 AxKit-1.6.2.ebuild 1336
-MD5 de144b7fa24ef51d3bc1ad72cffbcb75 ChangeLog 3271
+MD5 3d364dbdc159ab93a28d61ba9d0c5822 AxKit-1.6.1.ebuild 1343
+MD5 3d49fbbd8cdd129d2b3d91983615ef44 AxKit-1.6.2.ebuild 1351
+MD5 5bcc0bf9b18e383ee41a485a77ae8951 ChangeLog 3467
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
MD5 081f9607cc3aa7538bf5e67b8e1f067a files/digest-AxKit-1.5.2-r1 63
MD5 67281027c1b40bcb89dd38285e084c44 files/digest-AxKit-1.6-r1 61