diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-26 23:36:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-26 23:36:05 +0000 |
commit | dd6ca15b1b5aecfd93329d50b5937e254029baa5 (patch) | |
tree | da80867c7e4eed42e614f2e95ad2f3ce0ad738ea /x11-wm | |
parent | updated version, fixes bug #s 84585, 86015, 87048, 89032, 90071, 90535 (diff) | |
download | gentoo-2-dd6ca15b1b5aecfd93329d50b5937e254029baa5.tar.gz gentoo-2-dd6ca15b1b5aecfd93329d50b5937e254029baa5.tar.bz2 gentoo-2-dd6ca15b1b5aecfd93329d50b5937e254029baa5.zip |
shorten stupidly long DESCRIPTION
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/pwm/pwm-1.0.20030617.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/x11-wm/pwm/pwm-1.0.20030617.ebuild b/x11-wm/pwm/pwm-1.0.20030617.ebuild index 1e219819668b..fd1b1d491048 100644 --- a/x11-wm/pwm/pwm-1.0.20030617.ebuild +++ b/x11-wm/pwm/pwm-1.0.20030617.ebuild @@ -1,19 +1,21 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.6 2004/06/28 02:54:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/pwm/pwm-1.0.20030617.ebuild,v 1.7 2005/04/26 23:36:05 vapier Exp $ MY_P=${PN}-${PV/1.0./} -S=${WORKDIR}/${MY_P} -DESCRIPTION="A lightweight window manager. It was the first window manager to implement tabbed frames or the back then unique feature allowing multiple client windows can be attached to the same frame or This feature helps keeping windows, especially the numerous xterms, organized. " -SRC_URI="http://modeemi.fi/~tuomov/dl/${MY_P}.tar.gz" +DESCRIPTION="A lightweight window manager" HOMEPAGE="http://modeemi.fi/~tuomov/pwm/" +SRC_URI="http://modeemi.fi/~tuomov/dl/${MY_P}.tar.gz" + LICENSE="Artistic" SLOT="0" -KEYWORDS="~x86 sparc ppc" +KEYWORDS="ppc sparc ~x86" IUSE="gnome" DEPEND="virtual/x11" +S=${WORKDIR}/${MY_P} + src_unpack() { unpack ${A} cd ${S} |