diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-06-06 11:07:49 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-06-06 11:07:49 +0000 |
commit | 85d8b19973e99ec7c1ce8cf745d19ce43592cf1a (patch) | |
tree | b14ab6e06cdcafe602ea099311be76cb07ca156f /app-text/sablotron | |
parent | version bump (diff) | |
download | gentoo-2-85d8b19973e99ec7c1ce8cf745d19ce43592cf1a.tar.gz gentoo-2-85d8b19973e99ec7c1ce8cf745d19ce43592cf1a.tar.bz2 gentoo-2-85d8b19973e99ec7c1ce8cf745d19ce43592cf1a.zip |
removed older ebuilds
Diffstat (limited to 'app-text/sablotron')
-rw-r--r-- | app-text/sablotron/files/digest-sablotron-0.52 | 1 | ||||
-rw-r--r-- | app-text/sablotron/files/digest-sablotron-0.60 | 1 | ||||
-rw-r--r-- | app-text/sablotron/files/digest-sablotron-0.81 | 1 | ||||
-rw-r--r-- | app-text/sablotron/sablotron-0.52.ebuild | 28 | ||||
-rw-r--r-- | app-text/sablotron/sablotron-0.60.ebuild | 28 | ||||
-rw-r--r-- | app-text/sablotron/sablotron-0.81.ebuild | 31 |
6 files changed, 0 insertions, 90 deletions
diff --git a/app-text/sablotron/files/digest-sablotron-0.52 b/app-text/sablotron/files/digest-sablotron-0.52 deleted file mode 100644 index f17d48946228..000000000000 --- a/app-text/sablotron/files/digest-sablotron-0.52 +++ /dev/null @@ -1 +0,0 @@ -MD5 e7fd04ea8a826abfe1ffa094ed6698ad Sablot-0.52.tar.gz 239676 diff --git a/app-text/sablotron/files/digest-sablotron-0.60 b/app-text/sablotron/files/digest-sablotron-0.60 deleted file mode 100644 index 47f1c1386052..000000000000 --- a/app-text/sablotron/files/digest-sablotron-0.60 +++ /dev/null @@ -1 +0,0 @@ -MD5 2938b6c301355f832eb0f6be98f12570 Sablot-0.60.tar.gz 252835 diff --git a/app-text/sablotron/files/digest-sablotron-0.81 b/app-text/sablotron/files/digest-sablotron-0.81 deleted file mode 100644 index d0bca7029ca4..000000000000 --- a/app-text/sablotron/files/digest-sablotron-0.81 +++ /dev/null @@ -1 +0,0 @@ -MD5 830c90d751d1bc9fe85e93013f03477c Sablot-0.81.tar.gz 332595 diff --git a/app-text/sablotron/sablotron-0.52.ebuild b/app-text/sablotron/sablotron-0.52.ebuild deleted file mode 100644 index beb9dbc367d7..000000000000 --- a/app-text/sablotron/sablotron-0.52.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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/app-text/sablotron/sablotron-0.52.ebuild,v 1.2 2002/04/28 03:59:29 seemant 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" - -DEPEND=">=sys-devel/gcc-2.95.2 >=dev-libs/expat-1.95.1 virtual/glibc" - - -src_compile() { - ./configure --prefix=/usr --host=${CHOST} || die - emake || die - -} - -src_install () { - dodir /usr/lib - dodir /usr/include - dodir /usr/bin - make prefix=${D}/usr install || die - dodoc README RELEASE - dodoc Sablot/TODO -} diff --git a/app-text/sablotron/sablotron-0.60.ebuild b/app-text/sablotron/sablotron-0.60.ebuild deleted file mode 100644 index 7bb351a8ae7e..000000000000 --- a/app-text/sablotron/sablotron-0.60.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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/app-text/sablotron/sablotron-0.60.ebuild,v 1.2 2002/04/28 03:59:29 seemant 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" - -DEPEND=">=sys-devel/gcc-2.95.2 >=dev-libs/expat-1.95.1 virtual/glibc" - - -src_compile() { - ./configure --prefix=/usr --host=${CHOST} || die - emake || die - -} - -src_install () { - dodir /usr/lib - dodir /usr/include - dodir /usr/bin - make prefix=${D}/usr install || die - dodoc README RELEASE - dodoc Sablot/TODO -} diff --git a/app-text/sablotron/sablotron-0.81.ebuild b/app-text/sablotron/sablotron-0.81.ebuild deleted file mode 100644 index ae76de244217..000000000000 --- a/app-text/sablotron/sablotron-0.81.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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/app-text/sablotron/sablotron-0.81.ebuild,v 1.2 2002/04/28 03:59:29 seemant 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" - -DEPEND=">=sys-devel/gcc-2.95.2 >=dev-libs/expat-1.95.1 virtual/glibc" - - -src_compile() { - ./configure --prefix=/usr --host=${CHOST} || die - emake || die - -} - -src_install () { - dodir /usr/lib - dodir /usr/include - dodir /usr/bin - make prefix=${D}/usr install || die - dodoc README RELEASE - dodoc Sablot/TODO -} - - - |