public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland/
Date: Thu, 16 Mar 2017 20:37:04 +0000 (UTC)	[thread overview]
Message-ID: <1489696601.1242028336dd4772161f7e0d504b1ef0d428099a.mattst88@gentoo> (raw)

commit:     1242028336dd4772161f7e0d504b1ef0d428099a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 03:10:49 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 20:36:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12420283

dev-libs/wayland: Drop old versions

 dev-libs/wayland/Manifest              |  3 --
 dev-libs/wayland/wayland-1.11.0.ebuild | 60 --------------------------------
 dev-libs/wayland/wayland-1.7.0.ebuild  | 61 ---------------------------------
 dev-libs/wayland/wayland-1.9.0.ebuild  | 62 ----------------------------------
 4 files changed, 186 deletions(-)

diff --git a/dev-libs/wayland/Manifest b/dev-libs/wayland/Manifest
index edc448645c5..8fb901375b5 100644
--- a/dev-libs/wayland/Manifest
+++ b/dev-libs/wayland/Manifest
@@ -1,4 +1 @@
-DIST wayland-1.11.0.tar.xz 374468 SHA256 9540925f7928becfdf5e3b84c70757f6589bf1ceef09bea78784d8e4772c0db0 SHA512 c8a0c927b6e095707a58398fe545ed708f4c808a70920c1f82c79d4275e6137cdf9926c0f18227faba511f717f4db4dfee9528075e00ec600ea44b97479471dd WHIRLPOOL 6361bb1b05c5629b56e32d75ef4dd8398bacc31c03174e082b75850aeda2284fad929ccf91548b9d95b65524d3200013c27e02038c63ccb7e7f2f680e47cd3dd
 DIST wayland-1.12.0.tar.xz 379520 SHA256 d6b4135cba0188abcb7275513c72dede751d6194f6edc5b82183a3ba8b821ab1 SHA512 cde05344e6c9ee40c80651f5b6d6b4a14787a9cf2c8e3099d69b8f78672610e3ccbe4a87446f9ae93ca402cfbb916ef7444294efa7a0fc88ef1a984f94dabd20 WHIRLPOOL 8dc03639759908921c7d5d5df4dc02c6f7e96d9c9a7e8728bd64310a10c54fe50c4042ced3db4954ff4512f073c1bd8993df207b45182d862f6ffeeb0b1283e4
-DIST wayland-1.7.0.tar.xz 372004 SHA256 bdea47a2db96f7e53f1ce0351559c0af5b7f7aae7e95f0a884a78af9f1057c9c SHA512 2475a5e8c2ef5c4bc97d90f946a89e4155d840a342886a7634df5423e5764973dbf5d721e1a8a941b7bd2305017cdcb74af7a29bee7bb8b58373306e5c03add7 WHIRLPOOL 152be0d1c3ac314cd3dcd765e6a04eaa71b618b1577c423147ccb5b1d82cdeaf09d09c8933746e6bd100b2d59374749084eede36b9075a153328fda179955ea2
-DIST wayland-1.9.0.tar.xz 351096 SHA256 9c8770720aa0034479735f58a4dc4ca9b172ecfede28f5134312e135b7301efa SHA512 245569f404474ab25e4f771d7652e77674363ac43233d49ecfeff0c52f02d34231064c17d56e61b6822259cb3956fc8c3789d788d9a84716f947915ad62fee6d WHIRLPOOL ce46b5568b6c6b23bec5129030680c7486cb6b6a7e761fbb5041b640d5a14eb45f88f46c4ea6b0a7e9cbda425bed13ae7ff58618ce3d1346f7422f8da4649060

