public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-puzzle/galaxis: ChangeLog galaxis-1.8.ebuild
@ 2010-10-20  8:07 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-10-20  8:07 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/10/20 08:07:43

  Modified:             ChangeLog
  Added:                galaxis-1.8.ebuild
  Log:
  version bump
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.13                 games-puzzle/galaxis/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	18 Oct 2010 17:14:37 -0000	1.12
+++ ChangeLog	20 Oct 2010 08:07:43 -0000	1.13
@@ -1,6 +1,12 @@
 # ChangeLog for games-puzzle/galaxis
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/ChangeLog,v 1.12 2010/10/18 17:14:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/ChangeLog,v 1.13 2010/10/20 08:07:43 mr_bones_ Exp $
+
+*galaxis-1.8 (20 Oct 2010)
+
+  20 Oct 2010; Michael Sterrett <mr_bones_@gentoo.org> +galaxis-1.8.ebuild,
+  +files/galaxis-1.8-gentoo.patch:
+  version bump
 
   18 Oct 2010; Michael Sterrett <mr_bones_@gentoo.org> galaxis-1.7.ebuild,
   +files/galaxis-1.7-gentoo.patch:



1.1                  games-puzzle/galaxis/galaxis-1.8.ebuild

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

Index: galaxis-1.8.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/galaxis-1.8.ebuild,v 1.1 2010/10/20 08:07:43 mr_bones_ Exp $

EAPI=2
inherit games

DESCRIPTION="A UNIX-hosted, curses-based clone of the nifty little Macintosh freeware game Galaxis"
HOMEPAGE="http://www.catb.org/~esr/galaxis/"
SRC_URI="http://www.catb.org/~esr/galaxis/${P}.tar.gz"

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

DEPEND=">=sys-libs/ncurses-5.3"

PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )

src_install() {
	dogamesbin galaxis || die "dogamesbin failed"
	doman galaxis.6
	dodoc README
	prepgamesdirs
}






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/galaxis: ChangeLog galaxis-1.8.ebuild
@ 2010-11-30 21:07 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2010-11-30 21:07 UTC (permalink / raw
  To: gentoo-commits

maekke      10/11/30 21:07:55

  Modified:             ChangeLog galaxis-1.8.ebuild
  Log:
  amd64/x86 stable, bug #347123
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 games-puzzle/galaxis/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	20 Oct 2010 08:07:43 -0000	1.13
+++ ChangeLog	30 Nov 2010 21:07:55 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/galaxis
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/ChangeLog,v 1.13 2010/10/20 08:07:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/ChangeLog,v 1.14 2010/11/30 21:07:55 maekke Exp $
+
+  30 Nov 2010; Markus Meier <maekke@gentoo.org> galaxis-1.8.ebuild:
+  amd64/x86 stable, bug #347123
 
 *galaxis-1.8 (20 Oct 2010)
 



1.2                  games-puzzle/galaxis/galaxis-1.8.ebuild

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

Index: galaxis-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/galaxis-1.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- galaxis-1.8.ebuild	20 Oct 2010 08:07:43 -0000	1.1
+++ galaxis-1.8.ebuild	30 Nov 2010 21:07:55 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/galaxis-1.8.ebuild,v 1.1 2010/10/20 08:07:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/galaxis-1.8.ebuild,v 1.2 2010/11/30 21:07:55 maekke Exp $
 
 EAPI=2
 inherit games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE=""
 
 DEPEND=">=sys-libs/ncurses-5.3"






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/galaxis: ChangeLog galaxis-1.8.ebuild
@ 2015-02-20 20:35 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone (tupone) @ 2015-02-20 20:35 UTC (permalink / raw
  To: gentoo-commits

tupone      15/02/20 20:35:31

  Modified:             ChangeLog galaxis-1.8.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.15                 games-puzzle/galaxis/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/galaxis/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/galaxis/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/galaxis/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	30 Nov 2010 21:07:55 -0000	1.14
+++ ChangeLog	20 Feb 2015 20:35:31 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/galaxis
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/ChangeLog,v 1.14 2010/11/30 21:07:55 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/ChangeLog,v 1.15 2015/02/20 20:35:31 tupone Exp $
+
+  20 Feb 2015; Tupone Alfredo <tupone@gentoo.org> galaxis-1.8.ebuild:
+  EAPI 5
 
   30 Nov 2010; Markus Meier <maekke@gentoo.org> galaxis-1.8.ebuild:
   amd64/x86 stable, bug #347123



1.3                  games-puzzle/galaxis/galaxis-1.8.ebuild

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

Index: galaxis-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/galaxis-1.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- galaxis-1.8.ebuild	30 Nov 2010 21:07:55 -0000	1.2
+++ galaxis-1.8.ebuild	20 Feb 2015 20:35:31 -0000	1.3
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/galaxis-1.8.ebuild,v 1.2 2010/11/30 21:07:55 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/galaxis/galaxis-1.8.ebuild,v 1.3 2015/02/20 20:35:31 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit games
 
 DESCRIPTION="A UNIX-hosted, curses-based clone of the nifty little Macintosh freeware game Galaxis"
@@ -15,11 +15,12 @@
 IUSE=""
 
 DEPEND=">=sys-libs/ncurses-5.3"
+RDEPEND="${DEPEND}"
 
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
 src_install() {
-	dogamesbin galaxis || die "dogamesbin failed"
+	dogamesbin galaxis
 	doman galaxis.6
 	dodoc README
 	prepgamesdirs





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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20 20:35 [gentoo-commits] gentoo-x86 commit in games-puzzle/galaxis: ChangeLog galaxis-1.8.ebuild Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2010-11-30 21:07 Markus Meier (maekke)
2010-10-20  8:07 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