* [gentoo-commits] gentoo-x86 commit in games-util/etswitch: etswitch-0.1.14.ebuild ChangeLog
@ 2008-06-29 10:27 Torsten Veller (tove)
0 siblings, 0 replies; 4+ messages in thread
From: Torsten Veller (tove) @ 2008-06-29 10:27 UTC (permalink / raw
To: gentoo-commits
tove 08/06/29 10:27:04
Modified: etswitch-0.1.14.ebuild ChangeLog
Log:
Add missing die: || "..." -> || die "..."
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
Revision Changes Path
1.5 games-util/etswitch/etswitch-0.1.14.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild?r1=1.4&r2=1.5
Index: etswitch-0.1.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- etswitch-0.1.14.ebuild 1 Jun 2008 20:30:06 -0000 1.4
+++ etswitch-0.1.14.ebuild 29 Jun 2008 10:27:03 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild,v 1.4 2008/06/01 20:30:06 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild,v 1.5 2008/06/29 10:27:03 tove Exp $
inherit eutils games
@@ -31,7 +31,7 @@
src_compile() {
egamesconf --datadir=/usr/share
- emake || "emake failed."
+ emake || die "emake failed."
}
src_install() {
1.2 games-util/etswitch/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/etswitch/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/etswitch/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/etswitch/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/etswitch/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 4 Feb 2008 21:27:54 -0000 1.1
+++ ChangeLog 29 Jun 2008 10:27:03 -0000 1.2
@@ -1,6 +1,9 @@
# ChangeLog for games-util/etswitch
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/ChangeLog,v 1.1 2008/02/04 21:27:54 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/ChangeLog,v 1.2 2008/06/29 10:27:03 tove Exp $
+
+ 29 Jun 2008; Torsten Veller <tove@gentoo.org> etswitch-0.1.14.ebuild:
+ Add missing die: || "..." -> || die "..."
*etswitch-0.1.14 (04 Feb 2008)
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-util/etswitch: etswitch-0.1.14.ebuild ChangeLog
@ 2009-02-24 19:08 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-02-24 19:08 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 09/02/24 19:08:21
Modified: etswitch-0.1.14.ebuild ChangeLog
Log:
EAPI=2; fix building with newer glibc (patch submitted by Michał Górny via bug #260111)
(Portage version: 2.1.6.7/cvs/Linux i686)
Revision Changes Path
1.6 games-util/etswitch/etswitch-0.1.14.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild?r1=1.5&r2=1.6
Index: etswitch-0.1.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- etswitch-0.1.14.ebuild 29 Jun 2008 10:27:03 -0000 1.5
+++ etswitch-0.1.14.ebuild 24 Feb 2009 19:08:21 -0000 1.6
@@ -1,7 +1,8 @@
-# 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/games-util/etswitch/etswitch-0.1.14.ebuild,v 1.5 2008/06/29 10:27:03 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild,v 1.6 2009/02/24 19:08:21 mr_bones_ Exp $
+EAPI=2
inherit eutils games
DESCRIPTION="*nix minimizer for a few games"
@@ -23,15 +24,10 @@
x11-proto/recordproto
x11-proto/xf86vidmodeproto"
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-desktop-entry.patch
-}
+PATCHES=( "${FILESDIR}"/${P}-desktop-entry.patch "${FILESDIR}"/${P}-glibc.patch )
-src_compile() {
+src_configure() {
egamesconf --datadir=/usr/share
- emake || die "emake failed."
}
src_install() {
1.4 games-util/etswitch/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/etswitch/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/etswitch/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/etswitch/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/etswitch/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 24 Nov 2008 16:27:49 -0000 1.3
+++ ChangeLog 24 Feb 2009 19:08:21 -0000 1.4
@@ -1,6 +1,11 @@
# ChangeLog for games-util/etswitch
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/ChangeLog,v 1.3 2008/11/24 16:27:49 ssuominen Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/ChangeLog,v 1.4 2009/02/24 19:08:21 mr_bones_ Exp $
+
+ 24 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ +files/etswitch-0.1.14-glibc.patch, etswitch-0.1.14.ebuild:
+ EAPI=2; fix building with newer glibc (patch submitted by Michał Górny via
+ bug #260111)
24 Nov 2008; <ssuominen@gentoo.org> metadata.xml:
Re-assign to games herd.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-util/etswitch: etswitch-0.1.14.ebuild ChangeLog
@ 2009-11-26 19:48 Markus Meier (maekke)
0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2009-11-26 19:48 UTC (permalink / raw
To: gentoo-commits
maekke 09/11/26 19:48:34
Modified: etswitch-0.1.14.ebuild ChangeLog
Log:
amd64/x86 stable, bug #294523
(Portage version: 2.2_rc52/cvs/Linux x86_64)
Revision Changes Path
1.8 games-util/etswitch/etswitch-0.1.14.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild?r1=1.7&r2=1.8
Index: etswitch-0.1.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- etswitch-0.1.14.ebuild 1 Mar 2009 06:00:01 -0000 1.7
+++ etswitch-0.1.14.ebuild 26 Nov 2009 19:48:34 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild,v 1.7 2009/03/01 06:00:01 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild,v 1.8 2009/11/26 19:48:34 maekke Exp $
EAPI=2
inherit eutils games
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="x11-libs/libXpm
1.5 games-util/etswitch/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/etswitch/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/etswitch/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/etswitch/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/etswitch/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 24 Feb 2009 19:08:21 -0000 1.4
+++ ChangeLog 26 Nov 2009 19:48:34 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for games-util/etswitch
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/ChangeLog,v 1.4 2009/02/24 19:08:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/ChangeLog,v 1.5 2009/11/26 19:48:34 maekke Exp $
+
+ 26 Nov 2009; Markus Meier <maekke@gentoo.org> etswitch-0.1.14.ebuild:
+ amd64/x86 stable, bug #294523
24 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org>
+files/etswitch-0.1.14-glibc.patch, etswitch-0.1.14.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-util/etswitch: etswitch-0.1.14.ebuild ChangeLog
@ 2015-03-14 22:34 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-03-14 22:34 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 15/03/14 22:34:25
Modified: etswitch-0.1.14.ebuild ChangeLog
Log:
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.9 games-util/etswitch/etswitch-0.1.14.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild?r1=1.8&r2=1.9
Index: etswitch-0.1.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- etswitch-0.1.14.ebuild 26 Nov 2009 19:48:34 -0000 1.8
+++ etswitch-0.1.14.ebuild 14 Mar 2015 22:34:25 -0000 1.9
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild,v 1.8 2009/11/26 19:48:34 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild,v 1.9 2015/03/14 22:34:25 mr_bones_ Exp $
-EAPI=2
+EAPI=5
inherit eutils games
DESCRIPTION="*nix minimizer for a few games"
@@ -24,14 +24,17 @@
x11-proto/recordproto
x11-proto/xf86vidmodeproto"
-PATCHES=( "${FILESDIR}"/${P}-desktop-entry.patch "${FILESDIR}"/${P}-glibc.patch )
+src_prepare() {
+ epatch \
+ "${FILESDIR}"/${P}-desktop-entry.patch \
+ "${FILESDIR}"/${P}-glibc.patch
+}
src_configure() {
egamesconf --datadir=/usr/share
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO
+ default
prepgamesdirs
}
1.6 games-util/etswitch/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/etswitch/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/etswitch/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/etswitch/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/etswitch/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 26 Nov 2009 19:48:34 -0000 1.5
+++ ChangeLog 14 Mar 2015 22:34:25 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for games-util/etswitch
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/ChangeLog,v 1.5 2009/11/26 19:48:34 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/ChangeLog,v 1.6 2015/03/14 22:34:25 mr_bones_ Exp $
+
+ 14 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> etswitch-0.1.14.ebuild:
+ EAPI=5
26 Nov 2009; Markus Meier <maekke@gentoo.org> etswitch-0.1.14.ebuild:
amd64/x86 stable, bug #294523
@@ -21,4 +24,3 @@
04 Feb 2008; Samuli Suominen <drac@gentoo.org>
+files/etswitch-0.1.14-desktop-entry.patch, +etswitch-0.1.14.ebuild:
Initial commit for bug 133879, ebuild by Kenneth Prugh.
-
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-03-14 22:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-14 22:34 [gentoo-commits] gentoo-x86 commit in games-util/etswitch: etswitch-0.1.14.ebuild ChangeLog Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2009-11-26 19:48 Markus Meier (maekke)
2009-02-24 19:08 Michael Sterrett (mr_bones_)
2008-06-29 10:27 Torsten Veller (tove)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox