diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-08-24 21:42:49 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-08-24 21:42:49 +0000 |
commit | f64567b39686dad1543a60c8a32fa92109d077e0 (patch) | |
tree | e68fecfd68c1fc6f08f21c61d3c8e89a64bd792a /sci-misc | |
parent | stable on x86 (diff) | |
download | gentoo-2-f64567b39686dad1543a60c8a32fa92109d077e0.tar.gz gentoo-2-f64567b39686dad1543a60c8a32fa92109d077e0.tar.bz2 gentoo-2-f64567b39686dad1543a60c8a32fa92109d077e0.zip |
Initial import of ebuild, thanks to Marcelo Goes <vanquirius@gentoo.org> for the original ebuild, closes bug 74315.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/kboincspy/ChangeLog | 11 | ||||
-rw-r--r-- | sci-misc/kboincspy/Manifest | 2 | ||||
-rw-r--r-- | sci-misc/kboincspy/files/digest-kboincspy-0.9.0 | 1 | ||||
-rw-r--r-- | sci-misc/kboincspy/kboincspy-0.9.0.ebuild | 17 | ||||
-rw-r--r-- | sci-misc/kboincspy/metadata.xml | 16 |
5 files changed, 47 insertions, 0 deletions
diff --git a/sci-misc/kboincspy/ChangeLog b/sci-misc/kboincspy/ChangeLog new file mode 100644 index 000000000000..7f60d49a7415 --- /dev/null +++ b/sci-misc/kboincspy/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for sci-misc/kboincspy +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/kboincspy/ChangeLog,v 1.1 2005/08/24 21:42:49 cryos Exp $ + +*kboincspy-0.9.0 (24 Aug 2005) + + 24 Aug 2005; Marcus D. Hanwell <marcus@gentoo.org> +metadata.xml, + +kboincspy-0.9.0.ebuild: + Initial import of ebuild, thanks to Marcelo Goes <vanquirius@gentoo.org> for + the original ebuild, closes bug 74315. + diff --git a/sci-misc/kboincspy/Manifest b/sci-misc/kboincspy/Manifest new file mode 100644 index 000000000000..46d2c9c3fd21 --- /dev/null +++ b/sci-misc/kboincspy/Manifest @@ -0,0 +1,2 @@ +MD5 dba747c871b6104fbb6731d0178733cc kboincspy-0.9.0.ebuild 364 +MD5 0af919c74243294c1bdd9d47df54a1f1 files/digest-kboincspy-0.9.0 69 diff --git a/sci-misc/kboincspy/files/digest-kboincspy-0.9.0 b/sci-misc/kboincspy/files/digest-kboincspy-0.9.0 new file mode 100644 index 000000000000..631fe1529833 --- /dev/null +++ b/sci-misc/kboincspy/files/digest-kboincspy-0.9.0 @@ -0,0 +1 @@ +MD5 c9a4e58833b046f55a347d166385b62a kboincspy-0.9.0.tar.bz2 1596636 diff --git a/sci-misc/kboincspy/kboincspy-0.9.0.ebuild b/sci-misc/kboincspy/kboincspy-0.9.0.ebuild new file mode 100644 index 000000000000..161984c89f9f --- /dev/null +++ b/sci-misc/kboincspy/kboincspy-0.9.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/kboincspy/kboincspy-0.9.0.ebuild,v 1.1 2005/08/24 21:42:49 cryos Exp $ + +inherit kde + +DESCRIPTION="KDE monitoring utility for the BOINC distributed client" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +HOMEPAGE="http://kboincspy.sourceforge.net/" + +IUSE="" +SLOT="0" +LICENSE="GPL-2" + +KEYWORDS="~x86" + +need-kde 3.4 diff --git a/sci-misc/kboincspy/metadata.xml b/sci-misc/kboincspy/metadata.xml new file mode 100644 index 000000000000..5db26ea00a0e --- /dev/null +++ b/sci-misc/kboincspy/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci</herd> + <maintainer> + <email>cryos@gentoo.org</email> + </maintainer> + <longdescription> + KBoincSpy is a KDE monitor and control utility for the BOINC client. It + displays a lot of useful information about the computation of work units, + such as the percent of work done, and estimates of the completion time and + credits granted. For some projects like SETI@home and ClimatePrediction.net, + it also reports some interesting data about the content and significance of + each work unit being analyzed. + </longdescription> +</pkgmetadata> |