summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gardiner <obz@gentoo.org>2004-04-26 12:06:14 +0000
committerMike Gardiner <obz@gentoo.org>2004-04-26 12:06:14 +0000
commit8a1e4f83bc8704775d26ce3c401ef24ee4ee6721 (patch)
tree037c2477cc9a70d857b39666f1605f06d7fd022b /app-text/sablotron
parentFixed missing IUSE (Manifest recommit) (diff)
downloadgentoo-2-8a1e4f83bc8704775d26ce3c401ef24ee4ee6721.tar.gz
gentoo-2-8a1e4f83bc8704775d26ce3c401ef24ee4ee6721.tar.bz2
gentoo-2-8a1e4f83bc8704775d26ce3c401ef24ee4ee6721.zip
Removed 0.96 version, 1.0 stable on x86
Diffstat (limited to 'app-text/sablotron')
-rw-r--r--app-text/sablotron/ChangeLog6
-rw-r--r--app-text/sablotron/files/digest-sablotron-0.961
-rw-r--r--app-text/sablotron/sablotron-0.96.ebuild46
-rw-r--r--app-text/sablotron/sablotron-0.97.ebuild5
-rw-r--r--app-text/sablotron/sablotron-1.0.ebuild4
5 files changed, 10 insertions, 52 deletions
diff --git a/app-text/sablotron/ChangeLog b/app-text/sablotron/ChangeLog
index 4e01b5b3cda1..6610406e71f8 100644
--- a/app-text/sablotron/ChangeLog
+++ b/app-text/sablotron/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/sablotron
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.27 2004/04/25 23:12:15 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.28 2004/04/26 12:06:13 obz Exp $
+
+ 26 Apr 2004; Mike Gardiner <obz@gentoo.org> sablotron-0.96.ebuild,
+ sablotron-0.97.ebuild, sablotron-1.0.ebuild:
+ Removed 0.96 version, 1.0 stable on x86
25 Apr 2004; Aron Griffis <agriffis@gentoo.org> sablotron-0.96.ebuild,
sablotron-0.97.ebuild:
diff --git a/app-text/sablotron/files/digest-sablotron-0.96 b/app-text/sablotron/files/digest-sablotron-0.96
deleted file mode 100644
index dc0d4c749847..000000000000
--- a/app-text/sablotron/files/digest-sablotron-0.96
+++ /dev/null
@@ -1 +0,0 @@
-MD5 faa64d8005e5bf8328faf85466d096e1 Sablot-0.96.tar.gz 399961
diff --git a/app-text/sablotron/sablotron-0.96.ebuild b/app-text/sablotron/sablotron-0.96.ebuild
deleted file mode 100644
index 7b5a7c68be65..000000000000
--- a/app-text/sablotron/sablotron-0.96.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.96.ebuild,v 1.13 2004/04/25 23:12:15 agriffis Exp $
-
-inherit eutils libtool
-
-MY_P="Sablot-${PV}"
-S="${WORKDIR}/${MY_P}"
-DESCRIPTION="An XSLT Parser in C++"
-SRC_URI="http://download-1..gingerall.cz/download/sablot/${MY_P}.tar.gz"
-HOMEPAGE="http://www.gingerall.com/charlie/ga/xml/p_sab.xml"
-
-SLOT="0"
-LICENSE="MPL-1.1"
-KEYWORDS="x86 sparc ~ppc hppa"
-
-DEPEND=">=dev-libs/expat-1.95.1"
-
-src_unpack() {
- unpack ${A}
- cd ${S}/src/engine
- epatch ${FILESDIR}/Sablot-0.96.1.patch
-}
-
-src_compile() {
- local myconf=
-
- # Please do not remove, else we get references to PORTAGE_TMPDIR
- # in /usr/lib/libsablot.la ...
- elibtoolize
-
- use perl && myconf="--enable-perlconnect"
-
- # rphillips
- # fixes bug #3876
- export LDFLAGS="-lstdc++"
-
- econf ${myconf} || die "econf failed"
- make || die
-}
-
-src_install() {
- einstall
- dodoc README* RELEASE
- dodoc src/TODO
-}
diff --git a/app-text/sablotron/sablotron-0.97.ebuild b/app-text/sablotron/sablotron-0.97.ebuild
index b42b502e14d0..a0d09d2f5cd2 100644
--- a/app-text/sablotron/sablotron-0.97.ebuild
+++ b/app-text/sablotron/sablotron-0.97.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.97.ebuild,v 1.16 2004/04/25 23:12:15 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.97.ebuild,v 1.17 2004/04/26 12:06:13 obz Exp $
inherit libtool
@@ -8,9 +8,10 @@ S="${WORKDIR}/Sablot-${PV}"
DESCRIPTION="An XSLT Parser in C++"
SRC_URI="http://download-1.gingerall.cz/download/sablot/Sablot-${PV}.tar.gz"
HOMEPAGE="http://www.gingerall.com/charlie/ga/xml/p_sab.xml"
+LICENSE="MPL-1.1"
SLOT="0"
-LICENSE="MPL-1.1"
+IUSE=""
KEYWORDS="x86 sparc ppc hppa alpha amd64 ~mips"
DEPEND=">=dev-libs/expat-1.95.6-r1
diff --git a/app-text/sablotron/sablotron-1.0.ebuild b/app-text/sablotron/sablotron-1.0.ebuild
index 83eeaf47fce5..f4c6278f061d 100644
--- a/app-text/sablotron/sablotron-1.0.ebuild
+++ b/app-text/sablotron/sablotron-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-1.0.ebuild,v 1.6 2004/02/23 16:41:08 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-1.0.ebuild,v 1.7 2004/04/26 12:06:13 obz Exp $
inherit libtool
@@ -16,7 +16,7 @@ LICENSE="MPL-1.1"
SLOT="0"
IUSE="doc perl"
-KEYWORDS="~x86 ~sparc ~ppc ~hppa alpha ~amd64 ia64"
+KEYWORDS="x86 ~sparc ~ppc ~hppa alpha ~amd64 ia64"
DEPEND=">=dev-libs/expat-1.95.6-r1
>=dev-perl/XML-Parser-2.3"