diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2007-07-22 03:15:45 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2007-07-22 03:15:45 +0000 |
commit | e5b2db3ed4d1aadf2ba792bfd91a16ff8bfc53e3 (patch) | |
tree | ea683caa60ef8d0e955fde753efb1cc3404d6ac6 /x11-misc/imwheel | |
parent | Fix from upstream for SHA256 #164462 (diff) | |
download | historical-e5b2db3ed4d1aadf2ba792bfd91a16ff8bfc53e3.tar.gz historical-e5b2db3ed4d1aadf2ba792bfd91a16ff8bfc53e3.tar.bz2 historical-e5b2db3ed4d1aadf2ba792bfd91a16ff8bfc53e3.zip |
virtual/x11 removed.
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'x11-misc/imwheel')
-rw-r--r-- | x11-misc/imwheel/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild | 29 |
2 files changed, 16 insertions, 19 deletions
diff --git a/x11-misc/imwheel/ChangeLog b/x11-misc/imwheel/ChangeLog index 481f3719faac..10680e4d7226 100644 --- a/x11-misc/imwheel/ChangeLog +++ b/x11-misc/imwheel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/imwheel # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/imwheel/ChangeLog,v 1.19 2007/02/06 01:29:32 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/imwheel/ChangeLog,v 1.20 2007/07/22 03:15:45 coldwind Exp $ + + 22 Jul 2007; Santiago M. Mola <coldwind@gentoo.org> + imwheel-1.0.0_pre12.ebuild: + virtual/x11 removed. 06 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild b/x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild index f8904b210f2d..a23b893e59f6 100644 --- a/x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild +++ b/x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild @@ -1,6 +1,6 @@ -# 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-misc/imwheel/imwheel-1.0.0_pre12.ebuild,v 1.6 2006/01/15 13:11:56 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild,v 1.7 2007/07/22 03:15:45 coldwind Exp $ inherit eutils @@ -11,29 +11,24 @@ SRC_URI="mirror://sourceforge/imwheel/${P/_/}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ppc x86" - IUSE="" -RDEPEND="|| ( ( - x11-libs/libXtst - x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXt - x11-libs/libXext ) - virtual/x11 )" +RDEPEND="x11-libs/libXtst + x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXt + x11-libs/libXext" DEPEND="${RDEPEND} - || ( ( - x11-proto/xextproto - x11-proto/xproto ) - virtual/x11 ) + x11-proto/xextproto + x11-proto/xproto >=sys-apps/sed-4" -S="${WORKDIR}/${P/_/}" +S=${WORKDIR}/${P/_/} src_unpack() { unpack ${A} - cd ${S} + cd "${S}" #epatch ${FILESDIR}/${P}-gentoo.diff sed -i -e "s:/etc:${D}/etc:g" Makefile.am || die sed -i -e "s:/etc:${D}/etc:g" Makefile.in || die @@ -41,10 +36,8 @@ src_unpack() { src_compile() { local myconf - # don't build gpm stuff myconf="--disable-gpm --disable-gpm-doc" - econf ${myconf} || die "configure failed" emake || die "parallel make failed" } |