diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2002-10-24 21:29:25 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2002-10-24 21:29:25 +0000 |
commit | 1549eecf84d7aa1aa49c3c0df3b563f322c0fd11 (patch) | |
tree | 87fca9f06b2e53cf468054b0a37b93a461a2a2d7 /app-sci/ksetispy | |
parent | added support for some adsl-connections (with usb-adsl-modems), closes #9505,... (diff) | |
download | gentoo-2-1549eecf84d7aa1aa49c3c0df3b563f322c0fd11.tar.gz gentoo-2-1549eecf84d7aa1aa49c3c0df3b563f322c0fd11.tar.bz2 gentoo-2-1549eecf84d7aa1aa49c3c0df3b563f322c0fd11.zip |
initial ebuild
Diffstat (limited to 'app-sci/ksetispy')
-rw-r--r-- | app-sci/ksetispy/ChangeLog | 9 | ||||
-rw-r--r-- | app-sci/ksetispy/files/digest-ksetispy-0.5.2 | 1 | ||||
-rw-r--r-- | app-sci/ksetispy/ksetispy-0.5.2.ebuild | 16 |
3 files changed, 26 insertions, 0 deletions
diff --git a/app-sci/ksetispy/ChangeLog b/app-sci/ksetispy/ChangeLog new file mode 100644 index 000000000000..ff92201057b2 --- /dev/null +++ b/app-sci/ksetispy/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-sci/ksetispy +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/ksetispy/ChangeLog,v 1.1 2002/10/24 21:29:25 hannes Exp $ + +*ksetispy-0.5.2 (24 Oct 2002) + + 24 Oct 2002; Hannes Mehnert <hannes@gentoo.org> ksetispy-0.5.2.ebuild, + ChangeLog: Initial ebuild. Thanks to psionix@grandecom.net (Michael Thompson) + for submission (#3658). diff --git a/app-sci/ksetispy/files/digest-ksetispy-0.5.2 b/app-sci/ksetispy/files/digest-ksetispy-0.5.2 new file mode 100644 index 000000000000..dc4a3903f75c --- /dev/null +++ b/app-sci/ksetispy/files/digest-ksetispy-0.5.2 @@ -0,0 +1 @@ +MD5 9fb127c9404f93b9f9990fec18110772 ksetispy-0.5.2.tar.bz2 1205876 diff --git a/app-sci/ksetispy/ksetispy-0.5.2.ebuild b/app-sci/ksetispy/ksetispy-0.5.2.ebuild new file mode 100644 index 000000000000..e9f4ca460290 --- /dev/null +++ b/app-sci/ksetispy/ksetispy-0.5.2.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/ksetispy/ksetispy-0.5.2.ebuild,v 1.1 2002/10/24 21:29:25 hannes Exp $ + +inherit kde-base || die +need-kde 3 + +IUSE="" +KEYWORDS="~x86" +DESCRIPTION="Monitors the progess of the SETI@home client, using the same interface as SETI Spy for Windows" + +HOMEPAGE="http://ksetispy.sourceforge.net" +LICENSE="GPL-2" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +newdepend "app-sci/setiathome" + |