* [gentoo-commits] gentoo-x86 commit in games-board/awale: ChangeLog awale-1.5.ebuild
@ 2013-01-27 19:27 Julian Ospald (hasufell)
0 siblings, 0 replies; 5+ messages in thread
From: Julian Ospald (hasufell) @ 2013-01-27 19:27 UTC (permalink / raw
To: gentoo-commits
hasufell 13/01/27 19:27:19
Modified: ChangeLog awale-1.5.ebuild
Log:
make icon update depend on tk
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Revision Changes Path
1.2 games-board/awale/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 27 Jan 2013 19:20:44 -0000 1.1
+++ ChangeLog 27 Jan 2013 19:27:19 -0000 1.2
@@ -1,6 +1,9 @@
# ChangeLog for games-board/awale
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v 1.1 2013/01/27 19:20:44 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v 1.2 2013/01/27 19:27:19 hasufell Exp $
+
+ 27 Jan 2013; Julian Ospald <hasufell@gentoo.org> awale-1.5.ebuild:
+ make icon update depend on tk
*awale-1.5 (27 Jan 2013)
1.2 games-board/awale/awale-1.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?r1=1.1&r2=1.2
Index: awale-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- awale-1.5.ebuild 27 Jan 2013 19:20:44 -0000 1.1
+++ awale-1.5.ebuild 27 Jan 2013 19:27:19 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v 1.1 2013/01/27 19:20:44 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v 1.2 2013/01/27 19:27:19 hasufell Exp $
EAPI=5
inherit autotools eutils gnome2-utils games
@@ -40,14 +40,14 @@
pkg_preinst() {
games_pkg_preinst
- gnome2_icon_savelist
+ use tk && gnome2_icon_savelist
}
pkg_postinst() {
games_pkg_postinst
- gnome2_icon_cache_update
+ use tk && gnome2_icon_cache_update
}
pkg_postrm() {
- gnome2_icon_cache_update
+ use tk && gnome2_icon_cache_update
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-board/awale: ChangeLog awale-1.5.ebuild
@ 2013-05-14 18:44 Julian Ospald (hasufell)
0 siblings, 0 replies; 5+ messages in thread
From: Julian Ospald (hasufell) @ 2013-05-14 18:44 UTC (permalink / raw
To: gentoo-commits
hasufell 13/05/14 18:44:27
Modified: ChangeLog awale-1.5.ebuild
Log:
remove all autotools stuff like autoreconf to fix bug #469796
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Revision Changes Path
1.3 games-board/awale/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 27 Jan 2013 19:27:19 -0000 1.2
+++ ChangeLog 14 May 2013 18:44:27 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for games-board/awale
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v 1.2 2013/01/27 19:27:19 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v 1.3 2013/05/14 18:44:27 hasufell Exp $
+
+ 14 May 2013; Julian Ospald <hasufell@gentoo.org> awale-1.5.ebuild:
+ remove all autotools stuff like autoreconf to fix bug #469796
27 Jan 2013; Julian Ospald <hasufell@gentoo.org> awale-1.5.ebuild:
make icon update depend on tk
1.3 games-board/awale/awale-1.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?r1=1.2&r2=1.3
Index: awale-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- awale-1.5.ebuild 27 Jan 2013 19:27:19 -0000 1.2
+++ awale-1.5.ebuild 14 May 2013 18:44:27 -0000 1.3
@@ -1,13 +1,18 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v 1.2 2013/01/27 19:27:19 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v 1.3 2013/05/14 18:44:27 hasufell Exp $
+
+# do not use autotools related stuff in stable ebuilds
+# unless you like random breakage: 469796, 469798, 424041
EAPI=5
-inherit autotools eutils gnome2-utils games
+inherit eutils gnome2-utils games # STABLE ARCH
+# inherit autotools eutils gnome2-utils games # UNSTABLE ARCH
DESCRIPTION="Free Awale - The game of all Africa"
HOMEPAGE="http://www.nongnu.org/awale/"
SRC_URI="mirror://nongnu/awale/${P}.tar.gz"
+SRC_URI="${SRC_URI} http://dev.gentoo.org/~hasufell/distfiles/${P}-avoid-autoreconf.patch.xz" # STABLE ARCH
LICENSE="GPL-2"
SLOT="0"
@@ -18,9 +23,11 @@
src_prepare() {
epatch "${FILESDIR}"/${P}-build.patch
- mv configure.in configure.ac || die
+ epatch "${DISTDIR}"/${P}-avoid-autoreconf.patch.xz # STABLE ARCH
+
mv src/xawale.tcl src/xawale.tcl.in || die
- eautoreconf
+# mv configure.in configure.ac || die # UNSTABLE ARCH
+# eautoreconf # UNSTABLE ARCH
}
src_configure() {
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-board/awale: ChangeLog awale-1.5.ebuild
@ 2013-05-18 9:57 JosA MarAa Alonso (nimiux)
0 siblings, 0 replies; 5+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2013-05-18 9:57 UTC (permalink / raw
To: gentoo-commits
nimiux 13/05/18 09:57:30
Modified: ChangeLog awale-1.5.ebuild
Log:
Stable for amd64 wrt bug #469728
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Revision Changes Path
1.5 games-board/awale/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 14 May 2013 19:10:11 -0000 1.4
+++ ChangeLog 18 May 2013 09:57:30 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for games-board/awale
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v 1.4 2013/05/14 19:10:11 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v 1.5 2013/05/18 09:57:30 nimiux Exp $
+
+ 18 May 2013; Chema Alonso <nimiux@gentoo.org> awale-1.5.ebuild:
+ Stable for amd64 wrt bug #469728
14 May 2013; Julian Ospald <hasufell@gentoo.org> awale-1.5.ebuild:
we messed up, use right automake-version
1.5 games-board/awale/awale-1.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?r1=1.4&r2=1.5
Index: awale-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- awale-1.5.ebuild 14 May 2013 19:10:11 -0000 1.4
+++ awale-1.5.ebuild 18 May 2013 09:57:30 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v 1.4 2013/05/14 19:10:11 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v 1.5 2013/05/18 09:57:30 nimiux Exp $
# do not use autotools related stuff in stable ebuilds
# unless you like random breakage: 469796, 469798, 424041
@@ -16,7 +16,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="tk"
RDEPEND="tk? ( dev-lang/tcl dev-lang/tk )"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-board/awale: ChangeLog awale-1.5.ebuild
@ 2013-09-06 23:31 Julian Ospald (hasufell)
0 siblings, 0 replies; 5+ messages in thread
From: Julian Ospald (hasufell) @ 2013-09-06 23:31 UTC (permalink / raw
To: gentoo-commits
hasufell 13/09/06 23:31:43
Modified: ChangeLog awale-1.5.ebuild
Log:
don't expand path variables in configure.in, thanks to vapier for pointing it out
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Revision Changes Path
1.7 games-board/awale/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 7 Jul 2013 10:18:12 -0000 1.6
+++ ChangeLog 6 Sep 2013 23:31:43 -0000 1.7
@@ -1,6 +1,11 @@
# ChangeLog for games-board/awale
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v 1.6 2013/07/07 10:18:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v 1.7 2013/09/06 23:31:43 hasufell Exp $
+
+ 06 Sep 2013; Julian Ospald <hasufell@gentoo.org> awale-1.5.ebuild,
+ files/awale-1.5-build.patch:
+ don't expand path variables in configure.in, thanks to vapier for pointing it
+ out
07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> awale-1.5.ebuild:
Stable for x86, wrt bug #469728
1.7 games-board/awale/awale-1.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?r1=1.6&r2=1.7
Index: awale-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- awale-1.5.ebuild 7 Jul 2013 10:18:12 -0000 1.6
+++ awale-1.5.ebuild 6 Sep 2013 23:31:43 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v 1.6 2013/07/07 10:18:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v 1.7 2013/09/06 23:31:43 hasufell Exp $
# do not use autotools related stuff in stable ebuilds
# unless you like random breakage: 469796, 469798, 424041
@@ -12,7 +12,7 @@
DESCRIPTION="Free Awale - The game of all Africa"
HOMEPAGE="http://www.nongnu.org/awale/"
SRC_URI="mirror://nongnu/awale/${P}.tar.gz"
-SRC_URI="${SRC_URI} http://dev.gentoo.org/~hasufell/distfiles/${P}-no-autoreconf.patch.xz" # STABLE ARCH
+SRC_URI="${SRC_URI} http://dev.gentoo.org/~hasufell/distfiles/${P}-no-autoreconf2.patch.xz" # STABLE ARCH
LICENSE="GPL-2"
SLOT="0"
@@ -23,7 +23,7 @@
src_prepare() {
epatch "${FILESDIR}"/${P}-build.patch
- epatch "${DISTDIR}"/${P}-no-autoreconf.patch.xz # STABLE ARCH
+ epatch "${DISTDIR}"/${P}-no-autoreconf2.patch.xz # STABLE ARCH
mv src/xawale.tcl src/xawale.tcl.in || die
# mv configure.in configure.ac || die # UNSTABLE ARCH
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-board/awale: ChangeLog awale-1.5.ebuild
@ 2015-01-08 9:28 Alfredo Tupone (tupone)
0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone (tupone) @ 2015-01-08 9:28 UTC (permalink / raw
To: gentoo-commits
tupone 15/01/08 09:28:07
Modified: ChangeLog awale-1.5.ebuild
Log:
Build without automake-1.13 Bug #533964
Fix Upstream parallel compilation bug
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path
1.9 games-board/awale/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 25 Nov 2014 23:08:38 -0000 1.8
+++ ChangeLog 8 Jan 2015 09:28:07 -0000 1.9
@@ -1,6 +1,10 @@
# ChangeLog for games-board/awale
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v 1.8 2014/11/25 23:08:38 hasufell Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v 1.9 2015/01/08 09:28:07 tupone Exp $
+
+ 08 Jan 2015; Tupone Alfredo <tupone@gentoo.org> awale-1.5.ebuild:
+ Build without automake-1.13 Bug #533964
+ Fix Upstream parallel compilation bug
25 Nov 2014; Julian Ospald <hasufell@gentoo.org> metadata.xml:
drop maintainership
1.8 games-board/awale/awale-1.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?r1=1.7&r2=1.8
Index: awale-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- awale-1.5.ebuild 6 Sep 2013 23:31:43 -0000 1.7
+++ awale-1.5.ebuild 8 Jan 2015 09:28:07 -0000 1.8
@@ -1,13 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v 1.7 2013/09/06 23:31:43 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v 1.8 2015/01/08 09:28:07 tupone Exp $
# do not use autotools related stuff in stable ebuilds
# unless you like random breakage: 469796, 469798, 424041
EAPI=5
-inherit eutils gnome2-utils games # STABLE ARCH
-# inherit autotools eutils gnome2-utils games # UNSTABLE ARCH
+inherit autotools eutils gnome2-utils games
DESCRIPTION="Free Awale - The game of all Africa"
HOMEPAGE="http://www.nongnu.org/awale/"
@@ -23,11 +22,11 @@
src_prepare() {
epatch "${FILESDIR}"/${P}-build.patch
- epatch "${DISTDIR}"/${P}-no-autoreconf2.patch.xz # STABLE ARCH
mv src/xawale.tcl src/xawale.tcl.in || die
-# mv configure.in configure.ac || die # UNSTABLE ARCH
-# eautoreconf # UNSTABLE ARCH
+ mv configure.in configure.ac
+ rm aclocal.m4
+ eautoreconf
}
src_configure() {
@@ -39,8 +38,7 @@
}
src_install() {
- emake -j1 DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog NEWS README THANKS
+ default
prepgamesdirs
use tk && fperms +x "${GAMES_DATADIR}"/${PN}/xawale.tcl
}
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-01-08 9:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14 18:44 [gentoo-commits] gentoo-x86 commit in games-board/awale: ChangeLog awale-1.5.ebuild Julian Ospald (hasufell)
-- strict thread matches above, loose matches on Subject: below --
2015-01-08 9:28 Alfredo Tupone (tupone)
2013-09-06 23:31 Julian Ospald (hasufell)
2013-05-18 9:57 JosA MarAa Alonso (nimiux)
2013-01-27 19:27 Julian Ospald (hasufell)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox