public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-board/xmille/
@ 2015-11-22  3:36 Michael Sterrett
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett @ 2015-11-22  3:36 UTC (permalink / raw
  To: gentoo-commits

commit:     7653e2399e9c87c698d177520425c946578ec984
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 03:36:19 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 03:36:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7653e239

use epatch to apply patch

Package-Manager: portage-2.2.20.1

 games-board/xmille/xmille-2.0-r2.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/games-board/xmille/xmille-2.0-r2.ebuild b/games-board/xmille/xmille-2.0-r2.ebuild
index 5cabd02..138fd51 100644
--- a/games-board/xmille/xmille-2.0-r2.ebuild
+++ b/games-board/xmille/xmille-2.0-r2.ebuild
@@ -23,7 +23,10 @@ DEPEND="${RDEPEND}
 
 S=${WORKDIR}/${P}.orig
 
-PATCHES=( "${WORKDIR}"/${PN}_${PV}-${DEB_PATCH_VER}.diff )
+src_prepare() {
+	epatch "${WORKDIR}"/${PN}_${PV}-${DEB_PATCH_VER}.diff
+
+}
 
 src_configure() {
 	xmkmf || die


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-board/xmille/
@ 2021-03-05 18:04 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-03-05 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     c1e2d7c24e9f857efb4093c5fe1bd30ef7889f68
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  5 17:04:57 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  5 18:04:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e2d7c2

games-board/xmille: port to EAPI 7, away from epatch.eclass

* EAPI 7
* Kill epatch.eclass

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{xmille-2.0-r3.ebuild => xmille-2.0-r4.ebuild}    | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/games-board/xmille/xmille-2.0-r3.ebuild b/games-board/xmille/xmille-2.0-r4.ebuild
similarity index 82%
rename from games-board/xmille/xmille-2.0-r3.ebuild
rename to games-board/xmille/xmille-2.0-r4.ebuild
index 7821de3430b..4ca1f38b760 100644
--- a/games-board/xmille/xmille-2.0-r3.ebuild
+++ b/games-board/xmille/xmille-2.0-r4.ebuild
@@ -1,32 +1,31 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit desktop epatch toolchain-funcs
+EAPI=7
+
+inherit desktop toolchain-funcs
 
 DEB_PATCH_VER="13"
 DESCRIPTION="Mille Bournes card game"
 HOMEPAGE="http://www.milleborne.info/"
 SRC_URI="mirror://debian/pool/main/x/xmille/${PN}_${PV}.orig.tar.gz
 	mirror://debian/pool/main/x/xmille/${PN}_${PV}-${DEB_PATCH_VER}.diff.gz"
+S="${WORKDIR}/${P}.orig"
 
 LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-RDEPEND="x11-libs/libXext"
-DEPEND="${RDEPEND}
+BDEPEND="
 	app-text/rman
 	x11-misc/imake
 "
-
-S="${WORKDIR}/${P}.orig"
+RDEPEND="x11-libs/libXext"
+DEPEND="${RDEPEND}"
 
 src_prepare() {
 	default
-	epatch "${WORKDIR}"/${PN}_${PV}-${DEB_PATCH_VER}.diff
-
+	eapply "${WORKDIR}"/${PN}_${PV}-${DEB_PATCH_VER}.diff
 }
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-board/xmille/
@ 2022-07-17 18:10 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-07-17 18:10 UTC (permalink / raw
  To: gentoo-commits

commit:     962c3b96b60136fb17e913897ac462b85a25a735
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 17 18:08:01 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 18:08:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=962c3b96

games-board/xmille: filter LTO (type mismatch)

Closes: https://bugs.gentoo.org/858620
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-board/xmille/xmille-2.0-r4.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/games-board/xmille/xmille-2.0-r4.ebuild b/games-board/xmille/xmille-2.0-r4.ebuild
index 966fec4aec02..88cc7b1c9dff 100644
--- a/games-board/xmille/xmille-2.0-r4.ebuild
+++ b/games-board/xmille/xmille-2.0-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit desktop toolchain-funcs
+inherit desktop flag-o-matic toolchain-funcs
 
 DEB_PATCH_VER="13"
 DESCRIPTION="Mille Bournes card game"
@@ -29,6 +29,9 @@ src_prepare() {
 }
 
 src_configure() {
+	# bug #858620
+	filter-lto
+
 	CC="$(tc-getBUILD_CC)" LD="$(tc-getLD)" \
 		IMAKECPP="${IMAKECPP:-$(tc-getCPP)}" xmkmf || die
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-17 18:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-22  3:36 [gentoo-commits] repo/gentoo:master commit in: games-board/xmille/ Michael Sterrett
  -- strict thread matches above, loose matches on Subject: below --
2021-03-05 18:04 Sam James
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