diff --git a/dev-libs/wayland/wayland-1.11.0.ebuild b/dev-libs/wayland/wayland-1.11.0.ebuild
deleted file mode 100644
index 9b505b446d4..00000000000
--- a/dev-libs/wayland/wayland-1.11.0.ebuild
+++ /dev/null
@@ -1,60 +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="git://anongit.freedesktop.org/git/${PN}/${PN}"
-	GIT_ECLASS="git-r3"
-	EXPERIMENTAL="true"
-	AUTOTOOLS_AUTORECONF=1
-fi
-
-inherit autotools-multilib toolchain-funcs $GIT_ECLASS
-
-DESCRIPTION="Wayland protocol libraries"
-HOMEPAGE="https://wayland.freedesktop.org/"
-
-if [[ $PV = 9999* ]]; then
-	SRC_URI="${SRC_PATCHES}"
-	KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
-else
-	SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
-	KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="doc static-libs"
-
-RDEPEND=">=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
-	>=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
-	dev-libs/libxml2:="
-DEPEND="${RDEPEND}
-	doc? (
-		>=app-doc/doxygen-1.6[dot]
-		app-text/xmlto
-		>=media-gfx/graphviz-2.26.0
-		sys-apps/grep[pcre]
-	)
-	virtual/pkgconfig"
-
-multilib_src_configure() {
-	local myeconfargs=(
-		$(multilib_native_use_enable doc documentation)
-		$(multilib_native_enable dtd-validation)
-	)
-	if tc-is-cross-compiler ; then
-		myeconfargs+=( --with-host-scanner )
-	fi
-
-	autotools-utils_src_configure
-}
-
-src_test() {
-	export XDG_RUNTIME_DIR="${T}/runtime-dir"
-	mkdir "${XDG_RUNTIME_DIR}" || die
-	chmod 0700 "${XDG_RUNTIME_DIR}" || die
-
-	autotools-multilib_src_test
-}

diff --git a/dev-libs/wayland/wayland-1.7.0.ebuild b/dev-libs/wayland/wayland-1.7.0.ebuild
deleted file mode 100644
index d317981c361..00000000000
--- a/dev-libs/wayland/wayland-1.7.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-if [[ ${PV} = 9999* ]]; then
-	EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}/${PN}"
-	GIT_ECLASS="git-r3"
-	EXPERIMENTAL="true"
-	AUTOTOOLS_AUTORECONF=1
-fi
-
-inherit autotools-multilib toolchain-funcs $GIT_ECLASS
-
-DESCRIPTION="Wayland protocol libraries"
-HOMEPAGE="https://wayland.freedesktop.org/"
-
-if [[ $PV = 9999* ]]; then
-	SRC_URI="${SRC_PATCHES}"
-else
-	SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
-IUSE="doc static-libs"
-
-RDEPEND=">=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
-	>=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
-	doc? (
-		>=app-doc/doxygen-1.6[dot]
-		app-text/xmlto
-		>=media-gfx/graphviz-2.26.0
-		sys-apps/grep[pcre]
-	)
-	virtual/pkgconfig"
-
-src_configure() {
-	local myeconfargs=(
-		$(use_enable static-libs static)
-		$(use_enable doc documentation)
-	)
-	if tc-is-cross-compiler ; then
-		myeconfargs+=( --disable-scanner )
-	fi
-	if ! multilib_is_native_abi; then
-		myeconfargs+=( --disable-documentation )
-	fi
-
-	autotools-multilib_src_configure
-}
-
-src_test() {
-	export XDG_RUNTIME_DIR="${T}/runtime-dir"
-	mkdir "${XDG_RUNTIME_DIR}" || die
-	chmod 0700 "${XDG_RUNTIME_DIR}" || die
-
-	autotools-multilib_src_test
-}

