* [gentoo-commits] repo/gentoo:master commit in: games-board/gtkboard/
@ 2020-06-02 18:09 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2020-06-02 18:09 UTC (permalink / raw
To: gentoo-commits
commit: 6ab035e5162d8b0216906c4cdfa5aa8abaa3375a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 2 18:09:02 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 2 18:09:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab035e5
games-board/gtkboard: Drop 0.11_pre0-r1
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
games-board/gtkboard/gtkboard-0.11_pre0-r1.ebuild | 50 -----------------------
1 file changed, 50 deletions(-)
diff --git a/games-board/gtkboard/gtkboard-0.11_pre0-r1.ebuild b/games-board/gtkboard/gtkboard-0.11_pre0-r1.ebuild
deleted file mode 100644
index b7ae827bf8d..00000000000
--- a/games-board/gtkboard/gtkboard-0.11_pre0-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils
-
-MY_P=${P/_}
-DESCRIPTION="Board games system"
-HOMEPAGE="http://gtkboard.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome"
-
-RDEPEND="x11-libs/gtk+:2
- media-libs/libsdl:0[sound]
- media-libs/sdl-mixer[vorbis]
- gnome? ( gnome-base/libgnomeui )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=(
- "${FILESDIR}"/${P}-gcc41.patch
- "${FILESDIR}"/${P}-gcc45.patch
-)
-
-src_prepare() {
- default
-
- sed -i -e "/^LIBS/s:@LIBS@:@LIBS@ -lgmodule-2.0 -lm:" \
- src/Makefile.in
-}
-
-src_configure() {
- econf \
- --enable-gtk2 \
- --enable-sdl \
- $(use_enable gnome)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- doicon pixmaps/${PN}.png
- make_desktop_entry ${PN} Gtkboard
- dodoc AUTHORS ChangeLog TODO doc/index.html
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/gtkboard/
@ 2022-07-17 18:10 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-07-17 18:10 UTC (permalink / raw
To: gentoo-commits
commit: 8ae408d69b8e38b214f11e06aa861e883643f6fc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 17 18:06:35 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 18:06:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae408d6
games-board/gtkboard: filter LTO (type mismatch)
Closes: https://bugs.gentoo.org/858614
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild b/games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild
index a37e9a95e119..100873263043 100644
--- a/games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild
+++ b/games-board/gtkboard/gtkboard-0.11_pre0-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
MY_P=${P/_}
-inherit desktop
+inherit desktop flag-o-matic
DESCRIPTION="Board games system"
HOMEPAGE="http://gtkboard.sourceforge.net/indexold.html"
@@ -41,6 +41,9 @@ src_prepare() {
}
src_configure() {
+ # bug #858614
+ filter-lto
+
econf \
--enable-gtk2 \
--enable-sdl \
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-17 18:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-02 18:09 [gentoo-commits] repo/gentoo:master commit in: games-board/gtkboard/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2022-07-17 18:10 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox