diff options
author | Dominik Stadler <centic@gentoo.org> | 2004-12-19 12:46:14 +0000 |
---|---|---|
committer | Dominik Stadler <centic@gentoo.org> | 2004-12-19 12:46:14 +0000 |
commit | cb8be6ae3f08fd73a0c695a33ef35b226df4a18c (patch) | |
tree | 48f9c97f43947bd7ce69bb080628b015e470b2b1 /net-misc | |
parent | fix typo. (diff) | |
download | historical-cb8be6ae3f08fd73a0c695a33ef35b226df4a18c.tar.gz historical-cb8be6ae3f08fd73a0c695a33ef35b226df4a18c.tar.bz2 historical-cb8be6ae3f08fd73a0c695a33ef35b226df4a18c.zip |
New ebuild
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/kbandwidth/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/kbandwidth/Manifest | 4 | ||||
-rw-r--r-- | net-misc/kbandwidth/files/digest-kbandwidth-1.0.2 | 1 | ||||
-rw-r--r-- | net-misc/kbandwidth/kbandwidth-1.0.2.ebuild | 16 | ||||
-rw-r--r-- | net-misc/kbandwidth/metadata.xml | 5 |
5 files changed, 36 insertions, 0 deletions
diff --git a/net-misc/kbandwidth/ChangeLog b/net-misc/kbandwidth/ChangeLog new file mode 100644 index 000000000000..8f42f7edcffd --- /dev/null +++ b/net-misc/kbandwidth/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-misc/kbandwidth +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/kbandwidth/ChangeLog,v 1.1 2004/12/19 12:46:14 centic Exp $ + +*kbandwidth-1.0.2 (19 Dec 2004) + + 19 Dec 2004; Dominik Stadler <centic@gentoo.org> +metadata.xml, + +kbandwidth-1.0.2.ebuild: + New ebuild, see Bug 74778 + diff --git a/net-misc/kbandwidth/Manifest b/net-misc/kbandwidth/Manifest new file mode 100644 index 000000000000..d8c7ffd00791 --- /dev/null +++ b/net-misc/kbandwidth/Manifest @@ -0,0 +1,4 @@ +MD5 1b6808bbd78c9161f8b7efb090d966f8 metadata.xml 162 +MD5 13a81eadcab4eeffd262b8f3d5434bb3 ChangeLog 367 +MD5 6411326a1e45480d92dbcf43bd683072 kbandwidth-1.0.2.ebuild 517 +MD5 0bc1ab7a6eefbf007a94f5bd92aff310 files/digest-kbandwidth-1.0.2 68 diff --git a/net-misc/kbandwidth/files/digest-kbandwidth-1.0.2 b/net-misc/kbandwidth/files/digest-kbandwidth-1.0.2 new file mode 100644 index 000000000000..4d53028280d5 --- /dev/null +++ b/net-misc/kbandwidth/files/digest-kbandwidth-1.0.2 @@ -0,0 +1 @@ +MD5 b3f7cfc1cbecfde8342276476dac16fe kbandwidth-1.0.2.tar.gz 690185 diff --git a/net-misc/kbandwidth/kbandwidth-1.0.2.ebuild b/net-misc/kbandwidth/kbandwidth-1.0.2.ebuild new file mode 100644 index 000000000000..1031f6d87a02 --- /dev/null +++ b/net-misc/kbandwidth/kbandwidth-1.0.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/kbandwidth/kbandwidth-1.0.2.ebuild,v 1.1 2004/12/19 12:46:14 centic Exp $ + +inherit kde +need-kde 3 + +DESCRIPTION="Network monitoring Kicker-applet for KDE 3.x" +HOMEPAGE="http://www.kde-apps.org/content/show.php?content=18939" +SRC_URI="http://people.freenet.de/stealth/kbandwidth/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ~sparc ~amd64 ~ppc ~alpha" +IUSE="" + diff --git a/net-misc/kbandwidth/metadata.xml b/net-misc/kbandwidth/metadata.xml new file mode 100644 index 000000000000..b435a8440ccd --- /dev/null +++ b/net-misc/kbandwidth/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde-other</herd> +</pkgmetadata> |