public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-board/xfreecell/
@ 2016-03-29 16:59 Michael Sterrett
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett @ 2016-03-29 16:59 UTC (permalink / raw
  To: gentoo-commits

commit:     4a77d3442afbd30769a7b8f3ba0ad239f11d236d
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 29 16:58:48 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 16:59:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a77d344

games-board/xfreecell: make sure media-fonts/font-misc-misc is installed (bug #577178)

Package-Manager: portage-2.2.26

 games-board/xfreecell/xfreecell-1.0.5b.ebuild | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/games-board/xfreecell/xfreecell-1.0.5b.ebuild b/games-board/xfreecell/xfreecell-1.0.5b.ebuild
index ed49c80..02af2cc 100644
--- a/games-board/xfreecell/xfreecell-1.0.5b.ebuild
+++ b/games-board/xfreecell/xfreecell-1.0.5b.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,8 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc ppc64 x86"
 IUSE=""
 
-RDEPEND="x11-libs/libXext"
+RDEPEND="x11-libs/libXext
+	media-fonts/font-misc-misc"
 DEPEND="${RDEPEND}
 	x11-proto/xextproto"
 
@@ -33,5 +34,11 @@ src_install() {
 	doins "${WORKDIR}"/MSNumbers
 	dodoc CHANGES README mshuffle.txt
 	doman xfreecell.6
+	make_desktop_entry xfreecell XFreecell
 	prepgamesdirs
 }
+
+pkg_postinst() {
+	games_pkg_postinst
+	einfo "Remember to restart X if this is the first time you've installed media-fonts/font-misc-misc"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/xfreecell/
@ 2017-09-12 20:10 Andreas Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2017-09-12 20:10 UTC (permalink / raw
  To: gentoo-commits

commit:     d3d40e1469cb12640d31601b7e8e7cd0d0860eae
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 12 20:09:25 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Sep 12 20:09:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d40e14

games-board/xfreecell: Fix build with gcc-6, bug 594136

Closes: https://bugs.gentoo.org/show_bug.cgi?id=594136
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 games-board/xfreecell/Manifest                   | 1 +
 games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/games-board/xfreecell/Manifest b/games-board/xfreecell/Manifest
index a16a611cfb8..5e7d34d4dba 100644
--- a/games-board/xfreecell/Manifest
+++ b/games-board/xfreecell/Manifest
@@ -1,2 +1,3 @@
 DIST MSNumbers.gz 1212278 SHA256 d3cdebbe409588f706f2480235b391f18f825a32233460aebbd0ca07d55f961b SHA512 6a8215f72bb4f10262c41875e1668bc5bb691f9ba2b803162675cf1fb8ce6090f6009727939ecb86301de76264d35d7d10614887b677055ac470975029e55785 WHIRLPOOL dab236cf5b58ed4f62904240e4e752a485c35fd7c6246e4782dbad8801334c3c8b70c5d316c5747c8ccd3f145a5c8bc6705302270b415ddf23ebe44b0be5d0a4
+DIST xfreecell-1.0.5b-gcc6.patch.xz 18888 SHA256 352a8646d2c52943166fd132a5af90b53f594de6a8a9af032ed20411f13b70ed SHA512 08c544d14c43bcfccb4eee7e99d77225297be8274b85de98edcb4fa297060f8b219814729286f90939b99427b4d32725c82134b860939b5894ccbba2e15226d9 WHIRLPOOL 75b079bca131b4aa62a35b6a8b5f9c966f047dc3762c31e1228dece31900858744f5594693f447fbff642975c7be8012cef0b28d7f15eed4ed91d79258b8f6fa
 DIST xfreecell-1.0.5b.tgz 49367 SHA256 ababb3bdc5055e1d013161f2c04c874bacb572f240d0175ff8eabbd88b5d1b78 SHA512 b4437d9c78d5a6cb5fabd0157528aef85aa1d01b87875314e122d1eafbe5808af67b7b4dbf4db8e70d3d5193b10e61cc20210725b75c01ca6ff6db2b5840a64c WHIRLPOOL 2dcb542384a61a6d3c7b7cc1fda5d8fd9b4d7e3169fcb9d1f4fefbf650b94f25b34f63af03d352ec2dc013e8ba307fecf3859cbb181afa6c9eda4a2bf40e9c4b

diff --git a/games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild b/games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild
index cae7e2118d8..491d3910b26 100644
--- a/games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild
+++ b/games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,8 @@ inherit eutils
 DESCRIPTION="A freecell game for X"
 HOMEPAGE="http://www2.giganet.net/~nakayama/"
 SRC_URI="http://www2.giganet.net/~nakayama/${P}.tgz
-	http://www2.giganet.net/~nakayama/MSNumbers.gz"
+	http://www2.giganet.net/~nakayama/MSNumbers.gz
+	https://dev.gentoo.org/~dilfridge/distfiles/${P}-gcc6.patch.xz"
 
 LICENSE="HPND"
 SLOT="0"
@@ -24,6 +25,7 @@ S=${WORKDIR}/${PN}
 PATCHES=(
 	"${FILESDIR}"/${P}-gentoo.patch
 	"${FILESDIR}"/${P}-gcc43.patch
+	"${WORKDIR}"/${P}-gcc6.patch
 )
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/xfreecell/
@ 2017-09-30  6:01 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2017-09-30  6:01 UTC (permalink / raw
  To: gentoo-commits

commit:     b43461ff87029a6f3d834856b4c292a23e03503b
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 06:00:41 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 06:00:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b43461ff

games-board/xfreecell: stabilise 1.0.5b-r1 for amd64/x86

Bug: https://bugs.gentoo.org/632184
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild b/games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild
index 491d3910b26..107cfe6053d 100644
--- a/games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild
+++ b/games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www2.giganet.net/~nakayama/${P}.tgz
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 x86"
 IUSE=""
 
 RDEPEND="media-fonts/font-misc-misc


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/xfreecell/
@ 2017-10-04  8:13 Sergei Trofimovich
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2017-10-04  8:13 UTC (permalink / raw
  To: gentoo-commits

commit:     21d2f26dd07a929ba859853f7e780e89ff6c6cf3
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 08:09:06 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 08:13:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d2f26d

games-board/xfreecell: stable 1.0.5b-r1 for ppc64, bug #632184

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild b/games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild
index 107cfe6053d..6eabdd37d74 100644
--- a/games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild
+++ b/games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www2.giganet.net/~nakayama/${P}.tgz
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="amd64 ppc64 x86"
 IUSE=""
 
 RDEPEND="media-fonts/font-misc-misc


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

end of thread, other threads:[~2017-10-04  8:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-04  8:13 [gentoo-commits] repo/gentoo:master commit in: games-board/xfreecell/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2017-09-30  6:01 Michael Palimaka
2017-09-12 20:10 Andreas Hüttel
2016-03-29 16:59 Michael Sterrett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox