summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-03-12 14:23:05 +0000
committerMike Frysinger <vapier@gentoo.org>2013-03-12 14:23:05 +0000
commitbecb5f1c5ee7bed26675e7ac45559fde1a2379fd (patch)
tree43f8246cc599e3f83a737410713e41c464c699af /sys-devel
parentDrop epunt_cxx as we no longer need it here. (diff)
downloadgentoo-2-becb5f1c5ee7bed26675e7ac45559fde1a2379fd.tar.gz
gentoo-2-becb5f1c5ee7bed26675e7ac45559fde1a2379fd.tar.bz2
gentoo-2-becb5f1c5ee7bed26675e7ac45559fde1a2379fd.zip
Restore epunt_cxx call.
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/libtool/ChangeLog6
-rw-r--r--sys-devel/libtool/libtool-1.5.26-r1.ebuild10
-rw-r--r--sys-devel/libtool/libtool-2.4.2.ebuild3
-rw-r--r--sys-devel/libtool/libtool-9999.ebuild3
4 files changed, 17 insertions, 5 deletions
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog
index 1855bafae37c..a62a135e7b9f 100644
--- a/sys-devel/libtool/ChangeLog
+++ b/sys-devel/libtool/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/libtool
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.200 2013/01/15 04:29:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.201 2013/03/12 14:23:05 vapier Exp $
+
+ 12 Mar 2013; Mike Frysinger <vapier@gentoo.org> libtool-1.5.26-r1.ebuild,
+ libtool-2.4.2.ebuild, libtool-9999.ebuild:
+ Restore epunt_cxx call.
15 Jan 2013; Mike Frysinger <vapier@gentoo.org> libtool-2.4.2.ebuild,
libtool-9999.ebuild:
diff --git a/sys-devel/libtool/libtool-1.5.26-r1.ebuild b/sys-devel/libtool/libtool-1.5.26-r1.ebuild
index d289a7362477..ce76896eb032 100644
--- a/sys-devel/libtool/libtool-1.5.26-r1.ebuild
+++ b/sys-devel/libtool/libtool-1.5.26-r1.ebuild
@@ -1,9 +1,11 @@
-# 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/sys-devel/libtool/libtool-1.5.26-r1.ebuild,v 1.2 2010/09/26 21:23:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.26-r1.ebuild,v 1.3 2013/03/12 14:23:05 vapier Exp $
EAPI="2"
+inherit eutils
+
DESCRIPTION="A shared library tool for developers"
HOMEPAGE="http://www.gnu.org/software/libtool/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
@@ -15,6 +17,10 @@ IUSE=""
S=${WORKDIR}/${P}/libltdl
+src_prepare() {
+ epunt_cxx
+}
+
src_configure() {
econf --disable-static || die
}
diff --git a/sys-devel/libtool/libtool-2.4.2.ebuild b/sys-devel/libtool/libtool-2.4.2.ebuild
index bc89c312fad5..9a752dd5986c 100644
--- a/sys-devel/libtool/libtool-2.4.2.ebuild
+++ b/sys-devel/libtool/libtool-2.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4.2.ebuild,v 1.6 2013/01/15 04:29:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4.2.ebuild,v 1.7 2013/03/12 14:23:05 vapier Exp $
EAPI="2" #356089
@@ -52,6 +52,7 @@ src_prepare() {
AT_NOELIBTOOLIZE=yes eautoreconf
cd ..
AT_NOELIBTOOLIZE=yes eautoreconf
+ epunt_cxx
}
src_configure() {
diff --git a/sys-devel/libtool/libtool-9999.ebuild b/sys-devel/libtool/libtool-9999.ebuild
index ddf3bad4b6eb..10209cb27a8c 100644
--- a/sys-devel/libtool/libtool-9999.ebuild
+++ b/sys-devel/libtool/libtool-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-9999.ebuild,v 1.13 2013/01/15 04:29:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-9999.ebuild,v 1.14 2013/03/12 14:23:05 vapier Exp $
EAPI="2" #356089
@@ -51,6 +51,7 @@ src_prepare() {
AT_NOELIBTOOLIZE=yes eautoreconf
cd ..
AT_NOELIBTOOLIZE=yes eautoreconf
+ epunt_cxx
}
src_configure() {