summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2008-12-01 20:36:43 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2008-12-01 20:36:43 +0000
commitbb5fa8ff9f6c355c30344b42d9c7285d7ed26c00 (patch)
tree15281aff3b327cf79323589edc4898727f1caafd /x11-misc/grun
parentpatch from Davide Pesavento to fix word splitting issues, bug #241666 (diff)
downloadhistorical-bb5fa8ff9f6c355c30344b42d9c7285d7ed26c00.tar.gz
historical-bb5fa8ff9f6c355c30344b42d9c7285d7ed26c00.tar.bz2
historical-bb5fa8ff9f6c355c30344b42d9c7285d7ed26c00.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.
Package-Manager: portage-2.1.6_rc2/cvs/Linux 2.6.27.7 i686
Diffstat (limited to 'x11-misc/grun')
-rw-r--r--x11-misc/grun/ChangeLog7
-rw-r--r--x11-misc/grun/Manifest4
-rw-r--r--x11-misc/grun/grun-0.9.2-r1.ebuild7
3 files changed, 13 insertions, 5 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/Manifest b/x11-misc/grun/Manifest
index e7e201309433..dec80763b64d 100644
--- a/x11-misc/grun/Manifest
+++ b/x11-misc/grun/Manifest
@@ -1,5 +1,5 @@
DIST grun_0.9.2-14.1.diff.gz 142379 RMD160 8e26f2d20a65a616b18df28aa8da5dd0162fb3ea SHA1 1922e61baa65ea9ac9bd5c0ef783625d61079c63 SHA256 c9a527199fb5b2080e018683989d413bc53ef8f55a440ab333d5d063b0e6dbfc
DIST grun_0.9.2.orig.tar.gz 113745 RMD160 16b97485badd41da671012538b19388975ee9670 SHA1 3b4a06b75aa07aa5d19a4594566773db34ea937d SHA256 5286a6b3ae2e0d05b36b99278947b3f9732a00a920f0321dab02e464f4a0d3c2
-EBUILD grun-0.9.2-r1.ebuild 1920 RMD160 e7db57b2b6787d3fe97b2f3ab4be8416944d7c6e SHA1 2f690376aeeb6d5cc0498c571e161aa455729f8e SHA256 6f2e0038c529f16c665e97a9dcfeb2608c77fc4e9820ddcc9d429f7a0b67ba69
-MISC ChangeLog 2774 RMD160 e97107f0ccf80170590fe14bca18de8e2d0e21ab SHA1 0a6228193b034e863c0f44979f6cd535f913d350 SHA256 b86343a57a29043256bca431c47451e1aebd68d3038c92f14f16c81c2aa43133
+EBUILD grun-0.9.2-r1.ebuild 1967 RMD160 3922a925c6def5f46815f31f38ba553e7619b481 SHA1 1835420c43881f838d5808aa4ea60b1a01b2355f SHA256 9a23d3ae6db785e39bd0f5cbf2473547e83138eb63164cffeafe9d658a58f8ef
+MISC ChangeLog 3012 RMD160 84ecf8a0ade9293033bd1caa6ab699f263dca4e8 SHA1 6d588cc0c6e5ba32880277f01bc62c10ae179c4d SHA256 f239131c16c5810d13fea421b731baaad56e7bfb8c4dd41bc47be76ad43ad805
MISC metadata.xml 231 RMD160 edee523a81eb20b171a5dd298e8507ecd49230f6 SHA1 f78294e25f7fd11c0954f753892ece303fc491b3 SHA256 f9af69429b315694d8f6094781bf242d6235450fc58aba6e9e35e28099cc334a
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() {