diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 09:09:02 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 09:09:02 +0000 |
commit | a23eed6670bbcde5132fb69e80f167a12d73a1c1 (patch) | |
tree | a59de918c9f78531948ecaa2424d4fff769dab79 | |
parent | Numerous small fixes, see ChangeLogs for details. (diff) | |
download | historical-a23eed6670bbcde5132fb69e80f167a12d73a1c1.tar.gz historical-a23eed6670bbcde5132fb69e80f167a12d73a1c1.tar.bz2 historical-a23eed6670bbcde5132fb69e80f167a12d73a1c1.zip |
Numerous small fixes, see ChangeLogs for details.
84 files changed, 292 insertions, 176 deletions
diff --git a/x11-misc/ASFiles/ASFiles-1.0.ebuild b/x11-misc/ASFiles/ASFiles-1.0.ebuild index c9e7dad31fc3..32dc8572b703 100644 --- a/x11-misc/ASFiles/ASFiles-1.0.ebuild +++ b/x11-misc/ASFiles/ASFiles-1.0.ebuild @@ -1,23 +1,23 @@ -# 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/x11-misc/ASFiles/ASFiles-1.0.ebuild,v 1.10 2003/11/03 07:45:31 abhishek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ASFiles/ASFiles-1.0.ebuild,v 1.11 2004/04/14 09:09:01 aliz Exp $ + +inherit eutils -S=${WORKDIR}/${P} DESCRIPTION="NeXTish filemanager, hacked from OffiX" -SRC_URI="http://www.tigr.net/afterstep/download/ASFiles/ASFiles-1.0.tar.gz" +SRC_URI="http://www.tigr.net/afterstep/download/ASFiles/${P}.tar.gz" HOMEPAGE="http://www.tigr.net/afterstep/view.php?applet=ASFiles/data" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc " - +IUSE="" DEPEND=">=x11-wm/afterstep-1.8.8 >=x11-libs/dnd-1.1" RDEPEND=$DEPEND src_unpack() { - unpack ASFiles-1.0.tar.gz - cd ${S} - patch -p0 < ${FILESDIR}/${PF}-gentoo.diff + unpack ${A} ; cd ${S} + epatch ${FILESDIR}/${PF}-gentoo.diff } src_compile() { diff --git a/x11-misc/ASFiles/ChangeLog b/x11-misc/ASFiles/ChangeLog index 323183fe42bf..ceea0ecee744 100644 --- a/x11-misc/ASFiles/ChangeLog +++ b/x11-misc/ASFiles/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/ASFiles -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/ASFiles/ChangeLog,v 1.5 2003/11/03 07:45:31 abhishek Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ASFiles/ChangeLog,v 1.6 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> ASFiles-1.0.ebuild: + Use in SRC_URI, added IUSE=, changed patch to epatch, inherited eutils, + removed S=. 02 Nov 2003; Abhishek Amit <abhishek@gentoo.org> ASFiles-1.0.ebuild, metadata.xml: diff --git a/x11-misc/Xautoconfig/ChangeLog b/x11-misc/Xautoconfig/ChangeLog index af90fcf1d436..e933ea393f35 100644 --- a/x11-misc/Xautoconfig/ChangeLog +++ b/x11-misc/Xautoconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/Xautoconfig # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/Xautoconfig/ChangeLog,v 1.9 2004/04/11 14:58:49 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/Xautoconfig/ChangeLog,v 1.10 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> Xautoconfig-0.15.ebuild: + Added eutils, added IUSE=. 11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> Xautoconfig-0.15.ebuild: and epatch fixups. diff --git a/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild b/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild index 655e7c298a2f..1e01a7ad1273 100644 --- a/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild +++ b/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild @@ -1,7 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author David Chamberlain <daybird@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild,v 1.12 2004/04/11 14:58:49 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/Xautoconfig/Xautoconfig-0.15.ebuild,v 1.13 2004/04/14 09:09:01 aliz Exp $ + +inherit eutils DESCRIPTION="Xautoconfig is a PPC only config file generator for xfree86" SRC_URI="http://ftp.penguinppc.org/projects/xautocfg/${P}.tar.gz" @@ -9,6 +11,7 @@ HOMEPAGE="http://ftp.penguinppc.org/projects/xautocfg/" LICENSE="GPL-2" SLOT="0" KEYWORDS="ppc -x86 -sparc " +IUSE="" DEPEND="sys-apps/pciutils" diff --git a/x11-misc/accessx/ChangeLog b/x11-misc/accessx/ChangeLog index f1a04214de65..c0f354244ebb 100644 --- a/x11-misc/accessx/ChangeLog +++ b/x11-misc/accessx/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for x11-misc/accessx # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # Maintainer: George Shapovalov <george@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/accessx/ChangeLog,v 1.10 2004/04/11 14:59:56 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/accessx/ChangeLog,v 1.11 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> accessx-0950-r1.ebuild: + Added eutils, added IUSE=. 11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> accessx-0950-r1.ebuild: epatch fixup. diff --git a/x11-misc/accessx/accessx-0950-r1.ebuild b/x11-misc/accessx/accessx-0950-r1.ebuild index 15c0a5931fbb..708cfdbdd72f 100644 --- a/x11-misc/accessx/accessx-0950-r1.ebuild +++ b/x11-misc/accessx/accessx-0950-r1.ebuild @@ -1,12 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # John Stalker <stalker@math.princeton.edu> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/accessx/accessx-0950-r1.ebuild,v 1.8 2004/04/11 14:59:56 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/accessx/accessx-0950-r1.ebuild,v 1.9 2004/04/14 09:09:01 aliz Exp $ + +inherit eutils S=${WORKDIR}/${PN} DESCRIPTION="Interface to the XKEYBOARD extension in X11" SRC_URI="http://cmos-eng.rehab.uiuc.edu/accessx/software/${PN}${PV}.tar.gz" HOMEPAGE="http://cmos-eng.rehab.uiuc.edu/accessx/" +IUSE="" DEPEND="virtual/x11 dev-lang/tk" diff --git a/x11-misc/afbinit/ChangeLog b/x11-misc/afbinit/ChangeLog index d0584b4c55d9..02b79e352fcb 100644 --- a/x11-misc/afbinit/ChangeLog +++ b/x11-misc/afbinit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/afbinit # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/ChangeLog,v 1.3 2004/01/24 14:49:42 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/ChangeLog,v 1.4 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> afbinit-1.0.1-r1.ebuild, + afbinit-1.0.1.ebuild: + Added IUSE=. 24 Jan 2004; Brandon Hale <tseng@gentoo.org> metadata.xml: Fix corrupted metadata, bug 39234. diff --git a/x11-misc/afbinit/afbinit-1.0.1-r1.ebuild b/x11-misc/afbinit/afbinit-1.0.1-r1.ebuild index 49b057482b19..bfd7f4b600d5 100644 --- a/x11-misc/afbinit/afbinit-1.0.1-r1.ebuild +++ b/x11-misc/afbinit/afbinit-1.0.1-r1.ebuild @@ -1,12 +1,13 @@ -# 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/x11-misc/afbinit/afbinit-1.0.1-r1.ebuild,v 1.2 2003/07/27 09:01:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/afbinit-1.0.1-r1.ebuild,v 1.3 2004/04/14 09:09:01 aliz Exp $ inherit eutils DESCRIPTION="loads the microcode for Elite3D framebuffers to use X" HOMEPAGE="I dont have a home :(" SRC_URI="http://cvs.gentoo.org/~weeve/files/${P}.tar.bz2" +IUSE="" LICENSE="GPL-1" SLOT="0" diff --git a/x11-misc/afbinit/afbinit-1.0.1.ebuild b/x11-misc/afbinit/afbinit-1.0.1.ebuild index 1f72ce052366..74a44933a498 100644 --- a/x11-misc/afbinit/afbinit-1.0.1.ebuild +++ b/x11-misc/afbinit/afbinit-1.0.1.ebuild @@ -1,13 +1,13 @@ -# 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/x11-misc/afbinit/afbinit-1.0.1.ebuild,v 1.3 2003/07/27 09:01:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/afbinit-1.0.1.ebuild,v 1.4 2004/04/14 09:09:01 aliz Exp $ inherit eutils DESCRIPTION="loads the microcode for Elite3D framebuffers to use X" HOMEPAGE="I dont have a home :(" SRC_URI="http://cvs.gentoo.org/~weeve/files/${P}.tar.bz2" - +IUSE="" LICENSE="GPL-1" SLOT="0" KEYWORDS="-* ~sparc" diff --git a/x11-misc/ami/ChangeLog b/x11-misc/ami/ChangeLog index 8661339fe3d4..f1d60fcfbb67 100644 --- a/x11-misc/ami/ChangeLog +++ b/x11-misc/ami/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/ami # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/ami/ChangeLog,v 1.10 2004/01/24 11:44:41 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ami/ChangeLog,v 1.11 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> ami-1.1.0.ebuild, + ami-1.2.2.ebuild: + Removed S=, changed patch to epatch, fixed IUSE, inherited eutils. 24 Jan 2004; Markus Nigbur <pyrania@gentoo.org> ami-1.0.11-r1.ebuild, ami-1.0.11-r2.ebuild, ami-1.1.0.ebuild, ami-1.2.2.ebuild, metadata.xml: diff --git a/x11-misc/ami/ami-1.1.0.ebuild b/x11-misc/ami/ami-1.1.0.ebuild index 17c4f0c22926..2d55e01b42a2 100644 --- a/x11-misc/ami/ami-1.1.0.ebuild +++ b/x11-misc/ami/ami-1.1.0.ebuild @@ -1,9 +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-misc/ami/ami-1.1.0.ebuild,v 1.4 2004/01/24 11:44:41 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ami/ami-1.1.0.ebuild,v 1.5 2004/04/14 09:09:01 aliz Exp $ -IUSE="gtk2" -S=${WORKDIR}/${P} +inherit eutils + +IUSE="gtk2 gnome" DESCRIPTION="Korean IMS Ami" SRC_URI="http://download.kldp.net/ami/${P}.tar.gz http://ami.kldp.net/hanja.dic.gz @@ -19,7 +20,7 @@ DEPEND=">=media-libs/gdk-pixbuf-0.7.0" src_unpack() { unpack ${P}.tar.gz if [ -n "`use gtk2`" ] - then patch -p0 < ${DISTDIR}/${P}-imhangul_status.patch + then epatch ${DISTDIR}/${P}-imhangul_status.patch fi } diff --git a/x11-misc/ami/ami-1.2.2.ebuild b/x11-misc/ami/ami-1.2.2.ebuild index eb07698e2edf..e5a847fb9a4e 100644 --- a/x11-misc/ami/ami-1.2.2.ebuild +++ b/x11-misc/ami/ami-1.2.2.ebuild @@ -1,9 +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-misc/ami/ami-1.2.2.ebuild,v 1.3 2004/01/24 11:44:41 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ami/ami-1.2.2.ebuild,v 1.4 2004/04/14 09:09:01 aliz Exp $ + +inherit eutils IUSE="gtk2" -S=${WORKDIR}/${P} DESCRIPTION="Korean IMS Ami" SRC_URI="http://download.kldp.net/ami/${P}.tar.gz http://ami.kldp.net/hanja.dic.gz diff --git a/x11-misc/autocutsel/ChangeLog b/x11-misc/autocutsel/ChangeLog index b3b8feb2c628..2084b7681bb4 100644 --- a/x11-misc/autocutsel/ChangeLog +++ b/x11-misc/autocutsel/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for x11-misc/autocutsel -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $header$ + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> autocutsel-0.6.2.ebuild: + Added IUSE= + 12 Jun 2003; <msterret@gentoo.org> autocutsel-0.6.2.ebuild: add Header diff --git a/x11-misc/autocutsel/autocutsel-0.6.2.ebuild b/x11-misc/autocutsel/autocutsel-0.6.2.ebuild index 3abdb8e4f7f8..e91fc42a097f 100644 --- a/x11-misc/autocutsel/autocutsel-0.6.2.ebuild +++ b/x11-misc/autocutsel/autocutsel-0.6.2.ebuild @@ -1,11 +1,11 @@ -# 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/x11-misc/autocutsel/autocutsel-0.6.2.ebuild,v 1.6 2003/06/12 22:18:02 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/autocutsel/autocutsel-0.6.2.ebuild,v 1.7 2004/04/14 09:09:01 aliz Exp $ DESCRIPTION="Synchronise the two copy/paste buffers mainly used by X applications" HOMEPAGE="http://www.lepton.fr/tools/autocutsel/" SRC_URI="http://www.lepton.fr/tools/autocutsel/${P}.tar.gz" - +IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc " diff --git a/x11-misc/bbapm/ChangeLog b/x11-misc/bbapm/ChangeLog index ceaba152071a..1a0d5f0e776e 100644 --- a/x11-misc/bbapm/ChangeLog +++ b/x11-misc/bbapm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/bbapm -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbapm/ChangeLog,v 1.10 2003/10/30 14:08:06 tseng Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbapm/ChangeLog,v 1.11 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> bbapm-0.0.1-r3.ebuild: + Removed S=, added IUSE= 30 Oct 2003; Brandon Hale <tseng@gentoo.org> metadata.xml: Added metadata.xml diff --git a/x11-misc/bbapm/bbapm-0.0.1-r3.ebuild b/x11-misc/bbapm/bbapm-0.0.1-r3.ebuild index ef1efc326bc3..cbc36df4b9d1 100644 --- a/x11-misc/bbapm/bbapm-0.0.1-r3.ebuild +++ b/x11-misc/bbapm/bbapm-0.0.1-r3.ebuild @@ -1,10 +1,10 @@ -# 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/x11-misc/bbapm/bbapm-0.0.1-r3.ebuild,v 1.7 2003/09/05 23:18:18 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbapm/bbapm-0.0.1-r3.ebuild,v 1.8 2004/04/14 09:09:01 aliz Exp $ inherit eutils flag-o-matic -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="blackbox advanced power management tool" SRC_URI="http://bbtools.thelinuxcommunity.org/sources/${P}.tar.gz" HOMEPAGE="http://bbtools.thelinuxcommunity.org/contrib.phtml" diff --git a/x11-misc/bbappconf/bbappconf-0.0.2.ebuild b/x11-misc/bbappconf/bbappconf-0.0.2.ebuild index cc0e073517c3..6c79330b6992 100644 --- a/x11-misc/bbappconf/bbappconf-0.0.2.ebuild +++ b/x11-misc/bbappconf/bbappconf-0.0.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbappconf/bbappconf-0.0.2.ebuild,v 1.3 2003/11/11 13:16:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbappconf/bbappconf-0.0.2.ebuild,v 1.4 2004/04/14 09:09:01 aliz Exp $ DESCRIPTION="utility that allows you to specify window properties in blackbox" SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz" HOMEPAGE="http://bbtools.windsofstorm.net/" - +IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc" diff --git a/x11-misc/bbcd/ChangeLog b/x11-misc/bbcd/ChangeLog index be412eb600d0..5b4956025a92 100644 --- a/x11-misc/bbcd/ChangeLog +++ b/x11-misc/bbcd/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for x11-misc/bbcd -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $Header + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> bbcd-0.3.1-r1.ebuild: + Removed S=, inherited eutils. + 07 Dec 2003; Heinrich Wendel <lanius@gentoo.org> bbcd-0.3.1-r1.ebuild, files/bbcd-0.3.1-gcc3.3.patch: added gcc 3.3 patch diff --git a/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild b/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild index 7d199006002d..173f88561813 100644 --- a/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild +++ b/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild @@ -1,8 +1,9 @@ -# 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/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild,v 1.2 2003/12/07 14:01:01 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbcd/bbcd-0.3.1-r1.ebuild,v 1.3 2004/04/14 09:09:01 aliz Exp $ + +inherit eutils -S=${WORKDIR}/${P} DESCRIPTION="Basic CD Player for blackbox wm" HOMEPAGE="http://tranber1.free.fr/bbcd.html" SRC_URI="http://tranber1.free.fr/${P}.tar.gz" diff --git a/x11-misc/bbconf/ChangeLog b/x11-misc/bbconf/ChangeLog index 18bc71e038a6..0d66f97e6667 100644 --- a/x11-misc/bbconf/ChangeLog +++ b/x11-misc/bbconf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/bbconf -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/ChangeLog,v 1.10 2004/02/28 19:19:17 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/ChangeLog,v 1.11 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> bbconf-1.10.ebuild, + bbconf-1.2-r1.ebuild, bbconf-1.6.ebuild: + Removed S=, added IUSE=. 30 Oct 2003; Brandon Hale <tseng@gentoo.org> metadata.xml: Added metadata.xml diff --git a/x11-misc/bbconf/bbconf-1.10.ebuild b/x11-misc/bbconf/bbconf-1.10.ebuild index 22b9363cb02b..4c0e3b3c0b39 100644 --- a/x11-misc/bbconf/bbconf-1.10.ebuild +++ b/x11-misc/bbconf/bbconf-1.10.ebuild @@ -1,8 +1,7 @@ -# 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/x11-misc/bbconf/bbconf-1.10.ebuild,v 1.1 2003/05/13 17:18:48 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.10.ebuild,v 1.2 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} DESCRIPTION="All-in-one blackbox configuration tool." SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://bbconf.sourceforge.net" diff --git a/x11-misc/bbconf/bbconf-1.2-r1.ebuild b/x11-misc/bbconf/bbconf-1.2-r1.ebuild index 278134b865f9..fba700f88361 100644 --- a/x11-misc/bbconf/bbconf-1.2-r1.ebuild +++ b/x11-misc/bbconf/bbconf-1.2-r1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.2-r1.ebuild,v 1.12 2003/03/01 20:40:16 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.2-r1.ebuild,v 1.13 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} DESCRIPTION="All-in-one blackbox configuration tool." SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://bbconf.sourceforge.net" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc " +IUSE="" DEPEND="virtual/x11 =x11-libs/qt-2*" diff --git a/x11-misc/bbconf/bbconf-1.6.ebuild b/x11-misc/bbconf/bbconf-1.6.ebuild index c87e0a7510a6..77d72c6682cf 100644 --- a/x11-misc/bbconf/bbconf-1.6.ebuild +++ b/x11-misc/bbconf/bbconf-1.6.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.6.ebuild,v 1.11 2003/03/01 20:40:16 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.6.ebuild,v 1.12 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} DESCRIPTION="All-in-one blackbox configuration tool." SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://bbconf.sourceforge.net" diff --git a/x11-misc/bbdate/ChangeLog b/x11-misc/bbdate/ChangeLog index eb0b87d22ba1..b45786cab2fb 100644 --- a/x11-misc/bbdate/ChangeLog +++ b/x11-misc/bbdate/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for x11-misc/bbdate -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $Header + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> bbdate-0.2.3.ebuild, + bbdate-0.2.4.ebuild: + Removed S=, added IUSE= + 30 Oct 2003; Brandon Hale <tseng@gentoo.org> metadata.xml: Added metadata.xml diff --git a/x11-misc/bbdate/bbdate-0.2.3.ebuild b/x11-misc/bbdate/bbdate-0.2.3.ebuild index a9a155a7e3c8..180a77b035c7 100644 --- a/x11-misc/bbdate/bbdate-0.2.3.ebuild +++ b/x11-misc/bbdate/bbdate-0.2.3.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/x11-misc/bbdate/bbdate-0.2.3.ebuild,v 1.3 2003/02/13 17:07:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.3.ebuild,v 1.4 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="blackbox date display" SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz" HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml" diff --git a/x11-misc/bbdate/bbdate-0.2.4.ebuild b/x11-misc/bbdate/bbdate-0.2.4.ebuild index b5f892d4b5b5..85535bd18157 100644 --- a/x11-misc/bbdate/bbdate-0.2.4.ebuild +++ b/x11-misc/bbdate/bbdate-0.2.4.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/x11-misc/bbdate/bbdate-0.2.4.ebuild,v 1.2 2003/11/03 08:07:09 abhishek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbdate/bbdate-0.2.4.ebuild,v 1.3 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="blackbox date display" SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz" HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml" diff --git a/x11-misc/bbkeys/ChangeLog b/x11-misc/bbkeys/ChangeLog index a39b179ea994..1609c19d1e4f 100644 --- a/x11-misc/bbkeys/ChangeLog +++ b/x11-misc/bbkeys/ChangeLog @@ -2,6 +2,10 @@ # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $Header + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> bbkeys-0.8.5.ebuild, + bbkeys-0.8.6.ebuild: + Removed S=, added IUSE= + 26 Jan 2004; Markus Nigbur <pyrania@gentoo.org> bbkeys-0.8.3-r1.ebuild, bbkeys-0.8.4.ebuild: Removed old ebuilds. diff --git a/x11-misc/bbkeys/bbkeys-0.8.5.ebuild b/x11-misc/bbkeys/bbkeys-0.8.5.ebuild index f39d8e0bc1f2..68971dc93776 100644 --- a/x11-misc/bbkeys/bbkeys-0.8.5.ebuild +++ b/x11-misc/bbkeys/bbkeys-0.8.5.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/x11-misc/bbkeys/bbkeys-0.8.5.ebuild,v 1.4 2003/02/13 17:07:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbkeys/bbkeys-0.8.5.ebuild,v 1.5 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="Use keyboard shortcuts in the blackbox wm" HOMEPAGE="http://bbkeys.sourceforge.net" SRC_URI="mirror://sourceforge/bbkeys/${P}.tar.gz" diff --git a/x11-misc/bbkeys/bbkeys-0.8.6.ebuild b/x11-misc/bbkeys/bbkeys-0.8.6.ebuild index a16f20760c6f..a5e0728be5ba 100644 --- a/x11-misc/bbkeys/bbkeys-0.8.6.ebuild +++ b/x11-misc/bbkeys/bbkeys-0.8.6.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/x11-misc/bbkeys/bbkeys-0.8.6.ebuild,v 1.2 2003/02/13 17:07:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbkeys/bbkeys-0.8.6.ebuild,v 1.3 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="Use keyboard shortcuts in the blackbox wm" HOMEPAGE="http://bbkeys.sourceforge.net" SRC_URI="mirror://sourceforge/bbkeys/${P}.tar.gz" diff --git a/x11-misc/bblaunch/ChangeLog b/x11-misc/bblaunch/ChangeLog index 5cd7e2c1df77..714824b480ba 100644 --- a/x11-misc/bblaunch/ChangeLog +++ b/x11-misc/bblaunch/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for x11-misc/bblaunch -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $Header + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> bblaunch-0.0.3.ebuild: + Removed S=, added IUSE= + 30 Oct 2003; Brandon Hale <tseng@gentoo.org> metadata.xml: Added metadata.xml diff --git a/x11-misc/bblaunch/bblaunch-0.0.3.ebuild b/x11-misc/bblaunch/bblaunch-0.0.3.ebuild index d0850051509d..1b7ee7ad4ad7 100644 --- a/x11-misc/bblaunch/bblaunch-0.0.3.ebuild +++ b/x11-misc/bblaunch/bblaunch-0.0.3.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/x11-misc/bblaunch/bblaunch-0.0.3.ebuild,v 1.5 2003/09/05 23:29:05 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bblaunch/bblaunch-0.0.3.ebuild,v 1.6 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="An application launcher for Blackbox type window managers" SRC_URI="http://www.stud.ifi.uio.no/~steingrd/${P}.tar.gz" HOMEPAGE="http://blackboxwm.sourceforge.net/" diff --git a/x11-misc/bbmail/ChangeLog b/x11-misc/bbmail/ChangeLog index e101fd0939d4..1f3c01eaaf03 100644 --- a/x11-misc/bbmail/ChangeLog +++ b/x11-misc/bbmail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/bbmail -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/ChangeLog,v 1.8 2003/10/30 15:24:54 tseng Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/ChangeLog,v 1.9 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> bbmail-0.8.2.ebuild, + bbmail-0.8.3.ebuild: + Removed S=, added IUSE= 30 Oct 2003; Brandon Hale <tseng@gentoo.org> metadata.xml: Added metadata.xml diff --git a/x11-misc/bbmail/bbmail-0.8.2.ebuild b/x11-misc/bbmail/bbmail-0.8.2.ebuild index f194e0c9879c..f82b7d0737f6 100644 --- a/x11-misc/bbmail/bbmail-0.8.2.ebuild +++ b/x11-misc/bbmail/bbmail-0.8.2.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/x11-misc/bbmail/bbmail-0.8.2.ebuild,v 1.5 2003/02/13 17:08:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.2.ebuild,v 1.6 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="blackbox mail notification" SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz" HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbmail" diff --git a/x11-misc/bbmail/bbmail-0.8.3.ebuild b/x11-misc/bbmail/bbmail-0.8.3.ebuild index 36fac4404d5d..1cee0af3e1b7 100644 --- a/x11-misc/bbmail/bbmail-0.8.3.ebuild +++ b/x11-misc/bbmail/bbmail-0.8.3.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/x11-misc/bbmail/bbmail-0.8.3.ebuild,v 1.1 2003/06/19 17:22:42 mkeadle Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild,v 1.2 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="blackbox mail notification" SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz" HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbmail" diff --git a/x11-misc/bbpager/ChangeLog b/x11-misc/bbpager/ChangeLog index 2a0b9cd7c515..6a1357a76d01 100644 --- a/x11-misc/bbpager/ChangeLog +++ b/x11-misc/bbpager/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/bbpager # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbpager/ChangeLog,v 1.9 2004/04/13 18:01:34 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbpager/ChangeLog,v 1.10 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> bbpager-0.3.1.ebuild: + Removed S=, added IUSE= 13 Apr 2004; Brandon Hale <tseng@gentoo.org> bbpager-0.3.0-r1.ebuild, bbpager-0.3.0-r2.ebuild, bbpager-0.3.0-r3.ebuild, bbpager-0.3.1.ebuild: diff --git a/x11-misc/bbpager/bbpager-0.3.1.ebuild b/x11-misc/bbpager/bbpager-0.3.1.ebuild index 43c9f0c9b758..a6db3019fe2d 100644 --- a/x11-misc/bbpager/bbpager-0.3.1.ebuild +++ b/x11-misc/bbpager/bbpager-0.3.1.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/x11-misc/bbpager/bbpager-0.3.1.ebuild,v 1.3 2004/04/13 18:01:34 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbpager/bbpager-0.3.1.ebuild,v 1.4 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="An understated pager for Blackbox." SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz" HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbpager" diff --git a/x11-misc/bbppp/ChangeLog b/x11-misc/bbppp/ChangeLog index 6b94a7f0994c..49be5e053191 100644 --- a/x11-misc/bbppp/ChangeLog +++ b/x11-misc/bbppp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/bbppp -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/ChangeLog,v 1.7 2003/10/30 15:32:49 tseng Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/ChangeLog,v 1.8 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> bbppp-0.2.3.ebuild: + Removed S=, added IUSE= 30 Oct 2003; Brandon Hale <tseng@gentoo.org> metadata.xml: Added metadata.xml diff --git a/x11-misc/bbppp/bbppp-0.2.3.ebuild b/x11-misc/bbppp/bbppp-0.2.3.ebuild index d15c985bb5fa..aeb5e8203c27 100644 --- a/x11-misc/bbppp/bbppp-0.2.3.ebuild +++ b/x11-misc/bbppp/bbppp-0.2.3.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/x11-misc/bbppp/bbppp-0.2.3.ebuild,v 1.2 2003/02/13 17:09:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbppp/bbppp-0.2.3.ebuild,v 1.3 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="blackbox ppp frontend/monitor" SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz" HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbppp" diff --git a/x11-misc/bbrb/ChangeLog b/x11-misc/bbrb/ChangeLog index d59649856ef1..ee84acfcee41 100644 --- a/x11-misc/bbrb/ChangeLog +++ b/x11-misc/bbrb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/bbrb -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrb/ChangeLog,v 1.7 2003/12/04 16:45:38 tseng Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrb/ChangeLog,v 1.8 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> bbrb-0.4.1.ebuild: + Removed S=, added IUSE= 04 Dec 2003; Brandon Hale <tseng@gentoo.org> bbrb-0.4.1.ebuild: Fix bad DEPEND. diff --git a/x11-misc/bbrb/bbrb-0.4.1.ebuild b/x11-misc/bbrb/bbrb-0.4.1.ebuild index 40951cbf8fa3..267f0d99225d 100644 --- a/x11-misc/bbrb/bbrb-0.4.1.ebuild +++ b/x11-misc/bbrb/bbrb-0.4.1.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/x11-misc/bbrb/bbrb-0.4.1.ebuild,v 1.11 2003/12/04 16:45:38 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrb/bbrb-0.4.1.ebuild,v 1.12 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="Background manager for blackbox/fluxbox/openbox" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://bbrb.sourceforge.net" diff --git a/x11-misc/bbrun/ChangeLog b/x11-misc/bbrun/ChangeLog index 8275a8b854d5..7ac65c2392ca 100644 --- a/x11-misc/bbrun/ChangeLog +++ b/x11-misc/bbrun/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/bbrun -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v 1.9 2003/10/30 15:37:20 tseng Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/ChangeLog,v 1.10 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> bbrun-1.3.ebuild, + bbrun-1.4.ebuild: + Removed S=, added IUSE= 30 Oct 2003; Brandon Hale <tseng@gentoo.org> metadata.xml: Added metadata.xml diff --git a/x11-misc/bbrun/bbrun-1.3.ebuild b/x11-misc/bbrun/bbrun-1.3.ebuild index aa56ba87b00a..b6281a2fb5ce 100644 --- a/x11-misc/bbrun/bbrun-1.3.ebuild +++ b/x11-misc/bbrun/bbrun-1.3.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/x11-misc/bbrun/bbrun-1.3.ebuild,v 1.11 2003/02/13 17:09:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.3.ebuild,v 1.12 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="blackbox program execution dialog box" SRC_URI="http://www.dwave.net/~jking/bbrun/${P}.tar.gz" HOMEPAGE="http://www.dwave.net/~jking/bbrun/" diff --git a/x11-misc/bbrun/bbrun-1.4.ebuild b/x11-misc/bbrun/bbrun-1.4.ebuild index f34495d1e422..6e524f061cc2 100644 --- a/x11-misc/bbrun/bbrun-1.4.ebuild +++ b/x11-misc/bbrun/bbrun-1.4.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/x11-misc/bbrun/bbrun-1.4.ebuild,v 1.3 2004/01/19 00:44:42 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrun/bbrun-1.4.ebuild,v 1.4 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="blackbox program execution dialog box" SRC_URI="http://www.dwave.net/~jking/bbrun/${P}.tar.gz" HOMEPAGE="http://www.dwave.net/~jking/bbrun/" diff --git a/x11-misc/bbsload/ChangeLog b/x11-misc/bbsload/ChangeLog index 732dbc19b2af..6ed1af818898 100644 --- a/x11-misc/bbsload/ChangeLog +++ b/x11-misc/bbsload/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/bbsload -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbsload/ChangeLog,v 1.8 2003/10/30 15:39:00 tseng Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbsload/ChangeLog,v 1.9 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> bbsload-0.2.6.ebuild, + bbsload-0.2.8.ebuild: + Removed S=, added IUSE= 30 Oct 2003; Brandon Hale <tseng@gentoo.org> metadata.xml: Added metadata.xml diff --git a/x11-misc/bbsload/bbsload-0.2.6.ebuild b/x11-misc/bbsload/bbsload-0.2.6.ebuild index bb07d9910807..c7988f5b7e57 100644 --- a/x11-misc/bbsload/bbsload-0.2.6.ebuild +++ b/x11-misc/bbsload/bbsload-0.2.6.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/x11-misc/bbsload/bbsload-0.2.6.ebuild,v 1.2 2003/02/13 17:09:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbsload/bbsload-0.2.6.ebuild,v 1.3 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="blackbox load monitor" SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz" HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbsload" diff --git a/x11-misc/bbsload/bbsload-0.2.8.ebuild b/x11-misc/bbsload/bbsload-0.2.8.ebuild index 09307a66a754..e1d23668456e 100644 --- a/x11-misc/bbsload/bbsload-0.2.8.ebuild +++ b/x11-misc/bbsload/bbsload-0.2.8.ebuild @@ -1,8 +1,7 @@ -# 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/x11-misc/bbsload/bbsload-0.2.8.ebuild,v 1.2 2003/09/05 23:29:05 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbsload/bbsload-0.2.8.ebuild,v 1.3 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} DESCRIPTION="blackbox load monitor" SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz" HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbsload" diff --git a/x11-misc/bbtime/ChangeLog b/x11-misc/bbtime/ChangeLog index 94b67ebe940e..852dd9cf0c60 100644 --- a/x11-misc/bbtime/ChangeLog +++ b/x11-misc/bbtime/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for x11-misc/bbtime -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $Header + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> bbtime-0.1.5.ebuild: + Removed S=, added IUSE= + 30 Oct 2003; Brandon Hale <tseng@gentoo.org> metadata.xml: Added metadata.xml diff --git a/x11-misc/bbtime/bbtime-0.1.5.ebuild b/x11-misc/bbtime/bbtime-0.1.5.ebuild index 4e9b5f0facf9..b30b2ed350ce 100644 --- a/x11-misc/bbtime/bbtime-0.1.5.ebuild +++ b/x11-misc/bbtime/bbtime-0.1.5.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/x11-misc/bbtime/bbtime-0.1.5.ebuild,v 1.2 2003/02/13 17:09:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbtime/bbtime-0.1.5.ebuild,v 1.3 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="blackbox time watcher" SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz" HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbsload" diff --git a/x11-misc/bbweather/ChangeLog b/x11-misc/bbweather/ChangeLog index f3dfa5d7c695..bcc8f78e63dc 100644 --- a/x11-misc/bbweather/ChangeLog +++ b/x11-misc/bbweather/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/bbweather # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbweather/ChangeLog,v 1.9 2004/04/05 13:56:34 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbweather/ChangeLog,v 1.10 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> bbweather-0.5.ebuild, + bbweather-0.6.ebuild: + Removed S=, added IUSE= 05 Apr 2004; Chris Aniszczyk <zx@gentoo.org> bbweather-0.6.ebuild: Marking stable on hppa diff --git a/x11-misc/bbweather/bbweather-0.5.ebuild b/x11-misc/bbweather/bbweather-0.5.ebuild index b4f833ef7084..a7202e6ec29f 100644 --- a/x11-misc/bbweather/bbweather-0.5.ebuild +++ b/x11-misc/bbweather/bbweather-0.5.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/x11-misc/bbweather/bbweather-0.5.ebuild,v 1.8 2004/02/22 12:28:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbweather/bbweather-0.5.ebuild,v 1.9 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="blackbox weather monitor" HOMEPAGE="http://www.netmeister.org/apps/bbweather/" SRC_URI="http://www.netmeister.org/apps/${P}.tar.bz2" diff --git a/x11-misc/bbweather/bbweather-0.6.ebuild b/x11-misc/bbweather/bbweather-0.6.ebuild index 97dba8fdf948..aac7d4bf4479 100644 --- a/x11-misc/bbweather/bbweather-0.6.ebuild +++ b/x11-misc/bbweather/bbweather-0.6.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/x11-misc/bbweather/bbweather-0.6.ebuild,v 1.3 2004/04/05 13:56:34 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbweather/bbweather-0.6.ebuild,v 1.4 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="blackbox weather monitor" HOMEPAGE="http://www.netmeister.org/apps/bbweather/" SRC_URI="http://www.netmeister.org/apps/${P}.tar.bz2" diff --git a/x11-misc/bubblemon/ChangeLog b/x11-misc/bubblemon/ChangeLog index c720ef090f27..89045f2ee9bc 100644 --- a/x11-misc/bubblemon/ChangeLog +++ b/x11-misc/bubblemon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/bubblemon # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/ChangeLog,v 1.8 2004/02/06 04:22:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/ChangeLog,v 1.9 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> bubblemon-1.41.ebuild: + Added IUSE= 05 Feb 2004; Aron Griffis <agriffis@gentoo.org> bubblemon-1.41.ebuild: stable on alpha diff --git a/x11-misc/bubblemon/bubblemon-1.41.ebuild b/x11-misc/bubblemon/bubblemon-1.41.ebuild index 39257add377a..ccb4834e305d 100644 --- a/x11-misc/bubblemon/bubblemon-1.41.ebuild +++ b/x11-misc/bubblemon/bubblemon-1.41.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/bubblemon-1.41.ebuild,v 1.2 2004/02/06 04:22:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/bubblemon-1.41.ebuild,v 1.3 2004/04/14 09:09:01 aliz Exp $ DESCRIPTION="A fun monitoring applet for your desktop, complete with swimming duck" HOMEPAGE="http://www.ne.jp/asahi/linux/timecop" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc alpha" - +IUSE="" S=${WORKDIR}/${PN}-dockapp-${PV} SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${PN}-dockapp-${PV}.tar.gz" DEPEND="virtual/glibc =x11-libs/gtk+-1.2*" diff --git a/x11-misc/commonbox-utils/ChangeLog b/x11-misc/commonbox-utils/ChangeLog index 914f3e338a1e..25be4663d8a9 100644 --- a/x11-misc/commonbox-utils/ChangeLog +++ b/x11-misc/commonbox-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/commonbox-utils # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-utils/ChangeLog,v 1.17 2004/02/17 23:02:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-utils/ChangeLog,v 1.18 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> commonbox-utils-0.4.ebuild, + commonbox-utils-0.5.ebuild: + Added IUSE= 17 Feb 2004; Aron Griffis <agriffis@gentoo.org> commonbox-utils-0.3.ebuild, commonbox-utils-0.4.ebuild, commonbox-utils-0.5.ebuild: diff --git a/x11-misc/commonbox-utils/commonbox-utils-0.4.ebuild b/x11-misc/commonbox-utils/commonbox-utils-0.4.ebuild index c512577947b6..75a9370885f4 100644 --- a/x11-misc/commonbox-utils/commonbox-utils-0.4.ebuild +++ b/x11-misc/commonbox-utils/commonbox-utils-0.4.ebuild @@ -6,7 +6,7 @@ DESCRIPTION="Common utilities for fluxbox, blackbox, and openbox" HOMEPAGE="http://mkeadle.org/" #SRC_URI="mirror://gentoo/${P}.tar.bz2" SRC_URI="http://mkeadle.org/distfiles/${P}.tar.bz2" - +IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa ~amd64 mips ia64" diff --git a/x11-misc/commonbox-utils/commonbox-utils-0.5.ebuild b/x11-misc/commonbox-utils/commonbox-utils-0.5.ebuild index 6ffbf0b5aa2a..4cb2ab353d88 100644 --- a/x11-misc/commonbox-utils/commonbox-utils-0.5.ebuild +++ b/x11-misc/commonbox-utils/commonbox-utils-0.5.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-utils/commonbox-utils-0.5.ebuild,v 1.4 2004/02/17 22:58:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-utils/commonbox-utils-0.5.ebuild,v 1.5 2004/04/14 09:09:01 aliz Exp $ DESCRIPTION="Common utilities for fluxbox, blackbox, and openbox" HOMEPAGE="http://mkeadle.org/" SRC_URI="mirror://gentoo/${P}.tar.gz" - +IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64" diff --git a/x11-misc/culmus/ChangeLog b/x11-misc/culmus/ChangeLog index b91c9c84b278..29b390a49ca8 100644 --- a/x11-misc/culmus/ChangeLog +++ b/x11-misc/culmus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/culmus # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/culmus/ChangeLog,v 1.7 2004/04/11 15:00:39 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/culmus/ChangeLog,v 1.8 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> culmus-0.93.ebuild: + Added IUSE= 11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> culmus-0.90-r1.ebuild, culmus-0.93.ebuild: diff --git a/x11-misc/culmus/culmus-0.93.ebuild b/x11-misc/culmus/culmus-0.93.ebuild index edca2d5c2472..c8d308b2b463 100644 --- a/x11-misc/culmus/culmus-0.93.ebuild +++ b/x11-misc/culmus/culmus-0.93.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/culmus/culmus-0.93.ebuild,v 1.2 2004/04/11 15:00:39 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/culmus/culmus-0.93.ebuild,v 1.3 2004/04/14 09:09:01 aliz Exp $ DESCRIPTION="Hebrew Type1 fonts" SRC_URI="mirror://sourceforge/culmus/${P}.tar.gz \ @@ -12,6 +12,7 @@ HOMEPAGE="http://culmus.sourceforge.net/" KEYWORDS="x86" SLOT="0" LICENSE="GPL-2 | LICENSE-BITSTREAM" +IUSE="" src_install () { dodir /usr/X11R6/lib/X11/fonts/culmus diff --git a/x11-misc/e-fancylauncher/ChangeLog b/x11-misc/e-fancylauncher/ChangeLog index 4112aa3b2348..47d3933d42d1 100644 --- a/x11-misc/e-fancylauncher/ChangeLog +++ b/x11-misc/e-fancylauncher/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/e-fancylauncher # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/e-fancylauncher/ChangeLog,v 1.5 2004/01/24 14:42:33 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/e-fancylauncher/ChangeLog,v 1.6 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> e-fancylauncher-0.7-r1.ebuild: + Added IUSE= 24 Jan 2004; Brandon Hale <tseng@gentoo.org> metadata.xml: Fix corrupted metadata, bug 39234. diff --git a/x11-misc/e-fancylauncher/e-fancylauncher-0.7-r1.ebuild b/x11-misc/e-fancylauncher/e-fancylauncher-0.7-r1.ebuild index 2029fae319bd..5ceca9520549 100644 --- a/x11-misc/e-fancylauncher/e-fancylauncher-0.7-r1.ebuild +++ b/x11-misc/e-fancylauncher/e-fancylauncher-0.7-r1.ebuild @@ -1,9 +1,9 @@ -# 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/x11-misc/e-fancylauncher/e-fancylauncher-0.7-r1.ebuild,v 1.3 2003/11/06 19:49:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/e-fancylauncher/e-fancylauncher-0.7-r1.ebuild,v 1.4 2004/04/14 09:09:01 aliz Exp $ S="${WORKDIR}/Epplets-${PV}" - +IUSE="" DESCRIPTION="E-FancyLauncher epplet" SRC_URI="http://www.docs.uu.se/~adavid/Epplets/E-FancyLauncher-${PV}.tgz" diff --git a/x11-misc/e16keyedit/ChangeLog b/x11-misc/e16keyedit/ChangeLog index 24ffccee38b1..cd03d42fcf78 100644 --- a/x11-misc/e16keyedit/ChangeLog +++ b/x11-misc/e16keyedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/e16keyedit -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v 1.5 2004/02/02 21:01:20 dholm Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v 1.6 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> e16keyedit-0.2.ebuild: + Added iuse, inherit eutils. 02 Feb 2004; David Holm <dholm@gentoo.org> e16keyedit-0.2.ebuild: Added to ~ppc. diff --git a/x11-misc/e16keyedit/e16keyedit-0.2.ebuild b/x11-misc/e16keyedit/e16keyedit-0.2.ebuild index f12ec61ba95a..8dc3bcda572b 100644 --- a/x11-misc/e16keyedit/e16keyedit-0.2.ebuild +++ b/x11-misc/e16keyedit/e16keyedit-0.2.ebuild @@ -1,10 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.2.ebuild,v 1.15 2004/02/29 21:32:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.2.ebuild,v 1.16 2004/04/14 09:09:01 aliz Exp $ + +inherit eutils DESCRIPTION="Key binding editor for enlightenment 16" HOMEPAGE="http://www.enlightenment.org/" SRC_URI="mirror://sourceforge/enlightenment/e16utils/${P}.tar.gz" +IUSE="" LICENSE="as-is" SLOT="0" diff --git a/x11-misc/e16menuedit/ChangeLog b/x11-misc/e16menuedit/ChangeLog index 708b7a52f1cb..708b0c4fa07e 100644 --- a/x11-misc/e16menuedit/ChangeLog +++ b/x11-misc/e16menuedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/e16menuedit -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16menuedit/ChangeLog,v 1.2 2004/02/02 21:06:50 dholm Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16menuedit/ChangeLog,v 1.3 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> e16menuedit-0.1.ebuild: + Added IUSE= 02 Feb 2004; David Holm <dholm@gentoo.org> e16menuedit-0.1.ebuild: Added to ~ppc. diff --git a/x11-misc/e16menuedit/e16menuedit-0.1.ebuild b/x11-misc/e16menuedit/e16menuedit-0.1.ebuild index 6145957c6215..d23e2a6aea6d 100644 --- a/x11-misc/e16menuedit/e16menuedit-0.1.ebuild +++ b/x11-misc/e16menuedit/e16menuedit-0.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16menuedit/e16menuedit-0.1.ebuild,v 1.4 2004/02/29 21:33:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16menuedit/e16menuedit-0.1.ebuild,v 1.5 2004/04/14 09:09:01 aliz Exp $ DESCRIPTION="Menu editor for enlightenment DR16" HOMEPAGE="http://www.enlightenment.org/" SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz" - +IUSE="" LICENSE="as-is" SLOT="0" KEYWORDS="x86 ppc sparc" diff --git a/x11-misc/electricsheep/ChangeLog b/x11-misc/electricsheep/ChangeLog index c894d8fd1550..02e2379b1ff7 100644 --- a/x11-misc/electricsheep/ChangeLog +++ b/x11-misc/electricsheep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/electricsheep # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/electricsheep/ChangeLog,v 1.12 2004/03/23 22:31:24 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/electricsheep/ChangeLog,v 1.13 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> electricsheep-2.4-r2.ebuild: + Added IUSE= 23 Mar 2004; Jason Wever <weeve@gentoo.org> electricsheep-2.4-r2.ebuild: Added ~sparc keyword. diff --git a/x11-misc/electricsheep/electricsheep-2.4-r2.ebuild b/x11-misc/electricsheep/electricsheep-2.4-r2.ebuild index 629e69a7e873..2b9d347fa855 100644 --- a/x11-misc/electricsheep/electricsheep-2.4-r2.ebuild +++ b/x11-misc/electricsheep/electricsheep-2.4-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/electricsheep/electricsheep-2.4-r2.ebuild,v 1.4 2004/03/29 03:53:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/electricsheep/electricsheep-2.4-r2.ebuild,v 1.5 2004/04/14 09:09:01 aliz Exp $ inherit eutils DESCRIPTION="realize the collective dream of sleeping computers from all over the internet" HOMEPAGE="http://electricsheep.org/" SRC_URI="http://electricsheep.org/${P}.tar.gz" - +IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~sparc" diff --git a/x11-misc/eosd/ChangeLog b/x11-misc/eosd/ChangeLog index 50483bc9a1fc..c4efe335a195 100644 --- a/x11-misc/eosd/ChangeLog +++ b/x11-misc/eosd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/eosd -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/eosd/ChangeLog,v 1.1 2003/10/14 03:09:22 vapier Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/eosd/ChangeLog,v 1.2 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> eosd-0.1.0.ebuild: + Added IUSE= *eosd-0.1.0 (13 Oct 2003) diff --git a/x11-misc/eosd/eosd-0.1.0.ebuild b/x11-misc/eosd/eosd-0.1.0.ebuild index b68f8a6be314..29b5b7f7f295 100644 --- a/x11-misc/eosd/eosd-0.1.0.ebuild +++ b/x11-misc/eosd/eosd-0.1.0.ebuild @@ -1,11 +1,11 @@ -# 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/x11-misc/eosd/eosd-0.1.0.ebuild,v 1.1 2003/10/14 03:09:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/eosd/eosd-0.1.0.ebuild,v 1.2 2004/04/14 09:09:01 aliz Exp $ DESCRIPTION="enlightened on-screen display draws anti-aliased text on your screen without creating a visible window" HOMEPAGE="http://code-monkey.de/index.php?eosd" SRC_URI="http://www.code-monkey.de/data/eosd/${P}.tar.gz" - +IUSE="" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" diff --git a/x11-misc/fbdesk/ChangeLog b/x11-misc/fbdesk/ChangeLog index c20637b608ef..bdcaf653248a 100644 --- a/x11-misc/fbdesk/ChangeLog +++ b/x11-misc/fbdesk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/fbdesk -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/ChangeLog,v 1.7 2003/10/28 13:29:05 tseng Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/ChangeLog,v 1.8 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> fbdesk-1.1.5.ebuild: + Added IUSE= 28 Oct 2003; Brandon Hale <tseng@gentoo.org> fbdesk-1.1.5.ebuild: marking 1.1.5 stable on ppc diff --git a/x11-misc/fbdesk/fbdesk-1.1.5.ebuild b/x11-misc/fbdesk/fbdesk-1.1.5.ebuild index 6f3813a9f52c..0f67efbc6e95 100644 --- a/x11-misc/fbdesk/fbdesk-1.1.5.ebuild +++ b/x11-misc/fbdesk/fbdesk-1.1.5.ebuild @@ -1,11 +1,11 @@ -# 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/x11-misc/fbdesk/fbdesk-1.1.5.ebuild,v 1.5 2003/11/11 13:18:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.1.5.ebuild,v 1.6 2004/04/14 09:09:01 aliz Exp $ DESCRIPTION="fluxbox-util application that creates and manage icons on your Fluxbox desktop" HOMEPAGE="http://www.fluxbox.org/fbdesk/" SRC_URI="http://www.fluxbox.org/download/${P}.tar.gz" - +IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc ~sparc ~ia64" diff --git a/x11-misc/fluxbg/ChangeLog b/x11-misc/fluxbg/ChangeLog index 0bcf1bc96c4a..a186ee63f4dc 100644 --- a/x11-misc/fluxbg/ChangeLog +++ b/x11-misc/fluxbg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/fluxbg -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxbg/ChangeLog,v 1.2 2004/02/28 19:19:17 aliz Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxbg/ChangeLog,v 1.3 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> fluxbg-0.7.ebuild: + Removed S=. *fluxbg-0.7 (20 Oct 2003) diff --git a/x11-misc/fluxbg/fluxbg-0.7.ebuild b/x11-misc/fluxbg/fluxbg-0.7.ebuild index 20b87c482909..4ca2d6676512 100644 --- a/x11-misc/fluxbg/fluxbg-0.7.ebuild +++ b/x11-misc/fluxbg/fluxbg-0.7.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $ Header: $ -S=${WORKDIR}/${P} DESCRIPTION="fluxbg is a tool for comfortable background changing." SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://fluxbg.sourceforge.net/" diff --git a/x11-misc/fluxconf/ChangeLog b/x11-misc/fluxconf/ChangeLog index f80243ae4600..3c489045cadb 100644 --- a/x11-misc/fluxconf/ChangeLog +++ b/x11-misc/fluxconf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/fluxconf # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/ChangeLog,v 1.15 2004/03/28 21:46:22 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/ChangeLog,v 1.16 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> fluxconf-0.8.5.ebuild, + fluxconf-0.9.2-r1.ebuild, fluxconf-0.9.4.ebuild, fluxconf-0.9.7.ebuild: + Removed S=, added IUSE= 28 Mar 2004; Jon Portnoy <avenj@gentoo.org> fluxconf-0.9.7.ebuild : AMD64 keywords. diff --git a/x11-misc/fluxconf/fluxconf-0.8.5.ebuild b/x11-misc/fluxconf/fluxconf-0.8.5.ebuild index 29c88c05e184..83e0ffdc0d48 100644 --- a/x11-misc/fluxconf/fluxconf-0.8.5.ebuild +++ b/x11-misc/fluxconf/fluxconf-0.8.5.ebuild @@ -1,12 +1,11 @@ -# 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/x11-misc/fluxconf/fluxconf-0.8.5.ebuild,v 1.7 2003/09/05 23:18:18 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/fluxconf-0.8.5.ebuild,v 1.8 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Configuration editor for fluxbox" SRC_URI="http://devaux.fabien.free.fr/flux/${P}.tar.gz" HOMEPAGE="http://devaux.fabien.free.fr/flux/" - +IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc " diff --git a/x11-misc/fluxconf/fluxconf-0.9.2-r1.ebuild b/x11-misc/fluxconf/fluxconf-0.9.2-r1.ebuild index f5738d839af4..542677b4ba75 100644 --- a/x11-misc/fluxconf/fluxconf-0.9.2-r1.ebuild +++ b/x11-misc/fluxconf/fluxconf-0.9.2-r1.ebuild @@ -1,10 +1,9 @@ -# 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/x11-misc/fluxconf/fluxconf-0.9.2-r1.ebuild,v 1.5 2003/09/05 23:18:18 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/fluxconf-0.9.2-r1.ebuild,v 1.6 2004/04/14 09:09:01 aliz Exp $ IUSE="" -S=${WORKDIR}/${P} DESCRIPTION="Configuration editor for fluxbox" SRC_URI="http://devaux.fabien.free.fr/flux/${P}.tar.gz" HOMEPAGE="http://devaux.fabien.free.fr/flux/" diff --git a/x11-misc/fluxconf/fluxconf-0.9.4.ebuild b/x11-misc/fluxconf/fluxconf-0.9.4.ebuild index 9adf8a6fc2da..1e62cebee5fe 100644 --- a/x11-misc/fluxconf/fluxconf-0.9.4.ebuild +++ b/x11-misc/fluxconf/fluxconf-0.9.4.ebuild @@ -1,10 +1,9 @@ -# 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/x11-misc/fluxconf/fluxconf-0.9.4.ebuild,v 1.3 2003/09/05 23:18:18 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/fluxconf-0.9.4.ebuild,v 1.4 2004/04/14 09:09:01 aliz Exp $ IUSE="" -S=${WORKDIR}/${P} DESCRIPTION="Configuration editor for fluxbox" SRC_URI="http://devaux.fabien.free.fr/flux/${P}.tar.gz" HOMEPAGE="http://devaux.fabien.free.fr/flux/" diff --git a/x11-misc/fluxconf/fluxconf-0.9.7.ebuild b/x11-misc/fluxconf/fluxconf-0.9.7.ebuild index b564c2efaae6..62ba096e3948 100644 --- a/x11-misc/fluxconf/fluxconf-0.9.7.ebuild +++ b/x11-misc/fluxconf/fluxconf-0.9.7.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/fluxconf-0.9.7.ebuild,v 1.2 2004/03/28 21:46:22 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/fluxconf-0.9.7.ebuild,v 1.3 2004/04/14 09:09:01 aliz Exp $ IUSE="" -S=${WORKDIR}/${P} DESCRIPTION="Configuration editor for fluxbox" SRC_URI="http://devaux.fabien.free.fr/flux/${P}.tar.gz" HOMEPAGE="http://devaux.fabien.free.fr/flux/" diff --git a/x11-misc/fluxspace/ChangeLog b/x11-misc/fluxspace/ChangeLog index db43a5bd8916..931121ae59f4 100644 --- a/x11-misc/fluxspace/ChangeLog +++ b/x11-misc/fluxspace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/fluxspace # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxspace/ChangeLog,v 1.4 2004/04/12 03:33:20 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxspace/ChangeLog,v 1.5 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> fluxspace-0.0.3-r1.ebuild, + fluxspace-0.0.3.ebuild: + Removed S= 11 Apr 2004; Jason Wever <weeve@gentoo.org> fluxspace-0.0.3-r1.ebuild: Added ~sparc keyword. diff --git a/x11-misc/fluxspace/fluxspace-0.0.3-r1.ebuild b/x11-misc/fluxspace/fluxspace-0.0.3-r1.ebuild index e6c553e88da6..fe8d86f33268 100644 --- a/x11-misc/fluxspace/fluxspace-0.0.3-r1.ebuild +++ b/x11-misc/fluxspace/fluxspace-0.0.3-r1.ebuild @@ -1,9 +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-misc/fluxspace/fluxspace-0.0.3-r1.ebuild,v 1.2 2004/04/12 03:33:20 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxspace/fluxspace-0.0.3-r1.ebuild,v 1.3 2004/04/14 09:09:01 aliz Exp $ IUSE="" -S=${WORKDIR}/${P} DESCRIPTION="Enhancements for workspace management within Fluxbox." SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://fluxspace.sourceforge.net/" diff --git a/x11-misc/fluxspace/fluxspace-0.0.3.ebuild b/x11-misc/fluxspace/fluxspace-0.0.3.ebuild index ce64b81758bd..65b04a57f351 100644 --- a/x11-misc/fluxspace/fluxspace-0.0.3.ebuild +++ b/x11-misc/fluxspace/fluxspace-0.0.3.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxspace/fluxspace-0.0.3.ebuild,v 1.1 2003/10/16 21:43:53 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxspace/fluxspace-0.0.3.ebuild,v 1.2 2004/04/14 09:09:01 aliz Exp $ IUSE="" -S=${WORKDIR}/${P} DESCRIPTION="Enhancements for workspace management within Fluxbox." SRC_URI="http://www.isomedia.com/homes/stevencooper/files/${P}.tar.gz" HOMEPAGE="http://www.isomedia.com/homes/stevencooper/" diff --git a/x11-misc/fluxter/ChangeLog b/x11-misc/fluxter/ChangeLog index 089a9685ff77..a9058d381bb4 100644 --- a/x11-misc/fluxter/ChangeLog +++ b/x11-misc/fluxter/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for x11-misc/fluxter -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $Header + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> fluxter-0.1.0.ebuild: + Added IUSE= + 30 Oct 2003; Brandon Hale <tseng@gentoo.org> metadata.xml: Added metadata.xml diff --git a/x11-misc/fluxter/fluxter-0.1.0.ebuild b/x11-misc/fluxter/fluxter-0.1.0.ebuild index 930aac57598a..0af492aa2216 100644 --- a/x11-misc/fluxter/fluxter-0.1.0.ebuild +++ b/x11-misc/fluxter/fluxter-0.1.0.ebuild @@ -1,11 +1,11 @@ -# 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/x11-misc/fluxter/fluxter-0.1.0.ebuild,v 1.8 2003/11/11 13:17:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxter/fluxter-0.1.0.ebuild,v 1.9 2004/04/14 09:09:01 aliz Exp $ DESCRIPTION="workspace pager dockapp, particularly useful with the Fluxbox window manager" HOMEPAGE="http://www.isomedia.com/homes/stevencooper/" SRC_URI="http://www.isomedia.com/homes/stevencooper/files/${P}.tar.gz" - +IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" diff --git a/x11-misc/fspanel/ChangeLog b/x11-misc/fspanel/ChangeLog index 5ff04d9d493a..cf06e20d8703 100644 --- a/x11-misc/fspanel/ChangeLog +++ b/x11-misc/fspanel/ChangeLog @@ -1,8 +1,8 @@ # ChangeLog for x11-misc/fspanel # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fspanel/ChangeLog,v 1.6 2003/02/22 20:31:38 mkeadle Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fspanel/ChangeLog,v 1.7 2004/04/14 09:09:01 aliz Exp $ -*fspanel-0.8_beta1 (29 Jul 2002) +*fspanel-0.8_beta1-r2 (22 Feb 2003) 22 Feb 2003; Matt Keadle <mkeadle@gentoo.org> fspanel-0.8_beta1-r2.ebuild : diff --git a/x11-misc/xaos/ChangeLog b/x11-misc/xaos/ChangeLog index 1e03a856f161..ded350d69b10 100644 --- a/x11-misc/xaos/ChangeLog +++ b/x11-misc/xaos/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for x11-misc/xaos # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/ChangeLog,v 1.5 2004/01/08 02:42:13 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/ChangeLog,v 1.6 2004/04/14 09:09:02 aliz Exp $ 07 Jan 2003; George Shapovalov <george@gentoo.org> xaos-3.1.ebuild, metadata.xml : marked 3.1 stable, added metadata @@ -14,7 +14,7 @@ version bump. ggi support is disabled as it seems to be broken -- see bug #21155. Ebuild submitted by: Michael Leuchtenburg <michael@slashhome.org> -*xaos-3.1_pre5.ebuild (12 Mar 2003) +*xaos-3.1_pre5 (12 Mar 2003) 12 Mar 2003; George Shapovalov <george@gentoo.org> xaos-3.1_pre5.ebuild, files/digest-xaos-3.1_pre5 : initial release (14181) |