public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-puzzle/xlogical: xlogical-1.0.7.ebuild ChangeLog
@ 2008-02-05 16:53 Santiago M. Mola (coldwind)
  0 siblings, 0 replies; 5+ messages in thread
From: Santiago M. Mola (coldwind) @ 2008-02-05 16:53 UTC (permalink / raw
  To: gentoo-commits

coldwind    08/02/05 16:53:34

  Modified:             xlogical-1.0.7.ebuild ChangeLog
  Log:
  Keyworded ~amd64 wrt #208952
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.5                  games-puzzle/xlogical/xlogical-1.0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild?r1=1.4&r2=1.5

Index: xlogical-1.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xlogical-1.0.7.ebuild	14 Feb 2007 02:49:51 -0000	1.4
+++ xlogical-1.0.7.ebuild	5 Feb 2008 16:53:34 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild,v 1.4 2007/02/14 02:49:51 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild,v 1.5 2008/02/05 16:53:34 coldwind Exp $
 
 inherit autotools versionator eutils games
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 DEPEND="media-libs/libsdl



1.3                  games-puzzle/xlogical/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/xlogical/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/xlogical/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/xlogical/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	14 Feb 2007 02:49:51 -0000	1.2
+++ ChangeLog	5 Feb 2008 16:53:34 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/xlogical
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/ChangeLog,v 1.2 2007/02/14 02:49:51 nyhm Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/ChangeLog,v 1.3 2008/02/05 16:53:34 coldwind Exp $
+
+  05 Feb 2008; Santiago M. Mola <coldwind@gentoo.org> xlogical-1.0.7.ebuild:
+  Keyworded ~amd64 wrt #208952
 
   14 Feb 2007; Tristan Heaven <nyhm@gentoo.org> xlogical-1.0.7.ebuild:
   Respect CXXFLAGS



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/xlogical: xlogical-1.0.7.ebuild ChangeLog
@ 2008-05-04 21:08 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 5+ messages in thread
From: Tristan Heaven (nyhm) @ 2008-05-04 21:08 UTC (permalink / raw
  To: gentoo-commits

nyhm        08/05/04 21:08:56

  Modified:             xlogical-1.0.7.ebuild ChangeLog
  Log:
  Fix building with gcc-4.3
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.6                  games-puzzle/xlogical/xlogical-1.0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild?r1=1.5&r2=1.6

Index: xlogical-1.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xlogical-1.0.7.ebuild	5 Feb 2008 16:53:34 -0000	1.5
+++ xlogical-1.0.7.ebuild	4 May 2008 21:08:55 -0000	1.6
@@ -1,12 +1,11 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild,v 1.5 2008/02/05 16:53:34 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild,v 1.6 2008/05/04 21:08:55 nyhm Exp $
 
 inherit autotools versionator eutils games
 
 MY_PV=$(replace_version_separator 2 '-' )
 MY_P=${PN}-${MY_PV}
-
 DESCRIPTION="SDL logical clone"
 HOMEPAGE="http://changeling.ixionstudios.com/xlogical/"
 SRC_URI="http://changeling.ixionstudios.com/xlogical/downloads/${MY_P}.tar.bz2"
@@ -27,7 +26,9 @@
 	cd "${S}"
 	sed -i '/^CXXFLAGS/d' Makefile.am || die "sed failed"
 	edos2unix properties.h anim.h exception.h
-	epatch "${FILESDIR}/${P}"-gcc41.patch
+	epatch \
+		"${FILESDIR}"/${P}-gcc41.patch \
+		"${FILESDIR}"/${P}-gcc43.patch
 	eautoreconf
 }
 



1.4                  games-puzzle/xlogical/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/xlogical/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/xlogical/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/xlogical/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	5 Feb 2008 16:53:34 -0000	1.3
+++ ChangeLog	4 May 2008 21:08:55 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for games-puzzle/xlogical
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/ChangeLog,v 1.3 2008/02/05 16:53:34 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/ChangeLog,v 1.4 2008/05/04 21:08:55 nyhm Exp $
+
+  04 May 2008; Tristan Heaven <nyhm@gentoo.org>
+  +files/xlogical-1.0.7-gcc43.patch, xlogical-1.0.7.ebuild:
+  Fix building with gcc-4.3
 
   05 Feb 2008; Santiago M. Mola <coldwind@gentoo.org> xlogical-1.0.7.ebuild:
   Keyworded ~amd64 wrt #208952



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/xlogical: xlogical-1.0.7.ebuild ChangeLog
@ 2012-09-04 21:11 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-09-04 21:11 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    12/09/04 21:11:17

  Modified:             xlogical-1.0.7.ebuild ChangeLog
  Log:
  any mod support will do
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  games-puzzle/xlogical/xlogical-1.0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild?r1=1.7&r2=1.8

Index: xlogical-1.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xlogical-1.0.7.ebuild	13 Jan 2009 02:02:32 -0000	1.7
+++ xlogical-1.0.7.ebuild	4 Sep 2012 21:11:17 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild,v 1.7 2009/01/13 02:02:32 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild,v 1.8 2012/09/04 21:11:17 mr_bones_ Exp $
 
 EAPI=2
 inherit autotools versionator eutils games
@@ -19,7 +19,7 @@
 
 RDEPEND="media-libs/libsdl
 	media-libs/sdl-image[jpeg]
-	media-libs/sdl-mixer[mikmod]"
+	media-libs/sdl-mixer[mod]"
 DEPEND="${RDEPEND}
 	alt_gfx? ( app-arch/unzip )"
 
@@ -34,7 +34,7 @@
 }
 
 src_prepare() {
-	sed -i '/^CXXFLAGS/d' Makefile.am || die "sed failed"
+	sed -i '/^CXXFLAGS/d' Makefile.am || die
 	edos2unix properties.h anim.h exception.h
 	epatch \
 		"${FILESDIR}"/${P}-gcc41.patch \
@@ -43,15 +43,14 @@
 }
 
 src_install() {
-	dogamesbin ${PN} || die "installing the binary failed"
+	dogamesbin ${PN} || die
 
 	insinto "${GAMES_DATADIR}"/${PN}
-	doins -r ${PN}.{properties,levels} music sound images \
-		 || die "installing game data failed"
+	doins -r ${PN}.{properties,levels} music sound images || die
 	find "${D}" -name "Makefile*" -exec rm -f '{}' +
 
 	insinto "${GAMES_STATEDIR}"/${PN}
-	doins ${PN}.scores || die "installing hi-score failed"
+	doins ${PN}.scores || die
 	fperms 0660 "${GAMES_STATEDIR}"/${PN}/${PN}.scores
 
 	dodoc AUTHORS ChangeLog NEWS README TODO



1.6                  games-puzzle/xlogical/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	13 Jan 2009 02:02:32 -0000	1.5
+++ ChangeLog	4 Sep 2012 21:11:17 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/xlogical
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/ChangeLog,v 1.5 2009/01/13 02:02:32 mr_bones_ Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/ChangeLog,v 1.6 2012/09/04 21:11:17 mr_bones_ Exp $
+
+  04 Sep 2012; Michael Sterrett <mr_bones_@gentoo.org> xlogical-1.0.7.ebuild:
+  any mod support will do
 
   13 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> metadata.xml,
   xlogical-1.0.7.ebuild:
@@ -21,4 +24,3 @@
   12 Jan 2007; <tupone@gentoo.org> +files/xlogical-1.0.7-gcc41.patch,
   +metadata.xml, +xlogical-1.0.7.ebuild:
   New ebuild by Anton Romanov. Bug #90582
-





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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/xlogical: xlogical-1.0.7.ebuild ChangeLog
@ 2013-07-21 11:11 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-21 11:11 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/21 11:11:24

  Modified:             xlogical-1.0.7.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #477426
  
  (Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  games-puzzle/xlogical/xlogical-1.0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild?r1=1.8&r2=1.9

Index: xlogical-1.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xlogical-1.0.7.ebuild	4 Sep 2012 21:11:17 -0000	1.8
+++ xlogical-1.0.7.ebuild	21 Jul 2013 11:11:24 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild,v 1.8 2012/09/04 21:11:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild,v 1.9 2013/07/21 11:11:24 ago Exp $
 
 EAPI=2
 inherit autotools versionator eutils games
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="alt_gfx"
 
 RDEPEND="media-libs/libsdl



1.7                  games-puzzle/xlogical/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	4 Sep 2012 21:11:17 -0000	1.6
+++ ChangeLog	21 Jul 2013 11:11:24 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/xlogical
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/ChangeLog,v 1.6 2012/09/04 21:11:17 mr_bones_ Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/ChangeLog,v 1.7 2013/07/21 11:11:24 ago Exp $
+
+  21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xlogical-1.0.7.ebuild:
+  Stable for amd64, wrt bug #477426
 
   04 Sep 2012; Michael Sterrett <mr_bones_@gentoo.org> xlogical-1.0.7.ebuild:
   any mod support will do





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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/xlogical: xlogical-1.0.7.ebuild ChangeLog
@ 2015-01-06 19:07 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-01-06 19:07 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/01/06 19:07:52

  Modified:             xlogical-1.0.7.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.10                 games-puzzle/xlogical/xlogical-1.0.7.ebuild

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

Index: xlogical-1.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xlogical-1.0.7.ebuild	21 Jul 2013 11:11:24 -0000	1.9
+++ xlogical-1.0.7.ebuild	6 Jan 2015 19:07:52 -0000	1.10
@@ -1,8 +1,8 @@
-# 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-puzzle/xlogical/xlogical-1.0.7.ebuild,v 1.9 2013/07/21 11:11:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild,v 1.10 2015/01/06 19:07:52 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit autotools versionator eutils games
 
 MY_PV=$(replace_version_separator 2 '-' )
@@ -17,7 +17,7 @@
 KEYWORDS="amd64 x86"
 IUSE="alt_gfx"
 
-RDEPEND="media-libs/libsdl
+RDEPEND="media-libs/libsdl[sound,video]
 	media-libs/sdl-image[jpeg]
 	media-libs/sdl-mixer[mod]"
 DEPEND="${RDEPEND}
@@ -39,18 +39,19 @@
 	epatch \
 		"${FILESDIR}"/${P}-gcc41.patch \
 		"${FILESDIR}"/${P}-gcc43.patch
+	mv configure.in configure.ac
 	eautoreconf
 }
 
 src_install() {
-	dogamesbin ${PN} || die
+	dogamesbin ${PN}
 
 	insinto "${GAMES_DATADIR}"/${PN}
-	doins -r ${PN}.{properties,levels} music sound images || die
+	doins -r ${PN}.{properties,levels} music sound images
 	find "${D}" -name "Makefile*" -exec rm -f '{}' +
 
 	insinto "${GAMES_STATEDIR}"/${PN}
-	doins ${PN}.scores || die
+	doins ${PN}.scores
 	fperms 0660 "${GAMES_STATEDIR}"/${PN}/${PN}.scores
 
 	dodoc AUTHORS ChangeLog NEWS README TODO



1.8                  games-puzzle/xlogical/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/xlogical/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/xlogical/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/xlogical/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	21 Jul 2013 11:11:24 -0000	1.7
+++ ChangeLog	6 Jan 2015 19:07:52 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/xlogical
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/ChangeLog,v 1.7 2013/07/21 11:11:24 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/ChangeLog,v 1.8 2015/01/06 19:07:52 mr_bones_ Exp $
+
+  06 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org> xlogical-1.0.7.ebuild:
+  EAPI=5
 
   21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xlogical-1.0.7.ebuild:
   Stable for amd64, wrt bug #477426





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

end of thread, other threads:[~2015-01-06 19:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-06 19:07 [gentoo-commits] gentoo-x86 commit in games-puzzle/xlogical: xlogical-1.0.7.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2013-07-21 11:11 Agostino Sarubbo (ago)
2012-09-04 21:11 Michael Sterrett (mr_bones_)
2008-05-04 21:08 Tristan Heaven (nyhm)
2008-02-05 16:53 Santiago M. Mola (coldwind)

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