summaryrefslogtreecommitdiff
path: root/x11-proto/presentproto
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /x11-proto/presentproto
reinit the tree, so we can have metadata
Diffstat (limited to 'x11-proto/presentproto')
-rw-r--r--x11-proto/presentproto/Manifest5
-rw-r--r--x11-proto/presentproto/metadata.xml8
-rw-r--r--x11-proto/presentproto/presentproto-1.1.ebuild14
3 files changed, 27 insertions, 0 deletions
diff --git a/x11-proto/presentproto/Manifest b/x11-proto/presentproto/Manifest
new file mode 100644
index 000000000000..3e93e65e2787
--- /dev/null
+++ b/x11-proto/presentproto/Manifest
@@ -0,0 +1,5 @@
+DIST presentproto-1.1.tar.bz2 116156 SHA256 f69b23a8869f78a5898aaf53938b829c8165e597cda34f06024d43ee1e6d26b9 SHA512 2c712136c8b4e99190932928d98e1a628197d0bf25180cac196ab8768720d61f7907006315bc3610e23666a8fbe39cfa9115c5fd72914aee2498776c8b46f7b2 WHIRLPOOL c5551ee1a3309b304b13e770bfc0e4d22f1487eacb56ea49edeb1699a081094c7e4172edaa39e36fd1a3657417dc94e52c5e4cfd67486f8a638b1df133e5c9ef
+EBUILD presentproto-1.1.ebuild 444 SHA256 f644652bbb690d7696797e7d10559a73d423ea1ad0c6d94103cac9db7d9bf72a SHA512 c45e1983ca98158ce9fd8fe8ad1a1583ebe948285b6bb689f093ed03c9813b26681c9de54bea5f8d040a00836dfe5b72830eab575d84c924e2b5b4d3ce0ad23a WHIRLPOOL 2fb6da4b4022f94774061686fef2de2b1dbeb0b0e0400e417d2ff24f996ae9f46fcf84d82bd625276ed07662f0b7d53bd26ff9bfdc9c2ff3f06aa5d77fc9fc2d
+MISC ChangeLog 2439 SHA256 c3647a8371e9a9656eb215df0a72ccf62350c68b3f29e0109b4ec3bda05711c9 SHA512 7825e64de1711a73eee15e9eda56ea3ce6a2e3e9bda36eb44e631056a3ff6ccbf644754e5aa27bf15418a61bcee5c530aa888344b3afeb1058eb41c8ad57524c WHIRLPOOL 4a0a42c08890f188819576c3795caab7cd7dc7630a1a97f4de745ffc42b5e8a1170157cf1ba2f1ebbfd7fdd28c2b321701374a31dec1778b1da3e504fc2e98be
+MISC ChangeLog-2015 1545 SHA256 a5ec62ef22512bb11804514d4dc5fe8f107527c4922bcb0f41b20e50f7e6aeee SHA512 710c3b6aa57df9b4baa4827e30ceebb693201e92b0e270fc729212a346a3ac52e43f97e81abaf4ec34d7dc844bacfc0486c343b55a4624f59075c4972b18ab6a WHIRLPOOL c9a8902be02914803ac1725535f0645ecf47d82e7054a53ea2ffe13935e8c44aa33e309c4d9050d734da2161e0edb3005469e2aa34c44de70b7151ad0e24a2fe
+MISC metadata.xml 230 SHA256 677e4595d00a3098fde05ae33118b9ac05867dc5729c9cd579dc8badd1a28f68 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 WHIRLPOOL 4866c82c6428eae526c0a514c988e4119221f77b0e8bfb04fec713dd3ba516c69afc776a0c6f53c29abfd8507aa23801614db1ba544dd0a0dd4d6a9462c27306
diff --git a/x11-proto/presentproto/metadata.xml b/x11-proto/presentproto/metadata.xml
new file mode 100644
index 000000000000..e943b72b8a48
--- /dev/null
+++ b/x11-proto/presentproto/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/presentproto/presentproto-1.1.ebuild b/x11-proto/presentproto/presentproto-1.1.ebuild
new file mode 100644
index 000000000000..c3fe94fb7b3e
--- /dev/null
+++ b/x11-proto/presentproto/presentproto-1.1.ebuild
@@ -0,0 +1,14 @@
+# 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 Present protocol specification and Xlib/Xserver 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 ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"