diff options
author | David Shakaryan <omp@gentoo.org> | 2006-10-22 00:11:42 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2006-10-22 00:11:42 +0000 |
commit | 85924e2c113bf4c1761278bf66fa8405d24cc5b0 (patch) | |
tree | ad7433ab9f0eb36568ff0ba6f549e1f9677405de /x11-misc/chgres/chgres-0.1.ebuild | |
parent | Remove monolithic X from dependencies and fix quotes. (diff) | |
download | historical-85924e2c113bf4c1761278bf66fa8405d24cc5b0.tar.gz historical-85924e2c113bf4c1761278bf66fa8405d24cc5b0.tar.bz2 historical-85924e2c113bf4c1761278bf66fa8405d24cc5b0.zip |
Remove monolithic X from dependencies.
Package-Manager: portage-2.1.2_pre3-r6
Diffstat (limited to 'x11-misc/chgres/chgres-0.1.ebuild')
-rw-r--r-- | x11-misc/chgres/chgres-0.1.ebuild | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/x11-misc/chgres/chgres-0.1.ebuild b/x11-misc/chgres/chgres-0.1.ebuild index d15cb209dd2a..6fc31406fb2d 100644 --- a/x11-misc/chgres/chgres-0.1.ebuild +++ b/x11-misc/chgres/chgres-0.1.ebuild @@ -1,30 +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/chgres/chgres-0.1.ebuild,v 1.8 2006/01/21 10:48:11 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/chgres/chgres-0.1.ebuild,v 1.9 2006/10/22 00:11:42 omp Exp $ -IUSE="" DESCRIPTION="A very simple command line utility for changing X resolutions" HOMEPAGE="http://hpwww.ec-lyon.fr/~vincent/" +SRC_URI="http://hpwww.ec-lyon.fr/~vincent/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc x86" +IUSE="" -SRC_URI="http://hpwww.ec-lyon.fr/~vincent/${P}.tar.gz" - -RDEPEND="|| ( ( - x11-libs/libX11 - x11-libs/libXxf86dga - x11-libs/libXext - x11-libs/libXxf86vm ) - virtual/x11 )" +RDEPEND="x11-libs/libX11 + x11-libs/libXxf86dga + x11-libs/libXext + x11-libs/libXxf86vm" DEPEND="${RDEPEND} - || ( ( - x11-proto/xf86vidmodeproto - x11-proto/xf86dgaproto ) - virtual/x11 )" + x11-proto/xf86vidmodeproto + x11-proto/xf86dgaproto" src_compile() { - emake || die + emake || die "emake failed" } src_install() { |