summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2007-07-22 02:52:01 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2007-07-22 02:52:01 +0000
commit850b17f7f837e009d5dbe9e53123c19e3b33d0de (patch)
tree9d629248dbee83a0d0f7e66f37ce82b862367a77 /x11-misc/dsx
parentDrop virtual/x11 references. (diff)
downloadgentoo-2-850b17f7f837e009d5dbe9e53123c19e3b33d0de.tar.gz
gentoo-2-850b17f7f837e009d5dbe9e53123c19e3b33d0de.tar.bz2
gentoo-2-850b17f7f837e009d5dbe9e53123c19e3b33d0de.zip
virtual/x11 removed.
(Portage version: 2.1.2.9)
Diffstat (limited to 'x11-misc/dsx')
-rw-r--r--x11-misc/dsx/ChangeLog5
-rw-r--r--x11-misc/dsx/dsx-0.1.ebuild13
2 files changed, 10 insertions, 8 deletions
diff --git a/x11-misc/dsx/ChangeLog b/x11-misc/dsx/ChangeLog
index 1be55b2054ef..1c9c01fbc622 100644
--- a/x11-misc/dsx/ChangeLog
+++ b/x11-misc/dsx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/dsx
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/dsx/ChangeLog,v 1.6 2007/02/06 01:25:22 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dsx/ChangeLog,v 1.7 2007/07/22 02:52:01 coldwind Exp $
+
+ 22 Jul 2007; Santiago M. Mola <coldwind@gentoo.org> dsx-0.1.ebuild:
+ virtual/x11 removed.
06 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/x11-misc/dsx/dsx-0.1.ebuild b/x11-misc/dsx/dsx-0.1.ebuild
index 128c8045415c..d0c996c5ef16 100644
--- a/x11-misc/dsx/dsx-0.1.ebuild
+++ b/x11-misc/dsx/dsx-0.1.ebuild
@@ -1,20 +1,19 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/dsx/dsx-0.1.ebuild,v 1.6 2006/01/21 11:01:59 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dsx/dsx-0.1.ebuild,v 1.7 2007/07/22 02:52:01 coldwind Exp $
-DESCRIPTION="dsx - command line selection of your X desktop environment"
+DESCRIPTION="command line selection of your X desktop environment"
HOMEPAGE="none"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc"
+KEYWORDS="ppc x86"
IUSE=""
DEPEND=""
-RDEPEND="|| ( x11-apps/xinit virtual/x11 )
+RDEPEND="x11-apps/xinit
>=dev-lang/python-2.1"
src_install() {
- exeinto /usr/bin
- newexe "${FILESDIR}/${P}" dsx
+ newbin "${FILESDIR}/${P}" dsx
}