summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-05-06 17:47:54 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-05-06 17:47:54 +0000
commit63acbc189327ff52a274f1ecb29d6e3f46089aa4 (patch)
treef882bdbab1a5d449f842cf790dd198007a4173a8 /dev-perl/XML-Sablot
parentremoved older ebuilds (diff)
downloadgentoo-2-63acbc189327ff52a274f1ecb29d6e3f46089aa4.tar.gz
gentoo-2-63acbc189327ff52a274f1ecb29d6e3f46089aa4.tar.bz2
gentoo-2-63acbc189327ff52a274f1ecb29d6e3f46089aa4.zip
version bump; eclassed
Diffstat (limited to 'dev-perl/XML-Sablot')
-rw-r--r--dev-perl/XML-Sablot/ChangeLog9
-rw-r--r--dev-perl/XML-Sablot/XML-Sablot-0.60.ebuild36
-rw-r--r--dev-perl/XML-Sablot/XML-Sablot-0.90.ebuild (renamed from dev-perl/XML-Sablot/XML-Sablot-0.52.ebuild)27
-rw-r--r--dev-perl/XML-Sablot/files/digest-XML-Sablot-0.521
-rw-r--r--dev-perl/XML-Sablot/files/digest-XML-Sablot-0.601
-rw-r--r--dev-perl/XML-Sablot/files/digest-XML-Sablot-0.901
6 files changed, 14 insertions, 61 deletions
diff --git a/dev-perl/XML-Sablot/ChangeLog b/dev-perl/XML-Sablot/ChangeLog
index b8bb1eb0b67c..09ebefbaa9ee 100644
--- a/dev-perl/XML-Sablot/ChangeLog
+++ b/dev-perl/XML-Sablot/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-perl/XML-Sablot
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Sablot/ChangeLog,v 1.1 2002/02/01 21:53:28 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Sablot/ChangeLog,v 1.2 2002/05/06 17:45:11 seemant Exp $
+
+*XML-Sablot-0.90 (6 May 2002)
+
+ 6 May 2002; Seemant Kulleen <seemant@gentoo.org> XML-Sablot-0.90.ebuild
+ files/digest-XML-Sablot-0.90 :
+
+ version bump; eclassed
*XML-Sablot-0.60 (1 Feb 2002)
diff --git a/dev-perl/XML-Sablot/XML-Sablot-0.60.ebuild b/dev-perl/XML-Sablot/XML-Sablot-0.60.ebuild
deleted file mode 100644
index fb3f017644e6..000000000000
--- a/dev-perl/XML-Sablot/XML-Sablot-0.60.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Sablot/XML-Sablot-0.60.ebuild,v 1.2 2002/04/27 11:06:32 seemant Exp $
-
-MY_P=${PN}ron-${PV}
-S=${WORKDIR}/${MY_P}
-CATEGORY="dev-perl"
-DESCRIPTION="Perl Module for Sablotron"
-#SRC_URI="http://www.gingerall.com/perl/rd?url=sablot/${A}"
-#HOMEPAGE="http://www.gingerall.com/charlie-bin/get/webGA/act/xml-sab.act"
-SRC_URI="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc/XML/${MY_P}.tar.gz"
-HOMEPAGE="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc/XML/${PN}.${PV}.readme"
-
-DEPEND=">=sys-devel/perl-5
- >=app-text/sablotron-0.60"
-
-src_unpack() {
-
- unpack ${A}
-
-}
-
-src_compile() {
-
- perl Makefile.PL
- make || die
- make test || die
-
-}
-
-src_install () {
-
- make PREFIX=${D}/usr INSTALLMAN3DIR=${D}/usr/share/man/man3 install || die
- dodoc Changes README MANIFEST
-}
diff --git a/dev-perl/XML-Sablot/XML-Sablot-0.52.ebuild b/dev-perl/XML-Sablot/XML-Sablot-0.90.ebuild
index 746fc93e1da8..f377fe7f3c50 100644
--- a/dev-perl/XML-Sablot/XML-Sablot-0.52.ebuild
+++ b/dev-perl/XML-Sablot/XML-Sablot-0.90.ebuild
@@ -1,7 +1,10 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Sablot/XML-Sablot-0.52.ebuild,v 1.2 2002/04/27 11:07:14 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Sablot/XML-Sablot-0.90.ebuild,v 1.1 2002/05/06 17:45:11 seemant Exp $
+
+. /usr/portage/eclass/inherit.eclass || die
+inherit perl-module
MY_P=${PN}ron-${PV}
S=${WORKDIR}/${MY_P}
@@ -12,25 +15,5 @@ DESCRIPTION="Perl Module for Sablotron"
SRC_URI="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc/XML/${MY_P}.tar.gz"
HOMEPAGE="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc/XML/${PN}.${PV}.readme"
-DEPEND=">=sys-devel/perl-5
+DEPEND="${DEPEND}
>=app-text/sablotron-0.60"
-
-src_unpack() {
-
- unpack ${A}
-
-}
-
-src_compile() {
-
- perl Makefile.PL
- make || die
- make test || die
-
-}
-
-src_install () {
-
- make PREFIX=${D}/usr INSTALLMAN3DIR=${D}/usr/share/man/man3 install || die
- dodoc Changes README MANIFEST
-}
diff --git a/dev-perl/XML-Sablot/files/digest-XML-Sablot-0.52 b/dev-perl/XML-Sablot/files/digest-XML-Sablot-0.52
deleted file mode 100644
index e9e99698cad8..000000000000
--- a/dev-perl/XML-Sablot/files/digest-XML-Sablot-0.52
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c5ae053e61b6b61908d2f67dd7759923 XML-Sablotron-0.52.tar.gz 15959
diff --git a/dev-perl/XML-Sablot/files/digest-XML-Sablot-0.60 b/dev-perl/XML-Sablot/files/digest-XML-Sablot-0.60
deleted file mode 100644
index c27e30b3d188..000000000000
--- a/dev-perl/XML-Sablot/files/digest-XML-Sablot-0.60
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ba12386541f721561b45e2ff3f6e745c XML-Sablotron-0.60.tar.gz 29106
diff --git a/dev-perl/XML-Sablot/files/digest-XML-Sablot-0.90 b/dev-perl/XML-Sablot/files/digest-XML-Sablot-0.90
new file mode 100644
index 000000000000..e21bb7c2ad48
--- /dev/null
+++ b/dev-perl/XML-Sablot/files/digest-XML-Sablot-0.90
@@ -0,0 +1 @@
+MD5 f4029e077e77cb70a989c15914f0af7f XML-Sablotron-0.90.tar.gz 31762