diff options
author | David Shakaryan <omp@gentoo.org> | 2006-10-21 22:47:22 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2006-10-21 22:47:22 +0000 |
commit | 09a8ddc93cc6d3ca60ea61ef36f1fc38281f020e (patch) | |
tree | a6bec5fa9a84639d501e4daa6428d27972751ef1 /x11-misc/xwit/xwit-3.4.ebuild | |
parent | Version bump #152232 by Arthur Koziel. (diff) | |
download | gentoo-2-09a8ddc93cc6d3ca60ea61ef36f1fc38281f020e.tar.gz gentoo-2-09a8ddc93cc6d3ca60ea61ef36f1fc38281f020e.tar.bz2 gentoo-2-09a8ddc93cc6d3ca60ea61ef36f1fc38281f020e.zip |
Remove monolithic X from dependencies, fix HOMEPAGE and fix quotes.
(Portage version: 2.1.2_pre3-r6)
Diffstat (limited to 'x11-misc/xwit/xwit-3.4.ebuild')
-rw-r--r-- | x11-misc/xwit/xwit-3.4.ebuild | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/x11-misc/xwit/xwit-3.4.ebuild b/x11-misc/xwit/xwit-3.4.ebuild index d8120b37daad..35df55f7ead2 100644 --- a/x11-misc/xwit/xwit-3.4.ebuild +++ b/x11-misc/xwit/xwit-3.4.ebuild @@ -1,31 +1,26 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/xwit-3.4.ebuild,v 1.7 2006/01/21 19:17:09 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/xwit-3.4.ebuild,v 1.8 2006/10/21 22:47:22 omp Exp $ inherit eutils -IUSE="" - DESCRIPTION="xwit (x window interface tool) is a hodge-podge collection of simple routines to call some of those X11 functions that don't already have any utility commands built around them." -HOMEPAGE="http://www.x.org/contrib/utilities/${P}.README" -SRC_URI="http://www.x.org/contrib/utilities/${P}.tar.gz" +HOMEPAGE="http://ftp.x.org/contrib/utilities/xwit-3.4.README" +SRC_URI="http://ftp.x.org/contrib/utilities/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="~ppc x86" +IUSE="" -RDEPEND="|| ( ( - x11-libs/libX11 - x11-libs/libXext ) - virtual/x11 )" +RDEPEND="x11-libs/libX11 + x11-libs/libXext" DEPEND="${RDEPEND} - || ( ( - x11-misc/imake - x11-proto/xproto ) - virtual/x11 )" + x11-misc/imake + x11-proto/xproto" src_compile() { - epatch ${FILESDIR}/malloc.patch + epatch "${FILESDIR}/malloc.patch" xmkmf || die "xmkmf failed" emake || die "Make failed" |