diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-02-11 16:09:52 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-02-11 16:09:52 +0000 |
commit | f78108598211053d41752a83e0345441bb9014ae (patch) | |
tree | dd2fc7ae0a1aea7bda4942ab0c453d1e55284b37 /x11-proto/presentproto | |
parent | dc45b83b28fb83e9659492066e347b8dc60bc9e3 (diff) |
gentoo resync : 11.02.2018
Diffstat (limited to 'x11-proto/presentproto')
-rw-r--r-- | x11-proto/presentproto/Manifest | 1 | ||||
-rw-r--r-- | x11-proto/presentproto/presentproto-1.1-r1.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-proto/presentproto/Manifest b/x11-proto/presentproto/Manifest index 37f5695519ea..859501595110 100644 --- a/x11-proto/presentproto/Manifest +++ b/x11-proto/presentproto/Manifest @@ -1,3 +1,4 @@ DIST presentproto-1.1.tar.bz2 116156 BLAKE2B df0e3b2f0ad33f8da05fb8fa33638478a4da965b6b81c1ec880c5cc2d3dbfa2f4e6980daf9dd58447f57deb2fa5510bd588d43488217946d67b6ac605351ac40 SHA512 2c712136c8b4e99190932928d98e1a628197d0bf25180cac196ab8768720d61f7907006315bc3610e23666a8fbe39cfa9115c5fd72914aee2498776c8b46f7b2 +EBUILD presentproto-1.1-r1.ebuild 535 BLAKE2B 47d75ed98f44daf7d6fba5c60b7d0dc00b2c88f0d587187675cf56b641b5bad92e3e06e49760aa252f4e2abea41a2846e51163353e4a52bc9ff90eca83034c48 SHA512 d9fc7d5b2220d6b220c15db98c56dc6a1cb533ec814bb2044c057be06a39de286eb5280c0f8e7dc4efce7486da5e276e961f0a40fd4a791e12f142b344c0273e EBUILD presentproto-1.1.ebuild 444 BLAKE2B e9a986d9b2ebf1bc4e753e5f2506ff55c13d5dd4b76f57f0045b89da8bc5f7d86171969446eeb1bd9f444892ef16915fa7dbee5e68f87f616bbb730f2827df94 SHA512 c45e1983ca98158ce9fd8fe8ad1a1583ebe948285b6bb689f093ed03c9813b26681c9de54bea5f8d040a00836dfe5b72830eab575d84c924e2b5b4d3ce0ad23a MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 diff --git a/x11-proto/presentproto/presentproto-1.1-r1.ebuild b/x11-proto/presentproto/presentproto-1.1-r1.ebuild new file mode 100644 index 000000000000..b83d9bd0aa73 --- /dev/null +++ b/x11-proto/presentproto/presentproto-1.1-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="X.Org Present protocol specification and Xlib/Xserver headers" +HOMEPAGE="https://www.x.org/wiki/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="x11-proto/xorgproto" |