summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2009-01-22 14:21:24 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2009-01-22 14:21:24 +0000
commit714b93850aa036e3b5a991bc2034070b3838a658 (patch)
treedb6f5ffdd104fb7671f85880baadb22ac228130a /x11-plugins/wmnetload/wmnetload-1.3-r3.ebuild
parentSparc stable, Bug #255820. (diff)
downloadhistorical-714b93850aa036e3b5a991bc2034070b3838a658.tar.gz
historical-714b93850aa036e3b5a991bc2034070b3838a658.tar.bz2
historical-714b93850aa036e3b5a991bc2034070b3838a658.zip
Revision bump, with updated norpath patch to fix bug #226853.
Also, now libdockapp 0.5 support patch is obsolete and not applied any longer. Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.24-tuxonice-r9 i686
Diffstat (limited to 'x11-plugins/wmnetload/wmnetload-1.3-r3.ebuild')
-rw-r--r--x11-plugins/wmnetload/wmnetload-1.3-r3.ebuild36
1 files changed, 36 insertions, 0 deletions
diff --git a/x11-plugins/wmnetload/wmnetload-1.3-r3.ebuild b/x11-plugins/wmnetload/wmnetload-1.3-r3.ebuild
new file mode 100644
index 000000000000..032ec5a41c69
--- /dev/null
+++ b/x11-plugins/wmnetload/wmnetload-1.3-r3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetload/wmnetload-1.3-r3.ebuild,v 1.1 2009/01/22 14:21:24 s4t4n Exp $
+
+inherit autotools eutils
+
+WANT_AUTOMAKE="1.4"
+
+DESCRIPTION="Network interface monitor dockapp"
+HOMEPAGE="http://freshmeat.net/projects/wmnetload/"
+SRC_URI="ftp://truffula.com/pub/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~ppc ~ppc64 ~sparc"
+IUSE=""
+
+RDEPEND=">=x11-libs/libdockapp-0.6.1"
+
+DEPEND="${RDEPEND}
+ =sys-devel/automake-1.4_p6"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ epatch "${FILESDIR}/${PN}-${PVR}-norpath.patch"
+
+ eautoconf || die
+ eautomake || die
+}
+
+src_install() {
+ einstall || die "einstall failed."
+ dodoc AUTHORS README NEWS
+}