summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2007-10-29 02:57:22 +0000
committerMart Raudsepp <leio@gentoo.org>2007-10-29 02:57:22 +0000
commit807deb5e6f350cbfa24b12bf35e1422a57faebf2 (patch)
tree8bb28e9030c94805eebe01af5530b56f6accad2b /app-text
parentVersion bump. (diff)
downloadgentoo-2-807deb5e6f350cbfa24b12bf35e1422a57faebf2.tar.gz
gentoo-2-807deb5e6f350cbfa24b12bf35e1422a57faebf2.tar.bz2
gentoo-2-807deb5e6f350cbfa24b12bf35e1422a57faebf2.zip
Removing old reversion that is without the memory clobbering fix
(Portage version: 2.1.3.16)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/rarian/ChangeLog5
-rw-r--r--app-text/rarian/files/digest-rarian-0.6.03
-rw-r--r--app-text/rarian/rarian-0.6.0.ebuild34
3 files changed, 4 insertions, 38 deletions
diff --git a/app-text/rarian/ChangeLog b/app-text/rarian/ChangeLog
index 846c1264687f..631c2421d7f2 100644
--- a/app-text/rarian/ChangeLog
+++ b/app-text/rarian/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/rarian
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v 1.10 2007/10/28 15:40:07 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v 1.11 2007/10/29 02:57:21 leio Exp $
+
+ 29 Oct 2007; Mart Raudsepp <leio@gentoo.org> -rarian-0.6.0.ebuild:
+ Removing old reversion that is without the memory clobbering fix
28 Oct 2007; Markus Rothe <corsair@gentoo.org> rarian-0.6.0-r1.ebuild:
Added ~ppc64; bug #196360
diff --git a/app-text/rarian/files/digest-rarian-0.6.0 b/app-text/rarian/files/digest-rarian-0.6.0
deleted file mode 100644
index 60868206e2a0..000000000000
--- a/app-text/rarian/files/digest-rarian-0.6.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 23772a3b0f882d13c86dd9fa67bb21bf rarian-0.6.0.tar.bz2 312258
-RMD160 167c02f58e493c624d0eedb1137928c7a7cc452a rarian-0.6.0.tar.bz2 312258
-SHA256 2f169f3c794b2602d8590b1fd16c0aa5b7ca77e993f74b89c4f42db74c1d2029 rarian-0.6.0.tar.bz2 312258
diff --git a/app-text/rarian/rarian-0.6.0.ebuild b/app-text/rarian/rarian-0.6.0.ebuild
deleted file mode 100644
index 252ace0c3387..000000000000
--- a/app-text/rarian/rarian-0.6.0.ebuild
+++ /dev/null
@@ -1,34 +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/rarian/rarian-0.6.0.ebuild,v 1.7 2007/10/22 11:20:33 armin76 Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="A documentation metadata library"
-HOMEPAGE="www.freedesktop.org"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~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}/${P}"-posix-getopt.patch
-
- elibtoolize ${ELTCONF}
-}