diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2004-06-29 11:44:39 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2004-06-29 11:44:39 +0000 |
commit | fd829a3f3ee4844b2d09ec61208791ae2db8b60d (patch) | |
tree | 0fcb559af3fd849c730e2c9885a14a21f128b7d7 /app-sci | |
parent | QA: kde-base -> kde, need-kde after DEPEND (Manifest recommit) (diff) | |
download | gentoo-2-fd829a3f3ee4844b2d09ec61208791ae2db8b60d.tar.gz gentoo-2-fd829a3f3ee4844b2d09ec61208791ae2db8b60d.tar.bz2 gentoo-2-fd829a3f3ee4844b2d09ec61208791ae2db8b60d.zip |
QA: inherit kde-base -> inherit kde, newdepend -> DEPEPEND, need-kde after R/DEPEND
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/ksetiwatch/ChangeLog | 7 | ||||
-rw-r--r-- | app-sci/ksetiwatch/ksetiwatch-2.6.0.ebuild | 17 | ||||
-rw-r--r-- | app-sci/ksetiwatch/ksetiwatch-2.6.1.ebuild | 16 |
3 files changed, 25 insertions, 15 deletions
diff --git a/app-sci/ksetiwatch/ChangeLog b/app-sci/ksetiwatch/ChangeLog index cb65d90693ee..3e2175ddd365 100644 --- a/app-sci/ksetiwatch/ChangeLog +++ b/app-sci/ksetiwatch/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-sci/ksetiwatch # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/ksetiwatch/ChangeLog,v 1.7 2004/06/24 22:05:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/ksetiwatch/ChangeLog,v 1.8 2004/06/29 11:44:39 carlo Exp $ + + 29 Jun 2004; Carsten Lohrke <carlo@gentoo.org> ksetiwatch-2.6.0.ebuild, + ksetiwatch-2.6.1.ebuild: + QA: inherit kde-base -> inherit kde, newdepend -> DEPEPEND, need-kde after + R/DEPEND *ksetiwatch-2.6.1 (01 Dec 2003) diff --git a/app-sci/ksetiwatch/ksetiwatch-2.6.0.ebuild b/app-sci/ksetiwatch/ksetiwatch-2.6.0.ebuild index 0378df0c7b14..a6c6a30ae5b1 100644 --- a/app-sci/ksetiwatch/ksetiwatch-2.6.0.ebuild +++ b/app-sci/ksetiwatch/ksetiwatch-2.6.0.ebuild @@ -1,15 +1,18 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/ksetiwatch/ksetiwatch-2.6.0.ebuild,v 1.3 2004/06/24 22:05:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/ksetiwatch/ksetiwatch-2.6.0.ebuild,v 1.4 2004/06/29 11:44:39 carlo Exp $ -inherit kde-base -need-kde 3 +inherit kde -KEYWORDS="x86 ~ppc" -IUSE="" DESCRIPTION="A monitoring tool for SETI@home, similar to SETIWatch for Windows" HOMEPAGE="http://ksetiwatch.sourceforge.net" +SRC_URI="mirror://sourceforge/ksetiwatch/${P}.tar.bz2" + +SLOT="0" LICENSE="GPL-2" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -newdepend "app-sci/setiathome" +KEYWORDS="x86 ~ppc" +IUSE="" + +DEPEND="app-sci/setiathome" +need-kde 3 diff --git a/app-sci/ksetiwatch/ksetiwatch-2.6.1.ebuild b/app-sci/ksetiwatch/ksetiwatch-2.6.1.ebuild index c4e984a63e7e..20c4faeb388f 100644 --- a/app-sci/ksetiwatch/ksetiwatch-2.6.1.ebuild +++ b/app-sci/ksetiwatch/ksetiwatch-2.6.1.ebuild @@ -1,15 +1,17 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/ksetiwatch/ksetiwatch-2.6.1.ebuild,v 1.2 2004/06/24 22:05:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/ksetiwatch/ksetiwatch-2.6.1.ebuild,v 1.3 2004/06/29 11:44:39 carlo Exp $ -inherit kde-base -need-kde 3 +inherit kde -KEYWORDS="~x86 ~ppc" -IUSE="" DESCRIPTION="A monitoring tool for SETI@home, similar to SETIWatch for Windows" HOMEPAGE="http://ksetiwatch.sourceforge.net" +SRC_URI="mirror://sourceforge/ksetiwatch/${P}.tar.bz2" + +SLOT="0" LICENSE="GPL-2" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -newdepend "app-sci/setiathome" +KEYWORDS="~x86 ~ppc" +IUSE="" +DEPEND="app-sci/setiathome" +need-kde 3 |