public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-games/cel: ChangeLog cel-1.2.1.ebuild
@ 2008-09-04 18:01 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 5+ messages in thread
From: Tristan Heaven (nyhm) @ 2008-09-04 18:01 UTC (permalink / raw
  To: gentoo-commits

nyhm        08/09/04 18:01:24

  Modified:             ChangeLog
  Added:                cel-1.2.1.ebuild
  Log:
  Version bump, bug #233281
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)

Revision  Changes    Path
1.25                 dev-games/cel/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/cel/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/cel/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/cel/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/cel/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	21 Nov 2007 03:27:09 -0000	1.24
+++ ChangeLog	4 Sep 2008 18:01:23 -0000	1.25
@@ -1,6 +1,11 @@
 # ChangeLog for dev-games/cel
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/ChangeLog,v 1.24 2007/11/21 03:27:09 dirtyepic Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/ChangeLog,v 1.25 2008/09/04 18:01:23 nyhm Exp $
+
+*cel-1.2.1 (04 Sep 2008)
+
+  04 Sep 2008; Tristan Heaven <nyhm@gentoo.org> +cel-1.2.1.ebuild:
+  Version bump, bug #233281
 
   21 Nov 2007; Ryan Hill <dirtyepic@gentoo.org> cel-1.0.1.ebuild,
   cel-1.2.ebuild:



1.1                  dev-games/cel/cel-1.2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/cel/cel-1.2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/cel/cel-1.2.1.ebuild?rev=1.1&content-type=text/plain

Index: cel-1.2.1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/cel-1.2.1.ebuild,v 1.1 2008/09/04 18:01:23 nyhm Exp $

inherit eutils

MY_P=${PN}-src-${PV}
DESCRIPTION="A game entity layer based on Crystal Space"
HOMEPAGE="http://cel.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="python"

RDEPEND=">=dev-games/crystalspace-1.1
	dev-games/hawknl"
DEPEND="${RDEPEND}
	dev-util/ftjam"

S=${WORKDIR}/${MY_P}

src_compile() {
	econf \
		--disable-separate-debug-info \
		--disable-cstest \
		$(use_with python) \
		|| die
	jam -q || die "jam failed"
}

src_install() {
	jam -q -s DESTDIR="${D}" install || die "jam install failed"

	# Fill cache directory for the examples
	cp "${D}"/usr/share/${PN}/data/{basic_,}world
	cslight -video=null "${D}"/usr/share/${PN}/data
	cp "${D}"/usr/share/${PN}/data/{walktut_,}world
	cslight -video=null "${D}"/usr/share/${PN}/data
	rm "${D}"/usr/share/${PN}/data/world

	dodoc docs/history*.txt docs/todo.txt
}






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

