diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-03-25 13:16:17 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-03-25 13:16:17 +0000 |
commit | e4f895873c64f80c5b53ed60cf8ba369f8495a0b (patch) | |
tree | 3d3800c2ccb83fa8ddc42b7fdbb1da2b4c566e28 /app-text | |
parent | Add -shared-libgcc option from bug #106667 (diff) | |
download | gentoo-2-e4f895873c64f80c5b53ed60cf8ba369f8495a0b.tar.gz gentoo-2-e4f895873c64f80c5b53ed60cf8ba369f8495a0b.tar.bz2 gentoo-2-e4f895873c64f80c5b53ed60cf8ba369f8495a0b.zip |
remove old versions
(Portage version: 2.0.54)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/sablotron/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/sablotron/files/digest-sablotron-0.97 | 1 | ||||
-rw-r--r-- | app-text/sablotron/files/digest-sablotron-1.0 | 1 | ||||
-rw-r--r-- | app-text/sablotron/sablotron-0.97.ebuild | 42 | ||||
-rw-r--r-- | app-text/sablotron/sablotron-1.0.ebuild | 58 |
5 files changed, 5 insertions, 103 deletions
diff --git a/app-text/sablotron/ChangeLog b/app-text/sablotron/ChangeLog index 0406505ac6d5..8ec8bb4a7607 100644 --- a/app-text/sablotron/ChangeLog +++ b/app-text/sablotron/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/sablotron # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.46 2006/03/25 13:15:07 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.47 2006/03/25 13:16:17 caleb Exp $ + + 25 Mar 2006; Caleb Tennis <caleb@gentoo.org> -sablotron-0.97.ebuild, + -sablotron-1.0.ebuild: + remove old versions *sablotron-1.0.1-r1 (25 Mar 2006) diff --git a/app-text/sablotron/files/digest-sablotron-0.97 b/app-text/sablotron/files/digest-sablotron-0.97 deleted file mode 100644 index 3e6cf6784eb4..000000000000 --- a/app-text/sablotron/files/digest-sablotron-0.97 +++ /dev/null @@ -1 +0,0 @@ -MD5 253d5e7738d85beecc2c274478431529 Sablot-0.97.tar.gz 438425 diff --git a/app-text/sablotron/files/digest-sablotron-1.0 b/app-text/sablotron/files/digest-sablotron-1.0 deleted file mode 100644 index 3e9519da18f7..000000000000 --- a/app-text/sablotron/files/digest-sablotron-1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 16f6487f1872a31ed566b0f2cfeba895 Sablot-1.0.tar.gz 484144 diff --git a/app-text/sablotron/sablotron-0.97.ebuild b/app-text/sablotron/sablotron-0.97.ebuild deleted file mode 100644 index 8328b99724c7..000000000000 --- a/app-text/sablotron/sablotron-0.97.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# 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.21 2005/01/01 16:34:37 eradicator Exp $ - -inherit libtool flag-o-matic - -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" -IUSE="perl" -KEYWORDS="x86 sparc ppc hppa alpha amd64 ~mips" - -RDEPEND=">=dev-libs/expat-1.95.6-r1" -DEPEND="${RDEPEND} - perl? ( dev-perl/XML-Parser )" - -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 - append-ldflags -lstdc++ - - econf ${myconf} || die "econf failed" - make || die -} - -src_install() { - einstall || die - dodoc README* RELEASE - dodoc src/TODO -} diff --git a/app-text/sablotron/sablotron-1.0.ebuild b/app-text/sablotron/sablotron-1.0.ebuild deleted file mode 100644 index c2133ac24bef..000000000000 --- a/app-text/sablotron/sablotron-1.0.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# 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.13 2005/01/01 16:34:37 eradicator Exp $ - -inherit libtool flag-o-matic - -MY_PN="Sablot" -MY_P="${MY_PN}-${PV}" -S=${WORKDIR}/${MY_P} - -DESCRIPTION="An XSLT Parser in C++" -HOMEPAGE="http://www.gingerall.com/charlie/ga/xml/p_sab.xml" -SRC_URI="http://download-1.gingerall.cz/download/sablot/${MY_P}.tar.gz" -# Sablotron can optionally be built under GPL, using MPL for now -LICENSE="MPL-1.1" - -SLOT="0" -IUSE="doc perl" -KEYWORDS="x86 sparc ~ppc hppa alpha amd64 ia64" - -RDEPEND=">=dev-libs/expat-1.95.6-r1" -DEPEND="${RDEPEND} - doc? ( >=dev-perl/XML-Parser-2.3 )" - -DOCS="INSTALL README README_JS RELEASE src/TODO" - -src_compile() { - - local myconf= - - # Please do not remove, else we get references to PORTAGE_TMPDIR - # in /usr/lib/libsablot.la ... - elibtoolize - - use perl \ - && myconf="${myconf} --enable-perlconnect" - - use doc \ - && myconf="${myconf} --with-html-dir=${D}/usr/share/doc/${P}/html" \ - || myconf="${myconf} --without-html-dir" - - # rphillips, fixes bug #3876 - # this is fixed for me with apache2, but keeping it in here - # for apache1 users and/or until some clever detection - # is added <obz@gentoo.org> - append-ldflags -lstdc++ - - econf ${myconf} || die "Configure failed" - emake || die "Make failed" - -} - -src_install() { - - einstall prefix=${D}/usr || die "Install failed" - dodoc ${DOCS} - -} |