summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-08 13:47:05 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-08 13:47:05 +0000
commit7957ecd9748e8a1eb0b2efaf6b9413af50625590 (patch)
tree3cc6b8fd91a6b6fb42f962878356b6ddf3f4c045 /app-text
parentUnmask uuid on Darwin (diff)
downloadgentoo-2-7957ecd9748e8a1eb0b2efaf6b9413af50625590.tar.gz
gentoo-2-7957ecd9748e8a1eb0b2efaf6b9413af50625590.tar.bz2
gentoo-2-7957ecd9748e8a1eb0b2efaf6b9413af50625590.zip
Delete older ebuilds.
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/opensp/ChangeLog7
-rw-r--r--app-text/opensp/files/opensp-1.5.1-gcc41.patch12
-rw-r--r--app-text/opensp/opensp-1.5.1.ebuild53
-rw-r--r--app-text/opensp/opensp-1.5.2-r1.ebuild77
4 files changed, 6 insertions, 143 deletions
diff --git a/app-text/opensp/ChangeLog b/app-text/opensp/ChangeLog
index 9771435255d6..f172d9d8bacd 100644
--- a/app-text/opensp/ChangeLog
+++ b/app-text/opensp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/opensp
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/ChangeLog,v 1.52 2011/01/07 21:31:47 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/ChangeLog,v 1.53 2011/01/08 13:47:05 arfrever Exp $
+
+ 08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -opensp-1.5.1.ebuild, -files/opensp-1.5.1-gcc41.patch,
+ -opensp-1.5.2-r1.ebuild:
+ Delete.
07 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> opensp-1.5.2-r2.ebuild:
ppc64 stable wrt #329791
diff --git a/app-text/opensp/files/opensp-1.5.1-gcc41.patch b/app-text/opensp/files/opensp-1.5.1-gcc41.patch
deleted file mode 100644
index fa9b4397cefe..000000000000
--- a/app-text/opensp/files/opensp-1.5.1-gcc41.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -dpruN --exclude='config*' OpenSP-1.5.1.orig/include/InternalInputSource.h OpenSP-1.5.1/include/InternalInputSource.h
---- OpenSP-1.5.1.orig/include/InternalInputSource.h 2003-07-17 20:14:00.000000000 +0200
-+++ OpenSP-1.5.1/include/InternalInputSource.h 2005-11-16 07:22:04.700397800 +0100
-@@ -34,7 +34,7 @@ public:
- void pushCharRef(Char ch, const NamedCharRef &);
- Boolean rewind(Messenger &);
- const StringC *contents();
-- InternalInputSource *InternalInputSource::asInternalInputSource();
-+ InternalInputSource *asInternalInputSource();
- ~InternalInputSource();
- private:
- InternalInputSource(const InternalInputSource &); // undefined
diff --git a/app-text/opensp/opensp-1.5.1.ebuild b/app-text/opensp/opensp-1.5.1.ebuild
deleted file mode 100644
index 1f5e5bf813cb..000000000000
--- a/app-text/opensp/opensp-1.5.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/opensp-1.5.1.ebuild,v 1.16 2007/07/12 04:37:47 mr_bones_ Exp $
-
-inherit eutils flag-o-matic
-
-MY_P=${P/opensp/OpenSP}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="A free, object-oriented toolkit for SGML parsing and entity management"
-HOMEPAGE="http://openjade.sourceforge.net/"
-SRC_URI="mirror://sourceforge/openjade/${MY_P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="nls"
-
-DEPEND="nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack "${A}"
- cd "${S}"
-
- epatch "${FILESDIR}"/${PN}-1.5-gcc34.patch
- epatch "${FILESDIR}"/opensp-1.5.1-gcc41.patch
-}
-
-src_compile() {
- #
- # The following filters are taken from openjade's ebuild. See bug #100828.
- #
-
- # Please note! Opts are disabled. If you know what you're doing
- # feel free to remove this line. It may cause problems with
- # docbook-sgml-utils among other things.
- ALLOWED_FLAGS="-O -O1 -O2 -pipe -g -march"
- strip-flags
-
- # Default CFLAGS and CXXFLAGS is -O2 but this make openjade segfault
- # on hppa. Using -O1 works fine. So I force it here.
- use hppa && replace-flags -O2 -O1
-
- myconf="--enable-http"
- myconf="${myconf} --enable-default-catalog=/etc/sgml/catalog"
- myconf="${myconf} --enable-default-search-path=/usr/share/sgml"
- myconf="${myconf} --datadir=/usr/share/sgml/${P}"
- econf ${myconf} $(use_enable nls) || die "econf failed"
- emake pkgdocdir=/usr/share/doc/${PF} || die "parallel make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" pkgdocdir=/usr/share/doc/${PF} install || die
-}
diff --git a/app-text/opensp/opensp-1.5.2-r1.ebuild b/app-text/opensp/opensp-1.5.2-r1.ebuild
deleted file mode 100644
index 02f4558412b6..000000000000
--- a/app-text/opensp/opensp-1.5.2-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/opensp-1.5.2-r1.ebuild,v 1.11 2007/07/12 04:37:47 mr_bones_ Exp $
-
-inherit eutils flag-o-matic
-
-MY_P=${P/opensp/OpenSP}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="A free, object-oriented toolkit for SGML parsing and entity management"
-HOMEPAGE="http://openjade.sourceforge.net/"
-SRC_URI="mirror://sourceforge/openjade/${MY_P}.tar.gz"
-
-LICENSE="JamesClark"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE="doc nls"
-
-DEPEND="nls? ( >=sys-devel/gettext-0.14.5 )
- doc? (
- app-text/xmlto
- ~app-text/docbook-xml-dtd-4.1.2
- )"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-1.5-gcc34.patch
-}
-
-src_compile() {
- #
- # The following filters are taken from openjade's ebuild. See bug #100828.
- #
-
- # Please note! Opts are disabled. If you know what you're doing
- # feel free to remove this line. It may cause problems with
- # docbook-sgml-utils among other things.
- ALLOWED_FLAGS="-O -O1 -O2 -pipe -g -march"
- strip-flags
-
- # Default CFLAGS and CXXFLAGS is -O2 but this make openjade segfault
- # on hppa. Using -O1 works fine. So I force it here.
- use hppa && replace-flags -O2 -O1
-
- local myconf="--enable-http \
- --enable-default-catalog=/etc/sgml/catalog \
- --enable-default-search-path=/usr/share/sgml \
- --datadir=/usr/share/sgml/${P} \
- $(use_enable nls) \
- $(use_enable doc doc-build)"
-
- econf ${myconf} || die "econf failed"
- emake pkgdocdir=/usr/share/doc/${PF} || die "Compilation failed"
-}
-
-src_test() {
- echo ">>> Test phase [check]: ${CATEGORY}/${PF}"
- einfo "Skipping tests known not to work"
- make SHOWSTOPPERS= check || die "Make test failed"
- SANDBOX_PREDICT="${SANDBOX_PREDICT%:/}"
-}
-
-src_install() {
- make DESTDIR="${D}" \
- pkgdocdir=/usr/share/doc/${PF} install || die "Installation failed"
-
- dodoc AUTHORS BUGS ChangeLog NEWS README
-}
-
-pkg_postinst() {
- ewarn "Please note that the soname of the library changed."
- ewarn "If you are upgrading from a previous version you need"
- ewarn "to fix dynamic linking inconsistencies by executing:"
- ewarn
- ewarn " revdep-rebuild --library='libosp.so.*'"
-}