summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-04-23 20:59:36 +0000
committerPacho Ramos <pacho@gentoo.org>2014-04-23 20:59:36 +0000
commitd7f656070faa7dd6e3a0e4b57a9c1b5ed880c819 (patch)
tree50c82eaa5a834c91ed2c658c5c41195b42afe08b /app-text/rarian/rarian-0.8.1-r1.ebuild
parentOpen-CASCADE-LGPL-2.1-Exception-1.0 for opencascade-6.7 (diff)
downloadhistorical-d7f656070faa7dd6e3a0e4b57a9c1b5ed880c819.tar.gz
historical-d7f656070faa7dd6e3a0e4b57a9c1b5ed880c819.tar.bz2
historical-d7f656070faa7dd6e3a0e4b57a9c1b5ed880c819.zip
Drop old
Package-Manager: portage-2.2.10/cvs/Linux x86_64 Manifest-Sign-Key: 0xA188FBD4
Diffstat (limited to 'app-text/rarian/rarian-0.8.1-r1.ebuild')
-rw-r--r--app-text/rarian/rarian-0.8.1-r1.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/app-text/rarian/rarian-0.8.1-r1.ebuild b/app-text/rarian/rarian-0.8.1-r1.ebuild
deleted file mode 100644
index 90eb423ce394..000000000000
--- a/app-text/rarian/rarian-0.8.1-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/rarian-0.8.1-r1.ebuild,v 1.13 2012/04/30 19:04:11 grobian Exp $
-
-EAPI=4
-
-inherit eutils libtool
-
-DESCRIPTION="A documentation metadata library"
-HOMEPAGE="http://rarian.freedesktop.org/"
-SRC_URI="http://${PN}.freedesktop.org/Releases/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="static-libs"
-
-RDEPEND="dev-libs/libxslt"
-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"
-
- elibtoolize ${ELTCONF}
-}
-
-src_configure() {
- econf \
- --localstatedir="${EPREFIX}"/var \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -exec rm -f {} +
-}