diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-08 01:53:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-08 01:53:30 +0000 |
commit | 64947288277d8d1195da73ebe5fbefae38dd0759 (patch) | |
tree | 6d40aff4c5669aef20a5d3b1ef479f9c5e6109e7 /sys-apps | |
parent | remove virtual/x11 depend for modular X as all we really use is GTK code (diff) | |
download | gentoo-2-64947288277d8d1195da73ebe5fbefae38dd0759.tar.gz gentoo-2-64947288277d8d1195da73ebe5fbefae38dd0759.tar.bz2 gentoo-2-64947288277d8d1195da73ebe5fbefae38dd0759.zip |
modular X lovin
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/xmbmon/xmbmon-2.0.3.ebuild | 11 | ||||
-rw-r--r-- | sys-apps/xmbmon/xmbmon-2.0.5-r1.ebuild | 8 | ||||
-rw-r--r-- | sys-apps/xmbmon/xmbmon-2.0.5.ebuild | 11 |
3 files changed, 12 insertions, 18 deletions
diff --git a/sys-apps/xmbmon/xmbmon-2.0.3.ebuild b/sys-apps/xmbmon/xmbmon-2.0.3.ebuild index eeb7311d5fb1..0c2ae5e1ddfd 100644 --- a/sys-apps/xmbmon/xmbmon-2.0.3.ebuild +++ b/sys-apps/xmbmon/xmbmon-2.0.3.ebuild @@ -1,8 +1,8 @@ -# 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/sys-apps/xmbmon/xmbmon-2.0.3.ebuild,v 1.9 2005/02/05 03:32:54 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xmbmon/xmbmon-2.0.3.ebuild,v 1.10 2006/03/08 01:53:30 vapier Exp $ -inherit gnuconfig eutils +inherit eutils MY_P="${PN}${PV//.}" DESCRIPTION="Mother Board Monitor Program for X Window System" @@ -14,8 +14,7 @@ SLOT="0" KEYWORDS="x86 amd64" IUSE="X" -DEPEND="virtual/libc - X? ( virtual/x11 )" +DEPEND="X? ( || ( ( x11-libs/libXt x11-libs/libSM x11-libs/libX11 x11-libs/libICE ) virtual/x11 ) )" S=${WORKDIR}/${MY_P} @@ -26,8 +25,6 @@ src_unpack() { } src_compile() { - gnuconfig_update - econf || die "Configure failed" emake DEFS="$DEFS -DLINUX" CFLAGS="$CFLAGS \$(INCLUDES) \$(DEFS)" mbmon || die "Make mbmon failed" if use X ; then diff --git a/sys-apps/xmbmon/xmbmon-2.0.5-r1.ebuild b/sys-apps/xmbmon/xmbmon-2.0.5-r1.ebuild index 7e8ace592862..8bdeab029243 100644 --- a/sys-apps/xmbmon/xmbmon-2.0.5-r1.ebuild +++ b/sys-apps/xmbmon/xmbmon-2.0.5-r1.ebuild @@ -1,6 +1,6 @@ -# 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/sys-apps/xmbmon/xmbmon-2.0.5-r1.ebuild,v 1.1 2005/06/18 04:48:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xmbmon/xmbmon-2.0.5-r1.ebuild,v 1.2 2006/03/08 01:53:30 vapier Exp $ inherit eutils @@ -13,10 +13,10 @@ SRC_URI="http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/xmbmon/${MY_P}.tar.g LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="X" -DEPEND="X? ( virtual/x11 )" +DEPEND="X? ( || ( ( x11-libs/libXt x11-libs/libSM x11-libs/libX11 x11-libs/libICE ) virtual/x11 ) )" S=${WORKDIR}/${MY_P} diff --git a/sys-apps/xmbmon/xmbmon-2.0.5.ebuild b/sys-apps/xmbmon/xmbmon-2.0.5.ebuild index 7ba09fb15390..ee6069266fb3 100644 --- a/sys-apps/xmbmon/xmbmon-2.0.5.ebuild +++ b/sys-apps/xmbmon/xmbmon-2.0.5.ebuild @@ -1,8 +1,8 @@ -# 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/sys-apps/xmbmon/xmbmon-2.0.5.ebuild,v 1.1 2005/02/05 03:32:54 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xmbmon/xmbmon-2.0.5.ebuild,v 1.2 2006/03/08 01:53:30 vapier Exp $ -inherit gnuconfig eutils +inherit eutils MY_P="${PN}${PV//.}" DESCRIPTION="Mother Board Monitor Program for X Window System" @@ -16,8 +16,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="X" -DEPEND="virtual/libc - X? ( virtual/x11 )" +DEPEND="X? ( || ( ( x11-libs/libXt x11-libs/libSM x11-libs/libX11 x11-libs/libICE ) virtual/x11 ) )" S=${WORKDIR}/${MY_P} @@ -31,8 +30,6 @@ src_unpack() { } src_compile() { - gnuconfig_update - econf || die "Configure failed" emake mbmon || die "Make mbmon failed" if use X ; then |