public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-arcade/cosmosmash: cosmosmash-1.4.6.ebuild ChangeLog
@ 2012-08-24  7:46 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-08-24  7:46 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    12/08/24 07:46:11

  Modified:             ChangeLog
  Added:                cosmosmash-1.4.6.ebuild
  Log:
  version bump
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  games-arcade/cosmosmash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	4 May 2012 04:22:28 -0000	1.4
+++ ChangeLog	24 Aug 2012 07:46:11 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for games-arcade/cosmosmash
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v 1.4 2012/05/04 04:22:28 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v 1.5 2012/08/24 07:46:11 mr_bones_ Exp $
+
+*cosmosmash-1.4.6 (24 Aug 2012)
+
+  24 Aug 2012; Michael Sterrett <mr_bones_@gentoo.org> +cosmosmash-1.4.6.ebuild:
+  version bump
 
   04 May 2012; Jeff Horelick <jdhore@gentoo.org> cosmosmash-1.4.5.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig
@@ -17,4 +22,3 @@
   18 May 2010; Michael Sterrett <mr_bones_@gentoo.org>
   +cosmosmash-1.4.5.ebuild, +metadata.xml:
   Initial commit
-



1.1                  games-arcade/cosmosmash/cosmosmash-1.4.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.6.ebuild?rev=1.1&content-type=text/plain

Index: cosmosmash-1.4.6.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.6.ebuild,v 1.1 2012/08/24 07:46:11 mr_bones_ Exp $

EAPI=2
inherit autotools games

DESCRIPTION="A space rock shooting video game"
HOMEPAGE="http://perso.b2b2c.ca/sarrazip/dev/cosmosmash.html"
SRC_URI="http://perso.b2b2c.ca/sarrazip/dev/${P}.tar.gz"

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

RDEPEND=">=dev-games/flatzebra-0.1.6"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

src_prepare() {
	sed -i \
		-e "/^pkgsounddir/ s:sounds.*:\$(PACKAGE)/sounds:" \
		-e "/^desktopentrydir/ s:=.*:=/usr/share/applications:" \
		-e "/^pixmapdir/ s:=.*:=/usr/share/pixmaps:" \
		src/Makefile.am \
		|| die
	eautoreconf
}

src_install() {
	emake -C src DESTDIR="${D}" install || die
	doman doc/${PN}.6
	dodoc AUTHORS NEWS README THANKS
	prepgamesdirs
}





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

