From a9ff3b4944d1831438e43e09711d587c56f9c364 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 28 Feb 2018 20:44:58 -0800 Subject: x11-base/xorg-proto: Version bump to 2018.4 --- x11-base/xorg-proto/Manifest | 2 +- x11-base/xorg-proto/xorg-proto-2018.3.ebuild | 68 ---------------------------- x11-base/xorg-proto/xorg-proto-2018.4.ebuild | 68 ++++++++++++++++++++++++++++ 3 files changed, 69 insertions(+), 69 deletions(-) delete mode 100644 x11-base/xorg-proto/xorg-proto-2018.3.ebuild create mode 100644 x11-base/xorg-proto/xorg-proto-2018.4.ebuild (limited to 'x11-base/xorg-proto') diff --git a/x11-base/xorg-proto/Manifest b/x11-base/xorg-proto/Manifest index 30e135e68df6..0b690c721ab6 100644 --- a/x11-base/xorg-proto/Manifest +++ b/x11-base/xorg-proto/Manifest @@ -1 +1 @@ -DIST xorgproto-2018.3.tar.gz 486632 BLAKE2B 9343f3d6be7c579a1dcff387d8668ae56e95e144657a619439dad57788c657a9dbfa40821dc7a551229d5921e247421cf26bccf60d8a41bc99bf05ac1b8845b2 SHA512 94f9c2573fe816ed6f359c1e1a7db92b9e0d8c7ef2ea6fcd6839e34b27b9803ab966d9f0ee29923e40361d189cb51279a18c09bcfba130a7dec8b3cbae01245c +DIST xorgproto-2018.4.tar.gz 493597 BLAKE2B f25a637317ff2d7ba34d416368261b5afb617e42a1fb642cc78ab3e877752a81291fe0523d1af6cd0fe27399676b14a70ceea7178d521187423bb503c9b1c63b SHA512 f79a47fc3de04d7258769869c11e99eff7fa4a4b5925cf60f9f7579f946d7d0e737224e9a54d18e439a3586126e66e0764c0f09ed50987c781955b9b9a1e0362 diff --git a/x11-base/xorg-proto/xorg-proto-2018.3.ebuild b/x11-base/xorg-proto/xorg-proto-2018.3.ebuild deleted file mode 100644 index d2b4b3d11867..000000000000 --- a/x11-base/xorg-proto/xorg-proto-2018.3.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN="${PN/xorg-/xorg}" -MY_P="${MY_PN}-${PV}" - -EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/proto/${MY_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/${MY_P}.tar.gz" - S="${WORKDIR}/${MY_P}" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND=" - !