summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-01-15 08:23:09 +0000
committerSamuli Suominen <drac@gentoo.org>2008-01-15 08:23:09 +0000
commit4432390de8c42e30d713dfbc1848b2c011116d5c (patch)
tree2c44e300ca8e0067300c1ffe7b3f2c32d5a34eba /x11-plugins/wmmemload
parentVersion bump. (diff)
downloadgentoo-2-4432390de8c42e30d713dfbc1848b2c011116d5c.tar.gz
gentoo-2-4432390de8c42e30d713dfbc1848b2c011116d5c.tar.bz2
gentoo-2-4432390de8c42e30d713dfbc1848b2c011116d5c.zip
Run eautoreconf to avoid configure script calling them at build time, fix HOMEPAGE, fix SRC_URI and use DESTDIR.
(Portage version: 2.1.4)
Diffstat (limited to 'x11-plugins/wmmemload')
-rw-r--r--x11-plugins/wmmemload/ChangeLog8
-rw-r--r--x11-plugins/wmmemload/wmmemload-0.1.6.ebuild33
2 files changed, 24 insertions, 17 deletions
diff --git a/x11-plugins/wmmemload/ChangeLog b/x11-plugins/wmmemload/ChangeLog
index 166c7f78e775..5d43a327a5d6 100644
--- a/x11-plugins/wmmemload/ChangeLog
+++ b/x11-plugins/wmmemload/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmmemload
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemload/ChangeLog,v 1.17 2007/07/22 04:53:18 dberkholz Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemload/ChangeLog,v 1.18 2008/01/15 08:23:09 drac Exp $
+
+ 15 Jan 2008; Samuli Suominen <drac@gentoo.org> wmmemload-0.1.6.ebuild:
+ Run eautoreconf to avoid configure script calling them at build time, fix
+ HOMEPAGE, fix SRC_URI and use DESTDIR.
22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>;
wmmemload-0.1.6.ebuild:
diff --git a/x11-plugins/wmmemload/wmmemload-0.1.6.ebuild b/x11-plugins/wmmemload/wmmemload-0.1.6.ebuild
index 9152662b467d..d9a7798c11c8 100644
--- a/x11-plugins/wmmemload/wmmemload-0.1.6.ebuild
+++ b/x11-plugins/wmmemload/wmmemload-0.1.6.ebuild
@@ -1,30 +1,33 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemload/wmmemload-0.1.6.ebuild,v 1.9 2007/07/22 04:53:18 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemload/wmmemload-0.1.6.ebuild,v 1.10 2008/01/15 08:23:09 drac Exp $
+
+inherit autotools
-IUSE=""
DESCRIPTION="dockapp that displays memory and swap space usage."
-SRC_URI="http://www.markstaggs.net/wmmemload/${P}.tar.gz"
-HOMEPAGE="http://www.markstaggs.net/"
+HOMEPAGE="http://www.markstaggs.net/wmmemload"
+SRC_URI="http://markstaggs.net/${PN}-download/${P}.tar.gz"
+LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ppc ppc64 ~sparc x86"
-LICENSE="GPL-2"
+IUSE=""
RDEPEND="x11-libs/libX11
x11-libs/libXext
- x11-libs/libXt
x11-libs/libXpm"
DEPEND="${RDEPEND}
- x11-proto/xextproto"
+ x11-proto/xextproto
+ x11-libs/libICE
+ x11-libs/libXt"
-src_compile()
-{
- econf || die "configure failed"
- emake || die "parallel make failed"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ eautoreconf
}
-src_install ()
-{
- einstall || die "make install failed"
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed."
+ dodoc AUTHORS ChangeLog THANKS
}