From 24f6c788af0aefa0e9d018e9d3141e5984390b42 Mon Sep 17 00:00:00 2001 From: Joshua Baergen Date: Sun, 5 Nov 2006 16:46:35 +0000 Subject: Fix automake/autoconf deps. (Evil Compile Person, bug #153599) (Portage version: 2.1.2_rc1-r3) --- x11-misc/xcompmgr/ChangeLog | 6 +++++- x11-misc/xcompmgr/files/digest-xcompmgr-1.1 | 2 ++ x11-misc/xcompmgr/xcompmgr-1.1.ebuild | 13 ++++++------- 3 files changed, 13 insertions(+), 8 deletions(-) (limited to 'x11-misc/xcompmgr') diff --git a/x11-misc/xcompmgr/ChangeLog b/x11-misc/xcompmgr/ChangeLog index f024e6d3deaf..bba6c77d2731 100644 --- a/x11-misc/xcompmgr/ChangeLog +++ b/x11-misc/xcompmgr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xcompmgr # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.19 2006/10/30 04:04:54 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.20 2006/11/05 16:46:35 joshuabaergen Exp $ + + 05 Nov 2006; Joshua Baergen + xcompmgr-1.1.ebuild: + Fix automake/autoconf deps. (Evil Compile Person, bug #153599) 30 Oct 2006; Luis Medinas xcompmgr-1.1.3.ebuild: Stable on amd64. diff --git a/x11-misc/xcompmgr/files/digest-xcompmgr-1.1 b/x11-misc/xcompmgr/files/digest-xcompmgr-1.1 index 029e95881d5a..8004fc6564dd 100644 --- a/x11-misc/xcompmgr/files/digest-xcompmgr-1.1 +++ b/x11-misc/xcompmgr/files/digest-xcompmgr-1.1 @@ -1 +1,3 @@ MD5 55f1ae4336464a731306138b5d55c92e xcompmgr-1.1.tar.gz 17560 +RMD160 10aa7d255d5cbdf21710386884c2e1afee6a8d05 xcompmgr-1.1.tar.gz 17560 +SHA256 33974b7c890f5dcb21742481485c86492177acb2ee6138e6f8c2f2ffa0bc71bf xcompmgr-1.1.tar.gz 17560 diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.ebuild index 41bd53199de7..5ab375f9525e 100644 --- a/x11-misc/xcompmgr/xcompmgr-1.1.ebuild +++ b/x11-misc/xcompmgr/xcompmgr-1.1.ebuild @@ -1,8 +1,11 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.ebuild,v 1.5 2005/08/07 13:15:34 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.ebuild,v 1.6 2006/11/05 16:46:35 joshuabaergen Exp $ -inherit eutils +WANT_AUTOCONF=2.5 +WANT_AUTOMAKE=1.7 + +inherit eutils autotools IUSE="" @@ -17,13 +20,9 @@ KEYWORDS="amd64 ppc x86" RDEPEND=">=x11-base/xorg-x11-6.8.0" DEPEND="${RDEPEND} - >=sys-devel/automake-1.7 - >=sys-devel/autoconf-2.5 dev-util/pkgconfig" src_compile() { - export WANT_AUTOCONF=2.5 - export WANT_AUTOMAKE=1.7 ./autogen.sh || die econf || die emake || die "emake failed" -- cgit v1.2.3-65-gdbad