diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2004-07-06 12:32:52 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2004-07-06 12:32:52 +0000 |
commit | 500688e76435fe0a5c7eccd753d99743a4ce6724 (patch) | |
tree | e133a368f03c805289cd3601e81777d4c615a3a7 | |
parent | QA: newdepend -> R/DEPEND, need-kde (Manifest recommit) (diff) | |
download | gentoo-2-500688e76435fe0a5c7eccd753d99743a4ce6724.tar.gz gentoo-2-500688e76435fe0a5c7eccd753d99743a4ce6724.tar.bz2 gentoo-2-500688e76435fe0a5c7eccd753d99743a4ce6724.zip |
QA: newdepend -> R/DEPEND, need-kde
-rw-r--r-- | media-video/ks3switch/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/ks3switch/ks3switch-0.1.ebuild | 12 |
2 files changed, 11 insertions, 6 deletions
diff --git a/media-video/ks3switch/ChangeLog b/media-video/ks3switch/ChangeLog index 45670f867d5e..6f1175836395 100644 --- a/media-video/ks3switch/ChangeLog +++ b/media-video/ks3switch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/ks3switch # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ks3switch/ChangeLog,v 1.5 2004/06/25 00:43:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ks3switch/ChangeLog,v 1.6 2004/07/06 12:32:52 carlo Exp $ + + 06 Jul 2004; Carsten Lohrke <carlo@gentoo.org> ks3switch-0.1.ebuild: + QA: newdepend -> R/DEPEND, need-kde 23 May 2004; Seemant Kulleen <seemant@gentoo.org> ks3switch-0.1.ebuild: URI and HOMEPAGE fix, thanks to: Francois Bochatay <francois@bochatay.net> in diff --git a/media-video/ks3switch/ks3switch-0.1.ebuild b/media-video/ks3switch/ks3switch-0.1.ebuild index f00338080634..c3e862852758 100644 --- a/media-video/ks3switch/ks3switch-0.1.ebuild +++ b/media-video/ks3switch/ks3switch-0.1.ebuild @@ -1,16 +1,18 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ks3switch/ks3switch-0.1.ebuild,v 1.6 2004/06/25 00:43:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ks3switch/ks3switch-0.1.ebuild,v 1.7 2004/07/06 12:32:52 carlo Exp $ inherit kde -need-kde 3 - DESCRIPTION="GUI for s3switch" -SRC_URI="http://code.bochatay.net/ks3switch/${P}.tar.gz" HOMEPAGE="http://code.bochatay.net/ks3switch" +SRC_URI="http://code.bochatay.net/ks3switch/${P}.tar.gz" +SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" +IUSE="" -newdepend "sys-apps/s3switch" +DEPEND="sys-apps/s3switch" +RDEPEND="sys-apps/s3switch" +need-kde 3
\ No newline at end of file |