diff --git a/dev-libs/wayland/wayland-1.9.0.ebuild b/dev-libs/wayland/wayland-1.9.0.ebuild
deleted file mode 100644
index 58ceda10bf7..00000000000
--- a/dev-libs/wayland/wayland-1.9.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-if [[ ${PV} = 9999* ]]; then
-	EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}/${PN}"
-	GIT_ECLASS="git-r3"
-	EXPERIMENTAL="true"
-	AUTOTOOLS_AUTORECONF=1
-fi
-
-inherit autotools-multilib toolchain-funcs $GIT_ECLASS
-
-DESCRIPTION="Wayland protocol libraries"
-HOMEPAGE="https://wayland.freedesktop.org/"
-
-if [[ $PV = 9999* ]]; then
-	SRC_URI="${SRC_PATCHES}"
-	KEYWORDS="alpha arm hppa ia64 ppc64 sparc"
-else
-	SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
-	KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="doc static-libs"
-
-RDEPEND=">=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
-	>=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
-	doc? (
-		>=app-doc/doxygen-1.6[dot]
-		app-text/xmlto
-		>=media-gfx/graphviz-2.26.0
-		sys-apps/grep[pcre]
-	)
-	virtual/pkgconfig"
-
-src_configure() {
-	local myeconfargs=(
-		$(use_enable static-libs static)
-		$(use_enable doc documentation)
-	)
-	if tc-is-cross-compiler ; then
-		myeconfargs+=( --with-host-scanner )
-	fi
-	if ! multilib_is_native_abi; then
-		myeconfargs+=( --disable-documentation )
-	fi
-
-	autotools-multilib_src_configure
-}
-
-src_test() {
-	export XDG_RUNTIME_DIR="${T}/runtime-dir"
-	mkdir "${XDG_RUNTIME_DIR}" || die
-	chmod 0700 "${XDG_RUNTIME_DIR}" || die
-
-	autotools-multilib_src_test
-}


             reply	other threads:[~2017-03-16 20:37 UTC|newest]

