commit:     b2bd65caf4605b62210049b00265cb92853602d9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 22 16:31:11 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 22 16:35:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2bd65ca

app-text/opensp: Drop 1.5.2-r3

Bug: https://bugs.gentoo.org/822195
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/opensp/opensp-1.5.2-r3.ebuild | 79 ----------------------------------
 1 file changed, 79 deletions(-)

diff --git a/app-text/opensp/opensp-1.5.2-r3.ebuild 
b/app-text/opensp/opensp-1.5.2-r3.ebuild
deleted file mode 100644
index 805de75745c2..000000000000
--- a/app-text/opensp/opensp-1.5.2-r3.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit epatch flag-o-matic
-
-MY_P=${P/opensp/OpenSP}
-
-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="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="doc nls static-libs test"
-RESTRICT="!test? ( test )"
-
-DEPEND="net-libs/libnsl:0=
-       nls? ( sys-devel/gettext )
-       doc? (
-               app-text/xmlto
-               app-text/docbook-xml-dtd:4.1.2
-       )
-       test? (
-               app-text/docbook-xml-dtd:4.5
-               app-text/openjade
-               app-text/sgml-common
-       )"
-RDEPEND="net-libs/libnsl:0="
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${PN}-1.5-gcc34.patch \
-               "${FILESDIR}"/${P}-fix-segfault.patch
-}
-
-src_configure() {
-       export CONFIG_SHELL=${BASH}  # configure needs bash
-
-       # 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
-
-       econf \
-               --enable-http \
-               --enable-default-catalog="${EPREFIX}"/etc/sgml/catalog \
-               --enable-default-search-path="${EPREFIX}"/usr/share/sgml \
-               --datadir="${EPREFIX}"/usr/share/sgml/${P} \
-               $(use_enable nls) \
-               $(use_enable doc doc-build) \
-               $(use_enable static-libs static)
-}
-
-src_compile() {
-       emake pkgdocdir="${EPREFIX}"/usr/share/doc/${PF}
-}
-
-src_test() {
-       # Skipping tests known not to work
-       emake SHOWSTOPPERS= check
-       SANDBOX_PREDICT="${SANDBOX_PREDICT%:/}"
-}
-
-src_install() {
-       emake \
-               DESTDIR="${D}" \
-               pkgdocdir="${EPREFIX}"/usr/share/doc/${PF} \
-               install
-
-       find "${ED}" -name '*.la' -delete || die
-
-       dodoc AUTHORS BUGS ChangeLog NEWS README
-}

Reply via email to