* [gentoo-commits] gentoo-x86 commit in games-arcade/opensonic: ChangeLog opensonic-0.1.4-r1.ebuild
@ 2012-05-28 17:49 Julian Ospald (hasufell)
0 siblings, 0 replies; 3+ messages in thread
From: Julian Ospald (hasufell) @ 2012-05-28 17:49 UTC (permalink / raw
To: gentoo-commits
hasufell 12/05/28 17:49:08
Modified: ChangeLog opensonic-0.1.4-r1.ebuild
Log:
respect cmake-utils_src_compile which also gives us verbosity
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Revision Changes Path
1.4 games-arcade/opensonic/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/opensonic/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/opensonic/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/opensonic/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/opensonic/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 17 May 2012 00:42:37 -0000 1.3
+++ ChangeLog 28 May 2012 17:49:08 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/opensonic
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/opensonic/ChangeLog,v 1.3 2012/05/17 00:42:37 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/opensonic/ChangeLog,v 1.4 2012/05/28 17:49:08 hasufell Exp $
+
+ 28 May 2012; Julian Ospald <hasufell@gentoo.org> opensonic-0.1.4-r1.ebuild:
+ respect cmake-utils_src_compile which also gives us verbosity
*opensonic-0.1.4-r1 (17 May 2012)
1.3 games-arcade/opensonic/opensonic-0.1.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4-r1.ebuild?r1=1.2&r2=1.3
Index: opensonic-0.1.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- opensonic-0.1.4-r1.ebuild 17 May 2012 10:05:51 -0000 1.2
+++ opensonic-0.1.4-r1.ebuild 28 May 2012 17:49:08 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4-r1.ebuild,v 1.2 2012/05/17 10:05:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4-r1.ebuild,v 1.3 2012/05/28 17:49:08 hasufell Exp $
EAPI=3
@@ -49,6 +49,10 @@
cmake-utils_src_configure
}
+src_compile() {
+ cmake-utils_src_compile
+}
+
src_install() {
cmake-utils_src_install
local i
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-arcade/opensonic: ChangeLog opensonic-0.1.4-r1.ebuild
@ 2012-06-02 15:49 Julian Ospald (hasufell)
0 siblings, 0 replies; 3+ messages in thread
From: Julian Ospald (hasufell) @ 2012-06-02 15:49 UTC (permalink / raw
To: gentoo-commits
hasufell 12/06/02 15:49:24
Modified: ChangeLog opensonic-0.1.4-r1.ebuild
Log:
bump to EAPI=4
(Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
Revision Changes Path
1.5 games-arcade/opensonic/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/opensonic/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/opensonic/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/opensonic/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/opensonic/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 28 May 2012 17:49:08 -0000 1.4
+++ ChangeLog 2 Jun 2012 15:49:24 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/opensonic
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/opensonic/ChangeLog,v 1.4 2012/05/28 17:49:08 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/opensonic/ChangeLog,v 1.5 2012/06/02 15:49:24 hasufell Exp $
+
+ 02 Jun 2012; Julian Ospald <hasufell@gentoo.org> opensonic-0.1.4-r1.ebuild:
+ bump to EAPI=4
28 May 2012; Julian Ospald <hasufell@gentoo.org> opensonic-0.1.4-r1.ebuild:
respect cmake-utils_src_compile which also gives us verbosity
1.4 games-arcade/opensonic/opensonic-0.1.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4-r1.ebuild?r1=1.3&r2=1.4
Index: opensonic-0.1.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- opensonic-0.1.4-r1.ebuild 28 May 2012 17:49:08 -0000 1.3
+++ opensonic-0.1.4-r1.ebuild 2 Jun 2012 15:49:24 -0000 1.4
@@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4-r1.ebuild,v 1.3 2012/05/28 17:49:08 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4-r1.ebuild,v 1.4 2012/06/02 15:49:24 hasufell Exp $
-EAPI=3
+EAPI=4
inherit cmake-utils eutils games
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-arcade/opensonic: ChangeLog opensonic-0.1.4-r1.ebuild
@ 2013-05-14 9:05 Sergey Popov (pinkbyte)
0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-05-14 9:05 UTC (permalink / raw
To: gentoo-commits
pinkbyte 13/05/14 09:05:51
Modified: ChangeLog opensonic-0.1.4-r1.ebuild
Log:
Stable on amd64, wrt bug #469726
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path
1.7 games-arcade/opensonic/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/opensonic/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/opensonic/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/opensonic/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/opensonic/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 29 Sep 2012 20:21:46 -0000 1.6
+++ ChangeLog 14 May 2013 09:05:51 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/opensonic
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/opensonic/ChangeLog,v 1.6 2012/09/29 20:21:46 hasufell Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/opensonic/ChangeLog,v 1.7 2013/05/14 09:05:51 pinkbyte Exp $
+
+ 14 May 2013; Sergey Popov <pinkbyte@gentoo.org> opensonic-0.1.4-r1.ebuild:
+ Stable on amd64, wrt bug #469726
29 Sep 2012; Julian Ospald <hasufell@gentoo.org>
files/opensonic-0.1.4-r1-cmake.patch:
1.6 games-arcade/opensonic/opensonic-0.1.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4-r1.ebuild?r1=1.5&r2=1.6
Index: opensonic-0.1.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- opensonic-0.1.4-r1.ebuild 2 Jun 2012 15:53:37 -0000 1.5
+++ opensonic-0.1.4-r1.ebuild 14 May 2013 09:05:51 -0000 1.6
@@ -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-arcade/opensonic/opensonic-0.1.4-r1.ebuild,v 1.5 2012/06/02 15:53:37 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/opensonic/opensonic-0.1.4-r1.ebuild,v 1.6 2013/05/14 09:05:51 pinkbyte Exp $
EAPI=4
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
RESTRICT="fetch" # unsure about legality of graphics
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-05-14 9:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14 9:05 [gentoo-commits] gentoo-x86 commit in games-arcade/opensonic: ChangeLog opensonic-0.1.4-r1.ebuild Sergey Popov (pinkbyte)
-- strict thread matches above, loose matches on Subject: below --
2012-06-02 15:49 Julian Ospald (hasufell)
2012-05-28 17:49 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