diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2002-10-25 09:21:12 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2002-10-25 09:21:12 +0000 |
commit | 7ec285c08197958a024f3894f832bf6ff795b2e4 (patch) | |
tree | e12b80d72dbc7c0d6176a7f90565543153099aa2 /app-sci/ksetiwatch | |
parent | Fixed libnet dependency, closes #9623. (diff) | |
download | historical-7ec285c08197958a024f3894f832bf6ff795b2e4.tar.gz historical-7ec285c08197958a024f3894f832bf6ff795b2e4.tar.bz2 historical-7ec285c08197958a024f3894f832bf6ff795b2e4.zip |
version bump
Diffstat (limited to 'app-sci/ksetiwatch')
-rw-r--r-- | app-sci/ksetiwatch/ChangeLog | 7 | ||||
-rw-r--r-- | app-sci/ksetiwatch/files/digest-ksetiwatch-2.5.1 | 1 | ||||
-rw-r--r-- | app-sci/ksetiwatch/ksetiwatch-2.5.1.ebuild | 16 |
3 files changed, 23 insertions, 1 deletions
diff --git a/app-sci/ksetiwatch/ChangeLog b/app-sci/ksetiwatch/ChangeLog index 273705e77225..6f57a287f30b 100644 --- a/app-sci/ksetiwatch/ChangeLog +++ b/app-sci/ksetiwatch/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-sci/ksetiwatch # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/ksetiwatch/ChangeLog,v 1.1 2002/10/24 22:13:23 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/ksetiwatch/ChangeLog,v 1.2 2002/10/25 09:21:12 hannes Exp $ + +*ksetiwatch-2.5.1 (25 Oct 2002) + + 25 Oct 2002; Hannes Mehnert <hannes@gentoo.org> ksetiwatch-2.5.1.ebuild: + version bump *ksetiwatch-2.5.0 (24 Oct 2002) diff --git a/app-sci/ksetiwatch/files/digest-ksetiwatch-2.5.1 b/app-sci/ksetiwatch/files/digest-ksetiwatch-2.5.1 new file mode 100644 index 000000000000..3a44badffffc --- /dev/null +++ b/app-sci/ksetiwatch/files/digest-ksetiwatch-2.5.1 @@ -0,0 +1 @@ +MD5 2340201153b2c85481c1baf9567eb044 ksetiwatch-2.5.1.tar.bz2 777154 diff --git a/app-sci/ksetiwatch/ksetiwatch-2.5.1.ebuild b/app-sci/ksetiwatch/ksetiwatch-2.5.1.ebuild new file mode 100644 index 000000000000..5d93fa129bdc --- /dev/null +++ b/app-sci/ksetiwatch/ksetiwatch-2.5.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/ksetiwatch/ksetiwatch-2.5.1.ebuild,v 1.1 2002/10/25 09:21:12 hannes Exp $ + +inherit kde-base || die +need-kde 3 + +KEYWORDS="~x86" +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" + + |