From 434d713861b70f6c6563d6ee50a8e64f14c970d9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 15 Feb 2018 16:58:00 +0000 Subject: gentoo resync : 15.02.2018 --- x11-proto/Manifest.gz | Bin 5820 -> 5814 bytes x11-proto/xorgproto/Manifest | 2 + x11-proto/xorgproto/xorgproto-2018.2.ebuild | 65 ++++++++++++++++++++++++++++ 3 files changed, 67 insertions(+) create mode 100644 x11-proto/xorgproto/xorgproto-2018.2.ebuild (limited to 'x11-proto') diff --git a/x11-proto/Manifest.gz b/x11-proto/Manifest.gz index 977c42a1e8ec..c8a9b0d4d11c 100644 Binary files a/x11-proto/Manifest.gz and b/x11-proto/Manifest.gz differ diff --git a/x11-proto/xorgproto/Manifest b/x11-proto/xorgproto/Manifest index dece4813283a..6923ec2edbb5 100644 --- a/x11-proto/xorgproto/Manifest +++ b/x11-proto/xorgproto/Manifest @@ -1,2 +1,4 @@ +DIST xorgproto-2018.2.tar.gz 461877 BLAKE2B f7a802b9dec3c51981a3244cf62ffe0abd89f88cb28d3a3799e8a174ea11e48a0faf85febfcb5e96e12c3a843cdb09077a6aa4101852c748a15bc847ba29c883 SHA512 31bff77c54e4832dbd55534b90606e49b2face0356245edd7d6028f26b06fa9e95dab63aed23d55f8552291fa384f65dde2f223b96cc705e98c425a1d0dd3d4b +EBUILD xorgproto-2018.2.ebuild 1724 BLAKE2B 60e245f5b8a02cf15cb8d0d2f1bd6274e1bc84a11c66c37b797f466511bfcbb946bc7fe13de6a714b91fcf6129ed5a185813ce9237f8ce5c0bc4acaac1e14741 SHA512 538e7f2c4a8f7623ac4c1635d91de6eef2c695b2669206f4dd75a0fd7aa701e68cac66496d42eee6364ad5309bc7e5e1e3b61e127d83a103f52253b643a0ed5a EBUILD xorgproto-9999.ebuild 1724 BLAKE2B 60e245f5b8a02cf15cb8d0d2f1bd6274e1bc84a11c66c37b797f466511bfcbb946bc7fe13de6a714b91fcf6129ed5a185813ce9237f8ce5c0bc4acaac1e14741 SHA512 538e7f2c4a8f7623ac4c1635d91de6eef2c695b2669206f4dd75a0fd7aa701e68cac66496d42eee6364ad5309bc7e5e1e3b61e127d83a103f52253b643a0ed5a MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 diff --git a/x11-proto/xorgproto/xorgproto-2018.2.ebuild b/x11-proto/xorgproto/xorgproto-2018.2.ebuild new file mode 100644 index 000000000000..9b4dce089d5a --- /dev/null +++ b/x11-proto/xorgproto/xorgproto-2018.2.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/proto/${PN}" + +if [[ ${PV} = 9999* ]]; then + GIT_ECLASS="git-r3" +fi + +inherit ${GIT_ECLASS} meson + +DESCRIPTION="X.Org combined protocol headers" +HOMEPAGE="https://cgit.freedesktop.org/xorg/proto/xorgproto/" +if [[ ${PV} = 9999* ]]; then + SRC_URI="" +else + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + SRC_URI="https://xorg.freedesktop.org/archive/individual/proto/${P}.tar.gz" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="" + +DEPEND=" + !