public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-arcade/mari0: mari0-1.6.ebuild ChangeLog
@ 2012-05-21 22:28 Julian Ospald (hasufell)
  0 siblings, 0 replies; 9+ messages in thread
From: Julian Ospald (hasufell) @ 2012-05-21 22:28 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/05/21 22:28:21

  Modified:             mari0-1.6.ebuild ChangeLog
  Log:
  relocate and enforce standard for .love files
  
  (Portage version: 2.2.0_alpha107/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  games-arcade/mari0/mari0-1.6.ebuild

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

Index: mari0-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/mari0/mari0-1.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mari0-1.6.ebuild	17 May 2012 15:22:25 -0000	1.1
+++ mari0-1.6.ebuild	21 May 2012 22:28:21 -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/mari0/mari0-1.6.ebuild,v 1.1 2012/05/17 15:22:25 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/mari0-1.6.ebuild,v 1.2 2012/05/21 22:28:21 hasufell Exp $
 
 EAPI=2
 
@@ -30,7 +30,7 @@
 }
 
 src_install() {
-	local dir=${GAMES_DATADIR}/${PN}
+	local dir=${GAMES_DATADIR}/love/${PN}
 
 	exeinto "${dir}"
 	doexe ${MY_P}.love || die



1.2                  games-arcade/mari0/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	17 May 2012 15:22:25 -0000	1.1
+++ ChangeLog	21 May 2012 22:28:21 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/mari0
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v 1.1 2012/05/17 15:22:25 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v 1.2 2012/05/21 22:28:21 hasufell Exp $
+
+  21 May 2012; Julian Ospald <hasufell@gentoo.org> mari0-1.6.ebuild:
+  relocate and enforce standard for .love files
 
 *mari0-1.6 (17 May 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in games-arcade/mari0: mari0-1.6.ebuild ChangeLog
@ 2012-06-02 15:46 Julian Ospald (hasufell)
  0 siblings, 0 replies; 9+ messages in thread
From: Julian Ospald (hasufell) @ 2012-06-02 15:46 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/06/02 15:46:33

  Modified:             mari0-1.6.ebuild ChangeLog
  Log:
  bump to EAPI=4
  
  (Portage version: 2.2.0_alpha109/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  games-arcade/mari0/mari0-1.6.ebuild

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

Index: mari0-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/mari0/mari0-1.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mari0-1.6.ebuild	21 May 2012 22:28:21 -0000	1.2
+++ mari0-1.6.ebuild	2 Jun 2012 15:46:33 -0000	1.3
@@ -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/mari0/mari0-1.6.ebuild,v 1.2 2012/05/21 22:28:21 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/mari0-1.6.ebuild,v 1.3 2012/06/02 15:46:33 hasufell Exp $
 
-EAPI=2
+EAPI=4
 
 inherit eutils gnome2-utils games
 
@@ -22,6 +22,8 @@
 	 media-libs/devil[gif,png]"
 DEPEND="app-arch/unzip"
 
+S=${WORKDIR}
+
 pkg_nofetch() {
 	einfo "Please download ${PN}-source.zip from:"
 	einfo "http://stabyourself.net/${PN}/#download"



1.3                  games-arcade/mari0/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	21 May 2012 22:28:21 -0000	1.2
+++ ChangeLog	2 Jun 2012 15:46:33 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/mari0
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v 1.2 2012/05/21 22:28:21 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v 1.3 2012/06/02 15:46:33 hasufell Exp $
+
+  02 Jun 2012; Julian Ospald <hasufell@gentoo.org> mari0-1.6.ebuild:
+  bump to EAPI=4
 
   21 May 2012; Julian Ospald <hasufell@gentoo.org> mari0-1.6.ebuild:
   relocate and enforce standard for .love files






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

* [gentoo-commits] gentoo-x86 commit in games-arcade/mari0: mari0-1.6.ebuild ChangeLog
@ 2012-06-05 18:46 Julian Ospald (hasufell)
  0 siblings, 0 replies; 9+ messages in thread
From: Julian Ospald (hasufell) @ 2012-06-05 18:46 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/06/05 18:46:37

  Modified:             mari0-1.6.ebuild ChangeLog
  Log:
  use new doicon functionality
  
  (Portage version: 2.2.0_alpha109/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  games-arcade/mari0/mari0-1.6.ebuild

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

Index: mari0-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/mari0/mari0-1.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mari0-1.6.ebuild	2 Jun 2012 15:52:29 -0000	1.4
+++ mari0-1.6.ebuild	5 Jun 2012 18:46:37 -0000	1.5
@@ -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/mari0/mari0-1.6.ebuild,v 1.4 2012/06/02 15:52:29 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/mari0-1.6.ebuild,v 1.5 2012/06/05 18:46:37 hasufell Exp $
 
 EAPI=4
 
@@ -37,8 +37,7 @@
 	exeinto "${dir}"
 	doexe ${MY_P}.love
 
-	insinto /usr/share/icons/hicolor/scalable/apps
-	doins "${FILESDIR}"/${PN}.svg
+	doins -s scalable "${FILESDIR}"/${PN}.svg
 	games_make_wrapper ${PN} "love ${MY_P}.love" "${dir}"
 	make_desktop_entry ${PN}
 



1.4                  games-arcade/mari0/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	2 Jun 2012 15:46:33 -0000	1.3
+++ ChangeLog	5 Jun 2012 18:46:37 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/mari0
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v 1.3 2012/06/02 15:46:33 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v 1.4 2012/06/05 18:46:37 hasufell Exp $
+
+  05 Jun 2012; Julian Ospald <hasufell@gentoo.org> mari0-1.6.ebuild:
+  use new doicon functionality
 
   02 Jun 2012; Julian Ospald <hasufell@gentoo.org> mari0-1.6.ebuild:
   bump to EAPI=4






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

* [gentoo-commits] gentoo-x86 commit in games-arcade/mari0: mari0-1.6.ebuild ChangeLog
@ 2012-06-17 12:03 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-06-17 12:03 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/06/17 12:03:08

  Modified:             mari0-1.6.ebuild ChangeLog
  Log:
  Use doicon -s scalable instead of doins -s scalable wrt #421553 by Jaakko Perttilä
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  games-arcade/mari0/mari0-1.6.ebuild

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

Index: mari0-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/mari0/mari0-1.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mari0-1.6.ebuild	5 Jun 2012 18:46:37 -0000	1.5
+++ mari0-1.6.ebuild	17 Jun 2012 12:03:08 -0000	1.6
@@ -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/mari0/mari0-1.6.ebuild,v 1.5 2012/06/05 18:46:37 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/mari0-1.6.ebuild,v 1.6 2012/06/17 12:03:08 ssuominen Exp $
 
 EAPI=4
 
@@ -37,7 +37,7 @@
 	exeinto "${dir}"
 	doexe ${MY_P}.love
 
-	doins -s scalable "${FILESDIR}"/${PN}.svg
+	doicon -s scalable "${FILESDIR}"/${PN}.svg
 	games_make_wrapper ${PN} "love ${MY_P}.love" "${dir}"
 	make_desktop_entry ${PN}
 



1.5                  games-arcade/mari0/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	5 Jun 2012 18:46:37 -0000	1.4
+++ ChangeLog	17 Jun 2012 12:03:08 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for games-arcade/mari0
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v 1.4 2012/06/05 18:46:37 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v 1.5 2012/06/17 12:03:08 ssuominen Exp $
+
+  17 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> mari0-1.6.ebuild:
+  Use doicon -s scalable instead of doins -s scalable wrt #421553 by Jaakko
+  Perttilä
 
   05 Jun 2012; Julian Ospald <hasufell@gentoo.org> mari0-1.6.ebuild:
   use new doicon functionality






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

* [gentoo-commits] gentoo-x86 commit in games-arcade/mari0: mari0-1.6.ebuild ChangeLog
@ 2012-09-26 14:05 Julian Ospald (hasufell)
  0 siblings, 0 replies; 9+ messages in thread
From: Julian Ospald (hasufell) @ 2012-09-26 14:05 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/09/26 14:05:33

  Modified:             mari0-1.6.ebuild ChangeLog
  Log:
  stable for amd64 wrt #435896 tested by Agostino Sarubbo
  
  (Portage version: 2.2.0_alpha132/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  games-arcade/mari0/mari0-1.6.ebuild

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

Index: mari0-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/mari0/mari0-1.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mari0-1.6.ebuild	17 Jun 2012 12:03:08 -0000	1.6
+++ mari0-1.6.ebuild	26 Sep 2012 14:05:33 -0000	1.7
@@ -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/mari0/mari0-1.6.ebuild,v 1.6 2012/06/17 12:03:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/mari0-1.6.ebuild,v 1.7 2012/09/26 14:05:33 hasufell Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="CCPL-Attribution-ShareAlike-NonCommercial-3.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 RESTRICT="fetch" # unsure about legality of graphics
 



1.6                  games-arcade/mari0/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	17 Jun 2012 12:03:08 -0000	1.5
+++ ChangeLog	26 Sep 2012 14:05:33 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/mari0
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v 1.5 2012/06/17 12:03:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v 1.6 2012/09/26 14:05:33 hasufell Exp $
+
+  26 Sep 2012; Julian Ospald <hasufell@gentoo.org> mari0-1.6.ebuild:
+  stable for amd64 wrt #435896 tested by Agostino Sarubbo
 
   17 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> mari0-1.6.ebuild:
   Use doicon -s scalable instead of doins -s scalable wrt #421553 by Jaakko





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

* [gentoo-commits] gentoo-x86 commit in games-arcade/mari0: mari0-1.6.ebuild ChangeLog
@ 2012-11-21 13:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-21 13:38 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/21 13:38:39

  Modified:             mari0-1.6.ebuild ChangeLog
  Log:
  revert, it was a keywordreq for ppc
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  games-arcade/mari0/mari0-1.6.ebuild

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

Index: mari0-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/mari0/mari0-1.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mari0-1.6.ebuild	26 Sep 2012 14:05:33 -0000	1.7
+++ mari0-1.6.ebuild	21 Nov 2012 13:38:39 -0000	1.8
@@ -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/mari0/mari0-1.6.ebuild,v 1.7 2012/09/26 14:05:33 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/mari0-1.6.ebuild,v 1.8 2012/11/21 13:38:39 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="CCPL-Attribution-ShareAlike-NonCommercial-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 RESTRICT="fetch" # unsure about legality of graphics
 



1.7                  games-arcade/mari0/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	26 Sep 2012 14:05:33 -0000	1.6
+++ ChangeLog	21 Nov 2012 13:38:39 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/mari0
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v 1.6 2012/09/26 14:05:33 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v 1.7 2012/11/21 13:38:39 ago Exp $
+
+  21 Nov 2012; Agostino Sarubbo <ago@gentoo.org> mari0-1.6.ebuild:
+  revert, it was a keywordreq for ppc
 
   26 Sep 2012; Julian Ospald <hasufell@gentoo.org> mari0-1.6.ebuild:
   stable for amd64 wrt #435896 tested by Agostino Sarubbo
@@ -23,4 +26,3 @@
   17 May 2012; Julian Ospald <hasufell@gentoo.org> +files/mari0.svg,
   +mari0-1.6.ebuild, +metadata.xml:
   initial commit wrt #407105
-





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

* [gentoo-commits] gentoo-x86 commit in games-arcade/mari0: mari0-1.6.ebuild ChangeLog
@ 2012-12-20 20:26 Julian Ospald (hasufell)
  0 siblings, 0 replies; 9+ messages in thread
From: Julian Ospald (hasufell) @ 2012-12-20 20:26 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/12/20 20:26:09

  Modified:             mari0-1.6.ebuild ChangeLog
  Log:
  stable x86 wrt #435896
  
  (Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.9                  games-arcade/mari0/mari0-1.6.ebuild

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

Index: mari0-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/mari0/mari0-1.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mari0-1.6.ebuild	21 Nov 2012 13:38:39 -0000	1.8
+++ mari0-1.6.ebuild	20 Dec 2012 20:26:09 -0000	1.9
@@ -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/mari0/mari0-1.6.ebuild,v 1.8 2012/11/21 13:38:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/mari0-1.6.ebuild,v 1.9 2012/12/20 20:26:09 hasufell Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="CCPL-Attribution-ShareAlike-NonCommercial-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 RESTRICT="fetch" # unsure about legality of graphics
 



1.8                  games-arcade/mari0/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	21 Nov 2012 13:38:39 -0000	1.7
+++ ChangeLog	20 Dec 2012 20:26:09 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/mari0
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v 1.7 2012/11/21 13:38:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v 1.8 2012/12/20 20:26:09 hasufell Exp $
+
+  20 Dec 2012; Julian Ospald <hasufell@gentoo.org> mari0-1.6.ebuild:
+  stable x86 wrt #435896
 
   21 Nov 2012; Agostino Sarubbo <ago@gentoo.org> mari0-1.6.ebuild:
   revert, it was a keywordreq for ppc





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

* [gentoo-commits] gentoo-x86 commit in games-arcade/mari0: mari0-1.6.ebuild ChangeLog
@ 2013-02-07 22:05 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Mueller (ulm) @ 2013-02-07 22:05 UTC (permalink / raw
  To: gentoo-commits

ulm         13/02/07 22:05:31

  Modified:             mari0-1.6.ebuild ChangeLog
  Log:
  Move Creative Commons licenses to shorter names.
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)

Revision  Changes    Path
1.10                 games-arcade/mari0/mari0-1.6.ebuild

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

Index: mari0-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/mari0/mari0-1.6.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mari0-1.6.ebuild	20 Dec 2012 20:26:09 -0000	1.9
+++ mari0-1.6.ebuild	7 Feb 2013 22:05:31 -0000	1.10
@@ -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/mari0/mari0-1.6.ebuild,v 1.9 2012/12/20 20:26:09 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/mari0-1.6.ebuild,v 1.10 2013/02/07 22:05:31 ulm Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 HOMEPAGE="http://stabyourself.net/mari0/"
 SRC_URI="${P}.zip"
 
-LICENSE="CCPL-Attribution-ShareAlike-NonCommercial-3.0"
+LICENSE="CC-BY-NC-SA-3.0"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 IUSE=""



1.9                  games-arcade/mari0/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	20 Dec 2012 20:26:09 -0000	1.8
+++ ChangeLog	7 Feb 2013 22:05:31 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/mari0
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v 1.8 2012/12/20 20:26:09 hasufell Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v 1.9 2013/02/07 22:05:31 ulm Exp $
+
+  07 Feb 2013; Ulrich Müller <ulm@gentoo.org> mari0-1.6.ebuild:
+  Move Creative Commons licenses to shorter names.
 
   20 Dec 2012; Julian Ospald <hasufell@gentoo.org> mari0-1.6.ebuild:
   stable x86 wrt #435896





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

* [gentoo-commits] gentoo-x86 commit in games-arcade/mari0: mari0-1.6.ebuild ChangeLog
@ 2015-01-07  9:03 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 9+ messages in thread
From: Alfredo Tupone (tupone) @ 2015-01-07  9:03 UTC (permalink / raw
  To: gentoo-commits

tupone      15/01/07 09:03:10

  Modified:             mari0-1.6.ebuild ChangeLog
  Log:
  Big file removed
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.11                 games-arcade/mari0/mari0-1.6.ebuild

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

Index: mari0-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/mari0/mari0-1.6.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mari0-1.6.ebuild	7 Feb 2013 22:05:31 -0000	1.10
+++ mari0-1.6.ebuild	7 Jan 2015 09:03:10 -0000	1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/mari0-1.6.ebuild,v 1.10 2013/02/07 22:05:31 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/mari0-1.6.ebuild,v 1.11 2015/01/07 09:03:10 tupone Exp $
 
 EAPI=4
 
@@ -10,7 +10,8 @@
 
 DESCRIPTION="A mix from Nintendo's Super Mario Bros and Valve's Portal"
 HOMEPAGE="http://stabyourself.net/mari0/"
-SRC_URI="${P}.zip"
+SRC_URI="${P}.zip
+	mirror://gentoo/mari0.svg.gz"
 
 LICENSE="CC-BY-NC-SA-3.0"
 SLOT="0"
@@ -37,7 +38,7 @@
 	exeinto "${dir}"
 	doexe ${MY_P}.love
 
-	doicon -s scalable "${FILESDIR}"/${PN}.svg
+	doicon -s scalable ${PN}.svg
 	games_make_wrapper ${PN} "love ${MY_P}.love" "${dir}"
 	make_desktop_entry ${PN}
 



1.10                 games-arcade/mari0/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	7 Feb 2013 22:05:31 -0000	1.9
+++ ChangeLog	7 Jan 2015 09:03:10 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for games-arcade/mari0
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v 1.9 2013/02/07 22:05:31 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/mari0/ChangeLog,v 1.10 2015/01/07 09:03:10 tupone Exp $
+
+  07 Jan 2015; Tupone Alfredo <tupone@gentoo.org> mari0-1.6.ebuild,
+  -files/mari0.svg:
+  Big file removed
 
   07 Feb 2013; Ulrich Müller <ulm@gentoo.org> mari0-1.6.ebuild:
   Move Creative Commons licenses to shorter names.





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

end of thread, other threads:[~2015-01-07  9:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-21 13:38 [gentoo-commits] gentoo-x86 commit in games-arcade/mari0: mari0-1.6.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-07  9:03 Alfredo Tupone (tupone)
2013-02-07 22:05 Ulrich Mueller (ulm)
2012-12-20 20:26 Julian Ospald (hasufell)
2012-09-26 14:05 Julian Ospald (hasufell)
2012-06-17 12:03 Samuli Suominen (ssuominen)
2012-06-05 18:46 Julian Ospald (hasufell)
2012-06-02 15:46 Julian Ospald (hasufell)
2012-05-21 22:28 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