diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-12-01 20:36:43 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-12-01 20:36:43 +0000 |
commit | 59dce327c784eeba9bb30e4d97a9dc1b76a8fab9 (patch) | |
tree | 22c4b1ba43a9195d45f39d5b6ba4da2552967e64 /x11-misc/grun | |
parent | Mark stable on sparc and fix homepage, bug #245864 (diff) | |
download | gentoo-2-59dce327c784eeba9bb30e4d97a9dc1b76a8fab9.tar.gz gentoo-2-59dce327c784eeba9bb30e4d97a9dc1b76a8fab9.tar.bz2 gentoo-2-59dce327c784eeba9bb30e4d97a9dc1b76a8fab9.zip |
Run eautoreconf for bug 248567, and use automake 1.9 because the package is using both gettext and intltool causing failure otherwise. Thanks to Flameeyes for reporting.
(Portage version: 2.1.6_rc2/cvs/Linux 2.6.27.7 i686)
Diffstat (limited to 'x11-misc/grun')
-rw-r--r-- | x11-misc/grun/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/grun/grun-0.9.2-r1.ebuild | 7 |
2 files changed, 11 insertions, 3 deletions
diff --git a/x11-misc/grun/ChangeLog b/x11-misc/grun/ChangeLog index 386d2e24b168..99d68436934c 100644 --- a/x11-misc/grun/ChangeLog +++ b/x11-misc/grun/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/grun # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.26 2008/09/08 09:28:26 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.27 2008/12/01 20:36:43 ssuominen Exp $ + + 01 Dec 2008; <ssuominen@gentoo.org> grun-0.9.2-r1.ebuild: + Run eautoreconf for bug 248567, and use automake 1.9 because the package + is using both gettext and intltool causing failure otherwise. Thanks to + Flameeyes for reporting. 08 Sep 2008; Santiago M. Mola <coldwind@gentoo.org> -grun-0.9.2.ebuild: Removed old ebuild. diff --git a/x11-misc/grun/grun-0.9.2-r1.ebuild b/x11-misc/grun/grun-0.9.2-r1.ebuild index 302eb4bedced..14ea595ed3da 100644 --- a/x11-misc/grun/grun-0.9.2-r1.ebuild +++ b/x11-misc/grun/grun-0.9.2-r1.ebuild @@ -1,10 +1,12 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.2-r1.ebuild,v 1.5 2008/08/17 15:59:11 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.2-r1.ebuild,v 1.6 2008/12/01 20:36:43 ssuominen Exp $ + +WANT_AUTOMAKE="1.9" PATCH_LEVEL=14.1 -inherit eutils +inherit autotools eutils DESCRIPTION="a GTK+ application launcher with nice features such as a history" HOMEPAGE="http://packages.qa.debian.org/g/grun.html" @@ -25,6 +27,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${WORKDIR}"/${PN}_${PV}-${PATCH_LEVEL}.diff + eautoreconf } src_compile() { |