From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/
Date: Mon, 7 Aug 2017 20:29:00 +0000 (UTC) [thread overview]
Message-ID: <1502137729.17d39e361c73db8d80ee6797804367d20d01e842.mattst88@gentoo> (raw)
commit: 17d39e361c73db8d80ee6797804367d20d01e842
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 7 20:27:10 2017 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Aug 7 20:28:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d39e36
dev-libs/wayland-protocols: Version bump to 1.10
dev-libs/wayland-protocols/Manifest | 1 +
.../wayland-protocols-1.10.ebuild | 40 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-libs/wayland-protocols/Manifest b/dev-libs/wayland-protocols/Manifest
index 777857de27c..44f9cecc61a 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,3 +1,4 @@
+DIST wayland-protocols-1.10.tar.xz 117652 SHA256 5719c51d7354864983171c5083e93a72ac99229e2b460c4bb10513de08839c0a SHA512 4cecee723c67b483ecb2a1e36e415935a90f080307531d8fb27cb3f0fe1ae10c1f2aae9b919c8744c2e33cb52943d15202aee960302763a338bdcd16fea7aeb5 WHIRLPOOL d10f31a210959827b9e34f72602e6f36aca9825120e861de8ebe3622073053692db06a79f5cd3e3884c9ad4910dc7ea49b3e966763b0b405890adc38c84bf12c
DIST wayland-protocols-1.7.tar.xz 113220 SHA256 635f2a937d318f1fecb97b54074ca211486e38af943868dd0fa82ea38d091c1f SHA512 291a3226cc538de3b81bdffa5de513b305a946bfc3481e21c254fcc6a023e0cf2ff1869509c7ae193da02460f1d4a3c5cd5f1ca13b2550886acffcc636fb30d2 WHIRLPOOL 6528e73461455278f2086fc953d251042f870360ab854f388658eb353f3d0affcc6aa369d912a3edc9040a026468a3a0f63b42cbc2a27a0902e9ab94ae2a7bfc
DIST wayland-protocols-1.8.tar.xz 112124 SHA256 e3fa5f2812cfec3c1c2573bd34adfe37d4d8950dba572d9ec6c52adcc5fe4b9a SHA512 8d9bbd4eb52c0b727c75f0379e53e29a197ce21f5a0a10a6351c053e26a635b53dcb418fa44f0fa5e0484d1457681a7f69afd3c98f2095be16ae1b0d0aeb0c50 WHIRLPOOL 4974b1c88ab32a3ec334c15c00e3f3dcf09ffeba9d909140d980d037e4edb21cd906699afd83577cc7505f399b2b10e75ca6df157a97e313b1d182cf5a673c5c
DIST wayland-protocols-1.9.tar.xz 116152 SHA256 666b72de30ca3b70c2b54ccc9e8114cb520e76db224c816b5e23501099174f75 SHA512 16154520dd355ba9d459baf942945c6b7d267ab4463a31eba76f5d300569ffa993641f65d3e2cde89d735767a3bf743382449f58c5f42521dbdc7db1b1d0dc0d WHIRLPOOL 25102072f7b3e7be0a6a860c4992ff301d0afda4d91867daf5e0e848dbb3d986c0f1ba9162210b00acc12ff9af2aa6c19c19718b98c289433c24df18cec780a9
diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.10.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.10.ebuild
new file mode 100644
index 00000000000..d25cad183e7
--- /dev/null
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.10.ebuild
@@ -0,0 +1,40 @@
+# 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/wayland/${PN}"
+ 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}"
+ KEYWORDS=""
+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
+}
next reply other threads:[~2017-08-07 20:29 UTC|newest]
Thread overview: 161+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-07 20:29 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-18 10:28 [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/ Arthur Zamarin
2024-11-17 21:03 Michał Górny
2024-11-17 16:07 Michał Górny
2024-11-17 16:00 Michał Górny
2024-11-17 16:00 Michał Górny
2024-11-06 1:22 Matt Turner
2024-11-04 18:14 Matt Turner
2024-10-18 15:42 Arthur Zamarin
2024-10-18 15:40 Arthur Zamarin
2024-10-18 10:18 Sam James
2024-10-18 6:50 Arthur Zamarin
2024-10-18 6:50 Arthur Zamarin
2024-10-18 2:40 Matt Turner
2024-09-02 17:52 Matt Turner
2024-07-11 15:41 Matt Turner
2024-06-28 10:42 Arthur Zamarin
2024-06-08 5:27 Arthur Zamarin
2024-06-04 18:23 Arthur Zamarin
2024-06-04 18:23 Arthur Zamarin
2024-06-04 18:23 Arthur Zamarin
2024-05-15 18:36 Matt Turner
2024-05-15 18:36 Matt Turner
2024-04-29 18:18 Matt Turner
2024-04-21 21:09 Matt Turner
2024-04-19 18:21 Matt Turner
2024-03-21 15:19 Matt Turner
2024-03-02 16:25 Arthur Zamarin
2024-02-24 15:26 Arthur Zamarin
2024-02-24 10:07 Sam James
2024-02-23 6:42 Sam James
2024-02-23 6:42 Sam James
2024-01-22 3:59 Matt Turner
2024-01-22 3:59 Matt Turner
2023-09-05 20:28 Matt Turner
2023-08-31 18:39 Arthur Zamarin
2023-08-31 18:39 Arthur Zamarin
2023-08-31 18:37 Arthur Zamarin
2023-08-29 17:55 Arthur Zamarin
2023-08-29 17:49 Arthur Zamarin
2023-08-29 17:49 Arthur Zamarin
2023-07-06 14:12 Matt Turner
2022-12-13 18:04 Matt Turner
2022-11-23 17:28 Matt Turner
2022-11-06 18:25 Matt Turner
2022-10-11 4:21 Matt Turner
2022-08-17 16:11 Arthur Zamarin
2022-07-09 23:39 Matt Turner
2022-05-13 18:42 Arthur Zamarin
2022-05-13 18:42 Arthur Zamarin
2022-05-10 1:35 WANG Xuerui
2022-05-10 1:35 WANG Xuerui
2022-03-12 12:14 Arthur Zamarin
2022-03-10 10:25 Jakov Smolić
2022-03-10 9:03 Jakov Smolić
2022-03-09 12:42 Jakov Smolić
2022-03-09 9:20 Agostino Sarubbo
2022-02-07 19:03 Matt Turner
2022-02-03 6:20 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-11-25 6:53 Matt Turner
2021-11-18 7:48 Matt Turner
2021-11-17 22:55 Georgy Yakovlev
2021-11-17 16:51 Arthur Zamarin
2021-11-17 7:49 Sam James
2021-11-15 8:38 Jakov Smolić
2021-11-15 1:12 Sam James
2021-11-12 20:51 Sam James
2021-11-07 22:10 Jakov Smolić
2021-09-24 2:54 Matt Turner
2021-09-07 2:06 Matt Turner
2021-05-29 18:16 Matt Turner
2021-05-27 19:23 Sam James
2021-05-27 19:18 Sam James
2021-05-27 19:14 Sam James
2021-05-27 19:11 Sam James
2021-05-04 2:07 Matt Turner
2021-05-04 2:07 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-07 3:10 Matt Turner
2020-03-04 19:31 Matt Turner
2019-09-21 17:11 Matt Turner
2019-09-21 13:45 Sergei Trofimovich
2019-09-21 0:15 Mikle Kolyada
2019-09-20 21:32 Aaron Bauman
2019-09-20 12:17 Agostino Sarubbo
2019-09-20 12:14 Agostino Sarubbo
2019-09-20 12:10 Agostino Sarubbo
2019-09-20 12:08 Agostino Sarubbo
2019-09-20 12:06 Agostino Sarubbo
2019-08-05 22:03 Matt Turner
2019-08-05 22:03 Matt Turner
2019-02-16 7:47 Mikle Kolyada
2019-01-31 18:11 Matt Turner
2019-01-28 5:10 Matt Turner
2019-01-27 12:18 Sergei Trofimovich
2019-01-24 22:22 Thomas Deutschmann
2019-01-22 10:48 Mart Raudsepp
2019-01-21 23:26 Sergei Trofimovich
2019-01-21 7:42 Mikle Kolyada
2019-01-21 7:39 Mikle Kolyada
2019-01-20 9:53 Sergei Trofimovich
2018-12-12 14:48 Mikle Kolyada
2018-11-29 5:17 Matt Turner
2018-11-27 22:00 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-04 14:16 Sergei Trofimovich
2018-11-04 4:35 Matt Turner
2018-11-03 14:36 Mikle Kolyada
2018-08-08 19:25 Matt Turner
2018-07-14 18:58 Matt Turner
2018-05-20 18:37 Matt Turner
2018-05-20 17:52 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-02-26 8:12 Mart Raudsepp
2018-01-18 2:06 Matt Turner
2018-01-18 2:06 Matt Turner
2017-12-27 13:02 Mart Raudsepp
2017-12-27 8:35 Markus Meier
2017-12-17 18:42 Mart Raudsepp
2017-11-23 20:47 Sergei Trofimovich
2017-11-18 13:20 Sergei Trofimovich
2017-11-06 21:15 Sergei Trofimovich
2017-11-06 20:49 Tobias Klausmann
2017-11-04 13:04 Sergei Trofimovich
2017-10-30 19:45 Mart Raudsepp
2017-10-18 5:14 Chí-Thanh Christopher Nguyễn
2017-08-17 17:06 Michał Górny
2017-07-16 9:21 Manuel Rüger
2017-06-20 11:04 Manuel Rüger
2017-06-19 12:59 Alexis Ballier
2017-03-16 20:37 Matt Turner
2016-09-19 1:31 Manuel Rüger
2016-08-05 17:21 Markus Meier
2016-08-03 4:06 Jeroen Roovers
2016-07-24 16:50 Chí-Thanh Christopher Nguyễn
2016-07-24 9:24 Chí-Thanh Christopher Nguyễn
2016-05-29 18:48 Chí-Thanh Christopher Nguyễn
2016-03-10 18:01 Chí-Thanh Christopher Nguyễn
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=1502137729.17d39e361c73db8d80ee6797804367d20d01e842.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