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 | cd3e1be95635eafd6d1f617963bd41d2eba53bf7 (patch) | |
tree | 966486677e8e2cc431da83716af26a9f4c5ca604 /sci-misc | |
parent | stable on x86 (diff) | |
download | historical-cd3e1be95635eafd6d1f617963bd41d2eba53bf7.tar.gz historical-cd3e1be95635eafd6d1f617963bd41d2eba53bf7.tar.bz2 historical-cd3e1be95635eafd6d1f617963bd41d2eba53bf7.zip |
Initial import of ebuild, thanks to Marcelo Goes <vanquirius@gentoo.org> for the original ebuild, closes bug 74315.
Package-Manager: portage-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 | 14 | ||||
-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, 59 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..77704bbba6b6 --- /dev/null +++ b/sci-misc/kboincspy/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 20b78676a0c3a1250be3607b8c457725 kboincspy-0.9.0.ebuild 466 +MD5 361c9d2797db2d769c0d5ad287d7f9e9 ChangeLog 456 +MD5 10e572c9f7332fc95779bc1ca0e6d788 metadata.xml 680 +MD5 0af919c74243294c1bdd9d47df54a1f1 files/digest-kboincspy-0.9.0 69 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFDDOnkntT9W3vfTuoRAp3UAKC0GODePuY6RCZ0Fdb+6Z+kTjCIzwCfYYuU +Ydy1Pujni97RH0cQf2o2Jwk= +=OgxT +-----END PGP SIGNATURE----- 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> |