diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-01 20:56:45 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-01 20:56:45 +0000 |
commit | 46d867fa54fdc652b82ee215441f224a5e5caa6e (patch) | |
tree | bd9a7ae326db7cf0de8dffb1fc26c7f09a30b922 /x11-wm/pwm | |
parent | Version bump, see bug #134164. (diff) | |
download | historical-46d867fa54fdc652b82ee215441f224a5e5caa6e.tar.gz historical-46d867fa54fdc652b82ee215441f224a5e5caa6e.tar.bz2 historical-46d867fa54fdc652b82ee215441f224a5e5caa6e.zip |
Ported to modular X, stable on x86, removed old version.
Package-Manager: portage-2.1.1_pre1-r5
Diffstat (limited to 'x11-wm/pwm')
-rw-r--r-- | x11-wm/pwm/ChangeLog | 8 | ||||
-rw-r--r-- | x11-wm/pwm/pwm-1.0.20030617.ebuild | 26 |
2 files changed, 21 insertions, 13 deletions
diff --git a/x11-wm/pwm/ChangeLog b/x11-wm/pwm/ChangeLog index 86a7fd252f7e..78aa3cb88195 100644 --- a/x11-wm/pwm/ChangeLog +++ b/x11-wm/pwm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/pwm -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/pwm/ChangeLog,v 1.10 2004/06/28 02:54:34 agriffis Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/pwm/ChangeLog,v 1.11 2006/07/01 20:56:45 nelchael Exp $ + + 01 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org> + -pwm-1.0.20010309.ebuild, pwm-1.0.20030617.ebuild: + Ported to modular X, see bug #136597. Stable on x86, removed old version. 27 Jun 2004; Aron Griffis <agriffis@gentoo.org> pwm-1.0.20010309.ebuild, pwm-1.0.20030617.ebuild: diff --git a/x11-wm/pwm/pwm-1.0.20030617.ebuild b/x11-wm/pwm/pwm-1.0.20030617.ebuild index fd1b1d491048..705d74334e0b 100644 --- a/x11-wm/pwm/pwm-1.0.20030617.ebuild +++ b/x11-wm/pwm/pwm-1.0.20030617.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/pwm/pwm-1.0.20030617.ebuild,v 1.7 2005/04/26 23:36:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/pwm/pwm-1.0.20030617.ebuild,v 1.8 2006/07/01 20:56:45 nelchael Exp $ MY_P=${PN}-${PV/1.0./} DESCRIPTION="A lightweight window manager" @@ -9,10 +9,14 @@ SRC_URI="http://modeemi.fi/~tuomov/dl/${MY_P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="ppc sparc ~x86" +KEYWORDS="ppc sparc x86" IUSE="gnome" -DEPEND="virtual/x11" +RDEPEND="|| ( x11-libs/libX11 virtual/x11 )" +DEPEND="|| ( ( x11-libs/libX11 + x11-libs/libXmu + x11-proto/xproto ) + virtual/x11 )" S=${WORKDIR}/${MY_P} @@ -21,17 +25,17 @@ src_unpack() { cd ${S} cp Makefile Makefile.orig sed -e "s:\$(DOCDIR)/pwm:\$(DOCDIR)/${PF}:g" \ - -e "s:^MANDIR=.*$::" \ - -e "s:^DOCDIR=.*$::" \ - -e "s:^ETCDIR=.*$::" \ - Makefile.orig >Makefile + -e "s:^MANDIR=.*$::" \ + -e "s:^DOCDIR=.*$::" \ + -e "s:^ETCDIR=.*$::" \ + Makefile.orig >Makefile cp system.mk system.orig sed -e "s:-g -O2:${CFLAGS}:" \ - -e 's:\$(WARN)::' \ - system.orig >system.mk + -e 's:\$(WARN)::' \ + system.orig >system.mk cp config.h config.orig sed -e "s:^#define CF_SYS_CONFIG_LOCATION.*$:#define CF_SYS_CONFIG_LOCATION \"/etc/X11/pwm/\":" \ - config.orig >config.h + config.orig >config.h } src_compile() { |