summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-12-11 18:19:17 +0000
committerAchim Gottinger <achim@gentoo.org>2000-12-11 18:19:17 +0000
commitb2981a4c3297537c2c438b435ab178db41076ff2 (patch)
tree79b54d3c3c8150f8b5fd46bc51f8f5ec87e5d1c1 /app-text/sablotron
parent*** empty log message *** (diff)
downloadhistorical-b2981a4c3297537c2c438b435ab178db41076ff2.tar.gz
historical-b2981a4c3297537c2c438b435ab178db41076ff2.tar.bz2
historical-b2981a4c3297537c2c438b435ab178db41076ff2.zip
*** empty log message ***
Diffstat (limited to 'app-text/sablotron')
-rw-r--r--app-text/sablotron/files/digest-sablotron-0.442
-rw-r--r--app-text/sablotron/sablotron-0.44.ebuild43
2 files changed, 0 insertions, 45 deletions
diff --git a/app-text/sablotron/files/digest-sablotron-0.44 b/app-text/sablotron/files/digest-sablotron-0.44
deleted file mode 100644
index 3ae4b7e2d3b7..000000000000
--- a/app-text/sablotron/files/digest-sablotron-0.44
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 35874ea80215fea45f1af28a419c2ce2 Sablot-0.44.tar.gz
-MD5 c2607a890d8f31cdd0ab3d3dc6c896a6 Sablot-Expat-1.1.2.tar.gz
diff --git a/app-text/sablotron/sablotron-0.44.ebuild b/app-text/sablotron/sablotron-0.44.ebuild
deleted file mode 100644
index 6f05ccbfb371..000000000000
--- a/app-text/sablotron/sablotron-0.44.ebuild
+++ /dev/null
@@ -1,43 +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/app-text/sablotron/sablotron-0.44.ebuild,v 1.2 2000/11/01 04:44:13 achim Exp $
-
-A="Sablot-${PV}.tar.gz Sablot-Expat-1.1.2.tar.gz"
-S=${WORKDIR}/Sablot-${PV}
-DESCRIPTION="An XSLT Parser in C++"
-SRC_URI="http://www.gingerall.com/perl/rd?url=sablot/Sablot-${PV}.tar.gz
- http://www.gingerall.com/perl/rd?url=sablot/Sablot-Expat-1.1.2.tar.gz"
-HOMEPAGE="http://www.gingerall.com/charlie-bin/get/webGA/act/sablotron.act"
-
-DEPEND=">=sys-devel/gcc-2.95.2
- >=sys-libs/glibc-2.1.3"
-
-src_unpack() {
- unpack Sablot-${PV}.tar.gz
- cd ${S}
- unpack Sablot-Expat-1.1.2.tar.gz
-}
-src_compile() {
-
- cd ${S}
- try ./configure --prefix=/usr --host=${CHOST}
- try make
-
-}
-
-src_install () {
-
- cd ${S}
- dodir /usr/lib
- dodir /usr/include
- dodir /usr/bin
- try make prefix=${D}/usr install
- dodoc README
- dodoc Sablot/RELEASE Sablot/TODO
- docinto html/expat
- dodoc Expat/distribution/expat.html
-}
-
-
-