diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 02:25:47 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 02:25:47 +0000 |
commit | c6a2baeaaba8dc0157d56a74494dfd93d0ae9de3 (patch) | |
tree | 8d4ea2cea7cc0cee0d6dc55b5fb85ec6b2db157d /x11-themes/gentoo-artwork | |
parent | QA - fix use invocation (diff) | |
download | historical-c6a2baeaaba8dc0157d56a74494dfd93d0ae9de3.tar.gz historical-c6a2baeaaba8dc0157d56a74494dfd93d0ae9de3.tar.bz2 historical-c6a2baeaaba8dc0157d56a74494dfd93d0ae9de3.zip |
QA - fix use invocation
Diffstat (limited to 'x11-themes/gentoo-artwork')
-rw-r--r-- | x11-themes/gentoo-artwork/ChangeLog | 8 | ||||
-rw-r--r-- | x11-themes/gentoo-artwork/gentoo-artwork-0.1.ebuild | 6 | ||||
-rw-r--r-- | x11-themes/gentoo-artwork/gentoo-artwork-0.2.ebuild | 6 | ||||
-rw-r--r-- | x11-themes/gentoo-artwork/gentoo-artwork-0.3.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/x11-themes/gentoo-artwork/ChangeLog b/x11-themes/gentoo-artwork/ChangeLog index 666038985cd2..d934176a72a1 100644 --- a/x11-themes/gentoo-artwork/ChangeLog +++ b/x11-themes/gentoo-artwork/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gentoo-artwork -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/ChangeLog,v 1.7 2004/02/29 16:45:27 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/ChangeLog,v 1.8 2004/06/24 02:25:10 agriffis Exp $ + + 23 Jun 2004; Aron Griffis <agriffis@gentoo.org> gentoo-artwork-0.1.ebuild, + gentoo-artwork-0.2.ebuild, gentoo-artwork-0.3.ebuild: + QA - fix use invocation 13 Dec 2003; Brad House <brad_mssw@gentoo.org> gentoo-artwork-0.3.ebuild: mark stable on amd64 diff --git a/x11-themes/gentoo-artwork/gentoo-artwork-0.1.ebuild b/x11-themes/gentoo-artwork/gentoo-artwork-0.1.ebuild index 98f40de735f5..c6c89febba1f 100644 --- a/x11-themes/gentoo-artwork/gentoo-artwork-0.1.ebuild +++ b/x11-themes/gentoo-artwork/gentoo-artwork-0.1.ebuild @@ -1,6 +1,6 @@ -# 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/gentoo-artwork/gentoo-artwork-0.1.ebuild,v 1.6 2003/09/04 07:06:27 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/gentoo-artwork-0.1.ebuild,v 1.7 2004/06/24 02:25:10 agriffis Exp $ DESCRIPTION="A collection of miscellaneous Gentoo Linux logos and artwork" SRC_URI="mirror://gentoo/gentoo-artwork-${PV}.tar.bz2" @@ -34,7 +34,7 @@ src_install() { # doins $DIR/*.jpg; # done # - if [ `use kde` ] ; then + if use kde ; then insinto ${KDEDIR}/share/apps/kdisplay/color-schemes doins ${S}/misc/Gentoo.kcsrc diff --git a/x11-themes/gentoo-artwork/gentoo-artwork-0.2.ebuild b/x11-themes/gentoo-artwork/gentoo-artwork-0.2.ebuild index f6a43a14ad01..445f359a4443 100644 --- a/x11-themes/gentoo-artwork/gentoo-artwork-0.2.ebuild +++ b/x11-themes/gentoo-artwork/gentoo-artwork-0.2.ebuild @@ -1,6 +1,6 @@ -# 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/gentoo-artwork/gentoo-artwork-0.2.ebuild,v 1.4 2003/09/04 07:06:27 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/gentoo-artwork-0.2.ebuild,v 1.5 2004/06/24 02:25:10 agriffis Exp $ DESCRIPTION="A collection of miscellaneous Gentoo Linux logos and artwork" SRC_URI="mirror://gentoo/gentoo-artwork-${PV}.tar.bz2" @@ -25,7 +25,7 @@ src_install() { doins $DIR/*.jpg; done - if [ `use kde` ] ; then + if use kde ; then # a Gentoo colour scheme for KDE insinto ${KDEDIR}/share/apps/kdisplay/color-schemes doins ${S}/misc/Gentoo.kcsrc diff --git a/x11-themes/gentoo-artwork/gentoo-artwork-0.3.ebuild b/x11-themes/gentoo-artwork/gentoo-artwork-0.3.ebuild index f8badc37b48e..28fb617f236a 100644 --- a/x11-themes/gentoo-artwork/gentoo-artwork-0.3.ebuild +++ b/x11-themes/gentoo-artwork/gentoo-artwork-0.3.ebuild @@ -1,6 +1,6 @@ -# 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/gentoo-artwork/gentoo-artwork-0.3.ebuild,v 1.4 2003/12/13 17:45:29 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-artwork/gentoo-artwork-0.3.ebuild,v 1.5 2004/06/24 02:25:10 agriffis Exp $ DESCRIPTION="A collection of miscellaneous Gentoo Linux logos and artwork" SRC_URI="mirror://gentoo/gentoo-artwork-0.2.tar.bz2 mirror://gentoo/gentoo-artwork-0.3.tar.bz2" @@ -34,7 +34,7 @@ src_install() { doins $DIR/*.jpg; done - if [ `use kde` ] ; then + if use kde ; then # a Gentoo colour scheme for KDE insinto ${KDEDIR}/share/apps/kdisplay/color-schemes doins ${S}/misc/Gentoo.kcsrc |