summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-05-06 05:07:18 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-05-06 05:07:18 +0000
commit2964d4024f2f2bcd33720cfb8e9282daa1278250 (patch)
tree9d6ce2e7763d16e8c1ab78fa9252a438b197a08b /gpe-base/gpe-contacts
parentAutomake 1.13 fix (diff)
downloadgentoo-2-2964d4024f2f2bcd33720cfb8e9282daa1278250.tar.gz
gentoo-2-2964d4024f2f2bcd33720cfb8e9282daa1278250.tar.bz2
gentoo-2-2964d4024f2f2bcd33720cfb8e9282daa1278250.zip
Automake 1.13 fix
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'gpe-base/gpe-contacts')
-rw-r--r--gpe-base/gpe-contacts/ChangeLog8
-rw-r--r--gpe-base/gpe-contacts/gpe-contacts-0.49.ebuild5
2 files changed, 8 insertions, 5 deletions
diff --git a/gpe-base/gpe-contacts/ChangeLog b/gpe-base/gpe-contacts/ChangeLog
index 6a51a8b49c89..c33433c7f924 100644
--- a/gpe-base/gpe-contacts/ChangeLog
+++ b/gpe-base/gpe-contacts/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gpe-base/gpe-contacts
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gpe-base/gpe-contacts/ChangeLog,v 1.2 2009/09/11 11:28:13 flameeyes Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gpe-base/gpe-contacts/ChangeLog,v 1.3 2013/05/06 05:07:18 patrick Exp $
+
+ 06 May 2013; Patrick Lauer <patrick@gentoo.org> gpe-contacts-0.49.ebuild:
+ Automake 1.13 fix
11 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org>
gpe-contacts-0.49.ebuild:
@@ -11,4 +14,3 @@
15 Jul 2009; Angelo Arrifano <miknix@gentoo.org> +metadata.xml,
+gpe-contacts-0.49.ebuild:
Initial commit, imported from GPE overlay, based on #101393
-
diff --git a/gpe-base/gpe-contacts/gpe-contacts-0.49.ebuild b/gpe-base/gpe-contacts/gpe-contacts-0.49.ebuild
index b02b448055bc..3925534fe2db 100644
--- a/gpe-base/gpe-contacts/gpe-contacts-0.49.ebuild
+++ b/gpe-base/gpe-contacts/gpe-contacts-0.49.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gpe-base/gpe-contacts/gpe-contacts-0.49.ebuild,v 1.2 2009/09/11 11:28:13 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/gpe-base/gpe-contacts/gpe-contacts-0.49.ebuild,v 1.3 2013/05/06 05:07:18 patrick Exp $
GPE_TARBALL_SUFFIX="bz2"
inherit gpe autotools
@@ -32,5 +32,6 @@ src_unpack() {
# fixes make check
echo "main-hildon.c" >> po/POTFILES.skip || die
+ sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
eautoreconf
}