summaryrefslogtreecommitdiff
path: root/x11-proto/xineramaproto
diff options
context:
space:
mode:
Diffstat (limited to 'x11-proto/xineramaproto')
-rw-r--r--x11-proto/xineramaproto/Manifest5
-rw-r--r--x11-proto/xineramaproto/metadata.xml8
-rw-r--r--x11-proto/xineramaproto/xineramaproto-1.2.1-r1.ebuild15
3 files changed, 28 insertions, 0 deletions
diff --git a/x11-proto/xineramaproto/Manifest b/x11-proto/xineramaproto/Manifest
new file mode 100644
index 000000000000..cf13b761ad99
--- /dev/null
+++ b/x11-proto/xineramaproto/Manifest
@@ -0,0 +1,5 @@
+DIST xineramaproto-1.2.1.tar.bz2 96239 SHA256 977574bb3dc192ecd9c55f59f991ec1dff340be3e31392c95deff423da52485b SHA512 ec2194c9bcad3f0f3eb3e9298792272213aa032ae9d6c00dcad567f31d7278a8c676fc67f47aae1a6deef5bade0b204346ed16da4a4c4d5a507c04d109d3dbb3 WHIRLPOOL 972653600ed3cd8b4ac0683abea5c726c44a8e5ecbe53cc0c5c9a602655d384c46d2141a42c011bdc3722cdc4e1c75465db076f0c1a6776d19a28a21827179f5
+EBUILD xineramaproto-1.2.1-r1.ebuild 468 SHA256 f6a9d7a804d560fed010b0ccbe165a9f3ee8a8c3bad579dccff8bf77980654ab SHA512 d92188ba8d38a8e385f04fbafbf5d60ad27f5716f8ba23c0845c4151c32dff864511d4fe77a2dbd62eff7fa75e89f71ca74da6434d0778ef0d9e8da7fe700cd7 WHIRLPOOL 33c8c3f655636cc47cf634f2664086bcc461fccd39dd57abe452962e402cccf9bae308c3756701a60659245e4b3467b7e9dd8d028ca1cf15262e84809b2c3941
+MISC ChangeLog 2452 SHA256 53eae9841eca986c066f319101f7591796d399e545fec50a508c19d1a0a37e3a SHA512 3f76d2086056713aa35dc10da7f12bebefbb79ef8bd931b0a8a3e172263850d1431d693d93e8656d7af87d2416d9e62e509f42c055729c2da59af9c788e52c19 WHIRLPOOL 3441c96b3af19e4f5c612a7af0ebe7a47c3caaddacdd879d92af3ed589d1510a31eba4ebbc68ebf86d8eab6dbc47f3d7b41d63a6daa8c3c5969ecde89a201a76
+MISC ChangeLog-2015 7831 SHA256 52eb4645df784774a3e6fade5ce8dcee7d6789ab4d5d53cbe1a1e64db7772e96 SHA512 a67a6b9b353f7b027b0ecc96ced3437e738107f9eb46ed7d2146175b45d4e91736705ebc3022786c8608d7b34799d357d6f48cf57c16a5630f43dc14a71a210f WHIRLPOOL fb0b5768f71dfba0a762dbc9bcbee45b2a38d42067759550e1202595714b38e14d28914ba0eab1b37ebcb724880ebaca6dd6dfaa146907b16428877f22c679a1
+MISC metadata.xml 230 SHA256 677e4595d00a3098fde05ae33118b9ac05867dc5729c9cd579dc8badd1a28f68 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 WHIRLPOOL 4866c82c6428eae526c0a514c988e4119221f77b0e8bfb04fec713dd3ba516c69afc776a0c6f53c29abfd8507aa23801614db1ba544dd0a0dd4d6a9462c27306
diff --git a/x11-proto/xineramaproto/metadata.xml b/x11-proto/xineramaproto/metadata.xml
new file mode 100644
index 000000000000..e943b72b8a48
--- /dev/null
+++ b/x11-proto/xineramaproto/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>x11@gentoo.org</email>
+ <name>X11</name>
+</maintainer>
+</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..5322c149fb42
--- /dev/null
+++ b/x11-proto/xineramaproto/xineramaproto-1.2.1-r1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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 ~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}"