summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-06-28 12:35:15 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-06-28 12:35:15 +0000
commit990a8fbc99d7c387f293715f045b1638d9a3fc01 (patch)
tree05bba96e9b42c67c4fc0f8f697041227be738008
parentnew version (diff)
downloadhistorical-990a8fbc99d7c387f293715f045b1638d9a3fc01.tar.gz
historical-990a8fbc99d7c387f293715f045b1638d9a3fc01.tar.bz2
historical-990a8fbc99d7c387f293715f045b1638d9a3fc01.zip
new package
-rw-r--r--dev-perl/Class-MakeMethods-Template/ChangeLog11
-rw-r--r--dev-perl/Class-MakeMethods-Template/Class-MakeMethods-Template-1.004.ebuild21
-rw-r--r--dev-perl/Class-MakeMethods-Template/files/digest-Class-MakeMethods-Template-1.0041
-rw-r--r--dev-perl/Class-MakeMethods/ChangeLog10
-rw-r--r--dev-perl/Class-MakeMethods/Class-MakeMethods-1.005.ebuild20
-rw-r--r--dev-perl/Class-MakeMethods/files/digest-Class-MakeMethods-1.0051
-rw-r--r--dev-perl/Date-ICal/ChangeLog10
-rw-r--r--dev-perl/Date-ICal/Date-ICal-1.69.ebuild24
-rw-r--r--dev-perl/Date-ICal/files/digest-Date-ICal-1.691
-rw-r--r--dev-perl/Date-Leapyear/ChangeLog10
-rw-r--r--dev-perl/Date-Leapyear/Date-Leapyear-1.7.ebuild22
-rw-r--r--dev-perl/Date-Leapyear/files/digest-Date-Leapyear-1.71
-rw-r--r--dev-perl/Jcode/ChangeLog10
-rw-r--r--dev-perl/Jcode/Jcode-0.80.ebuild21
-rw-r--r--dev-perl/Jcode/files/digest-Jcode-0.801
15 files changed, 164 insertions, 0 deletions
diff --git a/dev-perl/Class-MakeMethods-Template/ChangeLog b/dev-perl/Class-MakeMethods-Template/ChangeLog
new file mode 100644
index 000000000000..16a775d9496c
--- /dev/null
+++ b/dev-perl/Class-MakeMethods-Template/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-perl/Class-MakeMethods-Template
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods-Template/ChangeLog,v 1.1 2002/06/28 12:27:14 seemant Exp $
+
+*Class-MakeMethods-Template-1.004 (28 Jun 2002)
+
+ 28 Jun 2002; Seemant Kulleen <seemant@gentoo.org>
+ Class-MakeMethods-Template-1.004.ebuild
+ files/digest-Class-MakeMethods-1.004 :
+
+ New package, courtesy of: rac@intrigue.com (Robert Coie) in bug #4146
diff --git a/dev-perl/Class-MakeMethods-Template/Class-MakeMethods-Template-1.004.ebuild b/dev-perl/Class-MakeMethods-Template/Class-MakeMethods-Template-1.004.ebuild
new file mode 100644
index 000000000000..e3b10c070da0
--- /dev/null
+++ b/dev-perl/Class-MakeMethods-Template/Class-MakeMethods-Template-1.004.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods-Template/Class-MakeMethods-Template-1.004.ebuild,v 1.1 2002/06/28 12:27:14 seemant Exp $
+
+inherit perl-module
+
+MY_P=Class-MakeMethods-Template-${PV}
+S=${WORKDIR}/${MY_P}
+CATEGORY="dev-perl"
+DESCRIPTION="Extensible temlpates for Class::MakeMethods"
+LICENSE="Artistic | GPL-2"
+SRC_URI="http://www.cpan.org/modules/by-module/Class/${MY_P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-module/Class/${MY_P}.readme"
+SLOT="0"
+
+newdepend ">=Class-MakeMethods-1.003"
+
+src_compile() {
+ base_src_compile
+ base_src_test || die "test failed"
+}
diff --git a/dev-perl/Class-MakeMethods-Template/files/digest-Class-MakeMethods-Template-1.004 b/dev-perl/Class-MakeMethods-Template/files/digest-Class-MakeMethods-Template-1.004
new file mode 100644
index 000000000000..bbb9a54ab15e
--- /dev/null
+++ b/dev-perl/Class-MakeMethods-Template/files/digest-Class-MakeMethods-Template-1.004
@@ -0,0 +1 @@
+MD5 58c08aa5f18fa074d6a14386321a564b Class-MakeMethods-Template-1.004.tar.gz 74779
diff --git a/dev-perl/Class-MakeMethods/ChangeLog b/dev-perl/Class-MakeMethods/ChangeLog
new file mode 100644
index 000000000000..0e172abd8b95
--- /dev/null
+++ b/dev-perl/Class-MakeMethods/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Class-MakeMethods
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/ChangeLog,v 1.1 2002/06/28 12:22:31 seemant Exp $
+
+*Class-MakeMethods-1.005 (28 Jun 2002)
+
+ 28 Jun 2002; Seemant Kulleen <seemant@gentoo.org>
+ Class-MakeMethods-1.005.ebuild files/digest-Class-MakeMethods-1.005 :
+
+ New package courtesy of: rac@intrigue.com (Robert Coie) in bug #4131
diff --git a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.005.ebuild b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.005.ebuild
new file mode 100644
index 000000000000..a8f5b62a8eaf
--- /dev/null
+++ b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.005.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MakeMethods/Class-MakeMethods-1.005.ebuild,v 1.1 2002/06/28 12:22:31 seemant Exp $
+
+inherit perl-module
+
+MY_P=Class-MakeMethods-${PV}
+S=${WORKDIR}/${MY_P}
+CATEGORY="dev-perl"
+DESCRIPTION="Automated method creation module for Perl"
+LICENSE="Artistic | GPL-2"
+SRC_URI="http://www.cpan.org/modules/by-module/Class/${MY_P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-module/Class/${MY_P}.readme"
+
+SLOT="0"
+
+src_compile() {
+ base_src_compile
+ base_src_test || die "test failed"
+}
diff --git a/dev-perl/Class-MakeMethods/files/digest-Class-MakeMethods-1.005 b/dev-perl/Class-MakeMethods/files/digest-Class-MakeMethods-1.005
new file mode 100644
index 000000000000..25f47bd6e67a
--- /dev/null
+++ b/dev-perl/Class-MakeMethods/files/digest-Class-MakeMethods-1.005
@@ -0,0 +1 @@
+MD5 5107d7c03d4275681228acc5d0861991 Class-MakeMethods-1.005.tar.gz 77892
diff --git a/dev-perl/Date-ICal/ChangeLog b/dev-perl/Date-ICal/ChangeLog
new file mode 100644
index 000000000000..af3809491e72
--- /dev/null
+++ b/dev-perl/Date-ICal/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Date-ICal
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-ICal/ChangeLog,v 1.1 2002/06/28 12:35:15 seemant Exp $
+
+*Date-ICal-1.69 (28 Jun 2002)
+
+ 28 Jun 2002; Seemant Kulleen <seemant@gentoo.org> Date-ICal-1.69.ebuild
+ files/digest-Date-ICal-1.69 :
+
+ New package, courtesy of: rac@intrigue.com (Robert Coie) in bug #4182
diff --git a/dev-perl/Date-ICal/Date-ICal-1.69.ebuild b/dev-perl/Date-ICal/Date-ICal-1.69.ebuild
new file mode 100644
index 000000000000..9cd232dee855
--- /dev/null
+++ b/dev-perl/Date-ICal/Date-ICal-1.69.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-ICal/Date-ICal-1.69.ebuild,v 1.1 2002/06/28 12:35:15 seemant Exp $
+
+inherit perl-module
+
+MY_P=Date-ICal-${PV}
+S=${WORKDIR}/${MY_P}
+CATEGORY="dev-perl"
+DESCRIPTION="ICal format date base module for Perl"
+LICENSE="Artistic | GPL-2"
+SRC_URI="http://www.cpan.org/modules/by-module/Date/${MY_P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-module/Date/${MY_P}.readme"
+
+SLOT="0"
+
+newdepend "dev-perl/Date-Leapyear
+ dev-perl/Time-HiRes
+ dev-perl/Storable"
+
+src_compile() {
+ base_src_compile
+ base_src_test || die "test failed"
+}
diff --git a/dev-perl/Date-ICal/files/digest-Date-ICal-1.69 b/dev-perl/Date-ICal/files/digest-Date-ICal-1.69
new file mode 100644
index 000000000000..48f2d784cfcd
--- /dev/null
+++ b/dev-perl/Date-ICal/files/digest-Date-ICal-1.69
@@ -0,0 +1 @@
+MD5 08ca6666294aa78095059c0dfd0619ce Date-ICal-1.69.tar.gz 35756
diff --git a/dev-perl/Date-Leapyear/ChangeLog b/dev-perl/Date-Leapyear/ChangeLog
new file mode 100644
index 000000000000..322471668298
--- /dev/null
+++ b/dev-perl/Date-Leapyear/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Date-Leapyear
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-Leapyear/ChangeLog,v 1.1 2002/06/28 12:31:33 seemant Exp $
+
+*Date-Leapyear-1.7 (28 Jun 2002)
+
+ 28 Jun 2002; Seemant Kulleen <seemant@gentoo.org> Date-Leapyear-1.7.ebuild
+ files/digest-Date-Leapyear-1.7 :
+
+ New package, courtesy of rac@intrigue.com (Robert Coie) in bug #4181
diff --git a/dev-perl/Date-Leapyear/Date-Leapyear-1.7.ebuild b/dev-perl/Date-Leapyear/Date-Leapyear-1.7.ebuild
new file mode 100644
index 000000000000..8ee27f45c6a9
--- /dev/null
+++ b/dev-perl/Date-Leapyear/Date-Leapyear-1.7.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-Leapyear/Date-Leapyear-1.7.ebuild,v 1.1 2002/06/28 12:31:33 seemant Exp $
+
+inherit perl-module
+
+MY_P=Date-Leapyear-${PV}
+S=${WORKDIR}/${MY_P}
+CATEGORY="dev-perl"
+DESCRIPTION="Simple Perl module that tracks Gregorian leap years"
+LICENSE="Artistic | GPL-2"
+SRC_URI="http://www.cpan.org/modules/by-module/Date/${MY_P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-module/Date/${MY_P}.readme"
+
+SLOT="0"
+
+newdepend "dev-perl/Test-Simple"
+
+src_compile() {
+ base_src_compile
+ base_src_test || die "test failed"
+}
diff --git a/dev-perl/Date-Leapyear/files/digest-Date-Leapyear-1.7 b/dev-perl/Date-Leapyear/files/digest-Date-Leapyear-1.7
new file mode 100644
index 000000000000..c8e36007333e
--- /dev/null
+++ b/dev-perl/Date-Leapyear/files/digest-Date-Leapyear-1.7
@@ -0,0 +1 @@
+MD5 54db3459821bd299735628145bef339d Date-Leapyear-1.7.tar.gz 5929
diff --git a/dev-perl/Jcode/ChangeLog b/dev-perl/Jcode/ChangeLog
new file mode 100644
index 000000000000..95437a9d45fc
--- /dev/null
+++ b/dev-perl/Jcode/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Jcode
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Jcode/ChangeLog,v 1.1 2002/06/28 12:18:04 seemant Exp $
+
+*Jcode-0.80 (28 Jun 2002)
+
+ 28 Jun 2002; Seemant Kulleen <seemant@gentoo.org> Jcode-0.80.ebuild
+ files/digest-Jcode-0.80 :
+
+ New package courtesy of: rac@intrigue.com (Robert Coie) in bug #4064
diff --git a/dev-perl/Jcode/Jcode-0.80.ebuild b/dev-perl/Jcode/Jcode-0.80.ebuild
new file mode 100644
index 000000000000..be4de203d4c1
--- /dev/null
+++ b/dev-perl/Jcode/Jcode-0.80.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Jcode/Jcode-0.80.ebuild,v 1.1 2002/06/28 12:18:04 seemant Exp $
+
+inherit perl-module
+
+MY_P=Jcode-${PV}
+S=${WORKDIR}/${MY_P}
+CATEGORY="dev-perl"
+DESCRIPTION="Japanese transcoding module for Perl"
+LICENSE="Artistic | GPL-2"
+SRC_URI="http://cpan.org/modules/by-authors/id/D/DA/DANKOGAI/${MY_P}.tar.gz"
+HOMEPAGE="http://cpan.org/modules/by-authors/id/D/DA/DANKOGAI/${MY_P}.readme"
+
+SLOT=""
+newdepend ">=dev-perl/MIME-Base64-2.1"
+
+src_compile() {
+ base_src_compile
+ base_src_test || die "test failed"
+}
diff --git a/dev-perl/Jcode/files/digest-Jcode-0.80 b/dev-perl/Jcode/files/digest-Jcode-0.80
new file mode 100644
index 000000000000..db26e437f16a
--- /dev/null
+++ b/dev-perl/Jcode/files/digest-Jcode-0.80
@@ -0,0 +1 @@
+MD5 12d70bc9c8243c6bc3388c9c25f45f67 Jcode-0.80.tar.gz 187438