diff options
Diffstat (limited to 'net-misc/kbandwidth')
-rw-r--r-- | net-misc/kbandwidth/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/kbandwidth/Manifest | 2 | ||||
-rw-r--r-- | net-misc/kbandwidth/files/digest-kbandwidth-1.0.3 | 1 | ||||
-rw-r--r-- | net-misc/kbandwidth/kbandwidth-1.0.3.ebuild | 17 |
4 files changed, 27 insertions, 2 deletions
diff --git a/net-misc/kbandwidth/ChangeLog b/net-misc/kbandwidth/ChangeLog index 8f42f7edcffd..bbf93f85cd0c 100644 --- a/net-misc/kbandwidth/ChangeLog +++ b/net-misc/kbandwidth/ChangeLog @@ -1,6 +1,11 @@ # 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 $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/kbandwidth/ChangeLog,v 1.2 2005/03/12 19:57:05 centic Exp $ + +*kbandwidth-1.0.3 (12 Mar 2005) + + 12 Mar 2005; Dominik Stadler <centic@gentoo.org> +kbandwidth-1.0.3.ebuild: + Add Version 1.0.3 *kbandwidth-1.0.2 (19 Dec 2004) diff --git a/net-misc/kbandwidth/Manifest b/net-misc/kbandwidth/Manifest index d8c7ffd00791..9891dbbb235c 100644 --- a/net-misc/kbandwidth/Manifest +++ b/net-misc/kbandwidth/Manifest @@ -1,4 +1,6 @@ +MD5 4312f6f9a81ea2714c446b671beacfd9 kbandwidth-1.0.3.ebuild 432 MD5 1b6808bbd78c9161f8b7efb090d966f8 metadata.xml 162 MD5 13a81eadcab4eeffd262b8f3d5434bb3 ChangeLog 367 MD5 6411326a1e45480d92dbcf43bd683072 kbandwidth-1.0.2.ebuild 517 +MD5 4ee46e23f17057bef803177d470456aa files/digest-kbandwidth-1.0.3 68 MD5 0bc1ab7a6eefbf007a94f5bd92aff310 files/digest-kbandwidth-1.0.2 68 diff --git a/net-misc/kbandwidth/files/digest-kbandwidth-1.0.3 b/net-misc/kbandwidth/files/digest-kbandwidth-1.0.3 new file mode 100644 index 000000000000..327c9a6bbe6e --- /dev/null +++ b/net-misc/kbandwidth/files/digest-kbandwidth-1.0.3 @@ -0,0 +1 @@ +MD5 6d9623517dadc17b5a800be60df38bdc kbandwidth-1.0.3.tar.gz 762883 diff --git a/net-misc/kbandwidth/kbandwidth-1.0.3.ebuild b/net-misc/kbandwidth/kbandwidth-1.0.3.ebuild new file mode 100644 index 000000000000..1907b6519f66 --- /dev/null +++ b/net-misc/kbandwidth/kbandwidth-1.0.3.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/net-misc/kbandwidth/kbandwidth-1.0.3.ebuild,v 1.1 2005/03/12 19:57:05 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="" + +S=${WORKDIR}/${PN} |