diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-11-05 16:46:35 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-11-05 16:46:35 +0000 |
commit | 24f6c788af0aefa0e9d018e9d3141e5984390b42 (patch) | |
tree | 5fe16ea8ed6c3631d96c32b64485eb0cb16ef79f /x11-misc/xcompmgr | |
parent | Version bump thanks to masterdriverz, closes bug 126828 and bug 128899 (diff) | |
download | gentoo-2-24f6c788af0aefa0e9d018e9d3141e5984390b42.tar.gz gentoo-2-24f6c788af0aefa0e9d018e9d3141e5984390b42.tar.bz2 gentoo-2-24f6c788af0aefa0e9d018e9d3141e5984390b42.zip |
Fix automake/autoconf deps. (Evil Compile Person, bug #153599)
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'x11-misc/xcompmgr')
-rw-r--r-- | x11-misc/xcompmgr/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xcompmgr/files/digest-xcompmgr-1.1 | 2 | ||||
-rw-r--r-- | x11-misc/xcompmgr/xcompmgr-1.1.ebuild | 13 |
3 files changed, 13 insertions, 8 deletions
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 <joshuabaergen@gentoo.org> + xcompmgr-1.1.ebuild: + Fix automake/autoconf deps. (Evil Compile Person, bug #153599) 30 Oct 2006; Luis Medinas <metalgod@gentoo.org> 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" |