public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/
@ 2015-05-19 18:51 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-19 18:51 UTC (permalink / raw
  To: gentoo-commits

commit:     f76a846837dfd585a2965f60f9514a1b341b7482
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue May 19 18:45:43 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue May 19 18:50:48 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f76a8468

games-board/aisleriot: do not override XMLLINT anymore

It is used for glib-compile-resources to strip blanks from xml files.

 games-board/aisleriot/aisleriot-3.16.2.ebuild | 1 -
 games-board/aisleriot/aisleriot-9999.ebuild   | 1 -
 2 files changed, 2 deletions(-)

diff --git a/games-board/aisleriot/aisleriot-3.16.2.ebuild b/games-board/aisleriot/aisleriot-3.16.2.ebuild
index f4a5f8a..ccf1878 100644
--- a/games-board/aisleriot/aisleriot-3.16.2.ebuild
+++ b/games-board/aisleriot/aisleriot-3.16.2.ebuild
@@ -63,7 +63,6 @@ src_configure() {
 		--with-pysol-card-theme-path="${EPREFIX}${GAMES_DATADIR}"/pysolfc \
 		GUILE=$(type -P guile-2.0) \
 		ITSTOOL=$(type -P true) \
-		XMLLINT=$(type -P true) \
 		${myconf}
 }
 

diff --git a/games-board/aisleriot/aisleriot-9999.ebuild b/games-board/aisleriot/aisleriot-9999.ebuild
index 0cf9ad6..e5e5334 100644
--- a/games-board/aisleriot/aisleriot-9999.ebuild
+++ b/games-board/aisleriot/aisleriot-9999.ebuild
@@ -70,7 +70,6 @@ src_configure() {
 		--with-pysol-card-theme-path="${EPREFIX}${GAMES_DATADIR}"/pysolfc \
 		GUILE=$(type -P guile-2.0) \
 		ITSTOOL=$(type -P true) \
-		XMLLINT=$(type -P true) \
 		${myconf}
 }
 


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/
@ 2018-11-28 13:08 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2018-11-28 13:08 UTC (permalink / raw
  To: gentoo-commits

commit:     8e378e2ee36fffd0adbfd6d42382584930554273
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 28 13:02:54 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Nov 28 13:08:05 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8e378e2e

games-board/aisleriot: 3.22.5 → 3.22.7

Switch to guile-2.2. Drop unneeded USE-flag dependencies. Add missing
glib-utils and libxml2 to DEPEND.

Closes: https://bugs.gentoo.org/644068
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Manifest-Sign-Key: 0x5A56C8CD0C13248A
Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>

 games-board/aisleriot/aisleriot-3.22.7.ebuild | 11 ++++++-----
 games-board/aisleriot/aisleriot-9999.ebuild   | 11 ++++++-----
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/games-board/aisleriot/aisleriot-3.22.7.ebuild b/games-board/aisleriot/aisleriot-3.22.7.ebuild
index 5f9a65ab..d103a6a9 100644
--- a/games-board/aisleriot/aisleriot-3.22.7.ebuild
+++ b/games-board/aisleriot/aisleriot-3.22.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,11 +15,10 @@ KEYWORDS="~amd64 ~x86"
 IUSE="debug gnome qt5"
 
 # FIXME: quartz support?
-# Does not build with guile-2.0.0 or 2.0.1
+# Lookup guile modules grep "use-modules" *.scm
 COMMON_DEPEND="
 	>=dev-libs/glib-2.32:2
-	>=dev-scheme/guile-2.0.5:12[deprecated,regex]
-	<dev-scheme/guile-2.1
+	>=dev-scheme/guile-2.2:12
 	>=gnome-base/librsvg-2.32:2
 	>=media-libs/libcanberra-0.26[gtk3]
 	>=x11-libs/cairo-1.10
@@ -30,6 +29,8 @@ COMMON_DEPEND="
 DEPEND="${COMMON_DEPEND}
 	app-arch/gzip
 	app-text/yelp-tools
+	dev-libs/libxml2:2
+	dev-util/glib-utils
 	>=dev-util/intltool-0.40.4
 	gnome-base/gnome-common
 	sys-apps/lsb-release
@@ -72,7 +73,7 @@ src_configure() {
 
 	gnome2_src_configure \
 		--with-gtk=3.0 \
-		--with-guile=2.0 \
+		--with-guile=2.2 \
 		$(usex debug --enable-debug=yes --enable-debug=minimum) \
 		--enable-sound \
 		--with-pysol-card-theme-path="${EPREFIX}${GAMES_DATADIR}"/pysolfc \

diff --git a/games-board/aisleriot/aisleriot-9999.ebuild b/games-board/aisleriot/aisleriot-9999.ebuild
index 16094c91..3ace1d8e 100644
--- a/games-board/aisleriot/aisleriot-9999.ebuild
+++ b/games-board/aisleriot/aisleriot-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,11 +22,10 @@ fi
 IUSE="debug gnome qt5"
 
 # FIXME: quartz support?
-# Does not build with guile-2.0.0 or 2.0.1
+# Lookup guile modules grep "use-modules" *.scm
 COMMON_DEPEND="
 	>=dev-libs/glib-2.32:2
-	>=dev-scheme/guile-2.0.5:12[deprecated,regex]
-	<dev-scheme/guile-2.1
+	>=dev-scheme/guile-2.2:12
 	>=gnome-base/librsvg-2.32:2
 	>=media-libs/libcanberra-0.26[gtk3]
 	>=x11-libs/cairo-1.10
@@ -37,6 +36,8 @@ COMMON_DEPEND="
 DEPEND="${COMMON_DEPEND}
 	app-arch/gzip
 	app-text/yelp-tools
+	dev-libs/libxml2:2
+	dev-util/glib-utils
 	>=dev-util/intltool-0.40.4
 	gnome-base/gnome-common
 	sys-apps/lsb-release
@@ -79,7 +80,7 @@ src_configure() {
 
 	gnome2_src_configure \
 		--with-gtk=3.0 \
-		--with-guile=2.0 \
+		--with-guile=2.2 \
 		$(usex debug --enable-debug=yes --enable-debug=minimum) \
 		--enable-sound \
 		--with-pysol-card-theme-path="${EPREFIX}${GAMES_DATADIR}"/pysolfc \


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/
@ 2018-05-26 19:35 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2018-05-26 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     369f9ca13aebaacc902d52f5db8a9a44e4ea048c
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 17:26:07 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat May 26 17:26:07 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=369f9ca1

games-board/aisleriot: set upper version limit for guile

Upstream still does not support Guile 2.2+

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 .../aisleriot/{aisleriot-3.22.3.ebuild => aisleriot-3.22.5.ebuild}     | 3 ++-
 games-board/aisleriot/aisleriot-9999.ebuild                            | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/games-board/aisleriot/aisleriot-3.22.3.ebuild b/games-board/aisleriot/aisleriot-3.22.5.ebuild
similarity index 96%
rename from games-board/aisleriot/aisleriot-3.22.3.ebuild
rename to games-board/aisleriot/aisleriot-3.22.5.ebuild
index f4b0ea75..615ee328 100644
--- a/games-board/aisleriot/aisleriot-3.22.3.ebuild
+++ b/games-board/aisleriot/aisleriot-3.22.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,6 +19,7 @@ IUSE="debug gnome qt5"
 COMMON_DEPEND="
 	>=dev-libs/glib-2.32:2
 	>=dev-scheme/guile-2.0.5:12[deprecated,regex]
+	<dev-scheme/guile-2.1
 	>=gnome-base/librsvg-2.32:2
 	>=media-libs/libcanberra-0.26[gtk3]
 	>=x11-libs/cairo-1.10

diff --git a/games-board/aisleriot/aisleriot-9999.ebuild b/games-board/aisleriot/aisleriot-9999.ebuild
index 643bd89d..9226f8de 100644
--- a/games-board/aisleriot/aisleriot-9999.ebuild
+++ b/games-board/aisleriot/aisleriot-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -26,6 +26,7 @@ IUSE="debug gnome qt5"
 COMMON_DEPEND="
 	>=dev-libs/glib-2.32:2
 	>=dev-scheme/guile-2.0.5:12[deprecated,regex]
+	<dev-scheme/guile-2.1
 	>=gnome-base/librsvg-2.32:2
 	>=media-libs/libcanberra-0.26[gtk3]
 	>=x11-libs/cairo-1.10


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/
@ 2018-05-26 19:35 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2018-05-26 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     3381ce5b7bc9122097faefde49835aa8b8f59df1
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 17:29:00 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat May 26 17:29:00 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=3381ce5b

games-board/aisleriot: fix license

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 games-board/aisleriot/aisleriot-3.22.5.ebuild | 2 +-
 games-board/aisleriot/aisleriot-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-board/aisleriot/aisleriot-3.22.5.ebuild b/games-board/aisleriot/aisleriot-3.22.5.ebuild
index 615ee328..5f9a65ab 100644
--- a/games-board/aisleriot/aisleriot-3.22.5.ebuild
+++ b/games-board/aisleriot/aisleriot-3.22.5.ebuild
@@ -9,7 +9,7 @@ inherit gnome2
 DESCRIPTION="A collection of solitaire card games for GNOME"
 HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Aisleriot"
 
-LICENSE="GPL-3 LGPL-3 FDL-1.1"
+LICENSE="GPL-3 LGPL-3 FDL-1.3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="debug gnome qt5"

diff --git a/games-board/aisleriot/aisleriot-9999.ebuild b/games-board/aisleriot/aisleriot-9999.ebuild
index 9226f8de..16094c91 100644
--- a/games-board/aisleriot/aisleriot-9999.ebuild
+++ b/games-board/aisleriot/aisleriot-9999.ebuild
@@ -12,7 +12,7 @@ fi
 DESCRIPTION="A collection of solitaire card games for GNOME"
 HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Aisleriot"
 
-LICENSE="GPL-3 LGPL-3 FDL-1.1"
+LICENSE="GPL-3 LGPL-3 FDL-1.3"
 SLOT="0"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/
@ 2018-01-12 11:43 Dennis Lamm
  0 siblings, 0 replies; 21+ messages in thread
From: Dennis Lamm @ 2018-01-12 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     86a10fc62e8c7f634494ceea82e1eaa7cd2513ca
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 11:43:12 2018 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 11:43:12 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=86a10fc6

games-board/aisleriot: drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 games-board/aisleriot/aisleriot-3.22.2.ebuild | 86 ---------------------------
 1 file changed, 86 deletions(-)

diff --git a/games-board/aisleriot/aisleriot-3.22.2.ebuild b/games-board/aisleriot/aisleriot-3.22.2.ebuild
deleted file mode 100644
index f4b0ea75..00000000
--- a/games-board/aisleriot/aisleriot-3.22.2.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_EAUTORECONF="yes"
-
-inherit gnome2
-
-DESCRIPTION="A collection of solitaire card games for GNOME"
-HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Aisleriot"
-
-LICENSE="GPL-3 LGPL-3 FDL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug gnome qt5"
-
-# FIXME: quartz support?
-# Does not build with guile-2.0.0 or 2.0.1
-COMMON_DEPEND="
-	>=dev-libs/glib-2.32:2
-	>=dev-scheme/guile-2.0.5:12[deprecated,regex]
-	>=gnome-base/librsvg-2.32:2
-	>=media-libs/libcanberra-0.26[gtk3]
-	>=x11-libs/cairo-1.10
-	>=x11-libs/gtk+-3.4:3
-	gnome? ( >=gnome-base/gconf-2.0:2 )
-	qt5? ( >=dev-qt/qtsvg-5:5 )
-"
-DEPEND="${COMMON_DEPEND}
-	app-arch/gzip
-	app-text/yelp-tools
-	>=dev-util/intltool-0.40.4
-	gnome-base/gnome-common
-	sys-apps/lsb-release
-	sys-devel/autoconf-archive
-	>=sys-devel/gettext-0.12
-	virtual/pkgconfig
-	gnome? ( app-text/docbook-xml-dtd:4.3 )
-"
-
-PATCHES=(
-	# Fix SVG detection and usage
-	"${FILESDIR}"/${PN}-3.22.0-detect-svg.patch
-	# Fix build with Qt5, bug #617256
-	"${FILESDIR}"/${PN}-3.22.2-qt5-requires-cxx11.patch
-)
-
-src_configure() {
-	local myconf=()
-
-	if use gnome; then
-		myconf+=(
-			--with-platform=gnome
-			--with-help-method=ghelp
-		)
-	else
-		myconf+=(
-			--with-platform=gtk-only
-			--with-help-method=library
-		)
-	fi
-
-	if use qt5 ; then
-		myconf+=(
-			--with-card-theme-formats=all
-			--with-kde-card-theme-path="${EPREFIX}"/usr/share/apps/carddecks
-		)
-	else
-		myconf+=( --with-card-theme-formats=svg,fixed,pysol )
-	fi
-
-	gnome2_src_configure \
-		--with-gtk=3.0 \
-		--with-guile=2.0 \
-		$(usex debug --enable-debug=yes --enable-debug=minimum) \
-		--enable-sound \
-		--with-pysol-card-theme-path="${EPREFIX}${GAMES_DATADIR}"/pysolfc \
-		${myconf[@]}
-}
-
-pkg_postinst() {
-	gnome2_pkg_postinst
-
-	elog "Aisleriot can use additional card themes from games-board/pysolfc"
-	elog "and kde-base/libkdegames."
-}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/
@ 2017-09-12  6:19 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2017-09-12  6:19 UTC (permalink / raw
  To: gentoo-commits

commit:     9d917ab77382716dd66bdba8ecb52b03249169ab
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 12 06:18:15 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Sep 12 06:18:15 2017 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9d917ab7

games-board/aisleriot: version bump 3.22.2 → 3.22.3

Translation updates.

Package-Manager: Portage-2.3.8, Repoman-2.3.3
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 games-board/aisleriot/aisleriot-3.22.3.ebuild | 86 +++++++++++++++++++++++++++
 1 file changed, 86 insertions(+)

diff --git a/games-board/aisleriot/aisleriot-3.22.3.ebuild b/games-board/aisleriot/aisleriot-3.22.3.ebuild
new file mode 100644
index 00000000..f4b0ea75
--- /dev/null
+++ b/games-board/aisleriot/aisleriot-3.22.3.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_EAUTORECONF="yes"
+
+inherit gnome2
+
+DESCRIPTION="A collection of solitaire card games for GNOME"
+HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Aisleriot"
+
+LICENSE="GPL-3 LGPL-3 FDL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug gnome qt5"
+
+# FIXME: quartz support?
+# Does not build with guile-2.0.0 or 2.0.1
+COMMON_DEPEND="
+	>=dev-libs/glib-2.32:2
+	>=dev-scheme/guile-2.0.5:12[deprecated,regex]
+	>=gnome-base/librsvg-2.32:2
+	>=media-libs/libcanberra-0.26[gtk3]
+	>=x11-libs/cairo-1.10
+	>=x11-libs/gtk+-3.4:3
+	gnome? ( >=gnome-base/gconf-2.0:2 )
+	qt5? ( >=dev-qt/qtsvg-5:5 )
+"
+DEPEND="${COMMON_DEPEND}
+	app-arch/gzip
+	app-text/yelp-tools
+	>=dev-util/intltool-0.40.4
+	gnome-base/gnome-common
+	sys-apps/lsb-release
+	sys-devel/autoconf-archive
+	>=sys-devel/gettext-0.12
+	virtual/pkgconfig
+	gnome? ( app-text/docbook-xml-dtd:4.3 )
+"
+
+PATCHES=(
+	# Fix SVG detection and usage
+	"${FILESDIR}"/${PN}-3.22.0-detect-svg.patch
+	# Fix build with Qt5, bug #617256
+	"${FILESDIR}"/${PN}-3.22.2-qt5-requires-cxx11.patch
+)
+
+src_configure() {
+	local myconf=()
+
+	if use gnome; then
+		myconf+=(
+			--with-platform=gnome
+			--with-help-method=ghelp
+		)
+	else
+		myconf+=(
+			--with-platform=gtk-only
+			--with-help-method=library
+		)
+	fi
+
+	if use qt5 ; then
+		myconf+=(
+			--with-card-theme-formats=all
+			--with-kde-card-theme-path="${EPREFIX}"/usr/share/apps/carddecks
+		)
+	else
+		myconf+=( --with-card-theme-formats=svg,fixed,pysol )
+	fi
+
+	gnome2_src_configure \
+		--with-gtk=3.0 \
+		--with-guile=2.0 \
+		$(usex debug --enable-debug=yes --enable-debug=minimum) \
+		--enable-sound \
+		--with-pysol-card-theme-path="${EPREFIX}${GAMES_DATADIR}"/pysolfc \
+		${myconf[@]}
+}
+
+pkg_postinst() {
+	gnome2_pkg_postinst
+
+	elog "Aisleriot can use additional card themes from games-board/pysolfc"
+	elog "and kde-base/libkdegames."
+}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/
@ 2017-09-03 10:30 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2017-09-03 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     5a9a794f707f4c7e851ba1400f8a12136ee1a2a8
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 10:27:50 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 10:27:50 2017 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=5a9a794f

games-board/aisleriot: cleanup old revisions

Package-Manager: Portage-2.3.8, Repoman-2.3.3
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 games-board/aisleriot/aisleriot-3.22.0.ebuild | 86 ---------------------------
 games-board/aisleriot/aisleriot-3.22.1.ebuild | 86 ---------------------------
 2 files changed, 172 deletions(-)

diff --git a/games-board/aisleriot/aisleriot-3.22.0.ebuild b/games-board/aisleriot/aisleriot-3.22.0.ebuild
deleted file mode 100644
index 9e0f323c..00000000
--- a/games-board/aisleriot/aisleriot-3.22.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit autotools gnome2
-
-DESCRIPTION="A collection of solitaire card games for GNOME"
-HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Aisleriot"
-
-LICENSE="GPL-3 LGPL-3 FDL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug gnome qt5"
-
-# FIXME: quartz support?
-# Does not build with guile-2.0.0 or 2.0.1
-COMMON_DEPEND="
-	>=dev-libs/glib-2.32:2
-	>=dev-scheme/guile-2.0.5:12[deprecated,regex]
-	>=gnome-base/librsvg-2.32:2
-	>=media-libs/libcanberra-0.26[gtk3]
-	>=x11-libs/cairo-1.10
-	>=x11-libs/gtk+-3.4:3
-	gnome? ( >=gnome-base/gconf-2.0:2 )
-	qt5? ( >=dev-qt/qtsvg-5:5 )
-"
-DEPEND="${COMMON_DEPEND}
-	app-arch/gzip
-	app-text/yelp-tools
-	>=dev-util/intltool-0.40.4
-	gnome-base/gnome-common
-	sys-apps/lsb-release
-	>=sys-devel/gettext-0.12
-	virtual/pkgconfig
-	gnome? ( app-text/docbook-xml-dtd:4.3 )
-"
-
-src_prepare() {
-	# Fix SVG detection and usage
-	eapply "${FILESDIR}"/${PN}-3.22.0-detect-svg.patch
-
-	eautoreconf
-	gnome2_src_prepare
-}
-
-src_configure() {
-	local myconf=()
-
-	if use gnome; then
-		myconf+=(
-			--with-platform=gnome
-			--with-help-method=ghelp
-		)
-	else
-		myconf+=(
-			--with-platform=gtk-only
-			--with-help-method=library
-		)
-	fi
-
-	if use qt5 ; then
-		myconf+=(
-			--with-card-theme-formats=all
-			--with-kde-card-theme-path="${EPREFIX}"/usr/share/apps/carddecks
-		)
-	else
-		myconf+=( --with-card-theme-formats=svg,fixed,pysol )
-	fi
-
-	gnome2_src_configure \
-		--with-gtk=3.0 \
-		--with-guile=2.0 \
-		$(usex debug --enable-debug=yes --enable-debug=minimum) \
-		--enable-sound \
-		--with-pysol-card-theme-path="${EPREFIX}${GAMES_DATADIR}"/pysolfc \
-		${myconf[@]}
-}
-
-pkg_postinst() {
-	gnome2_pkg_postinst
-
-	elog "Aisleriot can use additional card themes from games-board/pysolfc"
-	elog "and kde-base/libkdegames."
-}

diff --git a/games-board/aisleriot/aisleriot-3.22.1.ebuild b/games-board/aisleriot/aisleriot-3.22.1.ebuild
deleted file mode 100644
index 9e0f323c..00000000
--- a/games-board/aisleriot/aisleriot-3.22.1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit autotools gnome2
-
-DESCRIPTION="A collection of solitaire card games for GNOME"
-HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Aisleriot"
-
-LICENSE="GPL-3 LGPL-3 FDL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug gnome qt5"
-
-# FIXME: quartz support?
-# Does not build with guile-2.0.0 or 2.0.1
-COMMON_DEPEND="
-	>=dev-libs/glib-2.32:2
-	>=dev-scheme/guile-2.0.5:12[deprecated,regex]
-	>=gnome-base/librsvg-2.32:2
-	>=media-libs/libcanberra-0.26[gtk3]
-	>=x11-libs/cairo-1.10
-	>=x11-libs/gtk+-3.4:3
-	gnome? ( >=gnome-base/gconf-2.0:2 )
-	qt5? ( >=dev-qt/qtsvg-5:5 )
-"
-DEPEND="${COMMON_DEPEND}
-	app-arch/gzip
-	app-text/yelp-tools
-	>=dev-util/intltool-0.40.4
-	gnome-base/gnome-common
-	sys-apps/lsb-release
-	>=sys-devel/gettext-0.12
-	virtual/pkgconfig
-	gnome? ( app-text/docbook-xml-dtd:4.3 )
-"
-
-src_prepare() {
-	# Fix SVG detection and usage
-	eapply "${FILESDIR}"/${PN}-3.22.0-detect-svg.patch
-
-	eautoreconf
-	gnome2_src_prepare
-}
-
-src_configure() {
-	local myconf=()
-
-	if use gnome; then
-		myconf+=(
-			--with-platform=gnome
-			--with-help-method=ghelp
-		)
-	else
-		myconf+=(
-			--with-platform=gtk-only
-			--with-help-method=library
-		)
-	fi
-
-	if use qt5 ; then
-		myconf+=(
-			--with-card-theme-formats=all
-			--with-kde-card-theme-path="${EPREFIX}"/usr/share/apps/carddecks
-		)
-	else
-		myconf+=( --with-card-theme-formats=svg,fixed,pysol )
-	fi
-
-	gnome2_src_configure \
-		--with-gtk=3.0 \
-		--with-guile=2.0 \
-		$(usex debug --enable-debug=yes --enable-debug=minimum) \
-		--enable-sound \
-		--with-pysol-card-theme-path="${EPREFIX}${GAMES_DATADIR}"/pysolfc \
-		${myconf[@]}
-}
-
-pkg_postinst() {
-	gnome2_pkg_postinst
-
-	elog "Aisleriot can use additional card themes from games-board/pysolfc"
-	elog "and kde-base/libkdegames."
-}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/
@ 2017-09-03 10:30 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2017-09-03 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     3ff4042b6e4975d7c85aae8b5e405d590931d91a
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 10:30:08 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 10:30:08 2017 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=3ff4042b

games-board/aisleriot: fix repoman warning about license

Package-Manager: Portage-2.3.8, Repoman-2.3.3
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 games-board/aisleriot/aisleriot-3.22.2.ebuild | 2 +-
 games-board/aisleriot/aisleriot-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-board/aisleriot/aisleriot-3.22.2.ebuild b/games-board/aisleriot/aisleriot-3.22.2.ebuild
index 99832f9a..f4b0ea75 100644
--- a/games-board/aisleriot/aisleriot-3.22.2.ebuild
+++ b/games-board/aisleriot/aisleriot-3.22.2.ebuild
@@ -1,5 +1,5 @@
 # Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2	
+# Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 GNOME2_EAUTORECONF="yes"

diff --git a/games-board/aisleriot/aisleriot-9999.ebuild b/games-board/aisleriot/aisleriot-9999.ebuild
index 235e0ac6..643bd89d 100644
--- a/games-board/aisleriot/aisleriot-9999.ebuild
+++ b/games-board/aisleriot/aisleriot-9999.ebuild
@@ -1,5 +1,5 @@
 # Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2	
+# Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 GNOME2_EAUTORECONF="yes"


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/
@ 2017-09-03 10:30 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2017-09-03 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     3b9cedf4da105de40fe70438aae8b36b59575638
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 10:28:49 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 10:28:49 2017 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=3b9cedf4

games-board/aisleriot: sync live ebuild

Drop CVS era $Id$.

Package-Manager: Portage-2.3.8, Repoman-2.3.3
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 games-board/aisleriot/aisleriot-3.22.2.ebuild |  3 +--
 games-board/aisleriot/aisleriot-9999.ebuild   | 20 ++++++++++----------
 2 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/games-board/aisleriot/aisleriot-3.22.2.ebuild b/games-board/aisleriot/aisleriot-3.22.2.ebuild
index c492247a..99832f9a 100644
--- a/games-board/aisleriot/aisleriot-3.22.2.ebuild
+++ b/games-board/aisleriot/aisleriot-3.22.2.ebuild
@@ -1,6 +1,5 @@
 # Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
+# Distributed under the terms of the GNU General Public License v2	
 
 EAPI=6
 GNOME2_EAUTORECONF="yes"

diff --git a/games-board/aisleriot/aisleriot-9999.ebuild b/games-board/aisleriot/aisleriot-9999.ebuild
index 77df6e25..235e0ac6 100644
--- a/games-board/aisleriot/aisleriot-9999.ebuild
+++ b/games-board/aisleriot/aisleriot-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2	
 
 EAPI=6
+GNOME2_EAUTORECONF="yes"
 
-inherit autotools gnome2
+inherit gnome2
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
@@ -39,18 +39,18 @@ DEPEND="${COMMON_DEPEND}
 	>=dev-util/intltool-0.40.4
 	gnome-base/gnome-common
 	sys-apps/lsb-release
+	sys-devel/autoconf-archive
 	>=sys-devel/gettext-0.12
 	virtual/pkgconfig
 	gnome? ( app-text/docbook-xml-dtd:4.3 )
 "
 
-src_prepare() {
+PATCHES=(
 	# Fix SVG detection and usage
-	eapply "${FILESDIR}"/${PN}-3.22.0-detect-svg.patch
-
-	eautoreconf
-	gnome2_src_prepare
-}
+	"${FILESDIR}"/${PN}-3.22.0-detect-svg.patch
+	# Fix build with Qt5, bug #617256
+	"${FILESDIR}"/${PN}-3.22.2-qt5-requires-cxx11.patch
+)
 
 src_configure() {
 	local myconf=()


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/
@ 2017-09-03 10:25 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2017-09-03 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     795629e8e3040f4c60db7a265e51e89cb917f3a7
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 10:25:07 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 10:25:07 2017 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=795629e8

games-board/aisleriot: version bump 3.22.1 → 3.22.2

Add missing dependency on autoconf-archive, bug #627182.
Add C++11 requirement due to Qt5, bug #617256.

 games-board/aisleriot/aisleriot-3.22.2.ebuild | 86 +++++++++++++++++++++++++++
 1 file changed, 86 insertions(+)

diff --git a/games-board/aisleriot/aisleriot-3.22.2.ebuild b/games-board/aisleriot/aisleriot-3.22.2.ebuild
new file mode 100644
index 00000000..9e0f323c
--- /dev/null
+++ b/games-board/aisleriot/aisleriot-3.22.2.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools gnome2
+
+DESCRIPTION="A collection of solitaire card games for GNOME"
+HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Aisleriot"
+
+LICENSE="GPL-3 LGPL-3 FDL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug gnome qt5"
+
+# FIXME: quartz support?
+# Does not build with guile-2.0.0 or 2.0.1
+COMMON_DEPEND="
+	>=dev-libs/glib-2.32:2
+	>=dev-scheme/guile-2.0.5:12[deprecated,regex]
+	>=gnome-base/librsvg-2.32:2
+	>=media-libs/libcanberra-0.26[gtk3]
+	>=x11-libs/cairo-1.10
+	>=x11-libs/gtk+-3.4:3
+	gnome? ( >=gnome-base/gconf-2.0:2 )
+	qt5? ( >=dev-qt/qtsvg-5:5 )
+"
+DEPEND="${COMMON_DEPEND}
+	app-arch/gzip
+	app-text/yelp-tools
+	>=dev-util/intltool-0.40.4
+	gnome-base/gnome-common
+	sys-apps/lsb-release
+	>=sys-devel/gettext-0.12
+	virtual/pkgconfig
+	gnome? ( app-text/docbook-xml-dtd:4.3 )
+"
+
+src_prepare() {
+	# Fix SVG detection and usage
+	eapply "${FILESDIR}"/${PN}-3.22.0-detect-svg.patch
+
+	eautoreconf
+	gnome2_src_prepare
+}
+
+src_configure() {
+	local myconf=()
+
+	if use gnome; then
+		myconf+=(
+			--with-platform=gnome
+			--with-help-method=ghelp
+		)
+	else
+		myconf+=(
+			--with-platform=gtk-only
+			--with-help-method=library
+		)
+	fi
+
+	if use qt5 ; then
+		myconf+=(
+			--with-card-theme-formats=all
+			--with-kde-card-theme-path="${EPREFIX}"/usr/share/apps/carddecks
+		)
+	else
+		myconf+=( --with-card-theme-formats=svg,fixed,pysol )
+	fi
+
+	gnome2_src_configure \
+		--with-gtk=3.0 \
+		--with-guile=2.0 \
+		$(usex debug --enable-debug=yes --enable-debug=minimum) \
+		--enable-sound \
+		--with-pysol-card-theme-path="${EPREFIX}${GAMES_DATADIR}"/pysolfc \
+		${myconf[@]}
+}
+
+pkg_postinst() {
+	gnome2_pkg_postinst
+
+	elog "Aisleriot can use additional card themes from games-board/pysolfc"
+	elog "and kde-base/libkdegames."
+}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/
@ 2016-11-13 12:07 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2016-11-13 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     c1beb3384a0d192ec6bbbfa1cfbbbdd158415bee
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 12 12:42:32 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Nov 12 12:42:32 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=c1beb338

games-board/aisleriot: 3.22.0 → 3.22.1

Package-Manager: portage-2.3.2
Manifest-Sign-Key: C6085806

 games-board/aisleriot/aisleriot-3.22.1.ebuild | 86 +++++++++++++++++++++++++++
 1 file changed, 86 insertions(+)

diff --git a/games-board/aisleriot/aisleriot-3.22.1.ebuild b/games-board/aisleriot/aisleriot-3.22.1.ebuild
new file mode 100644
index 0000000..9e0f323
--- /dev/null
+++ b/games-board/aisleriot/aisleriot-3.22.1.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools gnome2
+
+DESCRIPTION="A collection of solitaire card games for GNOME"
+HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Aisleriot"
+
+LICENSE="GPL-3 LGPL-3 FDL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug gnome qt5"
+
+# FIXME: quartz support?
+# Does not build with guile-2.0.0 or 2.0.1
+COMMON_DEPEND="
+	>=dev-libs/glib-2.32:2
+	>=dev-scheme/guile-2.0.5:12[deprecated,regex]
+	>=gnome-base/librsvg-2.32:2
+	>=media-libs/libcanberra-0.26[gtk3]
+	>=x11-libs/cairo-1.10
+	>=x11-libs/gtk+-3.4:3
+	gnome? ( >=gnome-base/gconf-2.0:2 )
+	qt5? ( >=dev-qt/qtsvg-5:5 )
+"
+DEPEND="${COMMON_DEPEND}
+	app-arch/gzip
+	app-text/yelp-tools
+	>=dev-util/intltool-0.40.4
+	gnome-base/gnome-common
+	sys-apps/lsb-release
+	>=sys-devel/gettext-0.12
+	virtual/pkgconfig
+	gnome? ( app-text/docbook-xml-dtd:4.3 )
+"
+
+src_prepare() {
+	# Fix SVG detection and usage
+	eapply "${FILESDIR}"/${PN}-3.22.0-detect-svg.patch
+
+	eautoreconf
+	gnome2_src_prepare
+}
+
+src_configure() {
+	local myconf=()
+
+	if use gnome; then
+		myconf+=(
+			--with-platform=gnome
+			--with-help-method=ghelp
+		)
+	else
+		myconf+=(
+			--with-platform=gtk-only
+			--with-help-method=library
+		)
+	fi
+
+	if use qt5 ; then
+		myconf+=(
+			--with-card-theme-formats=all
+			--with-kde-card-theme-path="${EPREFIX}"/usr/share/apps/carddecks
+		)
+	else
+		myconf+=( --with-card-theme-formats=svg,fixed,pysol )
+	fi
+
+	gnome2_src_configure \
+		--with-gtk=3.0 \
+		--with-guile=2.0 \
+		$(usex debug --enable-debug=yes --enable-debug=minimum) \
+		--enable-sound \
+		--with-pysol-card-theme-path="${EPREFIX}${GAMES_DATADIR}"/pysolfc \
+		${myconf[@]}
+}
+
+pkg_postinst() {
+	gnome2_pkg_postinst
+
+	elog "Aisleriot can use additional card themes from games-board/pysolfc"
+	elog "and kde-base/libkdegames."
+}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/
@ 2016-09-05 22:05 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2016-09-05 22:05 UTC (permalink / raw
  To: gentoo-commits

commit:     5f91463ce08bba389425a9b806b914e267bfa8d9
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  5 21:42:46 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 21:55:20 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=5f91463c

games-board/aisleriot: 3.18.2 → 3.20.2

 games-board/aisleriot/aisleriot-3.18.2.ebuild      | 89 ----------------------
 ...eriot-3.16.2.ebuild => aisleriot-3.20.2.ebuild} | 14 ++--
 games-board/aisleriot/aisleriot-9999.ebuild        |  2 +-
 3 files changed, 8 insertions(+), 97 deletions(-)

diff --git a/games-board/aisleriot/aisleriot-3.18.2.ebuild b/games-board/aisleriot/aisleriot-3.18.2.ebuild
deleted file mode 100644
index e7535d4..0000000
--- a/games-board/aisleriot/aisleriot-3.18.2.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit autotools eutils gnome-games
-
-DESCRIPTION="A collection of solitaire card games for GNOME"
-HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Aisleriot"
-
-LICENSE="GPL-3 LGPL-3 FDL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome qt4"
-
-# FIXME: quartz support?
-# Does not build with guile-2.0.0 or 2.0.1
-COMMON_DEPEND="
-	>=dev-libs/glib-2.32:2
-	>=dev-scheme/guile-2.0.5:2[deprecated,regex]
-	>=gnome-base/librsvg-2.32:2
-	>=media-libs/libcanberra-0.26[gtk3]
-	>=x11-libs/cairo-1.10
-	>=x11-libs/gtk+-3.4:3
-	gnome? ( >=gnome-base/gconf-2.0:2 )
-	qt4? ( >=dev-qt/qtsvg-4.4:4 )
-"
-DEPEND="${COMMON_DEPEND}
-	app-arch/gzip
-	dev-libs/libxml2
-	>=dev-util/intltool-0.40.4
-	dev-util/itstool
-	sys-apps/lsb-release
-	>=sys-devel/gettext-0.12
-	virtual/pkgconfig
-	gnome? ( app-text/docbook-xml-dtd:4.3 )
-"
-# dev-util/itstool really needed for help file generation
-# >=app-text/yelp-tools-3.1.1
-
-src_prepare() {
-	# Fix SVG detection and usage
-	epatch "${FILESDIR}"/${PN}-3.16.2-detect-svg.patch
-
-	eautoreconf
-	gnome2_src_prepare
-}
-
-src_configure() {
-	local myconf=()
-
-	if use gnome; then
-		myconf+=(
-			--with-platform=gnome
-			--with-help-method=ghelp
-		)
-	else
-		myconf+=(
-			--with-platform=gtk-only
-			--with-help-method=library
-		)
-	fi
-
-	if use qt4 ; then
-		myconf+=(
-			--with-card-theme-formats=all
-			--with-kde-card-theme-path="${EPREFIX}"/usr/share/apps/carddecks
-		)
-	else
-		myconf+=( --with-card-theme-formats=svg,fixed,pysol )
-	fi
-
-	gnome2_src_configure \
-		--with-gtk=3.0 \
-		--with-guile=2.0 \
-		--enable-sound \
-		--with-pysol-card-theme-path="${EPREFIX}${GAMES_DATADIR}"/pysolfc \
-		GUILE=$(type -P guile-2.0) \
-		${myconf[@]}
-}
-
-pkg_postinst() {
-	gnome2_pkg_postinst
-
-	elog "Aisleriot can use additional card themes from games-board/pysolfc"
-	elog "and kde-base/libkdegames."
-}

diff --git a/games-board/aisleriot/aisleriot-3.16.2.ebuild b/games-board/aisleriot/aisleriot-3.20.2.ebuild
similarity index 87%
rename from games-board/aisleriot/aisleriot-3.16.2.ebuild
rename to games-board/aisleriot/aisleriot-3.20.2.ebuild
index e7535d4..dc2b6e1 100644
--- a/games-board/aisleriot/aisleriot-3.16.2.ebuild
+++ b/games-board/aisleriot/aisleriot-3.20.2.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
-GCONF_DEBUG="yes"
+EAPI=6
 
-inherit autotools eutils gnome-games
+inherit autotools gnome2
 
 DESCRIPTION="A collection of solitaire card games for GNOME"
 HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Aisleriot"
@@ -13,13 +12,13 @@ HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Aisleriot"
 LICENSE="GPL-3 LGPL-3 FDL-1.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="gnome qt4"
+IUSE="debug gnome qt4"
 
 # FIXME: quartz support?
 # Does not build with guile-2.0.0 or 2.0.1
 COMMON_DEPEND="
 	>=dev-libs/glib-2.32:2
-	>=dev-scheme/guile-2.0.5:2[deprecated,regex]
+	>=dev-scheme/guile-2.0.5:12[deprecated,regex]
 	>=gnome-base/librsvg-2.32:2
 	>=media-libs/libcanberra-0.26[gtk3]
 	>=x11-libs/cairo-1.10
@@ -42,7 +41,7 @@ DEPEND="${COMMON_DEPEND}
 
 src_prepare() {
 	# Fix SVG detection and usage
-	epatch "${FILESDIR}"/${PN}-3.16.2-detect-svg.patch
+	eapply "${FILESDIR}"/${PN}-3.16.2-detect-svg.patch
 
 	eautoreconf
 	gnome2_src_prepare
@@ -75,6 +74,7 @@ src_configure() {
 	gnome2_src_configure \
 		--with-gtk=3.0 \
 		--with-guile=2.0 \
+		$(usex debug --enable-debug=yes --enable-debug=minimum) \
 		--enable-sound \
 		--with-pysol-card-theme-path="${EPREFIX}${GAMES_DATADIR}"/pysolfc \
 		GUILE=$(type -P guile-2.0) \

diff --git a/games-board/aisleriot/aisleriot-9999.ebuild b/games-board/aisleriot/aisleriot-9999.ebuild
index a60876e..535d6b4 100644
--- a/games-board/aisleriot/aisleriot-9999.ebuild
+++ b/games-board/aisleriot/aisleriot-9999.ebuild
@@ -26,7 +26,7 @@ IUSE="gnome qt4"
 # Does not build with guile-2.0.0 or 2.0.1
 COMMON_DEPEND="
 	>=dev-libs/glib-2.32:2
-	>=dev-scheme/guile-2.0.5:2[deprecated,regex]
+	>=dev-scheme/guile-2.0.5:12[deprecated,regex]
 	>=gnome-base/librsvg-2.32:2
 	>=media-libs/libcanberra-0.26[gtk3]
 	>=x11-libs/cairo-1.10


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/
@ 2016-03-17 21:28 Mart Raudsepp
  0 siblings, 0 replies; 21+ messages in thread
From: Mart Raudsepp @ 2016-03-17 21:28 UTC (permalink / raw
  To: gentoo-commits

commit:     2d63d9e07c76d9d5211ba8f35859af48328f2784
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 17 21:26:05 2016 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 21:26:05 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2d63d9e0

games-board/aisleriot: GLEP 67ify metadata.xml

 games-board/aisleriot/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/games-board/aisleriot/metadata.xml b/games-board/aisleriot/metadata.xml
index da6fd63..3998080 100644
--- a/games-board/aisleriot/metadata.xml
+++ b/games-board/aisleriot/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>gnome</herd>
+<maintainer type="project">
+	<email>gnome@gentoo.org</email>
+	<name>Gentoo GNOME Desktop</name>
+</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/
@ 2015-11-25 14:42 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2015-11-25 14:42 UTC (permalink / raw
  To: gentoo-commits

commit:     f15a11a81963166b85224a77685ed5ba6d391639
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 14:42:18 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 14:42:18 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f15a11a8

games-board/aisleriot: version bump to 3.18.2

Package-Manager: portage-2.2.25
RepoMan-Options: --force
Manifest-Sign-Key: C6085806

 games-board/aisleriot/aisleriot-3.18.2.ebuild | 89 +++++++++++++++++++++++++++
 1 file changed, 89 insertions(+)

diff --git a/games-board/aisleriot/aisleriot-3.18.2.ebuild b/games-board/aisleriot/aisleriot-3.18.2.ebuild
new file mode 100644
index 0000000..e7535d4
--- /dev/null
+++ b/games-board/aisleriot/aisleriot-3.18.2.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="yes"
+
+inherit autotools eutils gnome-games
+
+DESCRIPTION="A collection of solitaire card games for GNOME"
+HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Aisleriot"
+
+LICENSE="GPL-3 LGPL-3 FDL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnome qt4"
+
+# FIXME: quartz support?
+# Does not build with guile-2.0.0 or 2.0.1
+COMMON_DEPEND="
+	>=dev-libs/glib-2.32:2
+	>=dev-scheme/guile-2.0.5:2[deprecated,regex]
+	>=gnome-base/librsvg-2.32:2
+	>=media-libs/libcanberra-0.26[gtk3]
+	>=x11-libs/cairo-1.10
+	>=x11-libs/gtk+-3.4:3
+	gnome? ( >=gnome-base/gconf-2.0:2 )
+	qt4? ( >=dev-qt/qtsvg-4.4:4 )
+"
+DEPEND="${COMMON_DEPEND}
+	app-arch/gzip
+	dev-libs/libxml2
+	>=dev-util/intltool-0.40.4
+	dev-util/itstool
+	sys-apps/lsb-release
+	>=sys-devel/gettext-0.12
+	virtual/pkgconfig
+	gnome? ( app-text/docbook-xml-dtd:4.3 )
+"
+# dev-util/itstool really needed for help file generation
+# >=app-text/yelp-tools-3.1.1
+
+src_prepare() {
+	# Fix SVG detection and usage
+	epatch "${FILESDIR}"/${PN}-3.16.2-detect-svg.patch
+
+	eautoreconf
+	gnome2_src_prepare
+}
+
+src_configure() {
+	local myconf=()
+
+	if use gnome; then
+		myconf+=(
+			--with-platform=gnome
+			--with-help-method=ghelp
+		)
+	else
+		myconf+=(
+			--with-platform=gtk-only
+			--with-help-method=library
+		)
+	fi
+
+	if use qt4 ; then
+		myconf+=(
+			--with-card-theme-formats=all
+			--with-kde-card-theme-path="${EPREFIX}"/usr/share/apps/carddecks
+		)
+	else
+		myconf+=( --with-card-theme-formats=svg,fixed,pysol )
+	fi
+
+	gnome2_src_configure \
+		--with-gtk=3.0 \
+		--with-guile=2.0 \
+		--enable-sound \
+		--with-pysol-card-theme-path="${EPREFIX}${GAMES_DATADIR}"/pysolfc \
+		GUILE=$(type -P guile-2.0) \
+		${myconf[@]}
+}
+
+pkg_postinst() {
+	gnome2_pkg_postinst
+
+	elog "Aisleriot can use additional card themes from games-board/pysolfc"
+	elog "and kde-base/libkdegames."
+}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/
@ 2015-08-15  5:12 Alexandre Rostovtsev
  0 siblings, 0 replies; 21+ messages in thread
From: Alexandre Rostovtsev @ 2015-08-15  5:12 UTC (permalink / raw
  To: gentoo-commits

commit:     758875980be70df8c5294bc4fbf6fe4703e14f85
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 05:11:10 2015 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 05:11:10 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=75887598

games-board/aisleriot: do not override ITSTOOL, it's needed for help files

 games-board/aisleriot/aisleriot-3.16.2.ebuild | 3 ++-
 games-board/aisleriot/aisleriot-9999.ebuild   | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/games-board/aisleriot/aisleriot-3.16.2.ebuild b/games-board/aisleriot/aisleriot-3.16.2.ebuild
index 9c3ff07..fde1051 100644
--- a/games-board/aisleriot/aisleriot-3.16.2.ebuild
+++ b/games-board/aisleriot/aisleriot-3.16.2.ebuild
@@ -31,11 +31,13 @@ DEPEND="${COMMON_DEPEND}
 	app-arch/gzip
 	dev-libs/libxml2
 	>=dev-util/intltool-0.40.4
+	dev-util/itstool
 	sys-apps/lsb-release
 	>=sys-devel/gettext-0.12
 	virtual/pkgconfig
 	gnome? ( app-text/docbook-xml-dtd:4.3 )
 "
+# dev-util/itstool really needed for help file generation
 # >=app-text/yelp-tools-3.1.1
 
 src_prepare() {
@@ -76,7 +78,6 @@ src_configure() {
 		--enable-sound \
 		--with-pysol-card-theme-path="${EPREFIX}${GAMES_DATADIR}"/pysolfc \
 		GUILE=$(type -P guile-2.0) \
-		ITSTOOL=$(type -P true) \
 		${myconf[@]}
 }
 

diff --git a/games-board/aisleriot/aisleriot-9999.ebuild b/games-board/aisleriot/aisleriot-9999.ebuild
index d1c76ca..771cf44 100644
--- a/games-board/aisleriot/aisleriot-9999.ebuild
+++ b/games-board/aisleriot/aisleriot-9999.ebuild
@@ -38,11 +38,13 @@ DEPEND="${COMMON_DEPEND}
 	app-arch/gzip
 	dev-libs/libxml2
 	>=dev-util/intltool-0.40.4
+	dev-util/itstool
 	sys-apps/lsb-release
 	>=sys-devel/gettext-0.12
 	virtual/pkgconfig
 	gnome? ( app-text/docbook-xml-dtd:4.3 )
 "
+# dev-util/itstool really needed for help file generation
 # >=app-text/yelp-tools-3.1.1
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/
@ 2015-05-24 10:06 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-24 10:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f1e607fa1eedc95d96fcf567f6a42b7f386caab2
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May 24 10:06:41 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May 24 10:06:41 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f1e607fa

games-board/aisleriot: fix build failures when all themes are enabled

 games-board/aisleriot/aisleriot-3.16.2.ebuild | 28 +++++++++++++++++++-------
 games-board/aisleriot/aisleriot-9999.ebuild   | 29 +++++++++++++++++++--------
 2 files changed, 42 insertions(+), 15 deletions(-)

diff --git a/games-board/aisleriot/aisleriot-3.16.2.ebuild b/games-board/aisleriot/aisleriot-3.16.2.ebuild
index ccf1878..9c3ff07 100644
--- a/games-board/aisleriot/aisleriot-3.16.2.ebuild
+++ b/games-board/aisleriot/aisleriot-3.16.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Aisleriot"
 LICENSE="GPL-3 LGPL-3 FDL-1.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="gnome"
+IUSE="gnome qt4"
 
 # FIXME: quartz support?
 # Does not build with guile-2.0.0 or 2.0.1
@@ -25,6 +25,7 @@ COMMON_DEPEND="
 	>=x11-libs/cairo-1.10
 	>=x11-libs/gtk+-3.4:3
 	gnome? ( >=gnome-base/gconf-2.0:2 )
+	qt4? ( >=dev-qt/qtsvg-4.4:4 )
 "
 DEPEND="${COMMON_DEPEND}
 	app-arch/gzip
@@ -46,24 +47,37 @@ src_prepare() {
 }
 
 src_configure() {
-	local myconf
+	local myconf=()
 
 	if use gnome; then
-		myconf="--with-platform=gnome --with-help-method=ghelp"
+		myconf+=(
+			--with-platform=gnome
+			--with-help-method=ghelp
+		)
 	else
-		myconf="--with-platform=gtk-only --with-help-method=library"
+		myconf+=(
+			--with-platform=gtk-only
+			--with-help-method=library
+		)
+	fi
+
+	if use qt4 ; then
+		myconf+=(
+			--with-card-theme-formats=all
+			--with-kde-card-theme-path="${EPREFIX}"/usr/share/apps/carddecks
+		)
+	else
+		myconf+=( --with-card-theme-formats=svg,fixed,pysol )
 	fi
 
 	gnome2_src_configure \
 		--with-gtk=3.0 \
 		--with-guile=2.0 \
 		--enable-sound \
-		--with-card-theme-formats=all \
-		--with-kde-card-theme-path="${EPREFIX}"/usr/share/apps/carddecks \
 		--with-pysol-card-theme-path="${EPREFIX}${GAMES_DATADIR}"/pysolfc \
 		GUILE=$(type -P guile-2.0) \
 		ITSTOOL=$(type -P true) \
-		${myconf}
+		${myconf[@]}
 }
 
 pkg_postinst() {

diff --git a/games-board/aisleriot/aisleriot-9999.ebuild b/games-board/aisleriot/aisleriot-9999.ebuild
index e5e5334..d1c76ca 100644
--- a/games-board/aisleriot/aisleriot-9999.ebuild
+++ b/games-board/aisleriot/aisleriot-9999.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} = 9999 ]]; then
 else
 	KEYWORDS="~amd64 ~x86"
 fi
-IUSE="gnome"
+IUSE="gnome qt4"
 
 # FIXME: quartz support?
 # Does not build with guile-2.0.0 or 2.0.1
@@ -32,6 +32,7 @@ COMMON_DEPEND="
 	>=x11-libs/cairo-1.10
 	>=x11-libs/gtk+-3.4:3
 	gnome? ( >=gnome-base/gconf-2.0:2 )
+	qt4? ( >=dev-qt/qtsvg-4.4:4 )
 "
 DEPEND="${COMMON_DEPEND}
 	app-arch/gzip
@@ -53,24 +54,36 @@ src_prepare() {
 }
 
 src_configure() {
-	local myconf
+	local myconf=()
 
 	if use gnome; then
-		myconf="--with-platform=gnome --with-help-method=ghelp"
+		myconf+=(
+			--with-platform=gnome
+			--with-help-method=ghelp
+		)
 	else
-		myconf="--with-platform=gtk-only --with-help-method=library"
+		myconf+=(
+			--with-platform=gtk-only
+			--with-help-method=library
+		)
+	fi
+
+	if use qt4 ; then
+		myconf+=(
+			--with-card-theme-formats=all
+			--with-kde-card-theme-path="${EPREFIX}"/usr/share/apps/carddecks
+		)
+	else
+		myconf+=( --with-card-theme-formats=svg,fixed,pysol )
 	fi
 
 	gnome2_src_configure \
 		--with-gtk=3.0 \
 		--with-guile=2.0 \
 		--enable-sound \
-		--with-card-theme-formats=all \
-		--with-kde-card-theme-path="${EPREFIX}"/usr/share/apps/carddecks \
 		--with-pysol-card-theme-path="${EPREFIX}${GAMES_DATADIR}"/pysolfc \
 		GUILE=$(type -P guile-2.0) \
-		ITSTOOL=$(type -P true) \
-		${myconf}
+		${myconf[@]}
 }
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/
@ 2013-12-22 21:52 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-22 21:52 UTC (permalink / raw
  To: gentoo-commits

commit:     2fe2f059a27d39984a30eefbc5e495363cd271a4
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 21:34:36 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 21:51:18 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2fe2f059

games-board/aisleriot: add metadata.xml

---
 games-board/aisleriot/metadata.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/games-board/aisleriot/metadata.xml b/games-board/aisleriot/metadata.xml
new file mode 100644
index 0000000..da6fd63
--- /dev/null
+++ b/games-board/aisleriot/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnome</herd>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/
@ 2012-05-24  9:12 Alexandre Restovtsev
  0 siblings, 0 replies; 21+ messages in thread
From: Alexandre Restovtsev @ 2012-05-24  9:12 UTC (permalink / raw
  To: gentoo-commits

commit:     a83414a95739a6baf840dc84120e4ad9f7050821
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 09:10:01 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu May 24 09:10:01 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a83414a9

games-board/aisleriot: update

Note that >=aisleriot-3.3 requires guile-2.0.5 from the lisp overlay.

---
 games-board/aisleriot/aisleriot-9999.ebuild |   27 +++++++++++++++------------
 1 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/games-board/aisleriot/aisleriot-9999.ebuild b/games-board/aisleriot/aisleriot-9999.ebuild
index f249eb4..fc4de84 100644
--- a/games-board/aisleriot/aisleriot-9999.ebuild
+++ b/games-board/aisleriot/aisleriot-9999.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI="3"
 GNOME_TARBALL_SUFFIX="xz"
+GCONF_DEBUG="yes"
 
 # make sure games is inherited first so that the gnome2
 # functions will be called if they are not overridden
@@ -22,24 +23,27 @@ if [[ ${PV} = 9999 ]]; then
 else
 	KEYWORDS="~amd64 ~x86"
 fi
-IUSE="gnome sound"
+IUSE="gnome"
 
 # FIXME: quartz support?
-COMMON_DEPEND=">=dev-libs/glib-2.26.0:2
-	>=dev-scheme/guile-1.8.0:12[deprecated,regex]
-	>=gnome-base/librsvg-2.32.0
+# Does not build with guile-2.0.0 or 2.0.1
+COMMON_DEPEND=">=dev-libs/glib-2.31.13:2
+	>=dev-scheme/guile-2.0.5:2[deprecated,regex]
+	>=gnome-base/librsvg-2.32.0:2
 	>=x11-libs/cairo-1.10.0
 	x11-libs/gdk-pixbuf:2
 	>=x11-libs/gtk+-3.0.0:3
 	x11-libs/libICE
 	x11-libs/libSM
-	gnome? ( >=gnome-base/gconf-2.0:2 )
-	sound? ( >=media-libs/libcanberra-0.26[gtk3] )"
+	>=media-libs/libcanberra-0.26[gtk3]
+	gnome? ( >=gnome-base/gconf-2.0:2 )"
 # aisleriot was split off from gnome-games
 RDEPEND="${COMMON_DEPEND}
 	!<gnome-extra/gnome-games-3.1.1[aisleriot]
 	!<gnome-extra/gnome-games-3"
 DEPEND="${COMMON_DEPEND}
+	app-arch/gzip
+	dev-libs/libxml2
 	>=dev-util/intltool-0.40.4
 	sys-apps/lsb-release
 	>=sys-devel/gettext-0.12
@@ -60,13 +64,12 @@ pkg_setup() {
 
 	G2CONF="${G2CONF}
 		--with-gtk=3.0
-		--with-smclient
-		--with-guile=1.8
-		$(use_enable sound)
+		--with-guile=2.0
+		--enable-sound
 		--disable-schemas-compile
 		--with-card-theme-formats=all
-		--with-kde-card-theme-path=${EPREFIX}/usr/share/apps/carddecks
-		--with-pysol-card-theme-path=${EPREFIX}${GAMES_DATADIR}/pysolfc"
+		--with-kde-card-theme-path="${EPREFIX}"/usr/share/apps/carddecks
+		--with-pysol-card-theme-path="${EPREFIX}${GAMES_DATADIR}"/pysolfc"
 }
 
 pkg_postinst() {



^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/
@ 2011-11-06 13:42 Alexandre Restovtsev
  0 siblings, 0 replies; 21+ messages in thread
From: Alexandre Restovtsev @ 2011-11-06 13:42 UTC (permalink / raw
  To: gentoo-commits

commit:     e632841463461689c5ed5565519b5931bdf4a252
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  6 13:38:59 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Nov  6 13:38:59 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e6328414

games-board/aisleriot: fix building when USE=-gnome

When USE=-gnome, we are not building ghelp help, and so need to override
itstool and xmllint detection to avoid having to depend on them. Thanks
to RichardGv for pointing this out on IRC.

Also, fix missing "/" in the kde card theme path.

---
 games-board/aisleriot/aisleriot-3.2.1.ebuild |    5 +++--
 games-board/aisleriot/aisleriot-9999.ebuild  |    5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/games-board/aisleriot/aisleriot-3.2.1.ebuild b/games-board/aisleriot/aisleriot-3.2.1.ebuild
index 07154cf..c2819f7 100644
--- a/games-board/aisleriot/aisleriot-3.2.1.ebuild
+++ b/games-board/aisleriot/aisleriot-3.2.1.ebuild
@@ -54,7 +54,8 @@ pkg_setup() {
 	if use gnome; then
 		G2CONF="${G2CONF} --with-platform=gnome --with-help-method=ghelp"
 	else
-		G2CONF="${G2CONF} --with-platform=gtk-only --with-help-method=library"
+		G2CONF="${G2CONF} --with-platform=gtk-only --with-help-method=library
+			ITSTOOL=$(type -P true) XMLLINT=$(type -P true)"
 	fi
 
 	G2CONF="${G2CONF}
@@ -64,7 +65,7 @@ pkg_setup() {
 		$(use_enable sound)
 		--disable-schemas-compile
 		--with-card-theme-formats=all
-		--with-kde-card-theme-path=${EPREFIX}usr/share/apps/carddecks
+		--with-kde-card-theme-path=${EPREFIX}/usr/share/apps/carddecks
 		--with-pysol-card-theme-path=${EPREFIX}${GAMES_DATADIR}/pysolfc"
 }
 

diff --git a/games-board/aisleriot/aisleriot-9999.ebuild b/games-board/aisleriot/aisleriot-9999.ebuild
index 07154cf..c2819f7 100644
--- a/games-board/aisleriot/aisleriot-9999.ebuild
+++ b/games-board/aisleriot/aisleriot-9999.ebuild
@@ -54,7 +54,8 @@ pkg_setup() {
 	if use gnome; then
 		G2CONF="${G2CONF} --with-platform=gnome --with-help-method=ghelp"
 	else
-		G2CONF="${G2CONF} --with-platform=gtk-only --with-help-method=library"
+		G2CONF="${G2CONF} --with-platform=gtk-only --with-help-method=library
+			ITSTOOL=$(type -P true) XMLLINT=$(type -P true)"
 	fi
 
 	G2CONF="${G2CONF}
@@ -64,7 +65,7 @@ pkg_setup() {
 		$(use_enable sound)
 		--disable-schemas-compile
 		--with-card-theme-formats=all
-		--with-kde-card-theme-path=${EPREFIX}usr/share/apps/carddecks
+		--with-kde-card-theme-path=${EPREFIX}/usr/share/apps/carddecks
 		--with-pysol-card-theme-path=${EPREFIX}${GAMES_DATADIR}/pysolfc"
 }
 



^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/
@ 2011-10-28  2:23 Alexandre Restovtsev
  0 siblings, 0 replies; 21+ messages in thread
From: Alexandre Restovtsev @ 2011-10-28  2:23 UTC (permalink / raw
  To: gentoo-commits

commit:     d94ee6a94c1672a2b58da8cba48411c132942005
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 01:59:02 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Oct 28 01:59:02 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d94ee6a9

games-board/aisleriot: 3.2.0 → 3.2.1

Minor updates.

---
 ...sleriot-3.2.0.ebuild => aisleriot-3.2.1.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/games-board/aisleriot/aisleriot-3.2.0.ebuild b/games-board/aisleriot/aisleriot-3.2.1.ebuild
similarity index 100%
rename from games-board/aisleriot/aisleriot-3.2.0.ebuild
rename to games-board/aisleriot/aisleriot-3.2.1.ebuild



^ permalink raw reply	[flat|nested] 21+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/
@ 2011-10-09  9:42 Gilles Dartiguelongue
  0 siblings, 0 replies; 21+ messages in thread
From: Gilles Dartiguelongue @ 2011-10-09  9:42 UTC (permalink / raw
  To: gentoo-commits

commit:     709082eb22ce92d8da8239b383ae6044c6e6ef35
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  9 09:41:52 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct  9 09:41:52 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=709082eb

games-board/aisleriot: also available in <gnome-games-3

Add a blocker since all releases previous to the introduction of the USE
flag shipped this game as well. Blocker avoids file-collision on upgrade
from a gnome-2 or gnome-3 with masked gnome-games (hence stuck at 2.28).

---
 games-board/aisleriot/aisleriot-3.2.0.ebuild |    3 ++-
 games-board/aisleriot/aisleriot-9999.ebuild  |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/games-board/aisleriot/aisleriot-3.2.0.ebuild b/games-board/aisleriot/aisleriot-3.2.0.ebuild
index ec44bd6..07154cf 100644
--- a/games-board/aisleriot/aisleriot-3.2.0.ebuild
+++ b/games-board/aisleriot/aisleriot-3.2.0.ebuild
@@ -37,7 +37,8 @@ COMMON_DEPEND=">=dev-libs/glib-2.26.0:2
 	sound? ( >=media-libs/libcanberra-0.26[gtk3] )"
 # aisleriot was split off from gnome-games
 RDEPEND="${COMMON_DEPEND}
-	!<gnome-extra/gnome-games-3.1.1[aisleriot]"
+	!<gnome-extra/gnome-games-3.1.1[aisleriot]
+	!<gnome-extra/gnome-games-3"
 DEPEND="${COMMON_DEPEND}
 	>=dev-util/intltool-0.40.4
 	>=dev-util/pkgconfig-0.15

diff --git a/games-board/aisleriot/aisleriot-9999.ebuild b/games-board/aisleriot/aisleriot-9999.ebuild
index ec44bd6..07154cf 100644
--- a/games-board/aisleriot/aisleriot-9999.ebuild
+++ b/games-board/aisleriot/aisleriot-9999.ebuild
@@ -37,7 +37,8 @@ COMMON_DEPEND=">=dev-libs/glib-2.26.0:2
 	sound? ( >=media-libs/libcanberra-0.26[gtk3] )"
 # aisleriot was split off from gnome-games
 RDEPEND="${COMMON_DEPEND}
-	!<gnome-extra/gnome-games-3.1.1[aisleriot]"
+	!<gnome-extra/gnome-games-3.1.1[aisleriot]
+	!<gnome-extra/gnome-games-3"
 DEPEND="${COMMON_DEPEND}
 	>=dev-util/intltool-0.40.4
 	>=dev-util/pkgconfig-0.15



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

end of thread, other threads:[~2018-11-28 13:08 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-19 18:51 [gentoo-commits] proj/gnome:master commit in: games-board/aisleriot/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2018-11-28 13:08 Gilles Dartiguelongue
2018-05-26 19:35 Gilles Dartiguelongue
2018-05-26 19:35 Gilles Dartiguelongue
2018-01-12 11:43 Dennis Lamm
2017-09-12  6:19 Gilles Dartiguelongue
2017-09-03 10:30 Gilles Dartiguelongue
2017-09-03 10:30 Gilles Dartiguelongue
2017-09-03 10:30 Gilles Dartiguelongue
2017-09-03 10:25 Gilles Dartiguelongue
2016-11-13 12:07 Gilles Dartiguelongue
2016-09-05 22:05 Gilles Dartiguelongue
2016-03-17 21:28 Mart Raudsepp
2015-11-25 14:42 Gilles Dartiguelongue
2015-08-15  5:12 Alexandre Rostovtsev
2015-05-24 10:06 Gilles Dartiguelongue
2013-12-22 21:52 Gilles Dartiguelongue
2012-05-24  9:12 Alexandre Restovtsev
2011-11-06 13:42 Alexandre Restovtsev
2011-10-28  2:23 Alexandre Restovtsev
2011-10-09  9:42 Gilles Dartiguelongue

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