diff options
author | 2008-09-01 21:11:03 +0000 | |
---|---|---|
committer | 2008-09-01 21:11:03 +0000 | |
commit | 5ea58e7465e2ddfcd587608ff2d1cc98ca11e7ea (patch) | |
tree | a4116721cdc45f731576c91afd3b18d1884ba3cb /app-text | |
parent | Mask latest tex4ht for bug #236369 (diff) | |
download | gentoo-2-5ea58e7465e2ddfcd587608ff2d1cc98ca11e7ea.tar.gz gentoo-2-5ea58e7465e2ddfcd587608ff2d1cc98ca11e7ea.tar.bz2 gentoo-2-5ea58e7465e2ddfcd587608ff2d1cc98ca11e7ea.zip |
bump to 0.8.1, fix various crashing bugs.
(Portage version: 2.2_rc8/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/rarian/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/rarian/rarian-0.8.1.ebuild | 34 |
2 files changed, 40 insertions, 1 deletions
diff --git a/app-text/rarian/ChangeLog b/app-text/rarian/ChangeLog index 4d0757d0616c..66f518e93cf1 100644 --- a/app-text/rarian/ChangeLog +++ b/app-text/rarian/ChangeLog @@ -1,6 +1,11 @@ # 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.28 2008/08/13 21:39:00 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rarian/ChangeLog,v 1.29 2008/09/01 21:11:03 eva Exp $ + +*rarian-0.8.1 (01 Sep 2008) + + 01 Sep 2008; Gilles Dartiguelongue <eva@gentoo.org> +rarian-0.8.1.ebuild: + bump to 0.8.1, fix various crashing bugs. 13 Aug 2008; Mart Raudsepp <leio@gentoo.org> -rarian-0.8.0.ebuild: Remove old diff --git a/app-text/rarian/rarian-0.8.1.ebuild b/app-text/rarian/rarian-0.8.1.ebuild new file mode 100644 index 000000000000..dd7f99f3f724 --- /dev/null +++ b/app-text/rarian/rarian-0.8.1.ebuild @@ -0,0 +1,34 @@ +# 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.1.ebuild,v 1.1 2008/09/01 21:11:03 eva 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}" + + elibtoolize ${ELTCONF} +} + +src_compile() { + gnome2_src_compile --localstatedir=/var +} |