diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-15 07:56:35 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-15 07:56:35 +0000 |
commit | d03494f3fe8d574774737b0b363884a9c9b07fbe (patch) | |
tree | da56ef8650702f19f23cd928890fbb194f44839a /x11-plugins/wmdiskmon | |
parent | Stable for HPPA (bug #205197). (diff) | |
download | gentoo-2-d03494f3fe8d574774737b0b363884a9c9b07fbe.tar.gz gentoo-2-d03494f3fe8d574774737b0b363884a9c9b07fbe.tar.bz2 gentoo-2-d03494f3fe8d574774737b0b363884a9c9b07fbe.zip |
Keyword ~amd64 and use DESTDIR.
(Portage version: 2.1.4)
Diffstat (limited to 'x11-plugins/wmdiskmon')
-rw-r--r-- | x11-plugins/wmdiskmon/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild | 26 |
2 files changed, 17 insertions, 16 deletions
diff --git a/x11-plugins/wmdiskmon/ChangeLog b/x11-plugins/wmdiskmon/ChangeLog index 66ebd704fb55..351a4de3d1ad 100644 --- a/x11-plugins/wmdiskmon/ChangeLog +++ b/x11-plugins/wmdiskmon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmdiskmon -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdiskmon/ChangeLog,v 1.11 2007/07/22 05:13:36 dberkholz Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdiskmon/ChangeLog,v 1.12 2008/01/15 07:56:35 drac Exp $ + + 15 Jan 2008; Samuli Suominen <drac@gentoo.org> wmdiskmon-0.0.1.ebuild: + Keyword ~amd64 and use DESTDIR. 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; wmdiskmon-0.0.1.ebuild: diff --git a/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild b/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild index aa5126f8424b..a19b734c2f89 100644 --- a/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild +++ b/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild @@ -1,26 +1,24 @@ -# 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/wmdiskmon/wmdiskmon-0.0.1.ebuild,v 1.10 2007/07/22 05:13:35 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild,v 1.11 2008/01/15 07:56:35 drac Exp $ -IUSE="" - -DESCRIPTION="Window Maker dockapp to display disk space usage." -SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz" +DESCRIPTION="a dockapp to display disk space usage." HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html" +SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz" -SLOT="0" -KEYWORDS="x86 ppc ~sparc" LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ppc ~sparc x86" +IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXext - x11-libs/libXt x11-libs/libXpm" DEPEND="${RDEPEND} - x11-proto/xextproto" - -src_install () { - einstall || die "Installation failed" + x11-proto/xextproto + x11-libs/libXt" - dodoc AUTHORS ChangeLog NEWS README THANKS TODO +src_install() { + emake DESTDIR="${D}" install || die "emake install failed." + dodoc AUTHORS ChangeLog THANKS TODO } |