diff options
Diffstat (limited to 'x11-proto/xineramaproto')
-rw-r--r-- | x11-proto/xineramaproto/Manifest | 1 | ||||
-rw-r--r-- | x11-proto/xineramaproto/metadata.xml | 5 | ||||
-rw-r--r-- | x11-proto/xineramaproto/xineramaproto-1.2.1-r1.ebuild | 16 |
3 files changed, 22 insertions, 0 deletions
diff --git a/x11-proto/xineramaproto/Manifest b/x11-proto/xineramaproto/Manifest new file mode 100644 index 000000000000..1a8b8de6f4ad --- /dev/null +++ b/x11-proto/xineramaproto/Manifest @@ -0,0 +1 @@ +DIST xineramaproto-1.2.1.tar.bz2 96239 SHA256 977574bb3dc192ecd9c55f59f991ec1dff340be3e31392c95deff423da52485b SHA512 ec2194c9bcad3f0f3eb3e9298792272213aa032ae9d6c00dcad567f31d7278a8c676fc67f47aae1a6deef5bade0b204346ed16da4a4c4d5a507c04d109d3dbb3 WHIRLPOOL 972653600ed3cd8b4ac0683abea5c726c44a8e5ecbe53cc0c5c9a602655d384c46d2141a42c011bdc3722cdc4e1c75465db076f0c1a6776d19a28a21827179f5 diff --git a/x11-proto/xineramaproto/metadata.xml b/x11-proto/xineramaproto/metadata.xml new file mode 100644 index 000000000000..01c4c004e735 --- /dev/null +++ b/x11-proto/xineramaproto/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>x11</herd> +</pkgmetadata> diff --git a/x11-proto/xineramaproto/xineramaproto-1.2.1-r1.ebuild b/x11-proto/xineramaproto/xineramaproto-1.2.1-r1.ebuild new file mode 100644 index 000000000000..03d8ef30e9d7 --- /dev/null +++ b/x11-proto/xineramaproto/xineramaproto-1.2.1-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +XORG_MULTILIB=yes +inherit xorg-2 + +DESCRIPTION="X.Org Xinerama protocol headers" + +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="!<x11-libs/libXinerama-1.0.99.1" +DEPEND="${RDEPEND}" |