summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-extra/xfce4-netspeed-plugin')
-rw-r--r--xfce-extra/xfce4-netspeed-plugin/ChangeLog6
-rw-r--r--xfce-extra/xfce4-netspeed-plugin/xfce4-netspeed-plugin-0.1.ebuild33
2 files changed, 5 insertions, 34 deletions
diff --git a/xfce-extra/xfce4-netspeed-plugin/ChangeLog b/xfce-extra/xfce4-netspeed-plugin/ChangeLog
index 78bc8a8635d1..b7f32ef4dc44 100644
--- a/xfce-extra/xfce4-netspeed-plugin/ChangeLog
+++ b/xfce-extra/xfce4-netspeed-plugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-netspeed-plugin
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-netspeed-plugin/ChangeLog,v 1.11 2013/02/20 11:39:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-netspeed-plugin/ChangeLog,v 1.12 2013/02/20 11:40:20 ssuominen Exp $
+
+ 20 Feb 2013; Samuli Suominen <ssuominen@gentoo.org>
+ -xfce4-netspeed-plugin-0.1.ebuild:
+ old
20 Feb 2013; Samuli Suominen <ssuominen@gentoo.org>
xfce4-netspeed-plugin-0.3.ebuild:
diff --git a/xfce-extra/xfce4-netspeed-plugin/xfce4-netspeed-plugin-0.1.ebuild b/xfce-extra/xfce4-netspeed-plugin/xfce4-netspeed-plugin-0.1.ebuild
deleted file mode 100644
index ad4dc4c93d54..000000000000
--- a/xfce-extra/xfce4-netspeed-plugin/xfce4-netspeed-plugin-0.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-netspeed-plugin/xfce4-netspeed-plugin-0.1.ebuild,v 1.6 2012/11/28 12:25:59 ssuominen Exp $
-
-EAPI=5
-inherit multilib xfconf
-
-DESCRIPTION="A network transfer rate monitoring panel plug-in, inspired by Gnome's Netspeed applet"
-HOMEPAGE="http://code.google.com/p/xfce4-netspeed-plugin/"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2
- >=gnome-base/libgtop-2
- x11-libs/gtk+:2
- >=xfce-base/libxfce4util-4.8
- >=xfce-base/libxfcegui4-4.8
- >=xfce-base/xfce4-panel-4.8"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --libexecdir="${EPREFIX}"/usr/$(get_libdir)
- )
-
- DOCS=( AUTHORS README )
-}