diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-03-16 19:08:17 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-03-16 19:08:56 +0200 |
commit | 5000455e834bc16b16670514be10dd940c8fca2c (patch) | |
tree | f236403decb6062562131b8b68af806217a85b4c /app-text/rarian | |
parent | app-text/iso-codes: remove old (diff) | |
download | gentoo-5000455e834bc16b16670514be10dd940c8fca2c.tar.gz gentoo-5000455e834bc16b16670514be10dd940c8fca2c.tar.bz2 gentoo-5000455e834bc16b16670514be10dd940c8fca2c.zip |
app-text/rarian: remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.1
Diffstat (limited to 'app-text/rarian')
-rw-r--r-- | app-text/rarian/rarian-0.8.1-r2.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/app-text/rarian/rarian-0.8.1-r2.ebuild b/app-text/rarian/rarian-0.8.1-r2.ebuild deleted file mode 100644 index 98417e97ab2b..000000000000 --- a/app-text/rarian/rarian-0.8.1-r2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils libtool - -DESCRIPTION="A documentation metadata library" -HOMEPAGE="https://rarian.freedesktop.org/" -SRC_URI="https://${PN}.freedesktop.org/Releases/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="static-libs" - -RDEPEND="dev-libs/libxslt - || ( sys-apps/util-linux app-misc/getopt )" -DEPEND="${RDEPEND} - !<app-text/scrollkeeper-9999" - -DOCS=( ChangeLog NEWS README ) - -src_prepare() { - # Fix uri of omf files produced by rarian-sk-preinstall, see bug #302900 - epatch "${FILESDIR}/${P}-fix-old-doc.patch" - - # remove unneeded line, bug #240564 - sed "s/ (foreign dist-bzip2 dist-gzip)//" -i configure || die "sed failed" - - # bug #409811, https://bugs.freedesktop.org/show_bug.cgi?id=53264 - # sed to avoid autoreconf - if ! has_version sys-apps/util-linux; then - sed -e 's/getopt -/getopt-long -/' \ - -i util/rarian-sk-update.in || die "sed 2 failed" - fi - - elibtoolize ${ELTCONF} -} - -src_configure() { - econf \ - --localstatedir="${EPREFIX}"/var \ - $(use_enable static-libs static) -} - -src_install() { - default - find "${ED}" -name '*.la' -exec rm -f {} + -} |