From d05a0e8df0e43496f0a8f697346cf240096a133d Mon Sep 17 00:00:00 2001 From: Jim Ramsay Date: Sat, 21 Oct 2006 17:41:34 +0000 Subject: Added proper dependency on x11-apps/xrandr (Portage version: 2.1.2_pre3-r3) --- rox-extra/resolution/ChangeLog | 5 ++++- rox-extra/resolution/files/digest-resolution-0.2 | 2 ++ rox-extra/resolution/resolution-0.2.ebuild | 14 ++++++++++---- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/rox-extra/resolution/ChangeLog b/rox-extra/resolution/ChangeLog index f2fc6f490eb8..ff0da6c85766 100644 --- a/rox-extra/resolution/ChangeLog +++ b/rox-extra/resolution/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for rox-extra/resolution # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/resolution/ChangeLog,v 1.3 2006/10/05 03:13:54 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/resolution/ChangeLog,v 1.4 2006/10/21 17:41:34 lack Exp $ + + 21 Oct 2006; Jim Ramsay resolution-0.2.ebuild: + Added proper dependency on x11-apps/xrandr 05 Oct 2006; Jim Ramsay metadata.xml: Updated copyright and accepted maintainer role. diff --git a/rox-extra/resolution/files/digest-resolution-0.2 b/rox-extra/resolution/files/digest-resolution-0.2 index e3b8b5b813e8..99d4cbf0240f 100644 --- a/rox-extra/resolution/files/digest-resolution-0.2 +++ b/rox-extra/resolution/files/digest-resolution-0.2 @@ -1 +1,3 @@ MD5 c74b0566cc52f19fcc3df7e97008a97c resolution-0.2.tgz 14362 +RMD160 96a5273768197378dcefc54cb141d049fd1f669d resolution-0.2.tgz 14362 +SHA256 7212e823ea4a89ba2b457f62f453141e729f94d2c8e785db3f13b1df7cc823c4 resolution-0.2.tgz 14362 diff --git a/rox-extra/resolution/resolution-0.2.ebuild b/rox-extra/resolution/resolution-0.2.ebuild index f74832e68398..536f6eb2e2e8 100644 --- a/rox-extra/resolution/resolution-0.2.ebuild +++ b/rox-extra/resolution/resolution-0.2.ebuild @@ -1,7 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/resolution/resolution-0.2.ebuild,v 1.2 2006/10/05 03:13:54 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/resolution/resolution-0.2.ebuild,v 1.3 2006/10/21 17:41:34 lack Exp $ +ROX_LIB_VER=1.9.3 +inherit rox DESCRIPTION="This rox program allows you to change the screen resolution at any time. It is non-permanent" HOMEPAGE="http://rox.sourceforge.net/" @@ -12,8 +14,12 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -ROX_LIB_VER=1.9.3 +DEPEND="" +RDEPEND="|| ( ( + x11-apps/xrandr + ) + virtual/x11 + ) + " APPNAME=Resolution - -inherit rox -- cgit v1.2.3-65-gdbad