summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorHarald van Dijk <truedfx@gentoo.org>2008-01-23 06:06:52 +0000
committerHarald van Dijk <truedfx@gentoo.org>2008-01-23 06:06:52 +0000
commit515cdf8fe0a267637514160b691b782cc28ff7e3 (patch)
tree6d7a714fbf23da55687bd1df712e301986c6d9df /x11-wm
parentStable for HPPA (bug #207049). (diff)
downloadgentoo-2-515cdf8fe0a267637514160b691b782cc28ff7e3.tar.gz
gentoo-2-515cdf8fe0a267637514160b691b782cc28ff7e3.tar.bz2
gentoo-2-515cdf8fe0a267637514160b691b782cc28ff7e3.zip
Use eautoreconf, drop redundant WANT_* variables (mentioned by vapier)
(Portage version: 2.1.4)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/sawfish/ChangeLog6
-rw-r--r--x11-wm/sawfish/sawfish-1.3.2.ebuild7
-rw-r--r--x11-wm/sawfish/sawfish-1.3_p20060816.ebuild7
3 files changed, 9 insertions, 11 deletions
diff --git a/x11-wm/sawfish/ChangeLog b/x11-wm/sawfish/ChangeLog
index 002d36479733..935dd5b4c09b 100644
--- a/x11-wm/sawfish/ChangeLog
+++ b/x11-wm/sawfish/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-wm/sawfish
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.80 2008/01/22 20:58:35 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.81 2008/01/23 06:06:52 truedfx Exp $
+
+ 23 Jan 2008; Harald van Dijk <truedfx@gentoo.org>
+ sawfish-1.3_p20060816.ebuild, sawfish-1.3.2.ebuild:
+ Use eautoreconf, drop redundant WANT_* variables (mentioned by vapier)
*sawfish-1.3.2 (22 Jan 2008)
*sawfish-1.3_p20060816 (22 Jan 2008)
diff --git a/x11-wm/sawfish/sawfish-1.3.2.ebuild b/x11-wm/sawfish/sawfish-1.3.2.ebuild
index 5d8ba8bd8d8a..0fbf06f5adef 100644
--- a/x11-wm/sawfish/sawfish-1.3.2.ebuild
+++ b/x11-wm/sawfish/sawfish-1.3.2.ebuild
@@ -1,14 +1,12 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.3.2.ebuild,v 1.1 2008/01/22 20:58:35 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.3.2.ebuild,v 1.2 2008/01/23 06:06:52 truedfx Exp $
# detect cvs snapshots; fex. 1.3_p20040120
[[ $PV == *_p[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9] ]]
(( snapshot = !$? ))
if (( snapshot )); then
- WANT_AUTOCONF=latest
- WANT_AUTOMAKE=latest
inherit eutils autotools
else
inherit eutils
@@ -49,8 +47,7 @@ src_unpack() {
epatch "${FILESDIR}"/${PN}-wm_name.patch
if (( snapshot )); then
- eaclocal || die
- eautoconf || die
+ eautoreconf
fi
}
diff --git a/x11-wm/sawfish/sawfish-1.3_p20060816.ebuild b/x11-wm/sawfish/sawfish-1.3_p20060816.ebuild
index 143e23c01476..b245ceff2eb1 100644
--- a/x11-wm/sawfish/sawfish-1.3_p20060816.ebuild
+++ b/x11-wm/sawfish/sawfish-1.3_p20060816.ebuild
@@ -1,14 +1,12 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.3_p20060816.ebuild,v 1.1 2008/01/22 20:58:35 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.3_p20060816.ebuild,v 1.2 2008/01/23 06:06:52 truedfx Exp $
# detect cvs snapshots; fex. 1.3_p20040120
[[ $PV == *_p[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9] ]]
(( snapshot = !$? ))
if (( snapshot )); then
- WANT_AUTOCONF=latest
- WANT_AUTOMAKE=latest
inherit eutils autotools
else
inherit eutils
@@ -53,8 +51,7 @@ src_unpack() {
epatch "${FILESDIR}"/sawfish-kde-menus.patch
if (( snapshot )); then
- eaclocal || die
- eautoconf || die
+ eautoreconf
fi
}