summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2007-07-22 03:15:45 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2007-07-22 03:15:45 +0000
commitd29a4e50568d08e41fe794c427cae438c6ae8d3e (patch)
tree9987a777b9b419349bfa3c12405092092fe9102d /x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild
parentDrop virtual/x11 references. (diff)
downloadgentoo-2-d29a4e50568d08e41fe794c427cae438c6ae8d3e.tar.gz
gentoo-2-d29a4e50568d08e41fe794c427cae438c6ae8d3e.tar.bz2
gentoo-2-d29a4e50568d08e41fe794c427cae438c6ae8d3e.zip
virtual/x11 removed.
(Portage version: 2.1.2.9)
Diffstat (limited to 'x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild')
-rw-r--r--x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild29
1 files changed, 11 insertions, 18 deletions
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"
}