summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2006-01-14 09:19:26 +0000
committerHanno Boeck <hanno@gentoo.org>2006-01-14 09:19:26 +0000
commit62ee75b62242d09f5385a84c429f0320940577c8 (patch)
tree4e0c6f5a0bdf8645e24884d25c45fc193bb578f1 /app-emulation/dosemu
parentUse patch from tarball in mirrors. (diff)
downloadhistorical-62ee75b62242d09f5385a84c429f0320940577c8.tar.gz
historical-62ee75b62242d09f5385a84c429f0320940577c8.tar.bz2
historical-62ee75b62242d09f5385a84c429f0320940577c8.zip
dosemu modular x deps
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-emulation/dosemu')
-rw-r--r--app-emulation/dosemu/ChangeLog8
-rw-r--r--app-emulation/dosemu/Manifest12
-rw-r--r--app-emulation/dosemu/dosemu-1.2.2-r1.ebuild14
-rw-r--r--app-emulation/dosemu/dosemu-1.3.2.ebuild14
4 files changed, 34 insertions, 14 deletions
diff --git a/app-emulation/dosemu/ChangeLog b/app-emulation/dosemu/ChangeLog
index 89a98d069730..beca6def4d95 100644
--- a/app-emulation/dosemu/ChangeLog
+++ b/app-emulation/dosemu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/dosemu
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.30 2005/06/05 22:35:33 hanno Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.31 2006/01/14 09:19:26 hanno Exp $
+
+ 14 Jan 2006; Hanno Boeck <hanno@gentoo.org> dosemu-1.2.2-r1.ebuild,
+ dosemu-1.3.2.ebuild:
+ Modular X dependencies.
*dosemu-1.3.2 (05 Jun 2005)
diff --git a/app-emulation/dosemu/Manifest b/app-emulation/dosemu/Manifest
index 74832d7ab6b2..70fd4692b8af 100644
--- a/app-emulation/dosemu/Manifest
+++ b/app-emulation/dosemu/Manifest
@@ -1,9 +1,9 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 4414de49cdd20a4e9fdc18c835daf198 ChangeLog 4251
-MD5 2a0c730756dbf17b977d93a37dd5f4c9 dosemu-1.2.2-r1.ebuild 1557
-MD5 4ae7e3a9ddadfe1192178e71729650a3 dosemu-1.3.2.ebuild 1563
+MD5 400c1bb757b779190c69cd0c283c6766 ChangeLog 4371
+MD5 d279d56a7164ec3cf121f09f37710b26 dosemu-1.2.2-r1.ebuild 1657
+MD5 cbacf0e9e457027ac9544f793a5c1d22 dosemu-1.3.2.ebuild 1663
MD5 7b6524cc4d37cd8b381b03fbd1db190b files/digest-dosemu-1.2.2-r1 135
MD5 32eebf50bc21249c045ec012f5b70d82 files/digest-dosemu-1.3.2 135
MD5 497a92330b10bea8772669b9bb821233 files/dosemu-1.2.2-cflags.patch 2584
@@ -12,7 +12,7 @@ MD5 a72a06a37ca4e5905085ebff07fe9e9e metadata.xml 217
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDSYDpr2QksT29OyARArzkAJ0aju6JO4GcZwYf3gNOtTkSaAeDhgCfXOzP
-wJBDKdLKR//B6+V8GVW6hqM=
-=XxrU
+iD8DBQFDyMJ2r2QksT29OyARAnlNAKCR2C/ZRcQ0oG7uEHP26jJfVcGCrQCbBL4g
+Ga+ApdKUf6ne+bnGQ/rQwAE=
+=eNkK
-----END PGP SIGNATURE-----
diff --git a/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild b/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild
index 3da9bc8bd64f..c8ee1245b0fe 100644
--- a/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild
+++ b/app-emulation/dosemu/dosemu-1.2.2-r1.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/dosemu/dosemu-1.2.2-r1.ebuild,v 1.8 2005/05/23 15:26:05 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.2.2-r1.ebuild,v 1.9 2006/01/14 09:19:26 hanno Exp $
inherit flag-o-matic eutils
@@ -15,7 +15,15 @@ SLOT="0"
KEYWORDS="-* x86"
IUSE="X svga gpm debug"
-RDEPEND="X? ( virtual/x11 )
+RDEPEND="X? (
+ || ( (
+ x11-libs/libXxf86vm
+ x11-libs/libXau
+ x11-libs/libXdmcp
+ x11-proto/xf86dgaproto
+ )
+ virtual/x11
+ ) )
svga? ( media-libs/svgalib )
gpm? ( sys-libs/gpm )
sys-libs/slang"
diff --git a/app-emulation/dosemu/dosemu-1.3.2.ebuild b/app-emulation/dosemu/dosemu-1.3.2.ebuild
index b7f187b882e4..6a4b28f21366 100644
--- a/app-emulation/dosemu/dosemu-1.3.2.ebuild
+++ b/app-emulation/dosemu/dosemu-1.3.2.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/dosemu/dosemu-1.3.2.ebuild,v 1.1 2005/06/05 22:35:33 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.3.2.ebuild,v 1.2 2006/01/14 09:19:26 hanno Exp $
inherit flag-o-matic eutils
@@ -15,7 +15,15 @@ SLOT="0"
KEYWORDS="-* ~x86"
IUSE="X svga gpm debug"
-RDEPEND="X? ( virtual/x11 )
+RDEPEND="X? (
+ || ( (
+ x11-libs/libXxf86vm
+ x11-libs/libXau
+ x11-libs/libXdmcp
+ x11-proto/xf86dgaproto
+ )
+ virtual/x11
+ ) )
svga? ( media-libs/svgalib )
gpm? ( sys-libs/gpm )
sys-libs/slang"