diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-01-15 01:55:24 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-01-15 01:55:24 +0000 |
commit | 708598d2f15106589d04811024a22715727d57ed (patch) | |
tree | 64efbf98498ace73a5cf75fc6d7189b05125a33e /x11-libs/gtkglarea | |
parent | Stable on amd64. Bug #159636. (diff) | |
download | gentoo-2-708598d2f15106589d04811024a22715727d57ed.tar.gz gentoo-2-708598d2f15106589d04811024a22715727d57ed.tar.bz2 gentoo-2-708598d2f15106589d04811024a22715727d57ed.zip |
Move to use autotools.eclass. Bug #160055
(Portage version: 2.1.2_rc4-r7)
Diffstat (limited to 'x11-libs/gtkglarea')
-rw-r--r-- | x11-libs/gtkglarea/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/gtkglarea/gtkglarea-1.2.3-r1.ebuild | 10 |
2 files changed, 9 insertions, 7 deletions
diff --git a/x11-libs/gtkglarea/ChangeLog b/x11-libs/gtkglarea/ChangeLog index 589b6eb18a6f..09cca416bed1 100644 --- a/x11-libs/gtkglarea/ChangeLog +++ b/x11-libs/gtkglarea/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/gtkglarea # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkglarea/ChangeLog,v 1.33 2007/01/04 18:52:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkglarea/ChangeLog,v 1.34 2007/01/15 01:55:24 dang Exp $ + + 15 Jan 2007; Daniel Gryniewicz <dang@gentoo.org> + gtkglarea-1.2.3-r1.ebuild: + Move to use autotools.eclass. Bug #160055 04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> gtkglarea-1.99.0.ebuild: diff --git a/x11-libs/gtkglarea/gtkglarea-1.2.3-r1.ebuild b/x11-libs/gtkglarea/gtkglarea-1.2.3-r1.ebuild index ee522401b592..208e85466cf0 100644 --- a/x11-libs/gtkglarea/gtkglarea-1.2.3-r1.ebuild +++ b/x11-libs/gtkglarea/gtkglarea-1.2.3-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkglarea/gtkglarea-1.2.3-r1.ebuild,v 1.23 2006/07/05 05:26:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkglarea/gtkglarea-1.2.3-r1.ebuild,v 1.24 2007/01/15 01:55:24 dang Exp $ -inherit eutils multilib +inherit eutils multilib autotools # GTKGLArea has been abandoned by the author. We'll continue to mirror the # source on Gentoo mirrors. @@ -25,9 +25,7 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${P}-m4.patch if [ $(get_libdir) != "lib" ] ; then - libtoolize --copy --force || die "libtoolize failed" - aclocal || die "aclocal failed" - autoconf || die "autoconf failed" + eautoreconf fi } |