diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:32:46 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:32:46 +0000 |
commit | f8f3986b7981dca00b301b7f9cad6e00c21519e1 (patch) | |
tree | eca855e1358a2c8faf4d6ab6a0e1a29f6e4bd936 | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-f8f3986b7981dca00b301b7f9cad6e00c21519e1.tar.gz gentoo-2-f8f3986b7981dca00b301b7f9cad6e00c21519e1.tar.bz2 gentoo-2-f8f3986b7981dca00b301b7f9cad6e00c21519e1.zip |
Add inherit eutils
47 files changed, 164 insertions, 68 deletions
diff --git a/kde-base/kdeedu/ChangeLog b/kde-base/kdeedu/ChangeLog index f9d8b991efb2..1cad4f1d8668 100644 --- a/kde-base/kdeedu/ChangeLog +++ b/kde-base/kdeedu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kdeedu # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeedu/ChangeLog,v 1.70 2004/04/27 00:51:52 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeedu/ChangeLog,v 1.71 2004/04/27 21:28:56 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> kdeedu-3.2.2.ebuild: + Add inherit eutils 26 Apr 2004; Caleb Tennis <caleb@gentoo.org> +files/kdeedu-3.2.2-gcc34-compile.patch: diff --git a/kde-base/kdeedu/kdeedu-3.2.2.ebuild b/kde-base/kdeedu/kdeedu-3.2.2.ebuild index 1f03b5e8e212..c5154010060f 100644 --- a/kde-base/kdeedu/kdeedu-3.2.2.ebuild +++ b/kde-base/kdeedu/kdeedu-3.2.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeedu/kdeedu-3.2.2.ebuild,v 1.2 2004/04/27 00:51:52 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeedu/kdeedu-3.2.2.ebuild,v 1.3 2004/04/27 21:28:56 agriffis Exp $ -inherit kde-dist +inherit kde-dist eutils DESCRIPTION="KDE educational apps" diff --git a/kde-base/kdegraphics/ChangeLog b/kde-base/kdegraphics/ChangeLog index 9b1ca6498d05..3a7aa1f1d953 100644 --- a/kde-base/kdegraphics/ChangeLog +++ b/kde-base/kdegraphics/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kdegraphics # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/ChangeLog,v 1.86 2004/04/27 00:48:49 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/ChangeLog,v 1.87 2004/04/27 21:30:34 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> kdegraphics-3.2.2.ebuild: + Add inherit eutils 26 Apr 2004; Caleb Tennis <caleb@gentoo.org> +files/kdegraphics-3.2.2-gcc34-compile.patch: diff --git a/kde-base/kdegraphics/kdegraphics-3.2.2.ebuild b/kde-base/kdegraphics/kdegraphics-3.2.2.ebuild index 6dd3b40454b6..c64e794da8b4 100644 --- a/kde-base/kdegraphics/kdegraphics-3.2.2.ebuild +++ b/kde-base/kdegraphics/kdegraphics-3.2.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/kdegraphics-3.2.2.ebuild,v 1.2 2004/04/27 00:48:49 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/kdegraphics-3.2.2.ebuild,v 1.3 2004/04/27 21:30:34 agriffis Exp $ -inherit kde-dist +inherit kde-dist eutils DESCRIPTION="KDE graphics-related apps" diff --git a/kde-base/kdelibs/ChangeLog b/kde-base/kdelibs/ChangeLog index 381300c66fee..d391b9939f3d 100644 --- a/kde-base/kdelibs/ChangeLog +++ b/kde-base/kdelibs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kdelibs # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/ChangeLog,v 1.135 2004/04/25 03:34:39 psi29a Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/ChangeLog,v 1.136 2004/04/27 21:31:35 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> kdelibs-3.1.5.ebuild, + kdelibs-3.2.0.ebuild, kdelibs-3.2.2.ebuild: + Add inherit eutils 24 Apr 2004; Bret Curtis <psi29a@gentoo.org> kdelibs-3.2.2.ebuild: Added to ~mips diff --git a/kde-base/kdelibs/kdelibs-3.1.5.ebuild b/kde-base/kdelibs/kdelibs-3.1.5.ebuild index bb28958f90d6..fb60003112e8 100644 --- a/kde-base/kdelibs/kdelibs-3.1.5.ebuild +++ b/kde-base/kdelibs/kdelibs-3.1.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-3.1.5.ebuild,v 1.5 2004/03/25 22:56:22 jhuebel Exp $ -inherit kde +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-3.1.5.ebuild,v 1.6 2004/04/27 21:31:35 agriffis Exp $ +inherit kde eutils #don't inherit kde-base or kde-dist! it calls need-kde which adds kdelibs to depend! IUSE="alsa cups ipv6 ssl" diff --git a/kde-base/kdelibs/kdelibs-3.2.0.ebuild b/kde-base/kdelibs/kdelibs-3.2.0.ebuild index 44c2fa5dcc73..cf90ed7749c0 100644 --- a/kde-base/kdelibs/kdelibs-3.2.0.ebuild +++ b/kde-base/kdelibs/kdelibs-3.2.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-3.2.0.ebuild,v 1.13 2004/03/03 15:30:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-3.2.0.ebuild,v 1.14 2004/04/27 21:31:35 agriffis Exp $ -inherit kde +inherit kde eutils need-autoconf 2.5 set-kdedir ${PV} diff --git a/kde-base/kdelibs/kdelibs-3.2.2.ebuild b/kde-base/kdelibs/kdelibs-3.2.2.ebuild index 32e089f65537..843b74a113c1 100644 --- a/kde-base/kdelibs/kdelibs-3.2.2.ebuild +++ b/kde-base/kdelibs/kdelibs-3.2.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-3.2.2.ebuild,v 1.4 2004/04/25 03:34:39 psi29a Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-3.2.2.ebuild,v 1.5 2004/04/27 21:31:35 agriffis Exp $ -inherit kde +inherit kde eutils need-autoconf 2.5 set-kdedir ${PV} diff --git a/kde-base/kdemultimedia/ChangeLog b/kde-base/kdemultimedia/ChangeLog index 226cc187642f..f53e849227e6 100644 --- a/kde-base/kdemultimedia/ChangeLog +++ b/kde-base/kdemultimedia/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kdemultimedia # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/ChangeLog,v 1.101 2004/04/27 08:47:51 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/ChangeLog,v 1.102 2004/04/27 21:32:42 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> kdemultimedia-3.2.0.ebuild: + Add inherit eutils 20 Apr 2004; Caleb Tennis <caleb@gentoo.org> -files/kdemultimedia-3.0.5b-gentoo-timidity.diff, diff --git a/kde-base/kdemultimedia/kdemultimedia-3.2.0.ebuild b/kde-base/kdemultimedia/kdemultimedia-3.2.0.ebuild index 96c3f87f0450..772912a86b04 100644 --- a/kde-base/kdemultimedia/kdemultimedia-3.2.0.ebuild +++ b/kde-base/kdemultimedia/kdemultimedia-3.2.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/kdemultimedia-3.2.0.ebuild,v 1.14 2004/03/16 13:35:07 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/kdemultimedia-3.2.0.ebuild,v 1.15 2004/04/27 21:32:42 agriffis Exp $ -inherit kde-dist flag-o-matic +inherit kde-dist flag-o-matic eutils DESCRIPTION="KDE multimedia apps: noatun, kscd, artsbuilder..." diff --git a/net-analyzer/ucd-snmp/ChangeLog b/net-analyzer/ucd-snmp/ChangeLog index 1152dc6cf2bb..82a43d42fcca 100644 --- a/net-analyzer/ucd-snmp/ChangeLog +++ b/net-analyzer/ucd-snmp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ucd-snmp # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ChangeLog,v 1.20 2004/04/26 04:29:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ChangeLog,v 1.21 2004/04/27 21:28:56 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> ucd-snmp-4.2.6-r2.ebuild: + Add inherit eutils 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> ucd-snmp-4.2.6-r2.ebuild: Add die following econf for bug 48950 diff --git a/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild b/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild index 103790c09485..56ddc9ca59fc 100644 --- a/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild +++ b/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild,v 1.5 2004/04/26 04:29:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild,v 1.6 2004/04/27 21:28:56 agriffis Exp $ -inherit flag-o-matic +inherit flag-o-matic eutils DESCRIPTION="Software for generating and retrieving SNMP data." HOMEPAGE="http://net-snmp.sourceforge.net/" diff --git a/net-dialup/capisuite/ChangeLog b/net-dialup/capisuite/ChangeLog index b0ad264c424c..54b98d2e88a9 100644 --- a/net-dialup/capisuite/ChangeLog +++ b/net-dialup/capisuite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/capisuite # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capisuite/ChangeLog,v 1.2 2004/02/12 20:53:21 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capisuite/ChangeLog,v 1.3 2004/04/27 21:30:44 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> capisuite-0.4.3.ebuild: + Add inherit eutils 12 Feb 2004; Heinrich Wendel <lanius@gentoo.org> capisuite-0.4.3.ebuild: added missing deps diff --git a/net-dialup/capisuite/capisuite-0.4.3.ebuild b/net-dialup/capisuite/capisuite-0.4.3.ebuild index f3bc7863609a..54e2b7d34207 100644 --- a/net-dialup/capisuite/capisuite-0.4.3.ebuild +++ b/net-dialup/capisuite/capisuite-0.4.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capisuite/capisuite-0.4.3.ebuild,v 1.2 2004/02/12 20:53:21 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capisuite/capisuite-0.4.3.ebuild,v 1.3 2004/04/27 21:30:44 agriffis Exp $ + +inherit eutils DESCRIPTION="patch management script" HOMEPAGE="http://www.capisuite.de/capisuite/" diff --git a/net-dialup/cistronradius/ChangeLog b/net-dialup/cistronradius/ChangeLog index 96165517d0f7..2265cc1e0896 100644 --- a/net-dialup/cistronradius/ChangeLog +++ b/net-dialup/cistronradius/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/cistronradius -# Copyright 1999-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/ChangeLog,v 1.5 2004/03/19 02:47:30 pfeifer Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/ChangeLog,v 1.6 2004/04/27 21:31:42 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> + cistronradius-1.6.6-r1.ebuild: + Add inherit eutils 18 Mar 2004: Jay Pfeifer <pfeifer@gentoo.org> cistronradius-1.6.7.ebuild : Marked stable on x86. diff --git a/net-dialup/cistronradius/cistronradius-1.6.6-r1.ebuild b/net-dialup/cistronradius/cistronradius-1.6.6-r1.ebuild index b793e44bbc53..8e162646210b 100644 --- a/net-dialup/cistronradius/cistronradius-1.6.6-r1.ebuild +++ b/net-dialup/cistronradius/cistronradius-1.6.6-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.6-r1.ebuild,v 1.3 2004/03/19 02:47:30 pfeifer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cistronradius/cistronradius-1.6.6-r1.ebuild,v 1.4 2004/04/27 21:31:42 agriffis Exp $ + +inherit eutils IUSE="" diff --git a/net-dialup/dial/ChangeLog b/net-dialup/dial/ChangeLog index 3ab688efae8c..bc73ebe09b96 100644 --- a/net-dialup/dial/ChangeLog +++ b/net-dialup/dial/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/dial -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/dial/ChangeLog,v 1.1 2003/11/28 00:40:07 brandy Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/dial/ChangeLog,v 1.2 2004/04/27 21:32:46 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> dial-1.2.ebuild: + Add inherit eutils *dial-1.2 (28 Nov 2003) diff --git a/net-dialup/dial/dial-1.2.ebuild b/net-dialup/dial/dial-1.2.ebuild index d3abfbf5ab13..d871b24c1fb8 100644 --- a/net-dialup/dial/dial-1.2.ebuild +++ b/net-dialup/dial/dial-1.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/dial/dial-1.2.ebuild,v 1.1 2003/11/28 00:40:07 brandy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/dial/dial-1.2.ebuild,v 1.2 2004/04/27 21:32:46 agriffis Exp $ + +inherit eutils DESCRIPTION="A simple client for DWUN" HOMEPAGE="http://dwun.sourceforge.net/" diff --git a/net-misc/dante/ChangeLog b/net-misc/dante/ChangeLog index 897690e6f60e..56219acb63a2 100644 --- a/net-misc/dante/ChangeLog +++ b/net-misc/dante/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/dante # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dante/ChangeLog,v 1.24 2004/04/15 23:20:48 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dante/ChangeLog,v 1.25 2004/04/27 21:28:34 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> dante-1.1.14-r1.ebuild, + dante-1.1.14-r2.ebuild: + Add inherit eutils 15 Apr 2004; Michael McCabe <randy@gentoo.org> dante-1.1.14-r2.ebuild: adding s390 keywords diff --git a/net-misc/dante/dante-1.1.14-r1.ebuild b/net-misc/dante/dante-1.1.14-r1.ebuild index b65d9bc29bc0..5ef31c5df1c5 100644 --- a/net-misc/dante/dante-1.1.14-r1.ebuild +++ b/net-misc/dante/dante-1.1.14-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dante/dante-1.1.14-r1.ebuild,v 1.3 2004/02/21 20:37:31 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dante/dante-1.1.14-r1.ebuild,v 1.4 2004/04/27 21:28:34 agriffis Exp $ -inherit gcc fixheadtails +inherit gcc fixheadtails eutils DESCRIPTION="A free socks4,5 and msproxy implemetation" HOMEPAGE="http://www.inet.no/dante/" diff --git a/net-misc/dante/dante-1.1.14-r2.ebuild b/net-misc/dante/dante-1.1.14-r2.ebuild index 0714039c7dd8..b654e206b02a 100644 --- a/net-misc/dante/dante-1.1.14-r2.ebuild +++ b/net-misc/dante/dante-1.1.14-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dante/dante-1.1.14-r2.ebuild,v 1.9 2004/04/15 23:20:48 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dante/dante-1.1.14-r2.ebuild,v 1.10 2004/04/27 21:28:34 agriffis Exp $ -inherit gcc fixheadtails +inherit gcc fixheadtails eutils DESCRIPTION="A free socks4,5 and msproxy implemetation" HOMEPAGE="http://www.inet.no/dante/" diff --git a/net-misc/dhcp/ChangeLog b/net-misc/dhcp/ChangeLog index 3805774938bd..c61750bc7001 100644 --- a/net-misc/dhcp/ChangeLog +++ b/net-misc/dhcp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/dhcp # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/ChangeLog,v 1.38 2004/04/06 10:40:04 method Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/ChangeLog,v 1.39 2004/04/27 21:30:25 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> dhcp-3.0_p2-r4.ebuild: + Add inherit eutils 06 Apr 2004; Joshua Brindle <method@gentoo.org> dhcp-3.0_p2-r4.ebuild, dhcp-3.0_p2-r5.ebuild, dhcp-3.0_p2-r6.ebuild: diff --git a/net-misc/dhcp/dhcp-3.0_p2-r4.ebuild b/net-misc/dhcp/dhcp-3.0_p2-r4.ebuild index aeef2ee9f11d..8c7b94cbddab 100644 --- a/net-misc/dhcp/dhcp-3.0_p2-r4.ebuild +++ b/net-misc/dhcp/dhcp-3.0_p2-r4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0_p2-r4.ebuild,v 1.2 2004/04/06 10:40:04 method Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0_p2-r4.ebuild,v 1.3 2004/04/27 21:30:25 agriffis Exp $ IUSE="selinux" -inherit flag-o-matic +inherit flag-o-matic eutils #This should be fairly consistant now, unless we have any _pre releases... MY_P="${P/_p/pl}" diff --git a/net-misc/dhcpv6/ChangeLog b/net-misc/dhcpv6/ChangeLog index 68dbf2d6474b..301ec8413b81 100644 --- a/net-misc/dhcpv6/ChangeLog +++ b/net-misc/dhcpv6/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/dhcpv6 -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpv6/ChangeLog,v 1.10 2003/11/27 21:05:19 mr_bones_ Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpv6/ChangeLog,v 1.11 2004/04/27 21:31:28 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> dhcpv6-0.8.ebuild, + dhcpv6-0.85-r1.ebuild: + Add inherit eutils 27 Nov 2003; Michael Sterrett <mr_bones_@gentoo.org> dhcpv6-0.8.ebuild, dhcpv6-0.85-r1.ebuild: diff --git a/net-misc/dhcpv6/dhcpv6-0.8.ebuild b/net-misc/dhcpv6/dhcpv6-0.8.ebuild index b027f9f24513..fd5d1d2f0c8c 100644 --- a/net-misc/dhcpv6/dhcpv6-0.8.ebuild +++ b/net-misc/dhcpv6/dhcpv6-0.8.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpv6/dhcpv6-0.8.ebuild,v 1.7 2003/11/27 21:05:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpv6/dhcpv6-0.8.ebuild,v 1.8 2004/04/27 21:31:28 agriffis Exp $ + +inherit eutils DESCRIPTION="Server and client for DHCPv6" diff --git a/net-misc/dhcpv6/dhcpv6-0.85-r1.ebuild b/net-misc/dhcpv6/dhcpv6-0.85-r1.ebuild index deed0defa43f..458f7bbf4527 100644 --- a/net-misc/dhcpv6/dhcpv6-0.85-r1.ebuild +++ b/net-misc/dhcpv6/dhcpv6-0.85-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpv6/dhcpv6-0.85-r1.ebuild,v 1.4 2003/11/27 21:05:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpv6/dhcpv6-0.85-r1.ebuild,v 1.5 2004/04/27 21:31:28 agriffis Exp $ + +inherit eutils MY_P=${P/dhcpv6/dhcp6} DESCRIPTION="Server and client for DHCPv6" diff --git a/net-misc/dyndnsupdate/ChangeLog b/net-misc/dyndnsupdate/ChangeLog index 8d64d5c47eba..0cccad2a341a 100644 --- a/net-misc/dyndnsupdate/ChangeLog +++ b/net-misc/dyndnsupdate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/dyndnsupdate # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dyndnsupdate/ChangeLog,v 1.9 2004/04/17 22:36:00 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dyndnsupdate/ChangeLog,v 1.10 2004/04/27 21:32:31 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> dyndnsupdate-0.6.15.ebuild: + Add inherit eutils 18 Apr 2004; <dvandyk@gentoo.org> +files/dyndnsupdate-0.6.15-resolution-segfault-fix.patch, diff --git a/net-misc/dyndnsupdate/dyndnsupdate-0.6.15.ebuild b/net-misc/dyndnsupdate/dyndnsupdate-0.6.15.ebuild index 4d9de250cec1..9423eb367ec4 100644 --- a/net-misc/dyndnsupdate/dyndnsupdate-0.6.15.ebuild +++ b/net-misc/dyndnsupdate/dyndnsupdate-0.6.15.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dyndnsupdate/dyndnsupdate-0.6.15.ebuild,v 1.2 2004/04/17 22:36:00 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dyndnsupdate/dyndnsupdate-0.6.15.ebuild,v 1.3 2004/04/27 21:32:31 agriffis Exp $ + +inherit eutils DESCRIPTION="updates the DNS for your hostname/hostnames and other variables at dyndns.org" HOMEPAGE="http://xzabite.org/dyndnsupdate/" diff --git a/sys-apps/quota/ChangeLog b/sys-apps/quota/ChangeLog index ac1d27d19d8c..f46fd1037d6d 100644 --- a/sys-apps/quota/ChangeLog +++ b/sys-apps/quota/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/quota # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/ChangeLog,v 1.24 2004/03/06 18:52:14 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/ChangeLog,v 1.25 2004/04/27 21:28:44 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> quota-3.06-r1.ebuild, + quota-3.06-r2.ebuild, quota-3.06.ebuild, quota-3.09.ebuild, + quota-3.10.ebuild: + Add inherit eutils 06 Mar 2004; Martin Holzer <mholzer@gentoo.org> quota-3.09.ebuild, quota-3.10.ebuild, files/quota.rc, files/quota.rc6: diff --git a/sys-apps/quota/quota-3.06-r1.ebuild b/sys-apps/quota/quota-3.06-r1.ebuild index 8f3ddfeecd68..e5750d1c39b3 100644 --- a/sys-apps/quota/quota-3.06-r1.ebuild +++ b/sys-apps/quota/quota-3.06-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.06-r1.ebuild,v 1.10 2004/03/06 18:52:14 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.06-r1.ebuild,v 1.11 2004/04/27 21:28:44 agriffis Exp $ + +inherit eutils IUSE="nls" diff --git a/sys-apps/quota/quota-3.06-r2.ebuild b/sys-apps/quota/quota-3.06-r2.ebuild index 1703d1c4312f..e024dcd88f0a 100644 --- a/sys-apps/quota/quota-3.06-r2.ebuild +++ b/sys-apps/quota/quota-3.06-r2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.06-r2.ebuild,v 1.5 2004/02/23 00:50:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.06-r2.ebuild,v 1.6 2004/04/27 21:28:44 agriffis Exp $ + +inherit eutils IUSE="nls tcpd" diff --git a/sys-apps/quota/quota-3.06.ebuild b/sys-apps/quota/quota-3.06.ebuild index 979b2b9da05c..02d05ef7647a 100644 --- a/sys-apps/quota/quota-3.06.ebuild +++ b/sys-apps/quota/quota-3.06.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.06.ebuild,v 1.14 2004/03/06 18:52:14 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.06.ebuild,v 1.15 2004/04/27 21:28:44 agriffis Exp $ + +inherit eutils S=${WORKDIR}/quota-tools DESCRIPTION="Linux quota tools" diff --git a/sys-apps/quota/quota-3.09.ebuild b/sys-apps/quota/quota-3.09.ebuild index 514e95882449..6c6e8eed244b 100644 --- a/sys-apps/quota/quota-3.09.ebuild +++ b/sys-apps/quota/quota-3.09.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.09.ebuild,v 1.6 2004/03/06 18:52:14 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.09.ebuild,v 1.7 2004/04/27 21:28:44 agriffis Exp $ + +inherit eutils IUSE="nls tcpd" diff --git a/sys-apps/quota/quota-3.10.ebuild b/sys-apps/quota/quota-3.10.ebuild index 066171999156..3b11e992468c 100644 --- a/sys-apps/quota/quota-3.10.ebuild +++ b/sys-apps/quota/quota-3.10.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.10.ebuild,v 1.3 2004/03/06 18:52:14 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.10.ebuild,v 1.4 2004/04/27 21:28:44 agriffis Exp $ + +inherit eutils IUSE="nls tcpd" diff --git a/sys-apps/s390-tools/ChangeLog b/sys-apps/s390-tools/ChangeLog index bc5bc70b74ac..333597408305 100644 --- a/sys-apps/s390-tools/ChangeLog +++ b/sys-apps/s390-tools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/s390-tools # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/s390-tools/ChangeLog,v 1.1 2004/04/18 03:18:26 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/s390-tools/ChangeLog,v 1.2 2004/04/27 21:30:31 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> s390-tools-1.2.4.ebuild: + Add inherit eutils *s390-tools-1.2.4 (17 Apr 2004) diff --git a/sys-apps/s390-tools/s390-tools-1.2.4.ebuild b/sys-apps/s390-tools/s390-tools-1.2.4.ebuild index bb26096f3626..297c2b5a6fc7 100644 --- a/sys-apps/s390-tools/s390-tools-1.2.4.ebuild +++ b/sys-apps/s390-tools/s390-tools-1.2.4.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/s390-tools/s390-tools-1.2.4.ebuild,v 1.1 2004/04/18 03:18:26 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/s390-tools/s390-tools-1.2.4.ebuild,v 1.2 2004/04/27 21:30:31 agriffis Exp $ + +inherit eutils STREAM="june2003" diff --git a/sys-apps/subterfugue/ChangeLog b/sys-apps/subterfugue/ChangeLog index 36b98ad8d8e1..a68d6cae5386 100644 --- a/sys-apps/subterfugue/ChangeLog +++ b/sys-apps/subterfugue/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/subterfugue -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/subterfugue/ChangeLog,v 1.7 2003/10/02 14:43:45 liquidx Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/subterfugue/ChangeLog,v 1.8 2004/04/27 21:31:31 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> subterfugue-0.2.1a.ebuild: + Add inherit eutils 02 Oct 2003; Alastair Tse <liquidx@gentoo.org> metadata.xml, subterfugue-0.2-r1.ebuild, subterfugue-0.2.1a.ebuild, diff --git a/sys-apps/subterfugue/subterfugue-0.2.1a.ebuild b/sys-apps/subterfugue/subterfugue-0.2.1a.ebuild index cdcd35869634..df71821879a5 100644 --- a/sys-apps/subterfugue/subterfugue-0.2.1a.ebuild +++ b/sys-apps/subterfugue/subterfugue-0.2.1a.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/subterfugue/subterfugue-0.2.1a.ebuild,v 1.4 2003/10/02 14:43:45 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/subterfugue/subterfugue-0.2.1a.ebuild,v 1.5 2004/04/27 21:31:31 agriffis Exp $ -inherit distutils +inherit distutils eutils IUSE="gtk" diff --git a/sys-apps/tcng/ChangeLog b/sys-apps/tcng/ChangeLog index 8bf3c063f135..a9c6f5c343d8 100644 --- a/sys-apps/tcng/ChangeLog +++ b/sys-apps/tcng/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/tcng # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcng/ChangeLog,v 1.5 2004/04/25 16:06:34 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcng/ChangeLog,v 1.6 2004/04/27 21:32:34 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> tcng-9h.ebuild, + tcng-9i.ebuild, tcng-9l.ebuild: + Add inherit eutils 25 Apr 2004; David Holm <dholm@gentoo.org> tcng-9l.ebuild: Added to ~ppc. diff --git a/sys-apps/tcng/tcng-9h.ebuild b/sys-apps/tcng/tcng-9h.ebuild index 2d4d23b08be7..4c5f28fb4579 100644 --- a/sys-apps/tcng/tcng-9h.ebuild +++ b/sys-apps/tcng/tcng-9h.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcng/tcng-9h.ebuild,v 1.5 2004/04/24 10:38:20 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcng/tcng-9h.ebuild,v 1.6 2004/04/27 21:32:34 agriffis Exp $ + +inherit eutils DESCRIPTION="tcng - Traffic Control Next Generation" HOMEPAGE="http://tcng.sourceforge.net/" diff --git a/sys-apps/tcng/tcng-9i.ebuild b/sys-apps/tcng/tcng-9i.ebuild index 7d21630a2b5e..058c1e0a518a 100644 --- a/sys-apps/tcng/tcng-9i.ebuild +++ b/sys-apps/tcng/tcng-9i.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcng/tcng-9i.ebuild,v 1.3 2004/04/24 10:37:30 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcng/tcng-9i.ebuild,v 1.4 2004/04/27 21:32:34 agriffis Exp $ + +inherit eutils DESCRIPTION="Traffic Control Next Generation" HOMEPAGE="http://tcng.sourceforge.net/" diff --git a/sys-apps/tcng/tcng-9l.ebuild b/sys-apps/tcng/tcng-9l.ebuild index 284dac456b7c..30d860d34882 100644 --- a/sys-apps/tcng/tcng-9l.ebuild +++ b/sys-apps/tcng/tcng-9l.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcng/tcng-9l.ebuild,v 1.3 2004/04/25 16:06:34 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcng/tcng-9l.ebuild,v 1.4 2004/04/27 21:32:34 agriffis Exp $ + +inherit eutils DESCRIPTION="tcng - Traffic Control Next Generation" HOMEPAGE="http://tcng.sourceforge.net/" diff --git a/x11-wm/afterstep/ChangeLog b/x11-wm/afterstep/ChangeLog index 8c0f0c4e1e43..86ecc6f8ab14 100644 --- a/x11-wm/afterstep/ChangeLog +++ b/x11-wm/afterstep/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/afterstep -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/ChangeLog,v 1.16 2004/03/19 01:07:58 raker Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/ChangeLog,v 1.17 2004/04/27 21:28:46 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> afterstep-2.0_beta3.ebuild, + afterstep-2.0_beta4.ebuild: + Add inherit eutils *afterstep-2.0_beta4 (18 Mar 2004) diff --git a/x11-wm/afterstep/afterstep-2.0_beta3.ebuild b/x11-wm/afterstep/afterstep-2.0_beta3.ebuild index e1bf3325bfd7..b79976b1b46a 100644 --- a/x11-wm/afterstep/afterstep-2.0_beta3.ebuild +++ b/x11-wm/afterstep/afterstep-2.0_beta3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-2.0_beta3.ebuild,v 1.2 2004/04/27 16:50:43 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-2.0_beta3.ebuild,v 1.3 2004/04/27 21:28:46 agriffis Exp $ + +inherit eutils IUSE="png jpeg gif tiff truetype xinerama debug mmx" diff --git a/x11-wm/afterstep/afterstep-2.0_beta4.ebuild b/x11-wm/afterstep/afterstep-2.0_beta4.ebuild index 7d6c8c18a899..5cce2fcdecff 100644 --- a/x11-wm/afterstep/afterstep-2.0_beta4.ebuild +++ b/x11-wm/afterstep/afterstep-2.0_beta4.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-2.0_beta4.ebuild,v 1.2 2004/04/27 16:50:43 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-2.0_beta4.ebuild,v 1.3 2004/04/27 21:28:46 agriffis Exp $ + +inherit eutils IUSE="png jpeg gif tiff truetype xinerama debug mmx" diff --git a/x11-wm/blackbox/ChangeLog b/x11-wm/blackbox/ChangeLog index 296684576a1e..62c18887aff8 100644 --- a/x11-wm/blackbox/ChangeLog +++ b/x11-wm/blackbox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/blackbox # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/ChangeLog,v 1.33 2004/02/17 23:05:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/ChangeLog,v 1.34 2004/04/27 21:30:33 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> blackbox-0.65.0-r3.ebuild: + Add inherit eutils 17 Feb 2004; Aron Griffis <agriffis@gentoo.org> blackbox-0.65.0-r3.ebuild: stable on alpha and ia64 diff --git a/x11-wm/blackbox/blackbox-0.65.0-r3.ebuild b/x11-wm/blackbox/blackbox-0.65.0-r3.ebuild index 44133dcac642..c846b9ba6bf9 100644 --- a/x11-wm/blackbox/blackbox-0.65.0-r3.ebuild +++ b/x11-wm/blackbox/blackbox-0.65.0-r3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.65.0-r3.ebuild,v 1.8 2004/02/23 17:39:43 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.65.0-r3.ebuild,v 1.9 2004/04/27 21:30:33 agriffis Exp $ IUSE="nls" -inherit commonbox +inherit commonbox eutils S=${WORKDIR}/${P} DESCRIPTION="A small, fast, full-featured window manager for X - with mousewheel patch" |