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 | d804de19f7e7c784f56c1f34104ddcdd3593bd91 (patch) | |
tree | fc42bfc4f9688a8efc628db5b3980b7751a3930c /x11-misc/chgres | |
parent | Remove monolithic X from dependencies and fix quotes. (diff) | |
download | gentoo-2-d804de19f7e7c784f56c1f34104ddcdd3593bd91.tar.gz gentoo-2-d804de19f7e7c784f56c1f34104ddcdd3593bd91.tar.bz2 gentoo-2-d804de19f7e7c784f56c1f34104ddcdd3593bd91.zip |
Remove monolithic X from dependencies.
(Portage version: 2.1.2_pre3-r6)
Diffstat (limited to 'x11-misc/chgres')
-rw-r--r-- | x11-misc/chgres/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/chgres/chgres-0.1.ebuild | 26 |
2 files changed, 15 insertions, 16 deletions
diff --git a/x11-misc/chgres/ChangeLog b/x11-misc/chgres/ChangeLog index 0a9d9aa0a870..88c747fdecdb 100644 --- a/x11-misc/chgres/ChangeLog +++ b/x11-misc/chgres/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/chgres # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/chgres/ChangeLog,v 1.9 2006/01/21 10:48:11 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/chgres/ChangeLog,v 1.10 2006/10/22 00:11:42 omp Exp $ + + 22 Oct 2006; David Shakaryan <omp@gentoo.org> chgres-0.1.ebuild: + Remove monolithic X from dependencies. 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> chgres-0.1.ebuild: Fixed DEPEND for modular X. 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() { |