summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2004-06-09 07:30:42 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2004-06-09 07:30:42 +0000
commit6e402799623612a789a2a536f8082482bd85d9a7 (patch)
tree3548ba8ae713143452c9fc05ce82b40fc9710ec6 /x11-themes/blueglass-xcursors
parentrepoman: Fix leading whitespace (Manifest recommit) (diff)
downloadgentoo-2-6e402799623612a789a2a536f8082482bd85d9a7.tar.gz
gentoo-2-6e402799623612a789a2a536f8082482bd85d9a7.tar.bz2
gentoo-2-6e402799623612a789a2a536f8082482bd85d9a7.zip
Remove pointless call to portageq.
Diffstat (limited to 'x11-themes/blueglass-xcursors')
-rw-r--r--x11-themes/blueglass-xcursors/ChangeLog6
-rw-r--r--x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-themes/blueglass-xcursors/ChangeLog b/x11-themes/blueglass-xcursors/ChangeLog
index 551b05fafaa1..4c82ae9ebacf 100644
--- a/x11-themes/blueglass-xcursors/ChangeLog
+++ b/x11-themes/blueglass-xcursors/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/blueglass-xcursors
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/blueglass-xcursors/ChangeLog,v 1.9 2004/06/09 01:49:35 swtaylor Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/blueglass-xcursors/ChangeLog,v 1.10 2004/06/09 07:29:04 spyderous Exp $
+
+ 09 Jun 2004; Donnie Berkholz <spyderous@gentoo.org>;
+ blueglass-xcursors-0.4.ebuild:
+ Remove pointless call to portageq.
08 Jun 2004; Scott W Taylor <swtaylor@gentoo.org>
blueglass-xcursors-0.4.ebuild:
diff --git a/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild
index abc053189eef..b3453da3fd65 100644
--- a/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild
+++ b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.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/blueglass-xcursors/blueglass-xcursors-0.4.ebuild,v 1.9 2004/06/09 07:13:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild,v 1.10 2004/06/09 07:29:04 spyderous Exp $
MY_P="5532-BlueGlass-XCursors-3D-${PV}"
DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors"
@@ -17,7 +17,7 @@ RDEPEND="virtual/x11"
# use the directory 'Blue'.
src_install() {
# 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}."