diff options
29 files changed, 95 insertions, 46 deletions
diff --git a/x11-themes/alloy/ChangeLog b/x11-themes/alloy/ChangeLog index ed65cfb70194..e6feb8ceb587 100644 --- a/x11-themes/alloy/ChangeLog +++ b/x11-themes/alloy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/alloy # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/ChangeLog,v 1.4 2004/03/30 10:31:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/ChangeLog,v 1.5 2004/04/17 12:26:49 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> alloy-0.3.ebuild, + alloy-0.4.1a.ebuild, alloy-0.5.ebuild: + Added IUSE= 30 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> alloy-0.3.ebuild: don't assign default to S diff --git a/x11-themes/alloy/alloy-0.3.ebuild b/x11-themes/alloy/alloy-0.3.ebuild index 8d7ef1120b35..1313d736e038 100644 --- a/x11-themes/alloy/alloy-0.3.ebuild +++ b/x11-themes/alloy/alloy-0.3.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-themes/alloy/alloy-0.3.ebuild,v 1.5 2004/03/30 10:31:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.3.ebuild,v 1.6 2004/04/17 12:26:49 aliz Exp $ inherit kde-base need-kde 3.1 @@ -12,6 +12,7 @@ LICENSE="GPL-2" SLOT="0" DEPEND="kde-base/kdebase" KEYWORDS="~x86 ~ppc ~sparc ~alpha" +IUSE="" src_compile(){ ./configure --prefix=$KDEDIR || die diff --git a/x11-themes/alloy/alloy-0.4.1a.ebuild b/x11-themes/alloy/alloy-0.4.1a.ebuild index 2ee0072ab86c..9df9b332cbb4 100644 --- a/x11-themes/alloy/alloy-0.4.1a.ebuild +++ b/x11-themes/alloy/alloy-0.4.1a.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-themes/alloy/alloy-0.4.1a.ebuild,v 1.2 2004/03/03 16:33:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.4.1a.ebuild,v 1.3 2004/04/17 12:26:49 aliz Exp $ inherit kde need-kde 3.1 @@ -8,7 +8,7 @@ need-kde 3.1 DESCRIPTION="A neat KDE 3.1 style based on the Java Alloy Look&Feel from Incors (http://www.incors.com)." HOMEPAGE="http://www.kdelook.org/content/show.php?content=6304" SRC_URI="http://www.kdelook.org/content/files/6304-${P}.tar.gz" - +IUSE="" LICENSE="GPL-2" SLOT="0" DEPEND="kde-base/kdebase" diff --git a/x11-themes/alloy/alloy-0.5.ebuild b/x11-themes/alloy/alloy-0.5.ebuild index 5f2a41f10ee8..52edac433db2 100644 --- a/x11-themes/alloy/alloy-0.5.ebuild +++ b/x11-themes/alloy/alloy-0.5.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-themes/alloy/alloy-0.5.ebuild,v 1.2 2004/03/03 16:33:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.5.ebuild,v 1.3 2004/04/17 12:26:49 aliz Exp $ inherit kde need-kde 3.2 @@ -8,7 +8,7 @@ need-kde 3.2 DESCRIPTION="A neat KDE style based on the Java Alloy Look&Feel from Incors (http://www.incors.com)." HOMEPAGE="http://www.kde-look.org/content/show.php?content=10605" SRC_URI="http://www.kde-look.org/content/files/10605-${P}.tar.bz2" - +IUSE="" LICENSE="GPL-2" SLOT="0" DEPEND=">=kde-base/kdebase-3.2 diff --git a/x11-themes/amsn-skins/ChangeLog b/x11-themes/amsn-skins/ChangeLog index 5cf5b8d87a2d..f86a28ea5a54 100644 --- a/x11-themes/amsn-skins/ChangeLog +++ b/x11-themes/amsn-skins/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/amsn-skins # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/amsn-skins/ChangeLog,v 1.3 2004/03/29 23:25:09 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/amsn-skins/ChangeLog,v 1.4 2004/04/17 12:26:49 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> amsn-skins-20040223.ebuild: + Added IUSE= 30 Mar 2004; Gustavo Felisberto <humpback@gentoo.org>; : Small bug in digest thanks to Greg Andreou <gregorya@dai.ed.ac.uk> in bug 46035 diff --git a/x11-themes/amsn-skins/amsn-skins-20040223.ebuild b/x11-themes/amsn-skins/amsn-skins-20040223.ebuild index d110a1ccf2f3..e1bf9e4fbcb8 100644 --- a/x11-themes/amsn-skins/amsn-skins-20040223.ebuild +++ b/x11-themes/amsn-skins/amsn-skins-20040223.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-themes/amsn-skins/amsn-skins-20040223.ebuild,v 1.2 2004/02/23 20:10:47 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/amsn-skins/amsn-skins-20040223.ebuild,v 1.3 2004/04/17 12:26:49 aliz Exp $ S=${WORKDIR} DESCRIPTION="Collection of AMSN themes" @@ -16,6 +16,7 @@ RESTRICT="nomirror" SLOT="0" LICENSE="freedist" KEYWORDS="~x86 ~alpha" +IUSE="" DEPEND="" RDEPEND="net-im/amsn" diff --git a/x11-themes/commonbox-styles-extra/ChangeLog b/x11-themes/commonbox-styles-extra/ChangeLog index 771b6d580efa..a3834e42b714 100644 --- a/x11-themes/commonbox-styles-extra/ChangeLog +++ b/x11-themes/commonbox-styles-extra/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/commonbox-styles-extra -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles-extra/ChangeLog,v 1.7 2003/10/30 14:03:06 tseng Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles-extra/ChangeLog,v 1.8 2004/04/17 12:26:49 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> + commonbox-styles-extra-0.2-r1.ebuild: + Added IUSE=, removed S=. 30 Oct 2003; Brandon Hale <tseng@gentoo.org> metadata.xml: Added metadata.xml diff --git a/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r1.ebuild b/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r1.ebuild index a13b5774a947..57b4129968ee 100644 --- a/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r1.ebuild +++ b/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r1.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-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r1.ebuild,v 1.6 2003/06/20 14:31:59 mkeadle Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles-extra/commonbox-styles-extra-0.2-r1.ebuild,v 1.7 2004/04/17 12:26:49 aliz Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="Extra styles pack for flux|black|open(box)." SRC_URI="mirror://gentoo/${P}.tar.bz2 http://mkeadle.org/distfiles/${P}.tar.bz2" diff --git a/x11-themes/commonbox-styles/ChangeLog b/x11-themes/commonbox-styles/ChangeLog index 7c08fb40d7cf..fdd2deb3f553 100644 --- a/x11-themes/commonbox-styles/ChangeLog +++ b/x11-themes/commonbox-styles/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $Header: + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> commonbox-styles-0.6.ebuild: + Added IUSE=, removed S=. + 17 Feb 2004; Aron Griffis <agriffis@gentoo.org> commonbox-styles-0.6.ebuild: stable on ia64 diff --git a/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild b/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild index d1dbc7f51684..36df1896b34e 100644 --- a/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild +++ b/x11-themes/commonbox-styles/commonbox-styles-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-themes/commonbox-styles/commonbox-styles-0.6.ebuild,v 1.10 2004/02/17 22:59:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/commonbox-styles/commonbox-styles-0.6.ebuild,v 1.11 2004/04/17 12:26:49 aliz Exp $ -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="Common styles for fluxbox, blackbox, and openbox." SRC_URI="mirror://gentoo/${P}.tar.bz2 http://mkeadle.org/distfiles/${P}.tar.bz2" diff --git a/x11-themes/conectiva-crystal/ChangeLog b/x11-themes/conectiva-crystal/ChangeLog index eca52b2f353d..1b5d3108ee69 100644 --- a/x11-themes/conectiva-crystal/ChangeLog +++ b/x11-themes/conectiva-crystal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/conectiva-crystal # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/conectiva-crystal/ChangeLog,v 1.12 2004/03/14 17:32:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/conectiva-crystal/ChangeLog,v 1.13 2004/04/17 12:26:49 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> + conectiva-crystal-3.1_beta37-r1.ebuild: + Added IUSE. 14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> conectiva-crystal-021209.ebuild, conectiva-crystal-3.1_beta37-r1.ebuild: diff --git a/x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37-r1.ebuild b/x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37-r1.ebuild index 5a0fc38b702e..3f3290d52a77 100644 --- a/x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37-r1.ebuild +++ b/x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37-r1.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-themes/conectiva-crystal/conectiva-crystal-3.1_beta37-r1.ebuild,v 1.5 2004/03/14 17:32:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/conectiva-crystal/conectiva-crystal-3.1_beta37-r1.ebuild,v 1.6 2004/04/17 12:26:49 aliz Exp $ inherit kde @@ -13,6 +13,7 @@ HOMEPAGE="http://www.conectiva.com.br" KEYWORDS="x86 ppc alpha" SLOT="0" LICENSE="as-is" +IUSE="" # stripping hangs and we've no binaries RESTRICT="$RESTRICT nostrip" diff --git a/x11-themes/fusionx-aqua/ChangeLog b/x11-themes/fusionx-aqua/ChangeLog index a1d65ff60a58..7f6a7f19bca8 100644 --- a/x11-themes/fusionx-aqua/ChangeLog +++ b/x11-themes/fusionx-aqua/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/fusionx-aqua # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/ChangeLog,v 1.2 2004/03/14 17:32:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/ChangeLog,v 1.3 2004/04/17 12:26:49 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> fusionx-aqua-1.1.ebuild: + Added IUSE. 14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> fusionx-aqua-1.1.ebuild: diff --git a/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild b/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild index 67b4f2e5b31f..981baf7cb621 100644 --- a/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild +++ b/x11-themes/fusionx-aqua/fusionx-aqua-1.1.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-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild,v 1.4 2004/03/14 17:32:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild,v 1.5 2004/04/17 12:26:49 aliz Exp $ inherit kde need-kde 3.1 @@ -10,7 +10,7 @@ S=${WORKDIR}/${MY_P} DESCRIPTION="stylish \"Fusion X Aqua\" theme for KDE" HOMEPAGE="http://www.kdelook.org/content/show.php?content=5296" SRC_URI="http://www.kdelook.org/content/files/5296-${MY_P}.tar.gz" - +IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha" diff --git a/x11-themes/fvwm-crystal/ChangeLog b/x11-themes/fvwm-crystal/ChangeLog index af457b245b70..1d709fa0f2ad 100644 --- a/x11-themes/fvwm-crystal/ChangeLog +++ b/x11-themes/fvwm-crystal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/fvwm-crystal # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.6 2004/04/01 09:38:07 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.7 2004/04/17 12:26:49 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> fvwm-crystal-1.0.1.ebuild: + Inherit eutils. 01 Apr 2004; Tavis Ormandy <taviso@gentoo.org> fvwm-crystal-1.0.3_pre1.ebuild: diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild index a2556defb992..91e33e42f88d 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.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-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild,v 1.7 2004/03/25 19:14:15 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild,v 1.8 2004/04/17 12:26:49 aliz Exp $ + +inherit eutils DESCRIPTION="A very nice and powerful theme for FVWM" HOMEPAGE="http://fvwm-crystal.linuxpl.org/" diff --git a/x11-themes/fvwm_icons/ChangeLog b/x11-themes/fvwm_icons/ChangeLog index cb810b7ac93a..3b6c7f6683d5 100644 --- a/x11-themes/fvwm_icons/ChangeLog +++ b/x11-themes/fvwm_icons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/fvwm_icons -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm_icons/ChangeLog,v 1.3 2003/09/01 17:51:53 taviso Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm_icons/ChangeLog,v 1.4 2004/04/17 12:26:49 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> fvwm_icons-1.0.ebuild: + Added IUSE= 01 Sep 2003; Tavis Ormandy <taviso@gentoo.org> fvwm_icons-1.0.ebuild: stable on x86 and alpha diff --git a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild index 2dbd917b1bb1..22222621b16a 100644 --- a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild +++ b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild @@ -1,12 +1,12 @@ -# 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-themes/fvwm_icons/fvwm_icons-1.0.ebuild,v 1.5 2003/09/04 07:07:28 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild,v 1.6 2004/04/17 12:26:49 aliz Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Icons for use with FVWM" SRC_URI="http://www.fvwm.org/generated/icon_download/fvwm_icons.tar.bz2" HOMEPAGE="http://www.fvwm.org/" - +IUSE="" DEPEND="x11-wm/fvwm" KEYWORDS="x86 alpha ~sparc" SLOT="0" diff --git a/x11-themes/fvwm_sounds/ChangeLog b/x11-themes/fvwm_sounds/ChangeLog index e5a5a7b93268..32015bb2f014 100644 --- a/x11-themes/fvwm_sounds/ChangeLog +++ b/x11-themes/fvwm_sounds/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/fvwm_sounds -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm_sounds/ChangeLog,v 1.4 2003/10/26 22:14:47 taviso Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm_sounds/ChangeLog,v 1.5 2004/04/17 12:26:49 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> fvwm_sounds-1.0.ebuild: + Added IUSE= 26 Oct 2003; Tavis Ormandy <taviso@gentoo.org> fvwm_sounds-1.0.ebuild: stable on alpha diff --git a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild b/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild index 86604089dd83..4f8ada56ecc6 100644 --- a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild +++ b/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild @@ -1,12 +1,12 @@ -# 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-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild,v 1.6 2003/10/26 22:14:47 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild,v 1.7 2004/04/17 12:26:49 aliz Exp $ S=${WORKDIR} DESCRIPTION="Sounds for use with FVWM" SRC_URI="http://www.fvwm.org/generated/sounds_download/fvwm_sounds.tgz" HOMEPAGE="http://www.fvwm.org/" - +IUSE="" DEPEND="x11-wm/fvwm" KEYWORDS="x86 alpha" SLOT="0" diff --git a/x11-themes/gaim-smileys/ChangeLog b/x11-themes/gaim-smileys/ChangeLog index aacebbd19e23..32b904a14960 100644 --- a/x11-themes/gaim-smileys/ChangeLog +++ b/x11-themes/gaim-smileys/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/gaim-smileys -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gaim-smileys/ChangeLog,v 1.8 2004/03/12 01:02:34 malverian Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gaim-smileys/ChangeLog,v 1.9 2004/04/17 12:26:49 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> gaim-smileys-20031002.ebuild: + Added IUSE= 11 Mar 2004; Philip Walls <malverian@gentoo.org> Added amd64 keywords diff --git a/x11-themes/gaim-smileys/gaim-smileys-20031002.ebuild b/x11-themes/gaim-smileys/gaim-smileys-20031002.ebuild index db3442a04eab..09182f82a854 100644 --- a/x11-themes/gaim-smileys/gaim-smileys-20031002.ebuild +++ b/x11-themes/gaim-smileys/gaim-smileys-20031002.ebuild @@ -1,7 +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-themes/gaim-smileys/gaim-smileys-20031002.ebuild,v 1.2 2004/03/12 01:02:34 malverian Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gaim-smileys/gaim-smileys-20031002.ebuild,v 1.3 2004/04/17 12:26:49 aliz Exp $ +IUSE="" DESCRIPTION="Snapshot of Available Gaim Smiley Themes" HOMEPAGE="http://gaim.sourceforge.net/themes.php" # use absolute links rather than php-redirects from gaim.sf.net diff --git a/x11-themes/gnome-themes-extras/ChangeLog b/x11-themes/gnome-themes-extras/ChangeLog index 0a5916174647..f3ef3250bd03 100644 --- a/x11-themes/gnome-themes-extras/ChangeLog +++ b/x11-themes/gnome-themes-extras/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gnome-themes-extras # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-extras/ChangeLog,v 1.15 2004/04/03 07:13:39 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-extras/ChangeLog,v 1.16 2004/04/17 12:26:49 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> + gnome-themes-extras-0.5.ebuild, gnome-themes-extras-0.6.ebuild: + Inherit eutils. 03 Apr 2004; Lars Weiler <pylon@gentoo.org> gnome-themes-extras-0.6.ebuild: stable on ppc diff --git a/x11-themes/gnome-themes-extras/gnome-themes-extras-0.5.ebuild b/x11-themes/gnome-themes-extras/gnome-themes-extras-0.5.ebuild index b54c18b757a3..e5e4d5801a29 100644 --- a/x11-themes/gnome-themes-extras/gnome-themes-extras-0.5.ebuild +++ b/x11-themes/gnome-themes-extras/gnome-themes-extras-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-themes/gnome-themes-extras/gnome-themes-extras-0.5.ebuild,v 1.6 2004/03/24 19:03:41 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-extras/gnome-themes-extras-0.5.ebuild,v 1.7 2004/04/17 12:26:49 aliz Exp $ -inherit gnome2 +inherit gnome2 eutils DESCRIPTION="Additional themes for GNOME 2.2" HOMEPAGE="http://librsvg.sourceforge.net/theme.php" diff --git a/x11-themes/gnome-themes-extras/gnome-themes-extras-0.6.ebuild b/x11-themes/gnome-themes-extras/gnome-themes-extras-0.6.ebuild index 69f17eac30e5..93bc24c04605 100644 --- a/x11-themes/gnome-themes-extras/gnome-themes-extras-0.6.ebuild +++ b/x11-themes/gnome-themes-extras/gnome-themes-extras-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-themes/gnome-themes-extras/gnome-themes-extras-0.6.ebuild,v 1.4 2004/04/03 07:13:39 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-extras/gnome-themes-extras-0.6.ebuild,v 1.5 2004/04/17 12:26:49 aliz Exp $ -inherit gnome2 +inherit gnome2 eutils DESCRIPTION="Additional themes for GNOME 2.2" HOMEPAGE="http://librsvg.sourceforge.net/theme.php" diff --git a/x11-themes/gnome-themes/ChangeLog b/x11-themes/gnome-themes/ChangeLog index 2060f9965d3d..6524d53e70ba 100644 --- a/x11-themes/gnome-themes/ChangeLog +++ b/x11-themes/gnome-themes/ChangeLog @@ -1,10 +1,14 @@ # ChangeLog for x11-themes/gnome-themes # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes/ChangeLog,v 1.39 2004/04/17 09:45:40 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes/ChangeLog,v 1.40 2004/04/17 12:26:49 aliz Exp $ 17 Apr 2004; Travis Tilley <lv@gentoo.org> gnome-themes-2.4.1.ebuild: stable on amd64 + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> gnome-themes-2.4.0.ebuild, + gnome-themes-2.4.1.ebuild: + Inherit eutils. + *gnome-themes-2.6.0 (22 Mar 2004) 22 Mar 2004; foser <foser@gentoo.org> gnome-themes-2.6.0.ebuild : diff --git a/x11-themes/gnome-themes/gnome-themes-2.4.0.ebuild b/x11-themes/gnome-themes/gnome-themes-2.4.0.ebuild index b50007c0291e..8e1d270a529c 100644 --- a/x11-themes/gnome-themes/gnome-themes-2.4.0.ebuild +++ b/x11-themes/gnome-themes/gnome-themes-2.4.0.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-themes/gnome-themes/gnome-themes-2.4.0.ebuild,v 1.12 2004/04/17 09:45:40 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes/gnome-themes-2.4.0.ebuild,v 1.13 2004/04/17 12:26:49 aliz Exp $ # FIXME : the engines in here should probably be disabled and done in seperate ebuilds -inherit gnome2 +inherit gnome2 eutils DESCRIPTION="A set of gnome2 themes, with sets for users with limited or low vision" HOMEPAGE="http://www.gnome.org/softwaremap/projects/gnome-themes" diff --git a/x11-themes/gnome-themes/gnome-themes-2.4.1.ebuild b/x11-themes/gnome-themes/gnome-themes-2.4.1.ebuild index 0daa07893ae0..c01f10154138 100644 --- a/x11-themes/gnome-themes/gnome-themes-2.4.1.ebuild +++ b/x11-themes/gnome-themes/gnome-themes-2.4.1.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-themes/gnome-themes/gnome-themes-2.4.1.ebuild,v 1.7 2004/04/17 09:45:40 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes/gnome-themes-2.4.1.ebuild,v 1.8 2004/04/17 12:26:49 aliz Exp $ # FIXME : the engines in here should probably be disabled and done in seperate ebuilds -inherit gnome2 +inherit gnome2 eutils DESCRIPTION="A set of gnome2 themes, with sets for users with limited or low vision" HOMEPAGE="http://www.gnome.org/softwaremap/projects/gnome-themes" diff --git a/x11-themes/redhat-artwork/ChangeLog b/x11-themes/redhat-artwork/ChangeLog index 100d1ad0b174..e3541a2b5850 100644 --- a/x11-themes/redhat-artwork/ChangeLog +++ b/x11-themes/redhat-artwork/ChangeLog @@ -1,6 +1,8 @@ # ChangeLog for x11-themes/redhat-artwork # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/ChangeLog,v 1.27 2004/04/12 00:26:12 khai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/ChangeLog,v 1.28 2004/04/17 12:26:49 aliz Exp $ + +*redhat-artwork-0.95 (11 Apr 2004) 11 Apr 2004; <khai@gentoo.org> : Version bump, includes goodies for gnome-2.6 |