From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/wayland-scanner/
Date: Tue, 3 Sep 2024 01:57:19 +0000 (UTC) [thread overview]
Message-ID: <1725328549.e1d56aa3bc67ad827e08513a1737687e5698be39.mattst88@gentoo> (raw)
commit: e1d56aa3bc67ad827e08513a1737687e5698be39
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 3 01:51:27 2024 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Sep 3 01:55:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d56aa3
dev-util/wayland-scanner: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-util/wayland-scanner/Manifest | 1 -
.../wayland-scanner/wayland-scanner-1.22.0.ebuild | 44 ----------------------
2 files changed, 45 deletions(-)
diff --git a/dev-util/wayland-scanner/Manifest b/dev-util/wayland-scanner/Manifest
index 7836c87ef833..f60d83496dc1 100644
--- a/dev-util/wayland-scanner/Manifest
+++ b/dev-util/wayland-scanner/Manifest
@@ -1,3 +1,2 @@
-DIST wayland-1.22.0.tar.xz 229544 BLAKE2B b0bb366e7f3494813d1574228ae5dd48eccde035120d6dd8709e3a24738681ab9dd9ba6a13924b6a35982d331fa8911fa7346911da9f618be9c9109da0288629 SHA512 fb1974efc8433e97254eb83fe28974198f2b4d8246418eb3d34ce657055461e0c97bc06dd52e5066ae91bbe05bac611dc49a0937ba226ac6388d5a47241efb12
DIST wayland-1.23.0.tar.xz 237900 BLAKE2B efb80e3c67db7a707a6d2ea66e7a5132173550bc13fdff447925ec3d33bfba8131532f819d5ab0dd80924cb4339b58b7ca83d9e70a436cea8268167476355bd8 SHA512 9c525231a7ea3e68d3178230d476285a960d23e38571ac96d885f86c0588c52ef01460bff6833db5adb9456ce8db7b996613611187aac972736748ba91b8fd81
DIST wayland-1.23.1.tar.xz 238212 BLAKE2B 74784b537a6e28610466ff1549286cea9ff8b9ca914afa26a07f177bbe0be56b80de037d5eb5d07a38bf02a9041c32e62c896facd5417c1435571640ad8f87b2 SHA512 818eda003e3f7aa15690eedb1ff227a6056b2ce54bf23d45ffe573dc40a914623c5a1358218b59444dcdc483db0503324f0d27091d0ea954412a8b290de5f50a
diff --git a/dev-util/wayland-scanner/wayland-scanner-1.22.0.ebuild b/dev-util/wayland-scanner/wayland-scanner-1.22.0.ebuild
deleted file mode 100644
index f49a052f3c0d..000000000000
--- a/dev-util/wayland-scanner/wayland-scanner-1.22.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} = *9999* ]]; then
- EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/wayland.git"
- inherit git-r3
-else
- SRC_URI="https://gitlab.freedesktop.org/wayland/wayland/-/releases/${PV}/downloads/wayland-${PV}.tar.xz"
- KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
- S="${WORKDIR}/wayland-${PV}"
-fi
-inherit meson
-
-DESCRIPTION="wayland-scanner tool"
-HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/wayland"
-
-LICENSE="MIT"
-SLOT="0"
-
-BDEPEND="virtual/pkgconfig"
-RDEPEND="
- !<dev-libs/wayland-${PV}
- >=dev-libs/expat-2.1.0-r3
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- local emesonargs=(
- -Ddocumentation=false
- -Ddtd_validation=false
- -Dlibraries=false
- -Dscanner=true
- -Dtests=false
- )
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
-
- mv "${ED}"/usr/$(get_libdir)/pkgconfig "${ED}"/usr/share/pkgconfig
-}
next reply other threads:[~2024-09-03 1:57 UTC|newest]
Thread overview: 65+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-03 1:57 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-07 18:18 [gentoo-commits] repo/gentoo:master commit in: dev-util/wayland-scanner/ Matt Turner
2025-08-12 3:42 Sam James
2025-08-12 3:42 Sam James
2025-08-12 3:42 Sam James
2025-08-12 3:42 Sam James
2025-08-11 18:35 Arthur Zamarin
2025-07-06 17:30 Matt Turner
2025-01-10 4:58 Matt Turner
2024-12-21 7:42 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-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-08-08 6:00 Joonas Niilola
2024-07-04 19:11 Arthur Zamarin
2024-07-04 19:08 Sam James
2024-07-04 18:47 Arthur Zamarin
2024-07-04 18:43 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-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-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
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=1725328549.e1d56aa3bc67ad827e08513a1737687e5698be39.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