From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-kids/gmult/, games-kids/gmult/files/
Date: Fri, 26 May 2023 23:16:35 +0000 (UTC) [thread overview]
Message-ID: <1685141864.c5158a543e9aea9446ff139026cf0c632bdee8f2.ionen@gentoo> (raw)
commit: c5158a543e9aea9446ff139026cf0c632bdee8f2
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 22:57:44 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri May 26 22:57:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5158a54
games-kids/gmult: drop 10.0
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-kids/gmult/Manifest | 1 -
games-kids/gmult/files/gmult-10.0-meson-0.62.patch | 21 ------------
games-kids/gmult/gmult-10.0.ebuild | 38 ----------------------
3 files changed, 60 deletions(-)
diff --git a/games-kids/gmult/Manifest b/games-kids/gmult/Manifest
index 5411cef899ae..298e85c79718 100644
--- a/games-kids/gmult/Manifest
+++ b/games-kids/gmult/Manifest
@@ -1,2 +1 @@
-DIST gmult-10.0.tar.xz 186116 BLAKE2B 0c3936983e1c6e72de7aa4056abdb1ec53af282d3927ca34a622d531966adc62e2e9c6740ab6c0cb3cfc9aedc21344c8866c5a2388498bd97c0faa3d32fae80b SHA512 f3eb639d4d6a67ca7d11595f0c4d4c2da613a95714f647536485fef4b64d277bf6f5bf163e363da691806b53ea885c56844287fe943fd521f995c7cce18b6a36
DIST gmult-12.0.tar.bz2 195103 BLAKE2B d1d93190a607dc62bf4809dff7c5240c97f49dc4c833ea91028e9810961125eadba6fac41852b53f674b14c1e4c777a8d9ed58496ad2641ad99ed961041c40c8 SHA512 617b51defaf61c7967c9ccd6898209330733709df4290717e6c158719d04c61a38fa6832197c937f8aef1da23dc2f820c707291761ef8437ab0e78850253768c
diff --git a/games-kids/gmult/files/gmult-10.0-meson-0.62.patch b/games-kids/gmult/files/gmult-10.0-meson-0.62.patch
deleted file mode 100644
index a3b12300e292..000000000000
--- a/games-kids/gmult/files/gmult-10.0-meson-0.62.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-New meson is more picky about using exe in test() that wasn't found.
-https://bugs.gentoo.org/843866
---- a/data/meson.build
-+++ b/data/meson.build
-@@ -41,9 +41,11 @@
- )
-
--test(
-- 'validate-appstream',
-- appstream_util,
-- args: ['--nonet', 'validate-relax', gmult_appdata],
--)
-+if appstream_util.found()
-+ test(
-+ 'validate-appstream',
-+ appstream_util,
-+ args: ['--nonet', 'validate-relax', gmult_appdata],
-+ )
-+endif
-
- resources = gnome.compile_resources(
diff --git a/games-kids/gmult/gmult-10.0.ebuild b/games-kids/gmult/gmult-10.0.ebuild
deleted file mode 100644
index 7ef500d6f09a..000000000000
--- a/games-kids/gmult/gmult-10.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson vala xdg
-
-DESCRIPTION="Multiplication Puzzle emulates the multiplication game found in Emacs"
-HOMEPAGE="https://launchpad.net/gmult/"
-SRC_URI="https://launchpad.net/gmult/trunk/${PV}/+download/${P}.tar.xz"
-
-LICENSE="GPL-3+ CC-BY-SA-4.0 CC0-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="test" # only used for unnecessary .desktop/.po validation
-
-RDEPEND="
- dev-libs/glib:2
- gui-libs/gtk:4[introspection]
- gui-libs/libadwaita:1[vala]
- virtual/libintl
- x11-libs/cairo
- x11-libs/pango"
-DEPEND="${RDEPEND}"
-BDEPEND="
- $(vala_depend)
- sys-devel/gettext"
-
-DOCS=( NEWS.md README.md )
-
-PATCHES=(
- "${FILESDIR}"/${P}-meson-0.62.patch
-)
-
-src_configure() {
- vala_setup
- meson_src_configure
-}
next reply other threads:[~2023-05-26 23:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-26 23:16 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-09-23 11:48 [gentoo-commits] repo/gentoo:master commit in: games-kids/gmult/, games-kids/gmult/files/ Ionen Wolkens
2022-03-28 5:50 Ionen Wolkens
2022-03-28 4:20 Ionen Wolkens
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=1685141864.c5158a543e9aea9446ff139026cf0c632bdee8f2.ionen@gentoo \
--to=ionen@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