summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-09 00:48:47 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-09 00:48:47 +0000
commit6c43e6f260c0d703bc52a7889c714b5b4f9a5135 (patch)
tree81dcfc5770090104955045a4f839d8acd293d70a /app-text/sablotron
parentSome cleanup (diff)
downloadhistorical-6c43e6f260c0d703bc52a7889c714b5b4f9a5135.tar.gz
historical-6c43e6f260c0d703bc52a7889c714b5b4f9a5135.tar.bz2
historical-6c43e6f260c0d703bc52a7889c714b5b4f9a5135.zip
Some cleanup
Diffstat (limited to 'app-text/sablotron')
-rw-r--r--app-text/sablotron/files/digest-sablotron-0.511
-rw-r--r--app-text/sablotron/sablotron-0.51.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/app-text/sablotron/files/digest-sablotron-0.51 b/app-text/sablotron/files/digest-sablotron-0.51
deleted file mode 100644
index 70ed002b83eb..000000000000
--- a/app-text/sablotron/files/digest-sablotron-0.51
+++ /dev/null
@@ -1 +0,0 @@
-MD5 86e30805258a3f61e16796b5ef84b64a Sablot-0.51.tar.gz
diff --git a/app-text/sablotron/sablotron-0.51.ebuild b/app-text/sablotron/sablotron-0.51.ebuild
deleted file mode 100644
index 2d5df25421eb..000000000000
--- a/app-text/sablotron/sablotron-0.51.ebuild
+++ /dev/null
@@ -1,42 +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.51.ebuild,v 1.2 2001/03/18 03:08:07 drobbins Exp $
-
-A="Sablot-${PV}.tar.gz"
-S=${WORKDIR}/Sablot-${PV}
-DESCRIPTION="An XSLT Parser in C++"
-SRC_URI="http://www.gingerall.com/perl/rd?url=sablot/${A}"
-HOMEPAGE="http://www.gingerall.com/charlie-bin/get/webGA/act/sablotron.act"
-
-DEPEND=">=sys-devel/gcc-2.95.2 >=dev-libs/expat-1.95.1 virtual/glibc"
-
-src_unpack() {
- unpack Sablot-${PV}.tar.gz
-# iif [ "`use glibc22`" ]
-# then
-# cd ${S}/Sablot/engine
-# cp utf8.cpp utf8.cpp.orig
-# sed -e '44d;46d' utf8.cpp.orig > utf8.cpp
-# fi
-}
-
-src_compile() {
- cd ${S}
- try ./configure --prefix=/usr --host=${CHOST}
- try pmake
-
-}
-
-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
-}
-
-
-