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/dri3proto | |
parent | dc45b83b28fb83e9659492066e347b8dc60bc9e3 (diff) |
gentoo resync : 11.02.2018
Diffstat (limited to 'x11-proto/dri3proto')
-rw-r--r-- | x11-proto/dri3proto/Manifest | 1 | ||||
-rw-r--r-- | x11-proto/dri3proto/dri3proto-1.0-r1.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-proto/dri3proto/Manifest b/x11-proto/dri3proto/Manifest index e4ac9da59374..99016578beb7 100644 --- a/x11-proto/dri3proto/Manifest +++ b/x11-proto/dri3proto/Manifest @@ -1,3 +1,4 @@ DIST dri3proto-1.0.tar.bz2 105366 BLAKE2B f26758ce6859b4d93414436b5fb142326f3dc71b710eecc96cca7185abd3829eaa817b34321b964628b07b94f974ae743a0d4513919bad6e342b2587b94cc137 SHA512 d2925bc2e2bfb3f30c4dc3082d84dc6a2e7d8ea02021ea02d681cbf92e6b256e9e4e0f5abfc394aa0c7762d841b1c8f82d2098c616ca1d7f4a3b5fd8a54f01f8 +EBUILD dri3proto-1.0-r1.ebuild 532 BLAKE2B d69aeedc1f73ca134de2f3d1df3020a0770165f7745c7702acb9ddf931ae9af93c4f7c6a7ac3c02867d69537aa4a2fd3738a28d895acdcd888a960f291225d02 SHA512 3da2cdb21ce697943e9d88f88f20cd984780f3e0085b3279071aa8e81c0e2b4b5df925ddc6f1cab19edbe9766afd584625300bbcfa7250c24639ff8a77988145 EBUILD dri3proto-1.0.ebuild 441 BLAKE2B 69d8e5af102fd961f8709df5e87b1a0ee9738a52450321b71e128acd2c6ef1f7fa09d5bf603219214c24e219e6bfa0862de74e5814ce0703ab82d7b9968ebf96 SHA512 303adce752e8439ce3f2d24319801a24f84ba9097a381c857cb53751bcaa47af5fb374e8926b678b8f84f97fa12efc62d04067ec78b4de67fa27354a91d606cf MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 diff --git a/x11-proto/dri3proto/dri3proto-1.0-r1.ebuild b/x11-proto/dri3proto/dri3proto-1.0-r1.ebuild new file mode 100644 index 000000000000..743ba46a5c65 --- /dev/null +++ b/x11-proto/dri3proto/dri3proto-1.0-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 DRI3 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" |