summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/dsx/ChangeLog5
-rw-r--r--x11-misc/dsx/Manifest4
-rw-r--r--x11-misc/dsx/dsx-0.1.ebuild12
3 files changed, 12 insertions, 9 deletions
diff --git a/x11-misc/dsx/ChangeLog b/x11-misc/dsx/ChangeLog
index 84c712f725ea..2bfa4be5499b 100644
--- a/x11-misc/dsx/ChangeLog
+++ b/x11-misc/dsx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/dsx
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/dsx/ChangeLog,v 1.2 2004/04/11 15:01:08 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dsx/ChangeLog,v 1.3 2004/05/28 06:45:16 mr_bones_ Exp $
+
+ 27 May 2004; Michael Sterrett <mr_bones_@gentoo.org> dsx-0.1.ebuild:
+ x11-base/xfree -> virtual/x11
11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> dsx-0.1.ebuild:
Marked stable.
diff --git a/x11-misc/dsx/Manifest b/x11-misc/dsx/Manifest
index 42ecd2160654..2a9dcb30bfd8 100644
--- a/x11-misc/dsx/Manifest
+++ b/x11-misc/dsx/Manifest
@@ -1,5 +1,5 @@
-MD5 8936075d9007622b36e6211b862d3a95 ChangeLog 549
-MD5 28bdcd3781d1fe037039bec8db2d87cb dsx-0.1.ebuild 471
+MD5 253142f287118b914d1b40e95f6a0e88 ChangeLog 655
+MD5 16bd8e3f1cc82adc4620b411e8586659 dsx-0.1.ebuild 472
MD5 9ba3ceca3ae81ec759fbb9a277c0e45c metadata.xml 165
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-dsx-0.1 0
MD5 852f6bfd9b06ad7fdae0d53fa4db2c04 files/dsx-0.1 2218
diff --git a/x11-misc/dsx/dsx-0.1.ebuild b/x11-misc/dsx/dsx-0.1.ebuild
index a7db0d426315..d15103f5a89f 100644
--- a/x11-misc/dsx/dsx-0.1.ebuild
+++ b/x11-misc/dsx/dsx-0.1.ebuild
@@ -1,19 +1,19 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.3 2004/05/23 15:23:46 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/dsx/dsx-0.1.ebuild,v 1.4 2004/05/28 06:45:16 mr_bones_ Exp $
DESCRIPTION="dsx - command line selection of your X desktop environment"
+
LICENSE="GPL-2"
SLOT="0"
-
KEYWORDS="x86 ppc"
-
IUSE=""
+
DEPEND=""
-RDEPEND="x11-base/xfree
->=dev-lang/python-2.1"
+RDEPEND="virtual/x11
+ >=dev-lang/python-2.1"
src_install() {
exeinto /usr/bin
- newexe ${FILESDIR}/${P} dsx
+ newexe "${FILESDIR}/${P}" dsx
}