summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephanie J. Lockwood-Childs <wormo@gentoo.org>2006-10-13 20:27:05 +0000
committerStephanie J. Lockwood-Childs <wormo@gentoo.org>2006-10-13 20:27:05 +0000
commitd153fb5ad9e7c47c6a732a7a75e01475ba1a385f (patch)
tree8bbd4f07baaa264c1d34f6b3e8c6faae4a5a5337 /app-arch
parentVersion bump, thanks to Bram Schoenmakers for reporting in bug #151219. (diff)
downloadgentoo-2-d153fb5ad9e7c47c6a732a7a75e01475ba1a385f.tar.gz
gentoo-2-d153fb5ad9e7c47c6a732a7a75e01475ba1a385f.tar.bz2
gentoo-2-d153fb5ad9e7c47c6a732a7a75e01475ba1a385f.zip
switch to using autotools eclass and make sure automake version is
specified as well as autoconf versin (Bug #151130) (Portage version: 2.1.1)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/pdv/ChangeLog7
-rw-r--r--app-arch/pdv/pdv-1.5.1-r2.ebuild16
2 files changed, 13 insertions, 10 deletions
diff --git a/app-arch/pdv/ChangeLog b/app-arch/pdv/ChangeLog
index 208165f8ef0f..5c33a3ed98e8 100644
--- a/app-arch/pdv/ChangeLog
+++ b/app-arch/pdv/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-arch/pdv
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v 1.13 2006/09/21 05:24:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/ChangeLog,v 1.14 2006/10/13 20:27:05 wormo Exp $
+
+ 13 Oct 2006; Stephanie Lockwood-Childs <wormo@gentoo.org>
+ pdv-1.5.1-r2.ebuild:
+ switch to using autotools eclass and make sure automake version is
+ specified as well as autoconf versin (Bug #151130)
21 Sep 2006; Michael Sterrett <mr_bones_@gentoo.org> -pdv-1.5.1.ebuild:
clean out old, non-modX ebuild
diff --git a/app-arch/pdv/pdv-1.5.1-r2.ebuild b/app-arch/pdv/pdv-1.5.1-r2.ebuild
index a141eacba566..09aacf74f31c 100644
--- a/app-arch/pdv/pdv-1.5.1-r2.ebuild
+++ b/app-arch/pdv/pdv-1.5.1-r2.ebuild
@@ -1,8 +1,11 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v 1.3 2006/09/20 04:13:32 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r2.ebuild,v 1.4 2006/10/13 20:27:05 wormo Exp $
-inherit eutils
+WANT_AUTOCONF=2.5
+WANT_AUTOMAKE=1.4
+
+inherit eutils autotools
DESCRIPTION="build a self-extracting and self-installing binary package"
HOMEPAGE="http://pdv.sourceforge.net/"
@@ -13,9 +16,7 @@ SLOT="0"
KEYWORDS="~hppa ppc x86"
IUSE="nomotif"
-DEPEND=">=sys-devel/autoconf-2.58
- sys-devel/automake
- !nomotif? ( x11-libs/openmotif )
+DEPEND="!nomotif? ( x11-libs/openmotif )
!nomotif? ( || (
( >=x11-libs/libX11-1.0.0
>=x11-libs/libXt-1.0.0
@@ -41,10 +42,7 @@ src_unpack() {
src_compile() {
# re-build configure script since patch was applied to configure.in
cd "${S}"/X11
- export WANT_AUTOCONF=2.5
- aclocal
- automake -a -c
- autoconf
+ eautoreconf
cd "${S}"
local myconf=""