summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2006-01-24 23:55:49 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2006-01-24 23:55:49 +0000
commit44f4c8c8ac815695d987a9e28ee0f80e3951edd2 (patch)
tree64024800266624711890761b46943d5d71bbf965 /app-emulation/spectemu
parentStable on alpha wrt bug #120111 (diff)
downloadhistorical-44f4c8c8ac815695d987a9e28ee0f80e3951edd2.tar.gz
historical-44f4c8c8ac815695d987a9e28ee0f80e3951edd2.tar.bz2
historical-44f4c8c8ac815695d987a9e28ee0f80e3951edd2.zip
Make modular X friendly.
Package-Manager: portage-2.0.54
Diffstat (limited to 'app-emulation/spectemu')
-rw-r--r--app-emulation/spectemu/ChangeLog7
-rw-r--r--app-emulation/spectemu/Manifest6
-rw-r--r--app-emulation/spectemu/spectemu-0.99.3.ebuild18
3 files changed, 22 insertions, 9 deletions
diff --git a/app-emulation/spectemu/ChangeLog b/app-emulation/spectemu/ChangeLog
index d4a1bb6a09ff..5c757602355b 100644
--- a/app-emulation/spectemu/ChangeLog
+++ b/app-emulation/spectemu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/spectemu
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spectemu/ChangeLog,v 1.14 2005/09/07 19:44:14 voxus Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spectemu/ChangeLog,v 1.15 2006/01/24 23:55:49 vanquirius Exp $
+
+ 24 Jan 2006; Marcelo Goes <vanquirius@gentoo.org> spectemu-0.99.3.ebuild:
+ Make modular X friendly.
07 Sep 2005; Konstantin Arkhipov <voxus@gentoo.org> spectemu-0.99.3.ebuild:
Added ~amd64 keyword.
diff --git a/app-emulation/spectemu/Manifest b/app-emulation/spectemu/Manifest
index 5901d4e9f45f..212d187f01dd 100644
--- a/app-emulation/spectemu/Manifest
+++ b/app-emulation/spectemu/Manifest
@@ -1,5 +1,5 @@
-MD5 6f5258dff2efcc87ca8e363864986d22 spectemu-0.99.3.ebuild 1183
-MD5 1b45a582ff3b5518e2fef1b2ecd823ec spectemu-0.9.4.ebuild 1762
-MD5 09d59c7a2ea975fa77d71105a6c94c5b ChangeLog 1549
+MD5 a3825daf576e0c0f7355cb7a5c852bad ChangeLog 1658
MD5 3eff986352c598213569695176c1dadb files/digest-spectemu-0.9.4 65
MD5 2fa8d7d58dd97f11057af7dc17b910a1 files/digest-spectemu-0.99.3 67
+MD5 1b45a582ff3b5518e2fef1b2ecd823ec spectemu-0.9.4.ebuild 1762
+MD5 712f89fb6a595a5884533f153cd1c26a spectemu-0.99.3.ebuild 1400
diff --git a/app-emulation/spectemu/spectemu-0.99.3.ebuild b/app-emulation/spectemu/spectemu-0.99.3.ebuild
index 9200e7c9c48b..99158a8940ac 100644
--- a/app-emulation/spectemu/spectemu-0.99.3.ebuild
+++ b/app-emulation/spectemu/spectemu-0.99.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spectemu/spectemu-0.99.3.ebuild,v 1.4 2005/09/07 19:44:14 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spectemu/spectemu-0.99.3.ebuild,v 1.5 2006/01/24 23:55:49 vanquirius Exp $
### Several versions of specemu exist, xspect & vgaspect, utilising X11
### and/or svgalib. libreadline provides optional runtime features.
@@ -16,7 +16,17 @@ SLOT="0"
KEYWORDS="~x86 ~ppc ~amd64"
IUSE="X readline svga"
-DEPEND="X? ( virtual/x11 )
+#X? ( virtual/x11 )
+
+DEPEND="X? ( || (
+ ( >=x11-proto/xf86vidmodeproto-2.2.2
+ >=x11-proto/xextproto-7.0.2
+ >=x11-proto/xproto-7.0.4
+ >=x11-libs/libX11-1.0.0
+ >=x11-libs/libXext-1.0.0
+ >=x11-libs/libXxf86vm-1.0.0 )
+ virtual/x11 )
+ )
readline? ( sys-libs/readline )"
RDEPEND="svga? ( media-libs/svgalib )"
@@ -32,6 +42,6 @@ src_compile() {
}
src_install() {
- einstall
+ einstall || die
}