Thread overview: 144+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-16 20:37 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-21  7:42 [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland/ Matt Turner
2024-12-21  2:46 Matt Turner
2024-10-18 10:51 Arthur Zamarin
2024-10-18 10:51 Arthur Zamarin
2024-10-18 10:18 Sam James
2024-10-18  6:50 Arthur Zamarin
2024-10-18  6:50 Arthur Zamarin
2024-09-03  1:57 Matt Turner
2024-09-02 17:52 Matt Turner
2024-08-31 10:52 Arthur Zamarin
2024-08-30  6:39 Arthur Zamarin
2024-08-30  6:39 Arthur Zamarin
2024-08-30  6:39 Arthur Zamarin
2024-08-30  6:39 Arthur Zamarin
2024-08-30  6:18 Arthur Zamarin
2024-08-29 23:08 Sam James
2024-05-31 13:55 Matt Turner
2023-05-12 22:34 Matt Turner
2023-05-10 17:07 Arthur Zamarin
2023-05-10 16:38 Sam James
2023-05-10 16:35 Arthur Zamarin
2023-05-10 16:35 Arthur Zamarin
2023-05-10 16:35 Arthur Zamarin
2023-05-10 16:18 Sam James
2023-04-09  2:10 Matt Turner
2022-11-29 22:20 Piotr Karbowski
2022-08-17 16:11 Arthur Zamarin
2022-07-03 22:30 Matt Turner
2022-07-03 22:30 Matt Turner
2022-05-09  2:55 WANG Xuerui
2022-05-09  2:55 WANG Xuerui
2022-02-07 19:03 Matt Turner
2022-02-01 21:13 Arthur Zamarin
2022-02-01 20:59 Arthur Zamarin
2022-01-21 12:25 Sam James
2022-01-18 23:02 Jakov Smolić
2022-01-18 22:16 Jakov Smolić
2022-01-18 22:16 Jakov Smolić
2022-01-18 12:26 Sam James
2021-12-10  5:49 Matt Turner
2021-12-10  5:49 Matt Turner
2021-12-10  5:49 Matt Turner
2021-04-29  1:52 Sam James
2021-04-01  0:55 Matt Turner
2021-03-25 23:42 Sam James
2021-03-25 23:42 Sam James
2021-03-20 13:41 Sergei Trofimovich
2021-03-09 11:31 Sam James
2021-03-09 11:23 Sam James
2021-03-09 10:31 Sam James
2021-03-09 10:30 Sam James
2021-01-28  2:36 Matt Turner
2021-01-28  2:36 Matt Turner
2021-01-08  3:24 Matt Turner
2020-12-27 19:19 Matt Turner
2020-12-27 19:19 Matt Turner
2020-12-27 19:19 Matt Turner
2020-10-16  2:32 Matt Turner
2020-04-06 20:15 Matt Turner
2020-04-06  7:34 Agostino Sarubbo
2020-04-05 19:57 Mart Raudsepp
2020-04-05 10:13 Agostino Sarubbo
2020-04-05 10:12 Agostino Sarubbo
2020-04-05 10:11 Agostino Sarubbo
2020-04-05 10:11 Agostino Sarubbo
2020-04-05 10:10 Agostino Sarubbo
2020-04-05  6:09 Mikle Kolyada
2020-03-04 19:31 Matt Turner
2020-03-04 19:31 Matt Turner
2020-03-04 19:31 Matt Turner
2019-04-24 20:20 Matt Turner
2019-04-24 20:17 Matt Turner
2019-04-24 16:59 Matt Turner
2019-04-09  2:22 Aaron Bauman
2019-04-08 23:53 Matt Turner
2019-04-08 23:23 Matt Turner
2019-04-08 23:23 Matt Turner
2019-04-08 19:02 Mikle Kolyada
2019-04-08 19:02 Mikle Kolyada
2019-04-06 15:55 Mikle Kolyada
2019-04-06 15:17 Sergei Trofimovich
2019-03-26  4:13 Matt Turner
2019-03-05  0:12 Andreas Sturmlechner
2018-12-12 14:48 Mikle Kolyada
2018-11-29  5:17 Matt Turner
2018-11-27 20:30 Matt Turner
2018-11-17 14:57 Mikle Kolyada
2018-11-10 17:23 Matt Turner
2018-11-09 17:50 Sergei Trofimovich
2018-11-04  4:35 Matt Turner
2018-11-03 14:36 Mikle Kolyada
2018-10-17 18:25 Matt Turner
2018-10-16 19:30 Matt Turner
2018-10-16 19:30 Matt Turner
2018-09-29 17:19 Matt Turner
2018-09-28 15:52 Matt Turner
2018-09-28  4:47 Markus Meier
2018-09-23 10:05 Sergei Trofimovich
2018-08-20 18:17 Sergei Trofimovich
2018-08-20  4:41 Mikle Kolyada
2018-08-19  4:26 Matt Turner
2018-08-19  2:45 Matt Turner
2018-08-19  0:57 Mikle Kolyada
2018-06-06 23:49 Matt Turner
2018-06-06 20:09 Matt Turner
2018-06-06 20:09 Matt Turner
2018-05-20 18:37 Matt Turner
2018-05-13 11:30 Markus Meier
2018-05-08  6:24 Sergei Trofimovich
2018-05-07 19:22 Thomas Deutschmann
2018-05-06 20:45 Matt Turner
2018-05-06 19:40 Sergei Trofimovich
2018-05-06 19:23 Matt Turner
2018-05-06 12:26 Mikle Kolyada
2018-03-19 19:51 Sergei Trofimovich
2017-08-22 21:18 Mart Raudsepp
2017-08-17 17:06 Michał Górny
2017-06-24  8:40 Markus Meier
2017-06-19 12:59 Alexis Ballier
2017-06-04 19:20 Tobias Klausmann
2017-05-31 13:06 Agostino Sarubbo
2017-04-10  1:01 Mart Raudsepp
2017-04-10  1:01 Mart Raudsepp
2016-10-02 23:37 Manuel Rüger
2016-08-05 17:20 Markus Meier
2016-08-03  4:06 Jeroen Roovers
2016-06-04 10:10 Chí-Thanh Christopher Nguyễn
2016-02-18 22:20 Manuel Rüger
2015-12-19 19:55 Markus Meier
2015-11-18  9:32 Agostino Sarubbo
2015-11-12 10:51 Agostino Sarubbo
2015-10-25  0:28 Matt Turner
2015-10-18 11:32 Mikle Kolyada
2015-10-03  8:57 Markus Meier
2015-09-22 16:33 Matt Turner
2015-09-14 13:40 Tobias Klausmann
2015-09-12  8:25 Agostino Sarubbo
2015-09-12  5:28 Jeroen Roovers
2015-09-07 19:58 Mikle Kolyada
2015-08-30  0:43 Matt Turner
2015-08-30  0:43 Matt Turner
2015-08-30  0:08 Matt Turner
2015-08-16 14:19 Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1489696601.1242028336dd4772161f7e0d504b1ef0d428099a.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox