diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2004-10-04 05:52:40 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2004-10-04 05:52:40 +0000 |
commit | 5571bb769c010e5c6701097d79490e3e8db5adb6 (patch) | |
tree | 1a9d7a7c80862b572aeaa9e866ad8a5c78c2ab99 /x11-themes | |
parent | Using preserve_old_lib to cut down on clutter. (Manifest recommit) (diff) | |
download | gentoo-2-5571bb769c010e5c6701097d79490e3e8db5adb6.tar.gz gentoo-2-5571bb769c010e5c6701097d79490e3e8db5adb6.tar.bz2 gentoo-2-5571bb769c010e5c6701097d79490e3e8db5adb6.zip |
Drop useless portageq calls.
Diffstat (limited to 'x11-themes')
6 files changed, 19 insertions, 10 deletions
diff --git a/x11-themes/redhat-artwork/ChangeLog b/x11-themes/redhat-artwork/ChangeLog index d53b9cef95aa..3d95d891907a 100644 --- a/x11-themes/redhat-artwork/ChangeLog +++ b/x11-themes/redhat-artwork/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/redhat-artwork # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/ChangeLog,v 1.38 2004/10/04 02:47:32 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/ChangeLog,v 1.39 2004/10/04 05:51:36 spyderous Exp $ + + 03 Oct 2004; Donnie Berkholz <spyderous@gentoo.org>; + redhat-artwork-0.73.ebuild, redhat-artwork-0.95.ebuild, + redhat-artwork-0.96.ebuild: + Drop useless portageq calls. 03 Oct 2004; Donnie Berkholz <spyderous@gentoo.org>; redhat-artwork-0.73.ebuild, redhat-artwork-0.95.ebuild, diff --git a/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild b/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild index 7b9afd84a47c..eca1b4549dbc 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild,v 1.15 2004/10/04 02:47:32 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild,v 1.16 2004/10/04 05:51:36 spyderous Exp $ inherit eutils rpm @@ -165,7 +165,7 @@ src_install () { mv GdmGreeterTheme.desktop.mod GdmGreeterTheme.desktop # move cursors to /usr/share/cursors/${X11_IMPL} - X11_IMPLEM_P="$(portageq best_version ${ROOT} virtual/x11)" + X11_IMPLEM_P="$(best_version virtual/x11)" X11_IMPLEM="${X11_IMPLEM_P%-[0-9]*}" X11_IMPLEM="${X11_IMPLEM##*\/}" diff --git a/x11-themes/redhat-artwork/redhat-artwork-0.95.ebuild b/x11-themes/redhat-artwork/redhat-artwork-0.95.ebuild index f211f5a4594b..78a94260c9f4 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-0.95.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-0.95.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.95.ebuild,v 1.8 2004/10/04 02:47:32 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.95.ebuild,v 1.9 2004/10/04 05:51:36 spyderous Exp $ inherit eutils rpm @@ -163,7 +163,7 @@ src_install () { mv GdmGreeterTheme.desktop.mod GdmGreeterTheme.desktop # move cursors to /usr/share/cursors/${X11_IMPL} - X11_IMPLEM_P="$(portageq best_version ${ROOT} virtual/x11)" + X11_IMPLEM_P="$(best_version virtual/x11)" X11_IMPLEM="${X11_IMPLEM_P%-[0-9]*}" X11_IMPLEM="${X11_IMPLEM##*\/}" diff --git a/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild b/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild index 55e34c9d3ead..b4f4fefb85dc 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild,v 1.6 2004/10/04 02:47:32 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild,v 1.7 2004/10/04 05:51:36 spyderous Exp $ inherit eutils rpm @@ -165,7 +165,7 @@ src_install () { mv GdmGreeterTheme.desktop.mod GdmGreeterTheme.desktop # move cursors to /usr/share/cursors/${X11_IMPL} - X11_IMPLEM_P="$(portageq best_version ${ROOT} virtual/x11)" + X11_IMPLEM_P="$(best_version virtual/x11)" X11_IMPLEM="${X11_IMPLEM_P%-[0-9]*}" X11_IMPLEM="${X11_IMPLEM##*\/}" diff --git a/x11-themes/ximian-artwork/ChangeLog b/x11-themes/ximian-artwork/ChangeLog index f857229fed5f..f907268d9c3c 100644 --- a/x11-themes/ximian-artwork/ChangeLog +++ b/x11-themes/ximian-artwork/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/ximian-artwork # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/ximian-artwork/ChangeLog,v 1.16 2004/06/24 23:38:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/ximian-artwork/ChangeLog,v 1.17 2004/10/04 05:52:40 spyderous Exp $ + + 03 Oct 2004; Donnie Berkholz <spyderous@gentoo.org>; + ximian-artwork-0.2.29.0.6.3.ebuild: + Drop useless portageq calls. 23 Jun 2004; Aron Griffis <agriffis@gentoo.org> ximian-artwork-0.2.26.0.6.1-r1.ebuild, ximian-artwork-0.2.29.0.6.2.ebuild, diff --git a/x11-themes/ximian-artwork/ximian-artwork-0.2.29.0.6.3.ebuild b/x11-themes/ximian-artwork/ximian-artwork-0.2.29.0.6.3.ebuild index c8e8b3d5f1f9..f9480ac08543 100644 --- a/x11-themes/ximian-artwork/ximian-artwork-0.2.29.0.6.3.ebuild +++ b/x11-themes/ximian-artwork/ximian-artwork-0.2.29.0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/ximian-artwork/ximian-artwork-0.2.29.0.6.3.ebuild,v 1.8 2004/06/24 23:38:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/ximian-artwork/ximian-artwork-0.2.29.0.6.3.ebuild,v 1.9 2004/10/04 05:52:40 spyderous Exp $ inherit rpm eutils @@ -49,7 +49,7 @@ src_install () { rm -f ${D}/usr/share/pixmaps/ximian-desktop-stripe.png # Set up X11 implementation - X11_IMPLEM_P="$(portageq best_version "${ROOT}" virtual/x11)" + X11_IMPLEM_P="$(best_version virtual/x11)" X11_IMPLEM="${X11_IMPLEM_P%-[0-9]*}" X11_IMPLEM="${X11_IMPLEM##*\/}" einfo "X11 implementation is ${X11_IMPLEM}." |