* [gentoo-commits] gentoo-x86 commit in games-arcade/cosmosmash: cosmosmash-1.4.6.ebuild ChangeLog
@ 2012-10-03 19:16 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-10-03 19:16 UTC (permalink / raw
  To: gentoo-commits

ago         12/10/03 19:16:33

  Modified:             cosmosmash-1.4.6.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #436936
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  games-arcade/cosmosmash/cosmosmash-1.4.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.6.ebuild?r1=1.1&r2=1.2

Index: cosmosmash-1.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cosmosmash-1.4.6.ebuild	24 Aug 2012 07:46:11 -0000	1.1
+++ cosmosmash-1.4.6.ebuild	3 Oct 2012 19:16:33 -0000	1.2
@@ -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/cosmosmash/cosmosmash-1.4.6.ebuild,v 1.1 2012/08/24 07:46:11 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.6.ebuild,v 1.2 2012/10/03 19:16:33 ago Exp $
 
 EAPI=2
 inherit autotools games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-games/flatzebra-0.1.6"



1.6                  games-arcade/cosmosmash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	24 Aug 2012 07:46:11 -0000	1.5
+++ ChangeLog	3 Oct 2012 19:16:33 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/cosmosmash
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v 1.5 2012/08/24 07:46:11 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v 1.6 2012/10/03 19:16:33 ago Exp $
+
+  03 Oct 2012; Agostino Sarubbo <ago@gentoo.org> cosmosmash-1.4.6.ebuild:
+  Stable for amd64, wrt bug #436936
 
 *cosmosmash-1.4.6 (24 Aug 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in games-arcade/cosmosmash: cosmosmash-1.4.6.ebuild ChangeLog
@ 2012-11-26 22:03 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-11-26 22:03 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    12/11/26 22:03:54

  Modified:             cosmosmash-1.4.6.ebuild ChangeLog
  Log:
  stop trying to test it (bug #444189)
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  games-arcade/cosmosmash/cosmosmash-1.4.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.6.ebuild?r1=1.2&r2=1.3

Index: cosmosmash-1.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cosmosmash-1.4.6.ebuild	3 Oct 2012 19:16:33 -0000	1.2
+++ cosmosmash-1.4.6.ebuild	26 Nov 2012 22:03:54 -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/cosmosmash/cosmosmash-1.4.6.ebuild,v 1.2 2012/10/03 19:16:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.6.ebuild,v 1.3 2012/11/26 22:03:54 mr_bones_ Exp $
 
 EAPI=2
 inherit autotools games
@@ -13,6 +13,7 @@
 SLOT="0"
 KEYWORDS="amd64 ~x86"
 IUSE=""
+RESTRICT="test" # uses the sound card which portage user might not be available.
 
 RDEPEND=">=dev-games/flatzebra-0.1.6"
 DEPEND="${RDEPEND}



1.7                  games-arcade/cosmosmash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	3 Oct 2012 19:16:33 -0000	1.6
+++ ChangeLog	26 Nov 2012 22:03:54 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/cosmosmash
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v 1.6 2012/10/03 19:16:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v 1.7 2012/11/26 22:03:54 mr_bones_ Exp $
+
+  26 Nov 2012; Michael Sterrett <mr_bones_@gentoo.org> cosmosmash-1.4.6.ebuild:
+  stop trying to test it (bug #444189)
 
   03 Oct 2012; Agostino Sarubbo <ago@gentoo.org> cosmosmash-1.4.6.ebuild:
   Stable for amd64, wrt bug #436936





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

* [gentoo-commits] gentoo-x86 commit in games-arcade/cosmosmash: cosmosmash-1.4.6.ebuild ChangeLog
@ 2012-12-27  1:47 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-12-27  1:47 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/12/27 01:47:29

  Modified:             cosmosmash-1.4.6.ebuild ChangeLog
  Log:
  marked x86 per bug 436936
  
  (Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 23E9E900)

Revision  Changes    Path
1.4                  games-arcade/cosmosmash/cosmosmash-1.4.6.ebuild

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

Index: cosmosmash-1.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cosmosmash-1.4.6.ebuild	26 Nov 2012 22:03:54 -0000	1.3
+++ cosmosmash-1.4.6.ebuild	27 Dec 2012 01:47:29 -0000	1.4
@@ -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/cosmosmash/cosmosmash-1.4.6.ebuild,v 1.3 2012/11/26 22:03:54 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.6.ebuild,v 1.4 2012/12/27 01:47:29 jdhore Exp $
 
 EAPI=2
 inherit autotools games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 RESTRICT="test" # uses the sound card which portage user might not be available.
 



1.8                  games-arcade/cosmosmash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/cosmosmash/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	26 Nov 2012 22:03:54 -0000	1.7
+++ ChangeLog	27 Dec 2012 01:47:29 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/cosmosmash
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v 1.7 2012/11/26 22:03:54 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v 1.8 2012/12/27 01:47:29 jdhore Exp $
+
+  27 Dec 2012; Jeff Horelick <jdhore@gentoo.org> cosmosmash-1.4.6.ebuild:
+  marked x86 per bug 436936
 
   26 Nov 2012; Michael Sterrett <mr_bones_@gentoo.org> cosmosmash-1.4.6.ebuild:
   stop trying to test it (bug #444189)





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

end of thread, other threads:[~2012-12-27  1:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-26 22:03 [gentoo-commits] gentoo-x86 commit in games-arcade/cosmosmash: cosmosmash-1.4.6.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-27  1:47 Jeff Horelick (jdhore)
2012-10-03 19:16 Agostino Sarubbo (ago)
2012-08-24  7:46 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