Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-kids/gmult/
Date: Sat, 17 Jul 2021 08:16:30
Message-Id: 1626508729.69da980a484fd97186cfeadb583f7ce32955a9d5.ionen@gentoo
1 commit: 69da980a484fd97186cfeadb583f7ce32955a9d5
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 07:42:27 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 07:58:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69da980a
7
8 games-kids/gmult: drop 8.0-r1
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 games-kids/gmult/Manifest | 1 -
13 games-kids/gmult/gmult-8.0-r1.ebuild | 39 ------------------------------------
14 2 files changed, 40 deletions(-)
15
16 diff --git a/games-kids/gmult/Manifest b/games-kids/gmult/Manifest
17 index 91c97b2a8f7..6f9d6b4900a 100644
18 --- a/games-kids/gmult/Manifest
19 +++ b/games-kids/gmult/Manifest
20 @@ -1,2 +1 @@
21 -DIST gmult-8.0.tar.bz2 222981 BLAKE2B 0b70c05844f0b0db7fec77e334406dab557898240b05d2990b10e2ef398a26a2d4ad65086c635798abb66a8daefe591e908d7374840ff0886a16908e98f21564 SHA512 40c29a998d50491de8c14f7e71ad298fb69e0dc6f1f04b1f9bf35f9f72010eb085a9bc7a9efa1f3c339ea44fdeb9eec4d4f82017442c57ebc28f992bc703252f
22 DIST gmult-9.0.tar.xz 47936 BLAKE2B ae0ebbebbdd949f7e990c6209c2ff695d34cf8e06a1e43fca137d9417b387fa58b1021f3bea5adace1832a39f60c5f2f77864ace888e4f1e70bed722951fd00e SHA512 b087406b1ea3743bc2ab292b9590a1d58451ca593d719b3539f22956304cd1004feed0fbf68c6a1bd0439f476c83f72287720d8937646ab214e6e50a4b04a27a
23
24 diff --git a/games-kids/gmult/gmult-8.0-r1.ebuild b/games-kids/gmult/gmult-8.0-r1.ebuild
25 deleted file mode 100644
26 index 3e67c28d08b..00000000000
27 --- a/games-kids/gmult/gmult-8.0-r1.ebuild
28 +++ /dev/null
29 @@ -1,39 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -inherit gnome2-utils flag-o-matic
35 -
36 -DESCRIPTION="Multiplication Puzzle emulates the multiplication game found in Emacs"
37 -HOMEPAGE="http://www.mterry.name/gmult/"
38 -SRC_URI="https://launchpad.net/gmult/trunk/${PV}/+download/${P}.tar.bz2"
39 -
40 -LICENSE="GPL-3"
41 -SLOT="0"
42 -KEYWORDS="~amd64 ~x86"
43 -IUSE=""
44 -
45 -RDEPEND="dev-libs/glib:2
46 - x11-libs/gtk+:3
47 - virtual/libintl"
48 -DEPEND="${RDEPEND}
49 - sys-devel/gettext
50 - virtual/pkgconfig"
51 -
52 -src_configure() {
53 - append-libs -lm
54 - econf # \
55 - #--bindir="${GAMES_BINDIR}"
56 -}
57 -
58 -pkg_preinst() {
59 - gnome2_icon_savelist
60 -}
61 -
62 -pkg_postinst() {
63 - gnome2_icon_cache_update
64 -}
65 -
66 -pkg_postrm() {
67 - gnome2_icon_cache_update
68 -}