* [gentoo-commits] gentoo-x86 commit in dev-games/cel: ChangeLog cel-1.2.1.ebuild
@ 2009-07-24  7:52 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone (tupone) @ 2009-07-24  7:52 UTC (permalink / raw
  To: gentoo-commits

tupone      09/07/24 07:52:03

  Modified:             ChangeLog cel-1.2.1.ebuild
  Log:
  Fix build with glibc-2.10 Bug #278103
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 dev-games/cel/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/cel/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/cel/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/cel/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/cel/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	4 Sep 2008 18:01:23 -0000	1.25
+++ ChangeLog	24 Jul 2009 07:52:03 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for dev-games/cel
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/ChangeLog,v 1.25 2008/09/04 18:01:23 nyhm Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/ChangeLog,v 1.26 2009/07/24 07:52:03 tupone Exp $
+
+  24 Jul 2009; Alfredo Tupone <tupone@gentoo.org>
+  +files/cel-1.2.1-glibc210.patch, cel-1.2.1.ebuild:
+  Fix build with glibc-2.10 Bug #278103 by flameeyes@gentoo.org
 
 *cel-1.2.1 (04 Sep 2008)
 



1.2                  dev-games/cel/cel-1.2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/cel/cel-1.2.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/cel/cel-1.2.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/cel/cel-1.2.1.ebuild?r1=1.1&r2=1.2

Index: cel-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/cel/cel-1.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cel-1.2.1.ebuild	4 Sep 2008 18:01:23 -0000	1.1
+++ cel-1.2.1.ebuild	24 Jul 2009 07:52:03 -0000	1.2
@@ -1,6 +1,7 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/cel-1.2.1.ebuild,v 1.1 2008/09/04 18:01:23 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/cel-1.2.1.ebuild,v 1.2 2009/07/24 07:52:03 tupone Exp $
+EAPI=2
 
 inherit eutils
 
@@ -21,12 +22,19 @@
 
 S=${WORKDIR}/${MY_P}
 
-src_compile() {
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-glibc210.patch
+}
+
+src_configure() {
 	econf \
 		--disable-separate-debug-info \
 		--disable-cstest \
 		$(use_with python) \
 		|| die
+}
+
+src_compile() {
 	jam -q || die "jam failed"
 }
 






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

* [gentoo-commits] gentoo-x86 commit in dev-games/cel: ChangeLog cel-1.2.1.ebuild
@ 2010-03-31  9:20 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-03-31  9:20 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/03/31 09:20:31

  Modified:             ChangeLog cel-1.2.1.ebuild
  Log:
  x86 stable wrt bug #309017
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.27                 dev-games/cel/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/cel/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/cel/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/cel/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/cel/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	24 Jul 2009 07:52:03 -0000	1.26
+++ ChangeLog	31 Mar 2010 09:20:30 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/cel
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/ChangeLog,v 1.26 2009/07/24 07:52:03 tupone Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/ChangeLog,v 1.27 2010/03/31 09:20:30 phajdan.jr Exp $
+
+  31 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> cel-1.2.1.ebuild:
+  x86 stable wrt bug #309017
 
   24 Jul 2009; Alfredo Tupone <tupone@gentoo.org>
   +files/cel-1.2.1-glibc210.patch, cel-1.2.1.ebuild:



1.3                  dev-games/cel/cel-1.2.1.ebuild

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

Index: cel-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/cel/cel-1.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cel-1.2.1.ebuild	24 Jul 2009 07:52:03 -0000	1.2
+++ cel-1.2.1.ebuild	31 Mar 2010 09:20:31 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/cel-1.2.1.ebuild,v 1.2 2009/07/24 07:52:03 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/cel-1.2.1.ebuild,v 1.3 2010/03/31 09:20:31 phajdan.jr Exp $
 EAPI=2
 
 inherit eutils
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="python"
 
 RDEPEND=">=dev-games/crystalspace-1.1






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

* [gentoo-commits] gentoo-x86 commit in dev-games/cel: ChangeLog cel-1.2.1.ebuild
@ 2010-10-25 11:35 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-10-25 11:35 UTC (permalink / raw
  To: gentoo-commits

tupone      10/10/25 11:35:35

  Modified:             ChangeLog cel-1.2.1.ebuild
  Log:
  Fix build as per bug #327867
  
  (Portage version: 2.1.9.22/cvs/Linux i686)

Revision  Changes    Path
1.28                 dev-games/cel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cel/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cel/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cel/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/cel/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	31 Mar 2010 09:20:30 -0000	1.27
+++ ChangeLog	25 Oct 2010 11:35:35 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/cel
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/ChangeLog,v 1.27 2010/03/31 09:20:30 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/ChangeLog,v 1.28 2010/10/25 11:35:35 tupone Exp $
+
+  25 Oct 2010; Tupone Alfredo <tupone@gentoo.org> cel-1.2.1.ebuild:
+  Fix build as per bug #327867 by flameeyes@gentoo.org
 
   31 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> cel-1.2.1.ebuild:
   x86 stable wrt bug #309017



1.4                  dev-games/cel/cel-1.2.1.ebuild

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

Index: cel-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/cel/cel-1.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cel-1.2.1.ebuild	31 Mar 2010 09:20:31 -0000	1.3
+++ cel-1.2.1.ebuild	25 Oct 2010 11:35:35 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/cel-1.2.1.ebuild,v 1.3 2010/03/31 09:20:31 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/cel-1.2.1.ebuild,v 1.4 2010/10/25 11:35:35 tupone Exp $
 EAPI=2
 
 inherit eutils
@@ -15,7 +15,7 @@
 KEYWORDS="~amd64 x86"
 IUSE="python"
 
-RDEPEND=">=dev-games/crystalspace-1.1
+RDEPEND="~dev-games/crystalspace-${PV}
 	dev-games/hawknl"
 DEPEND="${RDEPEND}
 	dev-util/ftjam"






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

* [gentoo-commits] gentoo-x86 commit in dev-games/cel: ChangeLog cel-1.2.1.ebuild
@ 2011-07-25 17:02 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-07-25 17:02 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/07/25 17:02:32

  Modified:             ChangeLog cel-1.2.1.ebuild
  Log:
  drop to ~x86 to match dev-games/crystalspace
  
  (Portage version: 2.1.10.3/cvs/Linux i686)

Revision  Changes    Path
1.29                 dev-games/cel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cel/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cel/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cel/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/cel/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	25 Oct 2010 11:35:35 -0000	1.28
+++ ChangeLog	25 Jul 2011 17:02:32 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/cel
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/ChangeLog,v 1.28 2010/10/25 11:35:35 tupone Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/ChangeLog,v 1.29 2011/07/25 17:02:32 mr_bones_ Exp $
+
+  25 Jul 2011; Michael Sterrett <mr_bones_@gentoo.org> cel-1.2.1.ebuild:
+  drop to ~x86 to match dev-games/crystalspace
 
   25 Oct 2010; Tupone Alfredo <tupone@gentoo.org> cel-1.2.1.ebuild:
   Fix build as per bug #327867 by flameeyes@gentoo.org



1.5                  dev-games/cel/cel-1.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cel/cel-1.2.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cel/cel-1.2.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cel/cel-1.2.1.ebuild?r1=1.4&r2=1.5

Index: cel-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/cel/cel-1.2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cel-1.2.1.ebuild	25 Oct 2010 11:35:35 -0000	1.4
+++ cel-1.2.1.ebuild	25 Jul 2011 17:02:32 -0000	1.5
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/cel-1.2.1.ebuild,v 1.4 2010/10/25 11:35:35 tupone Exp $
-EAPI=2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/cel-1.2.1.ebuild,v 1.5 2011/07/25 17:02:32 mr_bones_ Exp $
 
+EAPI=2
 inherit eutils
 
 MY_P=${PN}-src-${PV}
@@ -12,7 +12,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="python"
 
 RDEPEND="~dev-games/crystalspace-${PV}






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

end of thread, other threads:[~2011-07-25 17:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-25 11:35 [gentoo-commits] gentoo-x86 commit in dev-games/cel: ChangeLog cel-1.2.1.ebuild Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-25 17:02 Michael Sterrett (mr_bones_)
2010-03-31  9:20 PaweA Hajdan (phajdan.jr)
2009-07-24  7:52 Alfredo Tupone (tupone)
2008-09-04 18:01 Tristan Heaven (nyhm)

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