summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-05-06 15:39:26 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-05-06 15:39:26 +0000
commitf16da755fd249a1175fdd61a26c3c4adbb93f9c1 (patch)
tree71d5493ca323a2708e1a6382df449d765a37982b /dev-perl/SGMLSpm
parentremoved older ebuild (diff)
downloadgentoo-2-f16da755fd249a1175fdd61a26c3c4adbb93f9c1.tar.gz
gentoo-2-f16da755fd249a1175fdd61a26c3c4adbb93f9c1.tar.bz2
gentoo-2-f16da755fd249a1175fdd61a26c3c4adbb93f9c1.zip
updated formatting, SLOT, and LICENSE
Diffstat (limited to 'dev-perl/SGMLSpm')
-rw-r--r--dev-perl/SGMLSpm/ChangeLog9
-rw-r--r--dev-perl/SGMLSpm/SGMLSpm-1.03-r1.ebuild35
-rw-r--r--dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild37
-rw-r--r--dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r1 (renamed from dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03)0
4 files changed, 43 insertions, 38 deletions
diff --git a/dev-perl/SGMLSpm/ChangeLog b/dev-perl/SGMLSpm/ChangeLog
index dc80c684a873..100183dcef57 100644
--- a/dev-perl/SGMLSpm/ChangeLog
+++ b/dev-perl/SGMLSpm/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-perl/SGMLSpm
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/ChangeLog,v 1.1 2002/02/01 21:53:27 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/ChangeLog,v 1.2 2002/05/06 15:39:26 seemant Exp $
+
+*SGMLSpm-1.03-r1 (6 May 2002)
+
+ 6 May 2002; Seemant Kulleen <seemant@gentoo.org> SGMLSpm-1.03-r1.ebuild
+ files/digest-SGMLSpm-1.03-r1 :
+
+ Updated formatting
*SGMLSpm-1.03 (1 Feb 2002)
diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.03-r1.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03-r1.ebuild
new file mode 100644
index 000000000000..86c3e519fcbf
--- /dev/null
+++ b/dev-perl/SGMLSpm/SGMLSpm-1.03-r1.ebuild
@@ -0,0 +1,35 @@
+# 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/SGMLSpm/SGMLSpm-1.03-r1.ebuild,v 1.1 2002/05/06 15:39:26 seemant Exp $
+
+MY_P="${P}ii"
+S=${WORKDIR}/${PN}
+DESCRIPTION="Perl library for parsing the output of nsgmls"
+SRC_URI="http://cpan.perl.org/pub/perl/CPAN/modules/by-module/SGMLS/${MY_P}.tar.gz"
+HOMEPAGE="http://cpan.perl.org/pub/perl/CPAN/modules/by-module/SGMLS/${MY_P}.readme"
+SLOT="0"
+LICENSE="GPL-2"
+
+src_unpack() {
+
+ unpack ${A}
+ cp ${FILESDIR}/${P}-Makefile ${S}/Makefile
+
+}
+
+src_install () {
+
+ eval `perl '-V:package'`
+ eval `perl '-V:version'`
+
+ cd ${S}
+ dodir /usr/lib/${package}/site_perl/${version}
+ dodir /usr/bin
+ make || die
+ cd ${D}/usr/lib/${package}
+ mv SGMLS.pm site_perl/${version}/SGMLS.pm
+
+ dodoc BUGS COPYING ChangeLog README TODO
+
+}
diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild
deleted file mode 100644
index d8cab7bc3989..000000000000
--- a/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2000 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/SGMLSpm/SGMLSpm-1.03.ebuild,v 1.6 2001/04/28 12:27:43 achim Exp $
-
-A=${PN}-${PV}ii.tar.gz
-S=${WORKDIR}/${PN}
-DESCRIPTION="Perl library for parsing the output of nsgmls"
-SRC_URI="ftp://cpan.perl.org/pub/perl/CPAN/modules/by-module/SGMLS/${A}"
-HOMEPAGE="ftp://cpan.perl.org/pub/perl/CPAN/modules/by-module/SGMLS/${PN}-${PV}ii.readme"
-
-DEPEND=">=sys-devel/perl-5"
-
-src_unpack() {
-
- unpack ${A}
- cp ${FILESDIR}/${P}-Makefile ${S}/Makefile
-
-}
-src_compile() {
-
- cd ${S}
-
-}
-
-src_install () {
-
- cd ${S}
- dodir /usr/lib/perl5/site_perl/5.6.1
- dodir /usr/bin
- dodoc BUGS DOC README TODO COPYING ChangeLog
- try make
- cd ${D}/usr/lib/perl5
- mv SGMLS.pm site_perl/5.6.1/SGMLS.pm
-
-}
-
diff --git a/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03 b/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r1
index 8727f0df6be4..8727f0df6be4 100644
--- a/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03
+++ b/dev-perl/SGMLSpm/files/digest-SGMLSpm-1.03-r1