diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-05-06 13:44:09 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-05-06 13:44:09 +0000 |
commit | 15e119bc426b4be34284b4f1e39865f13a0b9518 (patch) | |
tree | 0dbd583ad7f98790fe999f3a1c3dbed67a8552f2 /x11-misc/wmakerconf | |
parent | Move pkgconfig to DEPEND wrt #217278. (diff) | |
download | gentoo-2-15e119bc426b4be34284b4f1e39865f13a0b9518.tar.gz gentoo-2-15e119bc426b4be34284b4f1e39865f13a0b9518.tar.bz2 gentoo-2-15e119bc426b4be34284b4f1e39865f13a0b9518.zip |
Move pkgconfig to DEPEND wrt #217278. other minor issues, quoting, stop inheriting eclasses we don't use and such
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'x11-misc/wmakerconf')
-rw-r--r-- | x11-misc/wmakerconf/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/wmakerconf/wmakerconf-2.11.ebuild | 24 |
2 files changed, 15 insertions, 16 deletions
diff --git a/x11-misc/wmakerconf/ChangeLog b/x11-misc/wmakerconf/ChangeLog index c1b7f56ef2d0..6db4ae8bd11f 100644 --- a/x11-misc/wmakerconf/ChangeLog +++ b/x11-misc/wmakerconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/wmakerconf -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.32 2007/02/21 23:59:26 jokey Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.33 2008/05/06 13:44:09 drac Exp $ + + 06 May 2008; Samuli Suominen <drac@gentoo.org> wmakerconf-2.11.ebuild: + Move pkgconfig to DEPEND wrt #217278. 21 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/x11-misc/wmakerconf/wmakerconf-2.11.ebuild b/x11-misc/wmakerconf/wmakerconf-2.11.ebuild index b9555fa3ad5e..8335ec4d8493 100644 --- a/x11-misc/wmakerconf/wmakerconf-2.11.ebuild +++ b/x11-misc/wmakerconf/wmakerconf-2.11.ebuild @@ -1,31 +1,27 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.11.ebuild,v 1.10 2007/07/13 05:09:41 mr_bones_ Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.11.ebuild,v 1.11 2008/05/06 13:44:09 drac Exp $ DESCRIPTION="X based config tool for the windowmaker X windowmanager." SRC_URI="http://www.starplot.org/wmakerconf/${P}.tar.gz" HOMEPAGE="http://www.starplot.org/wmakerconf/" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="amd64 ppc sparc x86" - IUSE="nls imlib perl" -DEPEND="=x11-libs/gtk+-2* - dev-util/pkgconfig +RDEPEND="=x11-libs/gtk+-2* >=x11-wm/windowmaker-0.90.0 - imlib? ( media-libs/imlib )" - -RDEPEND="${DEPEND} - nls? ( sys-devel/gettext ) + imlib? ( media-libs/imlib ) perl? ( dev-lang/perl dev-perl/HTML-Parser dev-perl/libwww-perl www-client/lynx net-misc/wget )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext ) + dev-util/pkgconfig" src_compile() { local myconf @@ -41,8 +37,8 @@ src_compile() { } src_install() { - emake DESTDIR=${D} \ - gnulocaledir=${D}/usr/share/locale \ + emake DESTDIR="${D}" \ + gnulocaledir="${D}/usr/share/locale" \ install || die "install failed" dodoc README NEWS MANUAL AUTHORS TODO ChangeLog |