public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-arcade/ultrastar-ng: ultrastar-ng-0.2.1-r1.ebuild
@ 2007-12-03 22:06 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone (tupone) @ 2007-12-03 22:06 UTC (permalink / raw
  To: gentoo-commits

tupone      07/12/03 22:06:39

  Modified:             ultrastar-ng-0.2.1-r1.ebuild
  Log:
  Adding licenses for songs
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.2                  games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild?r1=1.1&r2=1.2

Index: ultrastar-ng-0.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ultrastar-ng-0.2.1-r1.ebuild	3 Dec 2007 22:03:13 -0000	1.1
+++ ultrastar-ng-0.2.1-r1.ebuild	3 Dec 2007 22:06:38 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild,v 1.1 2007/12/03 22:03:13 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild,v 1.2 2007/12/03 22:06:38 tupone Exp $
 
 inherit eutils games
 
@@ -14,7 +14,9 @@
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz
 	songs? ( mirror://sourceforge/${PN}/${SONGS_P}.tar.bz2 )"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2
+	CCPL-Attribution-ShareAlike-NonCommercial-2.5
+	CCPL-Attribution-NonCommercial-NoDerivs-2.5"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="novideo opengl xine debug alsa gstreamer portaudio songs"



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-arcade/ultrastar-ng: ultrastar-ng-0.2.1-r1.ebuild
@ 2007-12-03 22:11 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone (tupone) @ 2007-12-03 22:11 UTC (permalink / raw
  To: gentoo-commits

tupone      07/12/03 22:11:04

  Modified:             ultrastar-ng-0.2.1-r1.ebuild
  Log:
  Some licenses (for songs) are optional
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.3                  games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild?r1=1.2&r2=1.3

Index: ultrastar-ng-0.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ultrastar-ng-0.2.1-r1.ebuild	3 Dec 2007 22:06:38 -0000	1.2
+++ ultrastar-ng-0.2.1-r1.ebuild	3 Dec 2007 22:11:04 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild,v 1.2 2007/12/03 22:06:38 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild,v 1.3 2007/12/03 22:11:04 tupone Exp $
 
 inherit eutils games
 
@@ -15,8 +15,10 @@
 	songs? ( mirror://sourceforge/${PN}/${SONGS_P}.tar.bz2 )"
 
 LICENSE="GPL-2
-	CCPL-Attribution-ShareAlike-NonCommercial-2.5
-	CCPL-Attribution-NonCommercial-NoDerivs-2.5"
+	songs? (
+		CCPL-Attribution-ShareAlike-NonCommercial-2.5
+		CCPL-Attribution-NonCommercial-NoDerivs-2.5
+	)"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="novideo opengl xine debug alsa gstreamer portaudio songs"



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-arcade/ultrastar-ng: ultrastar-ng-0.2.1-r1.ebuild
@ 2007-12-04  0:04 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone (tupone) @ 2007-12-04  0:04 UTC (permalink / raw
  To: gentoo-commits

tupone      07/12/04 00:04:31

  Modified:             ultrastar-ng-0.2.1-r1.ebuild
  Log:
  Missing check for songs installation
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.4                  games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild?r1=1.3&r2=1.4

Index: ultrastar-ng-0.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ultrastar-ng-0.2.1-r1.ebuild	3 Dec 2007 22:11:04 -0000	1.3
+++ ultrastar-ng-0.2.1-r1.ebuild	4 Dec 2007 00:04:30 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild,v 1.3 2007/12/03 22:11:04 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/ultrastar-ng/ultrastar-ng-0.2.1-r1.ebuild,v 1.4 2007/12/04 00:04:30 tupone Exp $
 
 inherit eutils games
 
@@ -87,7 +87,7 @@
 	keepdir "${GAMES_DATADIR}"/${PN}/songs
 	if use songs; then
 		insinto "${GAMES_DATADIR}"/${PN}
-		doins -r ../songs
+		doins -r ../songs || die "doins songs failed"
 	fi
 	mv "${D}${GAMES_DATADIR}"/{applications,pixmaps} "${D}"/usr/share/
 	dodoc AUTHORS ChangeLog README TODO



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2007-12-04  0:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-03 22:11 [gentoo-commits] gentoo-x86 commit in games-arcade/ultrastar-ng: ultrastar-ng-0.2.1-r1.ebuild Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2007-12-04  0:04 Alfredo Tupone (tupone)
2007-12-03 22:06 Alfredo Tupone (tupone)

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