diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:49:09 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:49:09 +0000 |
commit | 916d04e472e0d9b50a238db0117142aeeb15529a (patch) | |
tree | f7bcbd1290f252d3bd1772bf4e3d08c91e7fd5c8 /dev-perl/XML-Sablot | |
parent | Update (diff) | |
download | historical-916d04e472e0d9b50a238db0117142aeeb15529a.tar.gz historical-916d04e472e0d9b50a238db0117142aeeb15529a.tar.bz2 historical-916d04e472e0d9b50a238db0117142aeeb15529a.zip |
*** empty log message ***
Diffstat (limited to 'dev-perl/XML-Sablot')
-rw-r--r-- | dev-perl/XML-Sablot/XML-Sablot-0.44.ebuild | 37 | ||||
-rw-r--r-- | dev-perl/XML-Sablot/XML-Sablot-0.50.ebuild | 47 | ||||
-rw-r--r-- | dev-perl/XML-Sablot/files/digest-XML-Sablot-0.44 | 1 | ||||
-rw-r--r-- | dev-perl/XML-Sablot/files/digest-XML-Sablot-0.50 | 1 |
4 files changed, 0 insertions, 86 deletions
diff --git a/dev-perl/XML-Sablot/XML-Sablot-0.44.ebuild b/dev-perl/XML-Sablot/XML-Sablot-0.44.ebuild deleted file mode 100644 index bd61e8234934..000000000000 --- a/dev-perl/XML-Sablot/XML-Sablot-0.44.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/XML-Sablot/XML-Sablot-0.44.ebuild,v 1.3 2000/11/04 12:54:30 achim Exp $ - -P=XML-Sablotron-0.44 -A=${P}.tar.gz -S=${WORKDIR}/${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" - -DEPEND=">=sys-devel/perl-5 - >=app-text/sablotron-0.44" - -src_compile() { - - cd ${S} - perl Makefile.PL - try make - try make test - -} - -src_install () { - - cd ${S} - try make PREFIX=${D}/usr install - dodoc Changes README MANIFEST -} - - - - - - diff --git a/dev-perl/XML-Sablot/XML-Sablot-0.50.ebuild b/dev-perl/XML-Sablot/XML-Sablot-0.50.ebuild deleted file mode 100644 index e36137f3aa82..000000000000 --- a/dev-perl/XML-Sablot/XML-Sablot-0.50.ebuild +++ /dev/null @@ -1,47 +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/XML-Sablot/XML-Sablot-0.50.ebuild,v 1.1 2001/02/16 20:01:14 achim Exp $ - -P=XML-Sablotron-${PV} -A=${P}.tar.gz -S=${WORKDIR}/${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/${A}" -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.44" - -src_unpack() { - - mkdir ${S} - cd ${S} - unpack ${A} - -} - -src_compile() { - - cd ${S} - perl Makefile.PL - try make - try make test - -} - -src_install () { - - cd ${S} - try make PREFIX=${D}/usr install - dodoc Changes README MANIFEST -} - - - - - - diff --git a/dev-perl/XML-Sablot/files/digest-XML-Sablot-0.44 b/dev-perl/XML-Sablot/files/digest-XML-Sablot-0.44 deleted file mode 100644 index 8cc4a28162e8..000000000000 --- a/dev-perl/XML-Sablot/files/digest-XML-Sablot-0.44 +++ /dev/null @@ -1 +0,0 @@ -MD5 2ceeba53eaaea9d0e6c199f3e4ded694 XML-Sablotron-0.44.tar.gz diff --git a/dev-perl/XML-Sablot/files/digest-XML-Sablot-0.50 b/dev-perl/XML-Sablot/files/digest-XML-Sablot-0.50 deleted file mode 100644 index f90c9b91735e..000000000000 --- a/dev-perl/XML-Sablot/files/digest-XML-Sablot-0.50 +++ /dev/null @@ -1 +0,0 @@ -MD5 dc08084f738df02b7ff78399a293b780 XML-Sablotron-0.50.tar.gz |