diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 11:01:59 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 11:01:59 +0000 |
commit | ea7ba0f3973f196f293a8a5128e17da661f5d3e4 (patch) | |
tree | bd6825b2f1b4a5076f93371818f5e7151a6deeef /x11-misc/dsx | |
parent | Removed old version. (diff) | |
download | historical-ea7ba0f3973f196f293a8a5128e17da661f5d3e4.tar.gz historical-ea7ba0f3973f196f293a8a5128e17da661f5d3e4.tar.bz2 historical-ea7ba0f3973f196f293a8a5128e17da661f5d3e4.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/dsx')
-rw-r--r-- | x11-misc/dsx/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/dsx/Manifest | 8 | ||||
-rw-r--r-- | x11-misc/dsx/dsx-0.1.ebuild | 7 |
3 files changed, 13 insertions, 9 deletions
diff --git a/x11-misc/dsx/ChangeLog b/x11-misc/dsx/ChangeLog index bfa95f3b1734..123ad0634be6 100644 --- a/x11-misc/dsx/ChangeLog +++ b/x11-misc/dsx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/dsx -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/dsx/ChangeLog,v 1.4 2004/06/24 22:15:38 agriffis Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dsx/ChangeLog,v 1.5 2006/01/21 11:01:59 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> dsx-0.1.ebuild: + Fixed DEPEND for modular X. 27 May 2004; Michael Sterrett <mr_bones_@gentoo.org> dsx-0.1.ebuild: x11-base/xfree -> virtual/x11 diff --git a/x11-misc/dsx/Manifest b/x11-misc/dsx/Manifest index 893b7dc6bfb1..5822b0b88e47 100644 --- a/x11-misc/dsx/Manifest +++ b/x11-misc/dsx/Manifest @@ -1,5 +1,5 @@ -MD5 9c2d9e774f93b172aed7d941e435ca09 dsx-0.1.ebuild 462 -MD5 179635d0e2078b35be176429e83d203c ChangeLog 645 -MD5 9ba3ceca3ae81ec759fbb9a277c0e45c metadata.xml 165 -MD5 852f6bfd9b06ad7fdae0d53fa4db2c04 files/dsx-0.1 2218 +MD5 77fab65e254278abfaf9f7810b923c72 ChangeLog 745 +MD5 072d79bc8da5583ee15575170df81fb6 dsx-0.1.ebuild 500 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-dsx-0.1 0 +MD5 852f6bfd9b06ad7fdae0d53fa4db2c04 files/dsx-0.1 2218 +MD5 9ba3ceca3ae81ec759fbb9a277c0e45c metadata.xml 165 diff --git a/x11-misc/dsx/dsx-0.1.ebuild b/x11-misc/dsx/dsx-0.1.ebuild index 4c8e6c48afe5..128c8045415c 100644 --- a/x11-misc/dsx/dsx-0.1.ebuild +++ b/x11-misc/dsx/dsx-0.1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 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.5 2004/06/24 22:15:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dsx/dsx-0.1.ebuild,v 1.6 2006/01/21 11:01:59 nelchael Exp $ DESCRIPTION="dsx - command line selection of your X desktop environment" +HOMEPAGE="none" LICENSE="GPL-2" SLOT="0" @@ -10,7 +11,7 @@ KEYWORDS="x86 ppc" IUSE="" DEPEND="" -RDEPEND="virtual/x11 +RDEPEND="|| ( x11-apps/xinit virtual/x11 ) >=dev-lang/python-2.1" src_install() { |