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.7.ebuild ChangeLog
@ 2013-04-20  7:18 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-04-20  7:18 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/04/20 07:18:40

  Modified:             ChangeLog
  Added:                cosmosmash-1.4.7.ebuild
  Log:
  version bump
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.10                 games-arcade/cosmosmash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	30 Jan 2013 22:52:40 -0000	1.9
+++ ChangeLog	20 Apr 2013 07:18:40 -0000	1.10
@@ -1,6 +1,11 @@
 # ChangeLog for games-arcade/cosmosmash
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v 1.9 2013/01/30 22:52:40 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v 1.10 2013/04/20 07:18:40 mr_bones_ Exp $
+
+*cosmosmash-1.4.7 (20 Apr 2013)
+
+  20 Apr 2013; Michael Sterrett <mr_bones_@gentoo.org> +cosmosmash-1.4.7.ebuild:
+  version bump
 
   30 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -cosmosmash-1.4.5.ebuild:
   old



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

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

Index: cosmosmash-1.4.7.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.7.ebuild,v 1.1 2013/04/20 07:18:40 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=""
RESTRICT="test" # uses the sound card which portage user might not be available.

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] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-arcade/cosmosmash: cosmosmash-1.4.7.ebuild ChangeLog
@ 2015-02-06 13:42 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-06 13:42 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/06 13:42:49

  Modified:             cosmosmash-1.4.7.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #538964
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

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

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

Index: cosmosmash-1.4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cosmosmash-1.4.7.ebuild	4 Jan 2015 14:43:09 -0000	1.2
+++ cosmosmash-1.4.7.ebuild	6 Feb 2015 13:42:49 -0000	1.3
@@ -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-arcade/cosmosmash/cosmosmash-1.4.7.ebuild,v 1.2 2015/01/04 14:43:09 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.7.ebuild,v 1.3 2015/02/06 13:42:49 ago Exp $
 
 EAPI=5
 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.12                 games-arcade/cosmosmash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	4 Jan 2015 14:43:09 -0000	1.11
+++ ChangeLog	6 Feb 2015 13:42:49 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/cosmosmash
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v 1.11 2015/01/04 14:43:09 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v 1.12 2015/02/06 13:42:49 ago Exp $
+
+  06 Feb 2015; Agostino Sarubbo <ago@gentoo.org> cosmosmash-1.4.7.ebuild:
+  Stable for amd64, wrt bug #538964
 
   04 Jan 2015; Tupone Alfredo <tupone@gentoo.org> cosmosmash-1.4.6.ebuild,
   cosmosmash-1.4.7.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in games-arcade/cosmosmash: cosmosmash-1.4.7.ebuild ChangeLog
@ 2015-02-10 10:05 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-10 10:05 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/10 10:05:17

  Modified:             cosmosmash-1.4.7.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #538964
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

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

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

Index: cosmosmash-1.4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cosmosmash-1.4.7.ebuild	6 Feb 2015 13:42:49 -0000	1.3
+++ cosmosmash-1.4.7.ebuild	10 Feb 2015 10:05:17 -0000	1.4
@@ -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-arcade/cosmosmash/cosmosmash-1.4.7.ebuild,v 1.3 2015/02/06 13:42:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/cosmosmash-1.4.7.ebuild,v 1.4 2015/02/10 10:05:17 ago Exp $
 
 EAPI=5
 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.13                 games-arcade/cosmosmash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	6 Feb 2015 13:42:49 -0000	1.12
+++ ChangeLog	10 Feb 2015 10:05:17 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/cosmosmash
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v 1.12 2015/02/06 13:42:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cosmosmash/ChangeLog,v 1.13 2015/02/10 10:05:17 ago Exp $
+
+  10 Feb 2015; Agostino Sarubbo <ago@gentoo.org> cosmosmash-1.4.7.ebuild:
+  Stable for x86, wrt bug #538964
 
   06 Feb 2015; Agostino Sarubbo <ago@gentoo.org> cosmosmash-1.4.7.ebuild:
   Stable for amd64, wrt bug #538964





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

end of thread, other threads:[~2015-02-10 10:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-20  7:18 [gentoo-commits] gentoo-x86 commit in games-arcade/cosmosmash: cosmosmash-1.4.7.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-06 13:42 Agostino Sarubbo (ago)
2015-02-10 10:05 Agostino Sarubbo (ago)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox