diff options
author | Mart Raudsepp <leio@gentoo.org> | 2008-08-13 21:39:00 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2008-08-13 21:39:00 +0000 |
commit | fc7020972f0f680a73b5b70dd9a416440f4dd0ec (patch) | |
tree | 014531dab7768050d3646dc1e335accff6ca6c4f /app-text/rarian | |
parent | Make repoman happy. (diff) | |
download | gentoo-2-fc7020972f0f680a73b5b70dd9a416440f4dd0ec.tar.gz gentoo-2-fc7020972f0f680a73b5b70dd9a416440f4dd0ec.tar.bz2 gentoo-2-fc7020972f0f680a73b5b70dd9a416440f4dd0ec.zip |
Remove old
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'app-text/rarian')
-rw-r--r-- | app-text/rarian/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/rarian/rarian-0.8.0.ebuild | 34 |
2 files changed, 4 insertions, 35 deletions
diff --git a/app-text/rarian/ChangeLog b/app-text/rarian/ChangeLog index 99836c358a04..4d0757d0616c 100644 --- a/app-text/rarian/ChangeLog +++ b/app-text/rarian/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/rarian # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v 1.27 2008/08/12 13:29:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v 1.28 2008/08/13 21:39:00 leio Exp $ + + 13 Aug 2008; Mart Raudsepp <leio@gentoo.org> -rarian-0.8.0.ebuild: + Remove old 12 Aug 2008; Raúl Porcel <armin76@gentoo.org> rarian-0.8.0-r1.ebuild: alpha/ia64/sparc stable wrt #229709 diff --git a/app-text/rarian/rarian-0.8.0.ebuild b/app-text/rarian/rarian-0.8.0.ebuild deleted file mode 100644 index c01098b789af..000000000000 --- a/app-text/rarian/rarian-0.8.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/rarian-0.8.0.ebuild,v 1.2 2008/05/05 00:56:23 dirtyepic Exp $ - -inherit eutils gnome2 - -DESCRIPTION="A documentation metadata library" -HOMEPAGE="http://www.freedesktop.org" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND="dev-libs/libxslt" -DEPEND="${RDEPEND} - !<app-text/scrollkeeper-9999" - -DOCS="ChangeLog NEWS README" - -GCONF="" - -src_unpack() { - # You cannot run src_unpack from gnome2; it will break the install by - # calling gnome2_omf_fix - unpack ${A} - cd "${S}" - - # Only GNU getopt supports long options - # Scrollkeeper didn't support them, so we'll punt them for now - epatch "${FILESDIR}/${PN}-0.6.0-posix-getopt.patch" - - elibtoolize ${ELTCONF} -} |