public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-arcade/cavezofphear: cavezofphear-0.5.1.ebuild ChangeLog
@ 2013-01-18  7:41 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-01-18  7:41 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/01/18 07:41:02

  Modified:             ChangeLog
  Added:                cavezofphear-0.5.1.ebuild
  Log:
  version bump (bug #452314)
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.12                 games-arcade/cavezofphear/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	5 Sep 2009 15:04:05 -0000	1.11
+++ ChangeLog	18 Jan 2013 07:41:02 -0000	1.12
@@ -1,6 +1,12 @@
 # ChangeLog for games-arcade/cavezofphear
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/ChangeLog,v 1.11 2009/09/05 15:04:05 mr_bones_ Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/ChangeLog,v 1.12 2013/01/18 07:41:02 mr_bones_ Exp $
+
+*cavezofphear-0.5.1 (18 Jan 2013)
+
+  18 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
+  +cavezofphear-0.5.1.ebuild, +files/cavezofphear-0.5.1-gentoo.patch:
+  version bump (bug #452314)
 
   05 Sep 2009; Michael Sterrett <mr_bones_@gentoo.org>
   cavezofphear-0.5.ebuild, files/cavezofphear-0.5-gentoo.patch:
@@ -39,4 +45,3 @@
   08 Nov 2003; Michael Sterrett <mr_bones_@gentoo.org>
   cavezofphear-0.1.ebuild:
   initial commit (bug 32507)
-



1.1                  games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild

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

Index: cavezofphear-0.5.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild,v 1.1 2013/01/18 07:41:02 mr_bones_ Exp $

EAPI=5
inherit eutils games

DESCRIPTION="A boulder dash / digger-like game for console using ncurses"
HOMEPAGE="http://www.x86.no/cavezofphear/"
SRC_URI="http://www.x86.no/${PN}/${P/cavezof}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""

DEPEND=">=sys-libs/ncurses-5"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${P/cavezof/}

src_prepare() {
	epatch "${FILESDIR}"/${P}-gentoo.patch
	sed -i \
		-e "s:get_data_dir(.):\"${GAMES_DATADIR}/${PN}/\":" \
		src/{chk.c,main.c,gplot.c} \
		|| die
}

src_install() {
	dogamesbin src/phear
	insinto "${GAMES_DATADIR}"/${PN}
	doins -r data/*
	dodoc ChangeLog README* TODO
	prepgamesdirs
}





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

* [gentoo-commits] gentoo-x86 commit in games-arcade/cavezofphear: cavezofphear-0.5.1.ebuild ChangeLog
@ 2014-07-22 11:27 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 6+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2014-07-22 11:27 UTC (permalink / raw
  To: gentoo-commits

nimiux      14/07/22 11:27:29

  Modified:             cavezofphear-0.5.1.ebuild ChangeLog
  Log:
  Stable for amd64 wrt bug #517198
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)

Revision  Changes    Path
1.2                  games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild

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

Index: cavezofphear-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cavezofphear-0.5.1.ebuild	18 Jan 2013 07:41:02 -0000	1.1
+++ cavezofphear-0.5.1.ebuild	22 Jul 2014 11:27:29 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild,v 1.1 2013/01/18 07:41:02 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild,v 1.2 2014/07/22 11:27:29 nimiux Exp $
 
 EAPI=5
 inherit eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=">=sys-libs/ncurses-5"



1.13                 games-arcade/cavezofphear/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	18 Jan 2013 07:41:02 -0000	1.12
+++ ChangeLog	22 Jul 2014 11:27:29 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/cavezofphear
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/ChangeLog,v 1.12 2013/01/18 07:41:02 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/ChangeLog,v 1.13 2014/07/22 11:27:29 nimiux Exp $
+
+  22 Jul 2014; Chema Alonso <nimiux@gentoo.org> cavezofphear-0.5.1.ebuild:
+  Stable for amd64 wrt bug #517198
 
 *cavezofphear-0.5.1 (18 Jan 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in games-arcade/cavezofphear: cavezofphear-0.5.1.ebuild ChangeLog
@ 2014-07-27 11:47 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2014-07-27 11:47 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    14/07/27 11:47:31

  Modified:             cavezofphear-0.5.1.ebuild ChangeLog
  Log:
  x86 stable wrt bug #517198
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)

Revision  Changes    Path
1.3                  games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild

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

Index: cavezofphear-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cavezofphear-0.5.1.ebuild	22 Jul 2014 11:27:29 -0000	1.2
+++ cavezofphear-0.5.1.ebuild	27 Jul 2014 11:47:31 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild,v 1.2 2014/07/22 11:27:29 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild,v 1.3 2014/07/27 11:47:31 phajdan.jr Exp $
 
 EAPI=5
 inherit eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=">=sys-libs/ncurses-5"



1.14                 games-arcade/cavezofphear/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	22 Jul 2014 11:27:29 -0000	1.13
+++ ChangeLog	27 Jul 2014 11:47:31 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for games-arcade/cavezofphear
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/ChangeLog,v 1.13 2014/07/22 11:27:29 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/ChangeLog,v 1.14 2014/07/27 11:47:31 phajdan.jr Exp $
+
+  26 Jul 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  cavezofphear-0.5.1.ebuild:
+  x86 stable wrt bug #517198
 
   22 Jul 2014; Chema Alonso <nimiux@gentoo.org> cavezofphear-0.5.1.ebuild:
   Stable for amd64 wrt bug #517198





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

* [gentoo-commits] gentoo-x86 commit in games-arcade/cavezofphear: cavezofphear-0.5.1.ebuild ChangeLog
@ 2014-08-02 18:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-02 18:08 UTC (permalink / raw
  To: gentoo-commits

ago         14/08/02 18:08:35

  Modified:             cavezofphear-0.5.1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #517198
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild

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

Index: cavezofphear-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cavezofphear-0.5.1.ebuild	27 Jul 2014 11:47:31 -0000	1.3
+++ cavezofphear-0.5.1.ebuild	2 Aug 2014 18:08:35 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild,v 1.3 2014/07/27 11:47:31 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild,v 1.4 2014/08/02 18:08:35 ago Exp $
 
 EAPI=5
 inherit eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=">=sys-libs/ncurses-5"



1.15                 games-arcade/cavezofphear/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	27 Jul 2014 11:47:31 -0000	1.14
+++ ChangeLog	2 Aug 2014 18:08:35 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/cavezofphear
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/ChangeLog,v 1.14 2014/07/27 11:47:31 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/ChangeLog,v 1.15 2014/08/02 18:08:35 ago Exp $
+
+  02 Aug 2014; Agostino Sarubbo <ago@gentoo.org> cavezofphear-0.5.1.ebuild:
+  Stable for ppc64, wrt bug #517198
 
   26 Jul 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   cavezofphear-0.5.1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in games-arcade/cavezofphear: cavezofphear-0.5.1.ebuild ChangeLog
@ 2014-08-03 18:40 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-03 18:40 UTC (permalink / raw
  To: gentoo-commits

ago         14/08/03 18:40:26

  Modified:             cavezofphear-0.5.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #517198
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild

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

Index: cavezofphear-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cavezofphear-0.5.1.ebuild	2 Aug 2014 18:08:35 -0000	1.4
+++ cavezofphear-0.5.1.ebuild	3 Aug 2014 18:40:26 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild,v 1.4 2014/08/02 18:08:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild,v 1.5 2014/08/03 18:40:26 ago Exp $
 
 EAPI=5
 inherit eutils games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=">=sys-libs/ncurses-5"



1.16                 games-arcade/cavezofphear/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	2 Aug 2014 18:08:35 -0000	1.15
+++ ChangeLog	3 Aug 2014 18:40:26 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/cavezofphear
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/ChangeLog,v 1.15 2014/08/02 18:08:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/ChangeLog,v 1.16 2014/08/03 18:40:26 ago Exp $
+
+  03 Aug 2014; Agostino Sarubbo <ago@gentoo.org> cavezofphear-0.5.1.ebuild:
+  Stable for ppc, wrt bug #517198
 
   02 Aug 2014; Agostino Sarubbo <ago@gentoo.org> cavezofphear-0.5.1.ebuild:
   Stable for ppc64, wrt bug #517198





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

* [gentoo-commits] gentoo-x86 commit in games-arcade/cavezofphear: cavezofphear-0.5.1.ebuild ChangeLog
@ 2014-10-31 20:51 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2014-10-31 20:51 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    14/10/31 20:51:02

  Modified:             cavezofphear-0.5.1.ebuild ChangeLog
  Log:
  build with ncurses[tinfo] (bug #527606)
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.6                  games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild

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

Index: cavezofphear-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cavezofphear-0.5.1.ebuild	3 Aug 2014 18:40:26 -0000	1.5
+++ cavezofphear-0.5.1.ebuild	31 Oct 2014 20:51:02 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild,v 1.5 2014/08/03 18:40:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/cavezofphear-0.5.1.ebuild,v 1.6 2014/10/31 20:51:02 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils games
@@ -14,8 +14,9 @@
 KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
-DEPEND=">=sys-libs/ncurses-5"
-RDEPEND="${DEPEND}"
+RDEPEND=">=sys-libs/ncurses-5"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
 
 S=${WORKDIR}/${P/cavezof/}
 



1.18                 games-arcade/cavezofphear/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	25 Aug 2014 20:48:22 -0000	1.17
+++ ChangeLog	31 Oct 2014 20:51:02 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for games-arcade/cavezofphear
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/ChangeLog,v 1.17 2014/08/25 20:48:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/cavezofphear/ChangeLog,v 1.18 2014/10/31 20:51:02 mr_bones_ Exp $
+
+  31 Oct 2014; Michael Sterrett <mr_bones_@gentoo.org>
+  cavezofphear-0.5.1.ebuild, files/cavezofphear-0.5.1-gentoo.patch:
+  build with ncurses[tinfo] (bug #527606)
 
   25 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> -cavezofphear-0.5.ebuild,
   -files/cavezofphear-0.5-gentoo.patch:





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

end of thread, other threads:[~2014-10-31 20:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-18  7:41 [gentoo-commits] gentoo-x86 commit in games-arcade/cavezofphear: cavezofphear-0.5.1.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2014-07-22 11:27 JosA MarAa Alonso (nimiux)
2014-07-27 11:47 PaweA Hajdan (phajdan.jr)
2014-08-02 18:08 Agostino Sarubbo (ago)
2014-08-03 18:40 Agostino Sarubbo (ago)
2014-10-31 20:51 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