summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-05 02:47:10 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-05 02:47:10 +0000
commitd762e466d28ec23e554d1f9cf3a815e45c845142 (patch)
tree057ef2d4f6cf00a69e8077c096ecb7cf18001306 /x11-wm
parentremove 64-bit eclass stuff (diff)
downloadhistorical-d762e466d28ec23e554d1f9cf3a815e45c845142.tar.gz
historical-d762e466d28ec23e554d1f9cf3a815e45c845142.tar.bz2
historical-d762e466d28ec23e554d1f9cf3a815e45c845142.zip
remove 64-bit eclass stuff
Package-Manager: portage-2.0.51.21
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/waimea/Manifest10
-rw-r--r--x11-wm/waimea/waimea-0.5.0_pre040506.ebuild8
2 files changed, 9 insertions, 9 deletions
diff --git a/x11-wm/waimea/Manifest b/x11-wm/waimea/Manifest
index aaba09e42bd0..bc8555aaf4af 100644
--- a/x11-wm/waimea/Manifest
+++ b/x11-wm/waimea/Manifest
@@ -1,11 +1,11 @@
-MD5 9fce0206f901711e9be3dc5976ea01a7 waimea-0.3.5.ebuild 1091
-MD5 580982d80d5596ed5fee06a0882d404b waimea-0.4.0-r1.ebuild 1422
MD5 b0c02635abd3df9af43fccf5576abbe8 ChangeLog 3455
MD5 e7307c1653035014c1e36a27ca8ccb45 metadata.xml 163
-MD5 e05fcd85f3249e06d14c0dd16790ed86 waimea-0.5.0_pre040506.ebuild 1474
-MD5 5be07af92d4d63686b6950ce357c89f7 files/digest-waimea-0.4.0-r1 135
+MD5 9fce0206f901711e9be3dc5976ea01a7 waimea-0.3.5.ebuild 1091
+MD5 580982d80d5596ed5fee06a0882d404b waimea-0.4.0-r1.ebuild 1422
+MD5 2bababce3cfd608b02cec6e50a9756e4 waimea-0.5.0_pre040506.ebuild 1458
MD5 99a5f21810e1a4df6ae645f27a60203a files/digest-waimea-0.3.5 64
-MD5 c5470d472bc8e9202a34e0ba037cb21c files/waimea-0.5.0-includes.patch 1340
+MD5 5be07af92d4d63686b6950ce357c89f7 files/digest-waimea-0.4.0-r1 135
MD5 0758305291041d80fbe400709b949105 files/digest-waimea-0.5.0_pre040506 71
MD5 82e8f766a7716339198e54c6f799964e files/waimea-0.5.0-64bit-clean.patch 420
MD5 c6c8d4b24a44c45b680bf1c1190de166 files/waimea-0.5.0-font.patch 489
+MD5 c5470d472bc8e9202a34e0ba037cb21c files/waimea-0.5.0-includes.patch 1340
diff --git a/x11-wm/waimea/waimea-0.5.0_pre040506.ebuild b/x11-wm/waimea/waimea-0.5.0_pre040506.ebuild
index fb3dff9f9feb..9c50700611bb 100644
--- a/x11-wm/waimea/waimea-0.5.0_pre040506.ebuild
+++ b/x11-wm/waimea/waimea-0.5.0_pre040506.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/waimea/waimea-0.5.0_pre040506.ebuild,v 1.8 2005/04/06 14:19:42 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/waimea/waimea-0.5.0_pre040506.ebuild,v 1.9 2005/05/05 02:47:10 vapier Exp $
-inherit eutils 64-bit
+inherit eutils
MY_P="${P%_pre*}" # 0.5.0_pre040506 -> 0.5.0
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.waimea.org/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64 ~sparc"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="truetype xinerama svg"
DEPEND="virtual/x11
@@ -26,7 +26,7 @@ PROVIDE="virtual/blackbox"
src_unpack() {
unpack ${A}
cd ${S}
- 64-bit && epatch ${FILESDIR}/${MY_P}-64bit-clean.patch
+ epatch ${FILESDIR}/${MY_P}-64bit-clean.patch
epatch ${FILESDIR}/${MY_P}-font.patch
if has_version '>=x11-libs/cairo-0.3' ; then
epatch ${FILESDIR}/${MY_P}-includes.patch