summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2006-02-26 15:41:25 +0000
committerCarsten Lohrke <carlo@gentoo.org>2006-02-26 15:41:25 +0000
commit91091dcacdd13039141b3ce2aac79599127bded7 (patch)
treee9c058793c384afb19869a65c978495a49054318 /net-misc/kbandwidth
parentStable on alpha, bug 123782. (diff)
downloadhistorical-91091dcacdd13039141b3ce2aac79599127bded7.tar.gz
historical-91091dcacdd13039141b3ce2aac79599127bded7.tar.bz2
historical-91091dcacdd13039141b3ce2aac79599127bded7.zip
Version bump.
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-misc/kbandwidth')
-rw-r--r--net-misc/kbandwidth/ChangeLog9
-rw-r--r--net-misc/kbandwidth/Manifest10
-rw-r--r--net-misc/kbandwidth/files/digest-kbandwidth-1.0.41
-rw-r--r--net-misc/kbandwidth/kbandwidth-1.0.4.ebuild17
4 files changed, 31 insertions, 6 deletions
diff --git a/net-misc/kbandwidth/ChangeLog b/net-misc/kbandwidth/ChangeLog
index b28c79f2bf9f..cf9613ed7e9f 100644
--- a/net-misc/kbandwidth/ChangeLog
+++ b/net-misc/kbandwidth/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/kbandwidth
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/kbandwidth/ChangeLog,v 1.4 2005/09/16 03:07:16 agriffis Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/kbandwidth/ChangeLog,v 1.5 2006/02/26 15:41:25 carlo Exp $
+
+*kbandwidth-1.0.4 (26 Feb 2006)
+
+ 26 Feb 2006; Carsten Lohrke <carlo@gentoo.org> +kbandwidth-1.0.4.ebuild:
+ Version bump.
15 Sep 2005; Aron Griffis <agriffis@gentoo.org> kbandwidth-1.0.3.ebuild:
Mark 1.0.3 stable on alpha
diff --git a/net-misc/kbandwidth/Manifest b/net-misc/kbandwidth/Manifest
index df5ecbcb7950..fa3c139cffb3 100644
--- a/net-misc/kbandwidth/Manifest
+++ b/net-misc/kbandwidth/Manifest
@@ -1,6 +1,8 @@
-MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156
-MD5 4280c65fabb36f844620305171fa22fa ChangeLog 698
+MD5 1477da9d1421f329d6da5b1bc7f9363f ChangeLog 820
+MD5 0bc1ab7a6eefbf007a94f5bd92aff310 files/digest-kbandwidth-1.0.2 68
+MD5 4ee46e23f17057bef803177d470456aa files/digest-kbandwidth-1.0.3 68
+MD5 5c30b8515b54ef64bb001de3b22f62c8 files/digest-kbandwidth-1.0.4 68
MD5 6411326a1e45480d92dbcf43bd683072 kbandwidth-1.0.2.ebuild 517
MD5 abab69b4697ba261e0cb9adaf1b68f96 kbandwidth-1.0.3.ebuild 537
-MD5 4ee46e23f17057bef803177d470456aa files/digest-kbandwidth-1.0.3 68
-MD5 0bc1ab7a6eefbf007a94f5bd92aff310 files/digest-kbandwidth-1.0.2 68
+MD5 d4a36ac613572f69305fca20ae4b5cdc kbandwidth-1.0.4.ebuild 566
+MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156
diff --git a/net-misc/kbandwidth/files/digest-kbandwidth-1.0.4 b/net-misc/kbandwidth/files/digest-kbandwidth-1.0.4
new file mode 100644
index 000000000000..3c7b77195e84
--- /dev/null
+++ b/net-misc/kbandwidth/files/digest-kbandwidth-1.0.4
@@ -0,0 +1 @@
+MD5 112f915fa802bda7d23d4be160dc8a83 kbandwidth-1.0.4.tar.gz 611681
diff --git a/net-misc/kbandwidth/kbandwidth-1.0.4.ebuild b/net-misc/kbandwidth/kbandwidth-1.0.4.ebuild
new file mode 100644
index 000000000000..a11e0455f2b8
--- /dev/null
+++ b/net-misc/kbandwidth/kbandwidth-1.0.4.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/kbandwidth/kbandwidth-1.0.4.ebuild,v 1.1 2006/02/26 15:41:25 carlo Exp $
+
+inherit kde
+
+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="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=|| ( kde-base/kicker kde-base/kdebase )
+need-kde 3.4 \ No newline at end of file