public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-board/awale: awale-1.5.ebuild ChangeLog
@ 2013-05-14 19:10 Julian Ospald (hasufell)
  0 siblings, 0 replies; 3+ messages in thread
From: Julian Ospald (hasufell) @ 2013-05-14 19:10 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/05/14 19:10:11

  Modified:             awale-1.5.ebuild ChangeLog
  Log:
  we messed up, use right automake-version
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?r1=1.3&r2=1.4

Index: awale-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- awale-1.5.ebuild	14 May 2013 18:44:27 -0000	1.3
+++ awale-1.5.ebuild	14 May 2013 19:10:11 -0000	1.4
@@ -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.3 2013/05/14 18:44:27 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v 1.4 2013/05/14 19:10:11 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}-avoid-autoreconf.patch.xz" # STABLE ARCH
+SRC_URI="${SRC_URI} http://dev.gentoo.org/~hasufell/distfiles/${P}-no-autoreconf.patch.xz" # STABLE ARCH
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -23,7 +23,7 @@
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-build.patch
-	epatch "${DISTDIR}"/${P}-avoid-autoreconf.patch.xz # STABLE ARCH
+	epatch "${DISTDIR}"/${P}-no-autoreconf.patch.xz # STABLE ARCH
 
 	mv src/xawale.tcl src/xawale.tcl.in || die
 #	mv configure.in configure.ac || die # UNSTABLE ARCH



1.4                  games-board/awale/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	14 May 2013 18:44:27 -0000	1.3
+++ ChangeLog	14 May 2013 19:10:11 -0000	1.4
@@ -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.3 2013/05/14 18:44:27 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v 1.4 2013/05/14 19:10:11 hasufell Exp $
+
+  14 May 2013; Julian Ospald <hasufell@gentoo.org> awale-1.5.ebuild:
+  we messed up, use right automake-version
 
   14 May 2013; Julian Ospald <hasufell@gentoo.org> awale-1.5.ebuild:
   remove all autotools stuff like autoreconf to fix bug #469796
@@ -13,4 +16,3 @@
   27 Jan 2013; Julian Ospald <hasufell@gentoo.org> +awale-1.5.ebuild,
   +files/awale-1.5-build.patch, +metadata.xml:
   initial import wrt #344445
-





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

* [gentoo-commits] gentoo-x86 commit in games-board/awale: awale-1.5.ebuild ChangeLog
@ 2013-07-07 10:18 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-07 10:18 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/07 10:18:12

  Modified:             awale-1.5.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #469728
  
  (Portage version: 2.1.12.11/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  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.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?r1=1.5&r2=1.6

Index: awale-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- awale-1.5.ebuild	18 May 2013 09:57:30 -0000	1.5
+++ awale-1.5.ebuild	7 Jul 2013 10:18:12 -0000	1.6
@@ -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.5 2013/05/18 09:57:30 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v 1.6 2013/07/07 10:18:12 ago 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 )"



1.6                  games-board/awale/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	18 May 2013 09:57:30 -0000	1.5
+++ ChangeLog	7 Jul 2013 10:18:12 -0000	1.6
@@ -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.5 2013/05/18 09:57:30 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v 1.6 2013/07/07 10:18:12 ago Exp $
+
+  07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> awale-1.5.ebuild:
+  Stable for x86, wrt bug #469728
 
   18 May 2013; Chema Alonso <nimiux@gentoo.org> awale-1.5.ebuild:
   Stable for amd64 wrt bug #469728





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

* [gentoo-commits] gentoo-x86 commit in games-board/awale: awale-1.5.ebuild ChangeLog
@ 2015-03-25 15:32 Justin Lecher (jlec)
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2015-03-25 15:32 UTC (permalink / raw
  To: gentoo-commits

jlec        15/03/25 15:32:37

  Modified:             awale-1.5.ebuild ChangeLog
  Log:
  Fix tcl/tk slotting
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.9                  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.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/awale-1.5.ebuild?r1=1.8&r2=1.9

Index: awale-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- awale-1.5.ebuild	8 Jan 2015 09:28:07 -0000	1.8
+++ awale-1.5.ebuild	25 Mar 2015 15:32:37 -0000	1.9
@@ -1,11 +1,12 @@
 # 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.8 2015/01/08 09:28:07 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/awale/awale-1.5.ebuild,v 1.9 2015/03/25 15:32:37 jlec 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
 
 DESCRIPTION="Free Awale - The game of all Africa"
@@ -18,7 +19,7 @@
 KEYWORDS="amd64 x86"
 IUSE="tk"
 
-RDEPEND="tk? ( dev-lang/tcl dev-lang/tk )"
+RDEPEND="tk? ( dev-lang/tcl:0= dev-lang/tk:0= )"
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-build.patch



1.10                 games-board/awale/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/awale/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	8 Jan 2015 09:28:07 -0000	1.9
+++ ChangeLog	25 Mar 2015 15:32:37 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/awale
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/games-board/awale/ChangeLog,v 1.10 2015/03/25 15:32:37 jlec Exp $
+
+  25 Mar 2015; Justin Lecher <jlec@gentoo.org> awale-1.5.ebuild:
+  Fix tcl/tk slotting
 
   08 Jan 2015; Tupone Alfredo <tupone@gentoo.org> awale-1.5.ebuild:
   Build without automake-1.13 Bug #533964





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

end of thread, other threads:[~2015-03-25 15:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14 19:10 [gentoo-commits] gentoo-x86 commit in games-board/awale: awale-1.5.ebuild ChangeLog Julian Ospald (hasufell)
  -- strict thread matches above, loose matches on Subject: below --
2013-07-07 10:18 Agostino Sarubbo (ago)
2015-03-25 15:32 Justin Lecher (jlec)

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