summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-02-26 16:10:30 +0000
committerMichał Górny <mgorny@gentoo.org>2013-02-26 16:10:30 +0000
commitde630bdb5be5e76202bd3980f517d0ba30e18446 (patch)
tree540b71cba384cea6163858d60bd62f30c4a78719 /x11-libs
parentCreate S as a subdirectory of WORKDIR to work around bug 459096. (diff)
downloadgentoo-2-de630bdb5be5e76202bd3980f517d0ba30e18446.tar.gz
gentoo-2-de630bdb5be5e76202bd3980f517d0ba30e18446.tar.bz2
gentoo-2-de630bdb5be5e76202bd3980f517d0ba30e18446.zip
Enable multilib.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libXxf86vm/ChangeLog10
-rw-r--r--x11-libs/libXxf86vm/libXxf86vm-1.1.2-r1.ebuild20
2 files changed, 27 insertions, 3 deletions
diff --git a/x11-libs/libXxf86vm/ChangeLog b/x11-libs/libXxf86vm/ChangeLog
index aee88dc80e2a..fdcb3fddb565 100644
--- a/x11-libs/libXxf86vm/ChangeLog
+++ b/x11-libs/libXxf86vm/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/libXxf86vm
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXxf86vm/ChangeLog,v 1.70 2012/08/26 18:52:24 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXxf86vm/ChangeLog,v 1.71 2013/02/26 16:10:30 mgorny Exp $
+
+*libXxf86vm-1.1.2-r1 (26 Feb 2013)
+
+ 26 Feb 2013; Michał Górny <mgorny@gentoo.org> +libXxf86vm-1.1.2-r1.ebuild:
+ Enable multilib.
26 Aug 2012; Raúl Porcel <armin76@gentoo.org> libXxf86vm-1.1.2.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #419473
@@ -269,4 +274,3 @@
08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+libXxf86vm-0.99.0.ebuild:
Initial commit for modular X.
-
diff --git a/x11-libs/libXxf86vm/libXxf86vm-1.1.2-r1.ebuild b/x11-libs/libXxf86vm/libXxf86vm-1.1.2-r1.ebuild
new file mode 100644
index 000000000000..e0baddef24da
--- /dev/null
+++ b/x11-libs/libXxf86vm/libXxf86vm-1.1.2-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXxf86vm/libXxf86vm-1.1.2-r1.ebuild,v 1.1 2013/02/26 16:10:30 mgorny Exp $
+
+EAPI=5
+
+XORG_MULTILIB=yes
+inherit xorg-2
+
+DESCRIPTION="X.Org Xxf86vm library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE=""
+
+RDEPEND="x11-libs/libX11[${MULTILIB_USEDEP}]
+ x11-libs/libXext[${MULTILIB_USEDEP}]
+ >=x11-proto/xf86vidmodeproto-2.3[${MULTILIB_USEDEP}]
+ x11-proto/xextproto[${MULTILIB_USEDEP}]
+ x11-proto/xproto[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"