* [gentoo-commits] gentoo-x86 commit in dev-games/vamos: vamos-0.7.1.ebuild ChangeLog
@ 2013-02-08 19:23 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-02-08 19:23 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 13/02/08 19:23:44
Modified: ChangeLog
Added: vamos-0.7.1.ebuild
Log:
version bump
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.22 dev-games/vamos/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/vamos/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/vamos/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/vamos/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 18 Jan 2013 18:17:11 -0000 1.21
+++ ChangeLog 8 Feb 2013 19:23:44 -0000 1.22
@@ -1,6 +1,13 @@
# ChangeLog for dev-games/vamos
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v 1.21 2013/01/18 18:17:11 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v 1.22 2013/02/08 19:23:44 mr_bones_ Exp $
+
+*vamos-0.7.1 (08 Feb 2013)
+
+ 08 Feb 2013; Michael Sterrett <mr_bones_@gentoo.org>
+ +files/vamos-0.7.1-as-needed.patch, +files/vamos-0.7.1-gcc46.patch,
+ +vamos-0.7.1.ebuild, files/vamos-0.7.0-as-needed.patch:
+ version bump
18 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
-files/vamos-0.6.2-as-needed.patch, -files/vamos-0.6.2-libpng15.patch,
1.1 dev-games/vamos/vamos-0.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/vamos/vamos-0.7.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/vamos/vamos-0.7.1.ebuild?rev=1.1&content-type=text/plain
Index: vamos-0.7.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.7.1.ebuild,v 1.1 2013/02/08 19:23:44 mr_bones_ Exp $
EAPI=5
inherit eutils
DESCRIPTION="an automotive simulation framework"
HOMEPAGE="http://vamos.sourceforge.net/"
SRC_URI="mirror://sourceforge/vamos/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"
RDEPEND="virtual/opengl
virtual/glu
media-libs/freeglut
media-libs/libpng:0
media-libs/libsdl[joystick,video]
media-libs/openal
media-libs/freealut"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
epatch \
"${FILESDIR}"/${P}-as-needed.patch \
"${FILESDIR}"/${P}-gcc46.patch
}
src_configure() {
econf \
--disable-unit-tests \
$(use_enable static-libs static)
}
src_install() {
default
dobin caelum/.libs/caelum
newdoc caelum/README README.caelum
dodoc AUTHORS ChangeLog README TODO
prune_libtool_files
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-games/vamos: vamos-0.7.1.ebuild ChangeLog
@ 2013-03-10 16:25 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-10 16:25 UTC (permalink / raw
To: gentoo-commits
ago 13/03/10 16:25:59
Modified: vamos-0.7.1.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #461004
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 dev-games/vamos/vamos-0.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/vamos/vamos-0.7.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/vamos/vamos-0.7.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/vamos/vamos-0.7.1.ebuild?r1=1.1&r2=1.2
Index: vamos-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vamos-0.7.1.ebuild 8 Feb 2013 19:23:44 -0000 1.1
+++ vamos-0.7.1.ebuild 10 Mar 2013 16:25:59 -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/dev-games/vamos/vamos-0.7.1.ebuild,v 1.1 2013/02/08 19:23:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.7.1.ebuild,v 1.2 2013/03/10 16:25:59 ago Exp $
EAPI=5
inherit eutils
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="static-libs"
RDEPEND="virtual/opengl
1.23 dev-games/vamos/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/vamos/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/vamos/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/vamos/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 8 Feb 2013 19:23:44 -0000 1.22
+++ ChangeLog 10 Mar 2013 16:25:59 -0000 1.23
@@ -1,6 +1,9 @@
# ChangeLog for dev-games/vamos
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v 1.22 2013/02/08 19:23:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v 1.23 2013/03/10 16:25:59 ago Exp $
+
+ 10 Mar 2013; Agostino Sarubbo <ago@gentoo.org> vamos-0.7.1.ebuild:
+ Stable for amd64, wrt bug #461004
*vamos-0.7.1 (08 Feb 2013)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-games/vamos: vamos-0.7.1.ebuild ChangeLog
@ 2013-03-10 16:29 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-10 16:29 UTC (permalink / raw
To: gentoo-commits
ago 13/03/10 16:29:40
Modified: vamos-0.7.1.ebuild ChangeLog
Log:
Stable for x86, wrt bug #461004
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-games/vamos/vamos-0.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/vamos/vamos-0.7.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/vamos/vamos-0.7.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/vamos/vamos-0.7.1.ebuild?r1=1.2&r2=1.3
Index: vamos-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vamos-0.7.1.ebuild 10 Mar 2013 16:25:59 -0000 1.2
+++ vamos-0.7.1.ebuild 10 Mar 2013 16:29:40 -0000 1.3
@@ -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/dev-games/vamos/vamos-0.7.1.ebuild,v 1.2 2013/03/10 16:25:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.7.1.ebuild,v 1.3 2013/03/10 16:29:40 ago Exp $
EAPI=5
inherit eutils
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="static-libs"
RDEPEND="virtual/opengl
1.24 dev-games/vamos/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/vamos/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/vamos/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/vamos/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 10 Mar 2013 16:25:59 -0000 1.23
+++ ChangeLog 10 Mar 2013 16:29:40 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for dev-games/vamos
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v 1.23 2013/03/10 16:25:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v 1.24 2013/03/10 16:29:40 ago Exp $
+
+ 10 Mar 2013; Agostino Sarubbo <ago@gentoo.org> vamos-0.7.1.ebuild:
+ Stable for x86, wrt bug #461004
10 Mar 2013; Agostino Sarubbo <ago@gentoo.org> vamos-0.7.1.ebuild:
Stable for amd64, wrt bug #461004
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-games/vamos: vamos-0.7.1.ebuild ChangeLog
@ 2014-06-25 18:18 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2014-06-25 18:18 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 14/06/25 18:18:51
Modified: vamos-0.7.1.ebuild ChangeLog
Log:
add boost dep (bug #514266)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.4 dev-games/vamos/vamos-0.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/vamos/vamos-0.7.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/vamos/vamos-0.7.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/vamos/vamos-0.7.1.ebuild?r1=1.3&r2=1.4
Index: vamos-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.7.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vamos-0.7.1.ebuild 10 Mar 2013 16:29:40 -0000 1.3
+++ vamos-0.7.1.ebuild 25 Jun 2014 18:18:51 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.7.1.ebuild,v 1.3 2013/03/10 16:29:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.7.1.ebuild,v 1.4 2014/06/25 18:18:51 mr_bones_ Exp $
EAPI=5
inherit eutils
@@ -20,6 +20,7 @@
media-libs/libpng:0
media-libs/libsdl[joystick,video]
media-libs/openal
+ dev-libs/boost
media-libs/freealut"
DEPEND="${RDEPEND}
virtual/pkgconfig"
1.26 dev-games/vamos/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/vamos/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/vamos/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/vamos/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 11 Mar 2013 08:55:40 -0000 1.25
+++ ChangeLog 25 Jun 2014 18:18:51 -0000 1.26
@@ -1,6 +1,9 @@
# ChangeLog for dev-games/vamos
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v 1.25 2013/03/11 08:55:40 tupone Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v 1.26 2014/06/25 18:18:51 mr_bones_ Exp $
+
+ 25 Jun 2014; Michael Sterrett <mr_bones_@gentoo.org> vamos-0.7.1.ebuild:
+ add boost dep (bug #514266)
11 Mar 2013; Alfredo Tupone <tupone@gentoo.org> -vamos-0.7.0.ebuild,
-files/vamos-0.7.0-as-needed.patch:
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-06-25 18:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-08 19:23 [gentoo-commits] gentoo-x86 commit in dev-games/vamos: vamos-0.7.1.ebuild ChangeLog Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2013-03-10 16:25 Agostino Sarubbo (ago)
2013-03-10 16:29 Agostino Sarubbo (ago)
2014-06-25 18:18 Michael Sterrett (mr_bones_)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox