summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-02-22 21:43:50 +0000
committerMike Frysinger <vapier@gentoo.org>2011-02-22 21:43:50 +0000
commitf7e0d05b1a15e73137a1f8c96d38df842762b468 (patch)
treeccb57c3be2e985b32259f56e33f9ba52c497542a /sys-devel/libtool
parentimport from cj-overlay (dep for bug #351916) (diff)
downloadgentoo-2-f7e0d05b1a15e73137a1f8c96d38df842762b468.tar.gz
gentoo-2-f7e0d05b1a15e73137a1f8c96d38df842762b468.tar.bz2
gentoo-2-f7e0d05b1a15e73137a1f8c96d38df842762b468.zip
Drop back down to EAPI=2 to ease upgrades #356089 by Chí-Thanh Christopher Nguyễn.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/libtool')
-rw-r--r--sys-devel/libtool/ChangeLog7
-rw-r--r--sys-devel/libtool/libtool-2.2.10.ebuild6
-rw-r--r--sys-devel/libtool/libtool-2.4-r1.ebuild9
3 files changed, 16 insertions, 6 deletions
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog
index 703d8c45b18b..401d791d04af 100644
--- a/sys-devel/libtool/ChangeLog
+++ b/sys-devel/libtool/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-devel/libtool
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.184 2011/02/19 17:30:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.185 2011/02/22 21:43:50 vapier Exp $
+
+ 22 Feb 2011; Mike Frysinger <vapier@gentoo.org> libtool-2.2.10.ebuild,
+ libtool-2.4-r1.ebuild:
+ Drop back down to EAPI=2 to ease upgrades #356089 by Chí-Thanh Christopher
+ Nguyễn.
19 Feb 2011; Mike Frysinger <vapier@gentoo.org> libtool-2.4-r1.ebuild:
Block even newer versions of automake #355551 by Tim Yamin.
diff --git a/sys-devel/libtool/libtool-2.2.10.ebuild b/sys-devel/libtool/libtool-2.2.10.ebuild
index d329a01b7a58..c2620b029e77 100644
--- a/sys-devel/libtool/libtool-2.2.10.ebuild
+++ b/sys-devel/libtool/libtool-2.2.10.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.10.ebuild,v 1.10 2010/11/13 12:02:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.10.ebuild,v 1.11 2011/02/22 21:43:50 vapier Exp $
-EAPI="3"
+EAPI="2" #356089
LIBTOOLIZE="true" #225559
inherit eutils autotools multilib
diff --git a/sys-devel/libtool/libtool-2.4-r1.ebuild b/sys-devel/libtool/libtool-2.4-r1.ebuild
index 4b810ea78ae3..7fad5b36f093 100644
--- a/sys-devel/libtool/libtool-2.4-r1.ebuild
+++ b/sys-devel/libtool/libtool-2.4-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4-r1.ebuild,v 1.3 2011/02/21 17:41:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.4-r1.ebuild,v 1.4 2011/02/22 21:43:50 vapier Exp $
-EAPI="3"
+EAPI="2" #356089
LIBTOOLIZE="true" #225559
inherit eutils autotools multilib
@@ -24,6 +24,11 @@ DEPEND="${RDEPEND}
>=sys-devel/binutils-2.20
app-arch/xz-utils"
+src_unpack() {
+ xz -dc "${DISTDIR}"/${A} > ${P}.tar #356089
+ unpack ./${P}.tar
+}
+
src_prepare() {
if ! use vanilla ; then
epunt_cxx