summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vershilov <qnikst@gentoo.org>2013-04-30 13:35:15 +0000
committerAlexander Vershilov <qnikst@gentoo.org>2013-04-30 13:35:15 +0000
commit7c54c9ff437f28fc72c6ad29482a17db3a02b211 (patch)
tree1ee38cdcc2f827d4592372bfc8ee05f7b8a07982 /dev-libs/judy
parentamd64, x86 stable. eapi 5 bump. verbose build log fixed. (diff)
downloadgentoo-2-7c54c9ff437f28fc72c6ad29482a17db3a02b211.tar.gz
gentoo-2-7c54c9ff437f28fc72c6ad29482a17db3a02b211.tar.bz2
gentoo-2-7c54c9ff437f28fc72c6ad29482a17db3a02b211.zip
fix automake-1.13 build failure due bug #467980
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-libs/judy')
-rw-r--r--dev-libs/judy/ChangeLog6
-rw-r--r--dev-libs/judy/judy-1.0.4.ebuild5
-rw-r--r--dev-libs/judy/judy-1.0.5.ebuild5
-rw-r--r--dev-libs/judy/metadata.xml4
4 files changed, 14 insertions, 6 deletions
diff --git a/dev-libs/judy/ChangeLog b/dev-libs/judy/ChangeLog
index a7b4a7bfde19..a2f6b50e5619 100644
--- a/dev-libs/judy/ChangeLog
+++ b/dev-libs/judy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/judy
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/ChangeLog,v 1.34 2013/02/16 12:32:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/ChangeLog,v 1.35 2013/04/30 13:35:15 qnikst Exp $
+
+ 30 Apr 2013; <qnikst@gentoo.org> judy-1.0.4.ebuild, judy-1.0.5.ebuild,
+ metadata.xml:
+ fix automake-1.13 build failure due bug #467980
16 Feb 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Cleanup due bug #96436
diff --git a/dev-libs/judy/judy-1.0.4.ebuild b/dev-libs/judy/judy-1.0.4.ebuild
index dd2ee91d4180..0adbbca062af 100644
--- a/dev-libs/judy/judy-1.0.4.ebuild
+++ b/dev-libs/judy/judy-1.0.4.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/dev-libs/judy/judy-1.0.4.ebuild,v 1.13 2009/05/31 15:33:09 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/judy-1.0.4.ebuild,v 1.14 2013/04/30 13:35:14 qnikst Exp $
inherit eutils autotools
@@ -21,6 +21,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-parallel-make.patch"
+ sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
eautoreconf
}
diff --git a/dev-libs/judy/judy-1.0.5.ebuild b/dev-libs/judy/judy-1.0.5.ebuild
index 32c9272acf1f..3ff84162c148 100644
--- a/dev-libs/judy/judy-1.0.5.ebuild
+++ b/dev-libs/judy/judy-1.0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/judy-1.0.5.ebuild,v 1.4 2010/05/21 15:37:43 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/judy-1.0.5.ebuild,v 1.5 2013/04/30 13:35:15 qnikst Exp $
EAPI="2"
@@ -17,6 +17,7 @@ IUSE=""
src_prepare() {
epatch "${FILESDIR}/${P}-parallel-make.patch"
+ sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
eautoreconf
}
diff --git a/dev-libs/judy/metadata.xml b/dev-libs/judy/metadata.xml
index 91f4e72fb544..b8708b267691 100644
--- a/dev-libs/judy/metadata.xml
+++ b/dev-libs/judy/metadata.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <herd>proxy-maintainers</herd>
<maintainer>
- <email>maintainer-needed@gentoo.org</email>
+ <email>qnikst@gentoo.org</email>
+ <name>Alexander Vershilov</name>
</maintainer>
</pkgmetadata>