* [gentoo-commits] gentoo-x86 commit in dev-libs/libdnet: libdnet-1.12.ebuild libdnet-1.11-r2.ebuild ChangeLog
@ 2013-05-27 11:50 Jeroen Roovers (jer)
0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2013-05-27 11:50 UTC (permalink / raw
To: gentoo-commits
jer 13/05/27 11:50:10
Modified: libdnet-1.12.ebuild libdnet-1.11-r2.ebuild
ChangeLog
Log:
Fix building with automake-1.13 (bug #471372 by Jason Mours). Migrate to python-r1.eclass.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.4 dev-libs/libdnet/libdnet-1.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnet/libdnet-1.12.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnet/libdnet-1.12.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnet/libdnet-1.12.ebuild?r1=1.3&r2=1.4
Index: libdnet-1.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libdnet-1.12.ebuild 10 Oct 2012 18:17:08 -0000 1.3
+++ libdnet-1.12.ebuild 27 May 2013 11:50:10 -0000 1.4
@@ -1,15 +1,16 @@
-# Copyright 1999-2012 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/libdnet/libdnet-1.12.ebuild,v 1.3 2012/10/10 18:17:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.12.ebuild,v 1.4 2013/05/27 11:50:10 jer Exp $
-EAPI=4
+EAPI=5
AT_M4DIR="config"
AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_IN_SOURCE_BUILD=1
PYTHON_DEPEND="python? 2"
+PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
-inherit autotools-utils eutils python
+inherit autotools-utils eutils python-r1
DESCRIPTION="simplified, portable interface to several low-level networking routines"
HOMEPAGE="http://code.google.com/p/libdnet/"
@@ -37,7 +38,10 @@
# Useless copy
rm -r trunk/ || die
- sed -i -e 's/libcheck.a/libcheck.so/g' configure.in || die "sed failed"
+ sed -i \
+ -e 's/libcheck.a/libcheck.so/g' \
+ -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
+ configure.in || die
use ipv6 && epatch "${WORKDIR}/${P}.ipv6-1.patch"
autotools-utils_src_prepare
}
1.11 dev-libs/libdnet/libdnet-1.11-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnet/libdnet-1.11-r2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnet/libdnet-1.11-r2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnet/libdnet-1.11-r2.ebuild?r1=1.10&r2=1.11
Index: libdnet-1.11-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.11-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libdnet-1.11-r2.ebuild 8 Jul 2012 17:29:47 -0000 1.10
+++ libdnet-1.11-r2.ebuild 27 May 2013 11:50:10 -0000 1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 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/libdnet/libdnet-1.11-r2.ebuild,v 1.10 2012/07/08 17:29:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.11-r2.ebuild,v 1.11 2013/05/27 11:50:10 jer Exp $
EAPI=4
PYTHON_DEPEND="python? 2"
@@ -26,7 +26,8 @@
}
src_prepare() {
- sed -i 's/suite_free(s);//' test/check/*.c || die "sed failed"
+ sed -i -e 's/suite_free(s);//' test/check/*.c || die
+ sed -i -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' configure.in || die
epatch "${FILESDIR}"/${PN}-1.10-gcc4.diff
AT_M4DIR="config"
eautoreconf
1.60 dev-libs/libdnet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnet/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnet/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnet/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdnet/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 10 Oct 2012 18:17:08 -0000 1.59
+++ ChangeLog 27 May 2013 11:50:10 -0000 1.60
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/libdnet
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/ChangeLog,v 1.59 2012/10/10 18:17:08 jer Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/ChangeLog,v 1.60 2013/05/27 11:50:10 jer Exp $
+
+ 27 May 2013; Jeroen Roovers <jer@gentoo.org> libdnet-1.11-r2.ebuild,
+ libdnet-1.12.ebuild:
+ Fix building with automake-1.13 (bug #471372 by Jason Mours). Migrate to
+ python-r1.eclass.
10 Oct 2012; Jeroen Roovers <jer@gentoo.org> -libdnet-1.11-r1.ebuild,
libdnet-1.12.ebuild:
@@ -207,4 +212,3 @@
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
-
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-27 11:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-27 11:50 [gentoo-commits] gentoo-x86 commit in dev-libs/libdnet: libdnet-1.12.ebuild libdnet-1.11-r2.ebuild ChangeLog Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox