summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-05-21 16:45:16 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-05-21 16:45:16 +0000
commit2ac7a194d6df55c76af0c9040263307ecad845ec (patch)
treef1507e48fb8dbb7ca2b5de0051a381b7a8eb9413 /app-text/sablotron
parentremoving gcc hardcode. (diff)
downloadgentoo-2-2ac7a194d6df55c76af0c9040263307ecad845ec.tar.gz
gentoo-2-2ac7a194d6df55c76af0c9040263307ecad845ec.tar.bz2
gentoo-2-2ac7a194d6df55c76af0c9040263307ecad845ec.zip
cleanup
Diffstat (limited to 'app-text/sablotron')
-rw-r--r--app-text/sablotron/Manifest8
-rw-r--r--app-text/sablotron/files/digest-sablotron-0.951
-rw-r--r--app-text/sablotron/files/digest-sablotron-0.95-r11
-rw-r--r--app-text/sablotron/sablotron-0.95-r1.ebuild39
-rw-r--r--app-text/sablotron/sablotron-0.95.ebuild28
5 files changed, 8 insertions, 69 deletions
diff --git a/app-text/sablotron/Manifest b/app-text/sablotron/Manifest
new file mode 100644
index 000000000000..81bbed1428e8
--- /dev/null
+++ b/app-text/sablotron/Manifest
@@ -0,0 +1,8 @@
+MD5 41949824d23af82c5d8a4422402b7c7e ChangeLog 2698
+MD5 b80cb34744bc16ff43c684abaa78d947 sablotron-0.96.ebuild 886
+MD5 96a19c7e005234abf6a71c9a23ee57d0 sablotron-0.97.ebuild 807
+MD5 d4d88eebd05b4208b430c3e2738431a4 files/Sablot-0.96.1.patch 1698
+MD5 bd659f0d856dbbac81723564bfdeb57b files/digest-sablotron-0.96 63
+MD5 47394bfd045510f7f6b74c7828d48502 files/digest-sablotron-0.97 63
+MD5 e22b7a4c9b6abb0f9a01dd189734f3cd files/sablotron-0.95-gentoo.patch 600
+MD5 e22b7a4c9b6abb0f9a01dd189734f3cd files/sablotron-0.95-r1-gentoo.patch 600
diff --git a/app-text/sablotron/files/digest-sablotron-0.95 b/app-text/sablotron/files/digest-sablotron-0.95
deleted file mode 100644
index dd356f90f2a8..000000000000
--- a/app-text/sablotron/files/digest-sablotron-0.95
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5dbcb6eabe8a962f9b84719cdb100390 Sablot-0.95.tar.gz 373842
diff --git a/app-text/sablotron/files/digest-sablotron-0.95-r1 b/app-text/sablotron/files/digest-sablotron-0.95-r1
deleted file mode 100644
index dd356f90f2a8..000000000000
--- a/app-text/sablotron/files/digest-sablotron-0.95-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5dbcb6eabe8a962f9b84719cdb100390 Sablot-0.95.tar.gz 373842
diff --git a/app-text/sablotron/sablotron-0.95-r1.ebuild b/app-text/sablotron/sablotron-0.95-r1.ebuild
deleted file mode 100644
index de32badbd9d7..000000000000
--- a/app-text/sablotron/sablotron-0.95-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.95-r1.ebuild,v 1.11 2003/02/13 09:44:32 vapier Exp $
-
-MY_P="Sablot-${PV}"
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="An XSLT Parser in C++"
-SRC_URI="http://www.gingerall.com/perl/rd?url=sablot/${MY_P}.tar.gz"
-HOMEPAGE="http://www.gingerall.com/charlie-bin/get/webGA/act/sablotron.act"
-
-SLOT="0"
-LICENSE="MPL-1.1"
-KEYWORDS="x86 sparc "
-
-DEPEND=">=dev-libs/expat-1.95.1"
-
-src_unpack() {
- unpack ${A}
- cd ${S}/src/engine
- patch -p0 < ${FILESDIR}/${P}-gentoo.patch || die
-}
-
-src_compile() {
- local myconf
- use perl && myconf="--enable-perlconnect"
-
- # rphillips
- # fixes bug #3876
- export LDFLAGS="-lstdc++"
-
- econf ${myconf}
- make || die
-}
-
-src_install() {
- einstall
- dodoc README* RELEASE
- dodoc src/TODO
-}
diff --git a/app-text/sablotron/sablotron-0.95.ebuild b/app-text/sablotron/sablotron-0.95.ebuild
deleted file mode 100644
index 84e2ec5f2778..000000000000
--- a/app-text/sablotron/sablotron-0.95.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.95.ebuild,v 1.7 2003/02/13 09:44:38 vapier Exp $
-
-MY_P="Sablot-${PV}"
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="An XSLT Parser in C++"
-SRC_URI="http://www.gingerall.com/perl/rd?url=sablot/${MY_P}.tar.gz"
-HOMEPAGE="http://www.gingerall.com/charlie-bin/get/webGA/act/sablotron.act"
-
-SLOT="0"
-LICENSE="MPL-1.1"
-KEYWORDS="x86 sparc "
-
-DEPEND=">=dev-libs/expat-1.95.1 "
-
-src_compile() {
- local myconf="--enable-javascript"
- use perl && myconf="${myconf} --enable-perlconnect"
- econf ${myconf}
- emake || die
-}
-
-src_install() {
- einstall
- dodoc README* RELEASE
- dodoc src/TODO
-}