commit:     18d9f75db084db708683a58449cd5e296ae7ff94
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 18:23:50 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May 20 18:24:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d9f75d

dev-libs/wayland-protocols: Drop old versions

 dev-libs/wayland-protocols/Manifest                |  2 -
 .../wayland-protocols-1.11.ebuild                  | 39 --------------------
 .../wayland-protocols-1.12.ebuild                  | 43 ----------------------
 3 files changed, 84 deletions(-)

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index a70f5c8f40d..6176dc92487 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,4 +1,2 @@
-DIST wayland-protocols-1.11.tar.xz 117852 BLAKE2B 
314f247efdffd0dbc46664e2abe7fade0cb0a36ef77310660f978ea9677c33acd60b1512a5dc2fdbfc40b8e1444da7bb4089e091433bbf2bc4b5ab41e97514ca
 SHA512 
6a6f816dd24f338182ddf11e2daa2db4f048f9153c618bd75712b6e02fccc41294c6c5f33692e858f54bab6b644b1dff49ca223ca2c8410a4afb8aa1b39e34a6
-DIST wayland-protocols-1.12.tar.xz 98920 BLAKE2B 
f6625f91ce5ba9e4ef88b296969e67d99f2889e405f3a416ab00c62d866a78fb554ff9baccfcd8cad2662ab0e5c7908866a9a04a1f16ec36c8a5af250c42564d
 SHA512 
84f913aeaf9786c5ddff4952fa4c318435569ccdc00c625f088b1dc9d6e61f3c439b2d217db9fcf2f0c37da954e266314749e2c3130bf3328cffdc3bdce5695a
 DIST wayland-protocols-1.13.tar.xz 99680 BLAKE2B 
6bb0ecf08e6b0950c50ba40cffc07d79dd95244abc7d2622f9c232bc2b1cfdaeb9fb1e9f1650ff60defc99ae184abf47f13888f44f429136f2a631afe1c2d5e8
 SHA512 
f35c21da289038651b75af064ec7c10779158829f578e7320faf401e980da3c958d85e5bcad00994c574cac6319a3ab975aa5483a9b438f781b767bd6303e194
 DIST wayland-protocols-1.14.tar.xz 99844 BLAKE2B 
55298d24dbaa6cce017775313e9f4cfccbf3176d7ef24c786f1384111a274c3a0164ac753ebfb4e708094199105cc32ccb58cdb22711e0e0711441dde45883bb
 SHA512 
78d2b47c462618ece0c9c19f250b28efb39436e715f624205c7705dbbae4f125ff2eafa2454e7dce527d3b13449dcb037b282bbbb9ea9d9f52809d6b8187a204

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.11.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.11.ebuild
deleted file mode 100644
index bf2247666d7..00000000000
--- a/dev-libs/wayland-protocols/wayland-protocols-1.11.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-if [[ ${PV} = 9999* ]]; then
-       
EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland-protocols.git";
-       GIT_ECLASS="git-r3"
-       EXPERIMENTAL="true"
-       AUTOTOOLS_AUTORECONF=1
-fi
-
-inherit autotools-utils ${GIT_ECLASS}
-
-DESCRIPTION="Wayland protocol files"
-HOMEPAGE="https://wayland.freedesktop.org/";
-
-if [[ $PV = 9999* ]]; then
-       SRC_URI="${SRC_PATCHES}"
-else
-       SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz";
-       KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/wayland"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-src_test() {
-       export XDG_RUNTIME_DIR="${T}/runtime-dir"
-       mkdir "${XDG_RUNTIME_DIR}" || die
-       chmod 0700 "${XDG_RUNTIME_DIR}" || die
-
-       autotools-utils_src_test
-}

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.12.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.12.ebuild
deleted file mode 100644
index 4948be07ff8..00000000000
--- a/dev-libs/wayland-protocols/wayland-protocols-1.12.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} = 9999* ]]; then
-       
EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland-protocols.git";
-       EXPERIMENTAL="true"
-
-       inherit git-r3 autotools
-else
-       inherit autotools
-fi
-
-DESCRIPTION="Wayland protocol files"
-HOMEPAGE="https://wayland.freedesktop.org/";
-
-if [[ $PV != 9999* ]]; then
-       SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz";
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/wayland"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-src_prepare() {
-       default
-
-       [[ ${PV} == 9999 ]] && eautoreconf
-}
-
-src_test() {
-       export XDG_RUNTIME_DIR="${T}/runtime-dir"
-       mkdir "${XDG_RUNTIME_DIR}" || die
-       chmod 0700 "${XDG_RUNTIME_DIR}" || die
-
-       default
-}

Reply via email to