summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Laue <brad@gentoo.org>2004-04-06 07:38:22 +0000
committerBrad Laue <brad@gentoo.org>2004-04-06 07:38:22 +0000
commit27e0b51cccc98402bb4f34f4e62d88351620083c (patch)
treedcf89da9079d764bd7fc68877a76d9be174a5715 /net-analyzer/netspeed_applet
parentversion bump (Manifest recommit) (diff)
downloadgentoo-2-27e0b51cccc98402bb4f34f4e62d88351620083c.tar.gz
gentoo-2-27e0b51cccc98402bb4f34f4e62d88351620083c.tar.bz2
gentoo-2-27e0b51cccc98402bb4f34f4e62d88351620083c.zip
Version bump, 2.6 fixes.
Diffstat (limited to 'net-analyzer/netspeed_applet')
-rw-r--r--net-analyzer/netspeed_applet/ChangeLog9
-rw-r--r--net-analyzer/netspeed_applet/files/digest-netspeed_applet-0.9.21
-rw-r--r--net-analyzer/netspeed_applet/netspeed_applet-0.9.2.ebuild23
3 files changed, 31 insertions, 2 deletions
diff --git a/net-analyzer/netspeed_applet/ChangeLog b/net-analyzer/netspeed_applet/ChangeLog
index 8f223c100608..e60181d78901 100644
--- a/net-analyzer/netspeed_applet/ChangeLog
+++ b/net-analyzer/netspeed_applet/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/netspeed_applet
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netspeed_applet/ChangeLog,v 1.10 2004/01/07 02:46:51 weeve Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netspeed_applet/ChangeLog,v 1.11 2004/04/06 07:38:22 brad Exp $
+
+*netspeed_applet-0.9.2 (06 Apr 2004)
+
+ 06 Apr 2004; Brad Laue <brad@gentoo.org> netspeed_applet-0.9.2.ebuild:
+ Version bump, fixing SRC_URI and ensuring compatibility with GNOME 2.6.
06 Jan 2004; Jason Wever <weeve@gentoo.org> netspeed_applet-0.8.ebuild:
Marked stable on sparc.
diff --git a/net-analyzer/netspeed_applet/files/digest-netspeed_applet-0.9.2 b/net-analyzer/netspeed_applet/files/digest-netspeed_applet-0.9.2
new file mode 100644
index 000000000000..1f29c7a65451
--- /dev/null
+++ b/net-analyzer/netspeed_applet/files/digest-netspeed_applet-0.9.2
@@ -0,0 +1 @@
+MD5 2c0c3a06f51d70fd3e7baa439df45bd7 netspeed_applet-0.9.2.tar.gz 573667
diff --git a/net-analyzer/netspeed_applet/netspeed_applet-0.9.2.ebuild b/net-analyzer/netspeed_applet/netspeed_applet-0.9.2.ebuild
new file mode 100644
index 000000000000..6b1f493f2d95
--- /dev/null
+++ b/net-analyzer/netspeed_applet/netspeed_applet-0.9.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netspeed_applet/netspeed_applet-0.9.2.ebuild,v 1.1 2004/04/06 07:38:22 brad Exp $
+
+inherit gnome2
+
+IUSE=""
+DESCRIPTION="Applet showing network traffic for GNOME 2"
+HOMEPAGE="http://mfcn.ilo.de/netspeed_applet/"
+SRC_URI="http://www.wh-hms.uni-ulm.de/~mfcn/shared/netspeed/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc"
+
+RDEPEND=">=gnome-base/libgnomeui-2
+ >=gnome-base/libgtop-2
+ >=gnome-base/gnome-panel-2"
+
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.21"
+
+DOCS="README NEWS ChangeLog COPYING AUTHORS INSTALL"