summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2014-01-03 22:53:20 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2014-01-03 22:53:20 +0000
commit4c7ec01dcad4f7712f22f9b9ad4702490d1ddfb3 (patch)
treeae0a20744302f8a8742e0d895dd344e3250077de
parentStable on amd64 and x86, wrt bug #495882 (diff)
downloadgentoo-2-4c7ec01dcad4f7712f22f9b9ad4702490d1ddfb3.tar.gz
gentoo-2-4c7ec01dcad4f7712f22f9b9ad4702490d1ddfb3.tar.bz2
gentoo-2-4c7ec01dcad4f7712f22f9b9ad4702490d1ddfb3.zip
Add eautoreconf to simulate the upstream autogen.sh script. Bug #493056
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
-rw-r--r--app-editors/gummi/ChangeLog7
-rw-r--r--app-editors/gummi/gummi-9999.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/app-editors/gummi/ChangeLog b/app-editors/gummi/ChangeLog
index 8ec6f69edd63..29bd607a64d7 100644
--- a/app-editors/gummi/ChangeLog
+++ b/app-editors/gummi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/gummi
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/ChangeLog,v 1.47 2013/12/22 11:10:55 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/ChangeLog,v 1.48 2014/01/03 22:53:20 hwoarang Exp $
+
+ 03 Jan 2014; Markos Chandras <hwoarang@gentoo.org> gummi-9999.ebuild:
+ Add eautoreconf to simulate the upstream autogen.sh script. Bug #493056
22 Dec 2013; Markos Chandras <hwoarang@gentoo.org> -gummi-0.6.4.ebuild:
Remove old
diff --git a/app-editors/gummi/gummi-9999.ebuild b/app-editors/gummi/gummi-9999.ebuild
index 78e2e93f62da..750dfc823af3 100644
--- a/app-editors/gummi/gummi-9999.ebuild
+++ b/app-editors/gummi/gummi-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/gummi-9999.ebuild,v 1.3 2011/10/27 05:42:07 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/gummi/gummi-9999.ebuild,v 1.4 2014/01/03 22:53:20 hwoarang Exp $
EAPI=2
-inherit base eutils subversion
+inherit autotools base eutils subversion
ESVN_REPO_URI="http://svn.midnightcoding.org/gummi/trunk"
ESVN_PROJECT="${PN/-svn}"
@@ -36,6 +36,7 @@ DOCS=( AUTHORS ChangeLog README )
src_prepare() {
strip-linguas ${LANGS}
+ eautoreconf
}
pkg_postinst() {