summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shakaryan <omp@gentoo.org>2006-10-21 22:47:22 +0000
committerDavid Shakaryan <omp@gentoo.org>2006-10-21 22:47:22 +0000
commit09a8ddc93cc6d3ca60ea61ef36f1fc38281f020e (patch)
treea6bec5fa9a84639d501e4daa6428d27972751ef1
parentVersion bump #152232 by Arthur Koziel. (diff)
downloadgentoo-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)
-rw-r--r--x11-misc/xwit/ChangeLog5
-rw-r--r--x11-misc/xwit/xwit-3.4.ebuild23
2 files changed, 13 insertions, 15 deletions
diff --git a/x11-misc/xwit/ChangeLog b/x11-misc/xwit/ChangeLog
index b3c96924674c..b21836cb97df 100644
--- a/x11-misc/xwit/ChangeLog
+++ b/x11-misc/xwit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xwit
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/ChangeLog,v 1.6 2006/01/21 19:17:09 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/ChangeLog,v 1.7 2006/10/21 22:47:22 omp Exp $
+
+ 21 Oct 2006; David Shakaryan <omp@gentoo.org> xwit-3.4.ebuild:
+ Remove monolithic X from dependencies, fix HOMEPAGE and fix quotes.
21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xwit-3.4.ebuild:
Fixed DEPEND for modular X.
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"