* [gentoo-commits] gentoo-x86 commit in games-board/sirius: ChangeLog sirius-0.8.0.ebuild
@ 2010-08-16 19:58 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-08-16 19:58 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 10/08/16 19:58:24
Modified: ChangeLog sirius-0.8.0.ebuild
Log:
EAPI=2; make it easier to find for reversi fans (bug #332807)
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.8 games-board/sirius/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/sirius/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/sirius/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/sirius/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/sirius/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 3 Feb 2007 09:47:23 -0000 1.7
+++ ChangeLog 16 Aug 2010 19:58:24 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for games-board/sirius
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/sirius/ChangeLog,v 1.7 2007/02/03 09:47:23 nyhm Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/sirius/ChangeLog,v 1.8 2010/08/16 19:58:24 mr_bones_ Exp $
+
+ 16 Aug 2010; Michael Sterrett <mr_bones_@gentoo.org> sirius-0.8.0.ebuild:
+ EAPI=2; make it easier to find for reversi fans (bug #332807)
03 Feb 2007; Tristan Heaven <nyhm@gentoo.org> sirius-0.8.0.ebuild:
Add nls USE flag
1.9 games-board/sirius/sirius-0.8.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/sirius/sirius-0.8.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/sirius/sirius-0.8.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/sirius/sirius-0.8.0.ebuild?r1=1.8&r2=1.9
Index: sirius-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/sirius/sirius-0.8.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sirius-0.8.0.ebuild 3 Feb 2007 09:47:23 -0000 1.8
+++ sirius-0.8.0.ebuild 16 Aug 2010 19:58:24 -0000 1.9
@@ -1,10 +1,11 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/sirius/sirius-0.8.0.ebuild,v 1.8 2007/02/03 09:47:23 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/sirius/sirius-0.8.0.ebuild,v 1.9 2010/08/16 19:58:24 mr_bones_ Exp $
+EAPI=2
inherit games
-DESCRIPTION="A program for playing the game of othello"
+DESCRIPTION="A program for playing the game of othello/reversi"
HOMEPAGE="http://sirius.bitvis.nu/"
SRC_URI="http://sirius.bitvis.nu/files/${P}.tar.gz"
@@ -13,26 +14,22 @@
KEYWORDS="~amd64 x86"
IUSE="nls"
-RDEPEND="=x11-libs/gtk+-2*
- =gnome-base/gconf-2*
+RDEPEND="x11-libs/gtk+:2
+ gnome-base/gconf:2
gnome-base/libgnomeui
gnome-base/libgnomecanvas
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
sed -i '/-g -O3/d' configure || die "sed failed"
}
-src_compile() {
+src_configure() {
egamesconf \
--datadir=/usr/share \
- $(use_enable nls) \
- || die
- emake || die "emake failed"
+ $(use_enable nls)
}
src_install() {
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-board/sirius: ChangeLog sirius-0.8.0.ebuild
@ 2015-02-06 18:17 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-02-06 18:17 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 15/02/06 18:17:49
Modified: ChangeLog sirius-0.8.0.ebuild
Log:
quiet autotools warning
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.11 games-board/sirius/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/sirius/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/sirius/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/sirius/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/sirius/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 6 Feb 2015 13:42:54 -0000 1.10
+++ ChangeLog 6 Feb 2015 18:17:49 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for games-board/sirius
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/sirius/ChangeLog,v 1.10 2015/02/06 13:42:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/sirius/ChangeLog,v 1.11 2015/02/06 18:17:49 mr_bones_ Exp $
+
+ 06 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> sirius-0.8.0.ebuild:
+ quiet autotools warning
06 Feb 2015; Agostino Sarubbo <ago@gentoo.org> sirius-0.8.0.ebuild:
Stable for amd64, wrt bug #538838
1.12 games-board/sirius/sirius-0.8.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/sirius/sirius-0.8.0.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/sirius/sirius-0.8.0.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/sirius/sirius-0.8.0.ebuild?r1=1.11&r2=1.12
Index: sirius-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/sirius/sirius-0.8.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sirius-0.8.0.ebuild 6 Feb 2015 13:42:54 -0000 1.11
+++ sirius-0.8.0.ebuild 6 Feb 2015 18:17:49 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/sirius/sirius-0.8.0.ebuild,v 1.11 2015/02/06 13:42:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/sirius/sirius-0.8.0.ebuild,v 1.12 2015/02/06 18:17:49 mr_bones_ Exp $
EAPI=5
inherit autotools games
@@ -28,6 +28,7 @@
-e '/Icon/s/\.png//' \
-e '/Categories/s/Application;//' \
sirius.desktop.in || die
+ mv configure.in configure.ac || die
eautoreconf
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-06 18:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-06 18:17 [gentoo-commits] gentoo-x86 commit in games-board/sirius: ChangeLog sirius-0.8.0.ebuild Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2010-08-16 19:58 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