diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-30 10:29:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-30 10:29:00 +0000 |
commit | 8751ce57eb31fd34dcfca4d3bf5d9c257c44b9c8 (patch) | |
tree | 52adcbf43ed78f1e1afcbcd30b703f675d09898a /x11-themes | |
parent | Added >=media-plugins/gst-plugins-swfdec-0.8.0 to gnome 2.6 mask (diff) | |
download | historical-8751ce57eb31fd34dcfca4d3bf5d9c257c44b9c8.tar.gz historical-8751ce57eb31fd34dcfca4d3bf5d9c257c44b9c8.tar.bz2 historical-8751ce57eb31fd34dcfca4d3bf5d9c257c44b9c8.zip |
don't assign default to S; tidy
Diffstat (limited to 'x11-themes')
7 files changed, 44 insertions, 46 deletions
diff --git a/x11-themes/sawfish-themes/ChangeLog b/x11-themes/sawfish-themes/ChangeLog index 0224846504e3..10205fa0340b 100644 --- a/x11-themes/sawfish-themes/ChangeLog +++ b/x11-themes/sawfish-themes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/sawfish-themes -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/sawfish-themes/ChangeLog,v 1.4 2003/03/27 05:28:19 vladimir Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/sawfish-themes/ChangeLog,v 1.5 2004/03/30 10:29:00 mr_bones_ Exp $ + + 30 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> + sawfish-themes-0.0.1-r1.ebuild, sawfish-themes-0.0.1-r3.ebuild: + don't assign default to S; tidy *sawfish-themes-0.0.1-r3 (29 Jun 2002) diff --git a/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r1.ebuild b/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r1.ebuild index 47b749c6eb4b..e13b5e85e6ae 100644 --- a/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r1.ebuild +++ b/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r1.ebuild @@ -1,15 +1,17 @@ -# 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/sawfish-themes/sawfish-themes-0.0.1-r1.ebuild,v 1.6 2003/03/27 05:28:19 vladimir Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r1.ebuild,v 1.7 2004/03/30 10:29:00 mr_bones_ Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Some nice themes for sawfish" -SRC_URI="http://ftp1.sourceforge.net/pub/mirrors/themes.org/sawmill/Adept-0.28.tar.gz http://ftp1.sourceforge.net/pub/mirrors/themes.org/sawmill/Eazel-blue-0.30.tar.gz" HOMEPAGE="http://www.themes.org" -DEPEND=">=x11-wm/sawfish-1.0" +SRC_URI="http://ftp1.sourceforge.net/pub/mirrors/themes.org/sawmill/Adept-0.28.tar.gz http://ftp1.sourceforge.net/pub/mirrors/themes.org/sawmill/Eazel-blue-0.30.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc alpha" +IUSE="" + +DEPEND=">=x11-wm/sawfish-1.0" src_install() { version="`sawfish --version |sed -e 's/sawfish version //'`" diff --git a/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r3.ebuild b/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r3.ebuild index 1f9a8af3c4e3..98a09f332fc6 100644 --- a/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r3.ebuild +++ b/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r3.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-themes/sawfish-themes/sawfish-themes-0.0.1-r3.ebuild,v 1.9 2003/09/06 07:28:56 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/sawfish-themes/sawfish-themes-0.0.1-r3.ebuild,v 1.10 2004/03/30 10:29:00 mr_bones_ Exp $ DESCRIPTION="Some nice themes for Sawfish" -S=${WORKDIR} +HOMEPAGE="http://themes.freshmeat.net/" THEME_URI="http://download.freshmeat.net/themes/" SRC_URI="${THEME_URI}/absolutedarkness/absolutedarkness-0.30.tar.gz ${THEME_URI}/adaptblue/adaptblue-0.30.tar.gz @@ -58,23 +58,19 @@ SRC_URI="${THEME_URI}/absolutedarkness/absolutedarkness-0.30.tar.gz ${THEME_URI}/whistlerk_/whistlerk_-0.30.tar.gz ${THEME_URI}/win98/win98-0.30.tar.gz" -HOMEPAGE="http://themes.freshmeat.net/" - -RDEPEND="=x11-wm/sawfish-1*" - SLOT="1" LICENSE="GPL-2" KEYWORDS="x86 ppc alpha" +IUSE="" -src_compile() { +RDEPEND="=x11-wm/sawfish-1*" +S=${WORKDIR} +src_compile() { einfo "Nothing to compile" } src_install() { - dodir /usr/share/sawfish/themes - cp -a * ${D}/usr/share/sawfish/themes - } diff --git a/x11-themes/sylpheed-iconset/ChangeLog b/x11-themes/sylpheed-iconset/ChangeLog index a19998104b12..2298870eec7d 100644 --- a/x11-themes/sylpheed-iconset/ChangeLog +++ b/x11-themes/sylpheed-iconset/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/sylpheed-iconset # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-iconset/ChangeLog,v 1.10 2004/03/23 18:44:28 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-iconset/ChangeLog,v 1.11 2004/03/30 10:26:43 mr_bones_ Exp $ + + 30 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> + sylpheed-iconset-20030712.ebuild, sylpheed-iconset-20031130.ebuild, + sylpheed-iconset-20040206.ebuild: + don't assign default to S; tidy 23 Mar 2004; Martin Holzer <mholzer@gentoo.org> sylpheed-iconset-20030712.ebuild, sylpheed-iconset-20031130.ebuild, diff --git a/x11-themes/sylpheed-iconset/sylpheed-iconset-20030712.ebuild b/x11-themes/sylpheed-iconset/sylpheed-iconset-20030712.ebuild index ec02cd32d708..55e30e6ab395 100644 --- a/x11-themes/sylpheed-iconset/sylpheed-iconset-20030712.ebuild +++ b/x11-themes/sylpheed-iconset/sylpheed-iconset-20030712.ebuild @@ -1,22 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-iconset/sylpheed-iconset-20030712.ebuild,v 1.2 2004/03/23 18:44:28 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-iconset/sylpheed-iconset-20030712.ebuild,v 1.3 2004/03/30 10:26:43 mr_bones_ Exp $ DESCRIPTION="Iconset for sylpheed-claws" - HOMEPAGE="http://sylpheed-claws.sourceforge.net/" -SLOT="0" +SRC_URI="mirror://sourceforge/sylpheed-claws/${P}.tar.gz" + LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 alpha" +IUSE="" DEPEND="virtual/sylpheed" -SRC_URI="mirror://sourceforge/sylpheed-claws/${P}.tar.gz" -RESTRICT="nomirror" - -S=${WORKDIR}/${P} - -src_install () { +src_install() { dodir /usr/share/sylpheed-claws/themes dodoc README rm README diff --git a/x11-themes/sylpheed-iconset/sylpheed-iconset-20031130.ebuild b/x11-themes/sylpheed-iconset/sylpheed-iconset-20031130.ebuild index e4331999bd4f..79d2b5cef983 100644 --- a/x11-themes/sylpheed-iconset/sylpheed-iconset-20031130.ebuild +++ b/x11-themes/sylpheed-iconset/sylpheed-iconset-20031130.ebuild @@ -1,22 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-iconset/sylpheed-iconset-20031130.ebuild,v 1.3 2004/03/23 18:44:28 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-iconset/sylpheed-iconset-20031130.ebuild,v 1.4 2004/03/30 10:26:43 mr_bones_ Exp $ DESCRIPTION="Iconset for sylpheed-claws" - HOMEPAGE="http://sylpheed-claws.sourceforge.net/" -SLOT="0" +SRC_URI="mirror://sourceforge/sylpheed-claws/${P}.tar.gz" + LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ~alpha" +IUSE="" DEPEND="virtual/sylpheed" -SRC_URI="mirror://sourceforge/sylpheed-claws/${P}.tar.gz" -RESTRICT="nomirror" - -S=${WORKDIR}/${P} - -src_install () { +src_install() { dodir /usr/share/sylpheed-claws/themes dodoc README rm README INSTALL diff --git a/x11-themes/sylpheed-iconset/sylpheed-iconset-20040206.ebuild b/x11-themes/sylpheed-iconset/sylpheed-iconset-20040206.ebuild index 1935f383fd3a..dce23169296d 100644 --- a/x11-themes/sylpheed-iconset/sylpheed-iconset-20040206.ebuild +++ b/x11-themes/sylpheed-iconset/sylpheed-iconset-20040206.ebuild @@ -1,22 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-iconset/sylpheed-iconset-20040206.ebuild,v 1.2 2004/03/23 18:44:28 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/sylpheed-iconset/sylpheed-iconset-20040206.ebuild,v 1.3 2004/03/30 10:26:43 mr_bones_ Exp $ DESCRIPTION="Iconset for sylpheed-claws" - HOMEPAGE="http://sylpheed-claws.sourceforge.net/" -SLOT="0" +SRC_URI="mirror://sourceforge/sylpheed-claws/${P}.tar.gz" + LICENSE="GPL-2" +SLOT="0" KEYWORDS="~x86 ~alpha" +IUSE="" DEPEND="virtual/sylpheed" -SRC_URI="mirror://sourceforge/sylpheed-claws/${P}.tar.gz" -RESTRICT="nomirror" - -S=${WORKDIR}/${P} - -src_install () { +src_install() { dodir /usr/share/sylpheed-claws/themes dodoc README rm README INSTALL |