diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2003-02-12 13:22:12 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2003-02-12 13:22:12 +0000 |
commit | 58370c95aa5e948362422ed2e73f130c093093c1 (patch) | |
tree | b2a5ad790654caf925fc0cb9576c3aa5cf31f347 /app-sci | |
parent | eutils + testing KEYWORDS for all arches (diff) | |
download | historical-58370c95aa5e948362422ed2e73f130c093093c1.tar.gz historical-58370c95aa5e948362422ed2e73f130c093093c1.tar.bz2 historical-58370c95aa5e948362422ed2e73f130c093093c1.zip |
version bump
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/ksetiwatch/ChangeLog | 7 | ||||
-rw-r--r-- | app-sci/ksetiwatch/files/digest-ksetiwatch-2.6.0 | 1 | ||||
-rw-r--r-- | app-sci/ksetiwatch/ksetiwatch-2.6.0.ebuild | 15 |
3 files changed, 22 insertions, 1 deletions
diff --git a/app-sci/ksetiwatch/ChangeLog b/app-sci/ksetiwatch/ChangeLog index 737f7b404e1e..3082f630ddda 100644 --- a/app-sci/ksetiwatch/ChangeLog +++ b/app-sci/ksetiwatch/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-sci/ksetiwatch # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/ksetiwatch/ChangeLog,v 1.4 2003/02/12 05:17:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/ksetiwatch/ChangeLog,v 1.5 2003/02/12 13:22:12 hannes Exp $ + +*ksetiwatch-2.6.0 (12 Feb 2003) + + 12 Feb 2003; Hannes Mehnert <hannes@gentoo.org> ksetiwatch-2.6.0.ebuild: + version bump, fixes bug #15508 02 Nov 2002; Hannes Mehnert <hannes@gentoo.org> ksetiwatch-2.5.0.ebuild, ksetiwatch-2.5.1.ebuild: marked stable for x86 diff --git a/app-sci/ksetiwatch/files/digest-ksetiwatch-2.6.0 b/app-sci/ksetiwatch/files/digest-ksetiwatch-2.6.0 new file mode 100644 index 000000000000..56490e55f2c4 --- /dev/null +++ b/app-sci/ksetiwatch/files/digest-ksetiwatch-2.6.0 @@ -0,0 +1 @@ +MD5 368274263894b1716dc1cef0dbd56b7e ksetiwatch-2.6.0.tar.bz2 780915 diff --git a/app-sci/ksetiwatch/ksetiwatch-2.6.0.ebuild b/app-sci/ksetiwatch/ksetiwatch-2.6.0.ebuild new file mode 100644 index 000000000000..d61a6c309a2e --- /dev/null +++ b/app-sci/ksetiwatch/ksetiwatch-2.6.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/02/12 13:22:12 hannes Exp $ + +inherit kde-base +need-kde 3 + +KEYWORDS="~x86 ~ppc" +IUSE="" +DESCRIPTION="A monitoring tool for SETI@home, similar to SETIWatch for Windows" +HOMEPAGE="http://ksetiwatch.sourceforge.net" +LICENSE="GPL-2" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +newdepend "app-sci/setiathome" + |