diff options
author | Dominik Stadler <centic@gentoo.org> | 2005-03-12 19:57:05 +0000 |
---|---|---|
committer | Dominik Stadler <centic@gentoo.org> | 2005-03-12 19:57:05 +0000 |
commit | c335cc369056ce516a3066927697864dd84ebe6b (patch) | |
tree | 259b5550a97e03c8f14a9b78d6584dc569746199 /net-misc/kbandwidth | |
parent | arm stable (diff) | |
download | historical-c335cc369056ce516a3066927697864dd84ebe6b.tar.gz historical-c335cc369056ce516a3066927697864dd84ebe6b.tar.bz2 historical-c335cc369056ce516a3066927697864dd84ebe6b.zip |
Add Version 1.0.3.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-misc/kbandwidth')
-rw-r--r-- | net-misc/kbandwidth/ChangeLog | 9 | ||||
-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 |
3 files changed, 25 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/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} |