* [gentoo-commits] repo/gentoo:master commit in: games-board/xmahjongg/
@ 2016-07-29 17:55 Austin English
0 siblings, 0 replies; 4+ messages in thread
From: Austin English @ 2016-07-29 17:55 UTC (permalink / raw
To: gentoo-commits
commit: 5d234dd26ba360a840e5f0a1adab777329ca8eac
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 17:55:07 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 17:55:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d234dd2
games-board/xmahjongg: remove deprecated games eclass
Also update to EAPI 6
Gentoo-Bug: https://bugs.gentoo.org/574082
Package-Manager: portage-2.3.0
games-board/xmahjongg/xmahjongg-3.7-r1.ebuild | 32 +++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/games-board/xmahjongg/xmahjongg-3.7-r1.ebuild b/games-board/xmahjongg/xmahjongg-3.7-r1.ebuild
new file mode 100644
index 0000000..0bde359
--- /dev/null
+++ b/games-board/xmahjongg/xmahjongg-3.7-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils
+
+DESCRIPTION="friendly GUI version of xmahjongg"
+HOMEPAGE="http://www.lcdf.org/xmahjongg/"
+SRC_URI="http://www.lcdf.org/xmahjongg/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-libs/libXt"
+
+src_prepare() {
+ default
+ sed -i \
+ -e '/X_PRE_LIBS/s:-lSM -lICE::' \
+ configure || die
+}
+
+src_install() {
+ default
+ newicon share/tiles/small.gif ${PN}.gif
+ make_desktop_entry xmahjongg "Xmahjongg" /usr/share/pixmaps/${PN}.gif
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/xmahjongg/
@ 2021-01-06 22:59 Fabian Groffen
0 siblings, 0 replies; 4+ messages in thread
From: Fabian Groffen @ 2021-01-06 22:59 UTC (permalink / raw
To: gentoo-commits
commit: 456334ee3d150c9dfc786c05f9dcfe0b424e8887
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 22:59:07 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 22:59:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=456334ee
games-board/xmahjongg: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
games-board/xmahjongg/xmahjongg-3.7-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-board/xmahjongg/xmahjongg-3.7-r1.ebuild b/games-board/xmahjongg/xmahjongg-3.7-r1.ebuild
index 15198d767d8..f27ba384091 100644
--- a/games-board/xmahjongg/xmahjongg-3.7-r1.ebuild
+++ b/games-board/xmahjongg/xmahjongg-3.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="http://www.lcdf.org/xmahjongg/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~mips ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/xmahjongg/
@ 2023-10-07 22:24 James Le Cuirot
0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2023-10-07 22:24 UTC (permalink / raw
To: gentoo-commits
commit: 1ede5abf82c412552bb929779df37193bb9e41b6
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 7 22:21:37 2023 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Oct 7 22:23:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ede5abf
games-board/xmahjongg: HTTPS, fix description
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-board/xmahjongg/xmahjongg-3.7-r2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-board/xmahjongg/xmahjongg-3.7-r2.ebuild b/games-board/xmahjongg/xmahjongg-3.7-r2.ebuild
index f1fc4165b4da..c4ba67f96136 100644
--- a/games-board/xmahjongg/xmahjongg-3.7-r2.ebuild
+++ b/games-board/xmahjongg/xmahjongg-3.7-r2.ebuild
@@ -5,9 +5,9 @@ EAPI=8
inherit autotools desktop
-DESCRIPTION="friendly GUI version of xmahjongg"
-HOMEPAGE="http://www.lcdf.org/xmahjongg/"
-SRC_URI="http://www.lcdf.org/xmahjongg/${P}.tar.gz"
+DESCRIPTION="Friendly GUI version of xmahjongg"
+HOMEPAGE="https://www.lcdf.org/xmahjongg/"
+SRC_URI="https://www.lcdf.org/xmahjongg/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/xmahjongg/
@ 2023-10-07 22:24 James Le Cuirot
0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2023-10-07 22:24 UTC (permalink / raw
To: gentoo-commits
commit: 91da37db5ab6c553fc5da8badef86253f0001f5d
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 7 22:22:30 2023 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Oct 7 22:23:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91da37db
games-board/xmahjongg: Drop old 3.7-r1
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-board/xmahjongg/xmahjongg-3.7-r1.ebuild | 33 ---------------------------
1 file changed, 33 deletions(-)
diff --git a/games-board/xmahjongg/xmahjongg-3.7-r1.ebuild b/games-board/xmahjongg/xmahjongg-3.7-r1.ebuild
deleted file mode 100644
index f27ba3840910..000000000000
--- a/games-board/xmahjongg/xmahjongg-3.7-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools desktop
-
-DESCRIPTION="friendly GUI version of xmahjongg"
-HOMEPAGE="http://www.lcdf.org/xmahjongg/"
-SRC_URI="http://www.lcdf.org/xmahjongg/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
- x11-libs/libXt"
-
-PATCHES=( "${FILESDIR}"/${P}-autotools.patch )
-
-src_prepare() {
- default
- mv configure.{in,ac} || die
- eautoreconf
-}
-
-src_install() {
- default
-
- newicon share/tiles/small.gif ${PN}.gif
- make_desktop_entry xmahjongg "Xmahjongg" /usr/share/pixmaps/${PN}.gif
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-10-07 22:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-06 22:59 [gentoo-commits] repo/gentoo:master commit in: games-board/xmahjongg/ Fabian Groffen
-- strict thread matches above, loose matches on Subject: below --
2023-10-07 22:24 James Le Cuirot
2023-10-07 22:24 James Le Cuirot
2016-07-29 17:55 Austin English
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox