public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-puzzle/arrows: arrows-0.6.ebuild ChangeLog
@ 2008-01-18  3:00 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2008-01-18  3:00 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    08/01/18 03:00:52

  Modified:             arrows-0.6.ebuild ChangeLog
  Log:
  add dev-util/pkgconfig dep (bug #206390)
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.7                  games-puzzle/arrows/arrows-0.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/arrows/arrows-0.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/arrows/arrows-0.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/arrows/arrows-0.6.ebuild?r1=1.6&r2=1.7

Index: arrows-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/arrows/arrows-0.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- arrows-0.6.ebuild	15 Aug 2006 13:43:01 -0000	1.6
+++ arrows-0.6.ebuild	18 Jan 2008 03:00:52 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/arrows/arrows-0.6.ebuild,v 1.6 2006/08/15 13:43:01 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/arrows/arrows-0.6.ebuild,v 1.7 2008/01/18 03:00:52 mr_bones_ Exp $
 
 inherit games
 
@@ -13,7 +13,9 @@
 KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
-DEPEND=">=x11-libs/gtk+-2.4.0"
+RDEPEND=">=x11-libs/gtk+-2.4.0"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
 
 src_unpack() {
 	unpack ${A}



1.7                  games-puzzle/arrows/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/arrows/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/arrows/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/arrows/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/arrows/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	15 Aug 2006 13:43:01 -0000	1.6
+++ ChangeLog	18 Jan 2008 03:00:52 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/arrows
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/arrows/ChangeLog,v 1.6 2006/08/15 13:43:01 tcort Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/arrows/ChangeLog,v 1.7 2008/01/18 03:00:52 mr_bones_ Exp $
+
+  18 Jan 2008; Michael Sterrett <mr_bones_@gentoo.org> arrows-0.6.ebuild:
+  add dev-util/pkgconfig dep (bug #206390)
 
   15 Aug 2006; Thomas Cort <tcort@gentoo.org> arrows-0.6.ebuild:
   Stable on amd64 wrt Bug #143961



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/arrows: arrows-0.6.ebuild ChangeLog
@ 2008-03-07 16:44 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2008-03-07 16:44 UTC (permalink / raw
  To: gentoo-commits

wolf31o2    08/03/07 16:44:46

  Modified:             arrows-0.6.ebuild ChangeLog
  Log:
  QA cleanup: Shorten DESCRIPTION.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.8                  games-puzzle/arrows/arrows-0.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/arrows/arrows-0.6.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/arrows/arrows-0.6.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/arrows/arrows-0.6.ebuild?r1=1.7&r2=1.8

Index: arrows-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/arrows/arrows-0.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- arrows-0.6.ebuild	18 Jan 2008 03:00:52 -0000	1.7
+++ arrows-0.6.ebuild	7 Mar 2008 16:44:46 -0000	1.8
@@ -1,10 +1,10 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/arrows/arrows-0.6.ebuild,v 1.7 2008/01/18 03:00:52 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/arrows/arrows-0.6.ebuild,v 1.8 2008/03/07 16:44:46 wolf31o2 Exp $
 
 inherit games
 
-DESCRIPTION="Guide the spinning blue thing through the maze of arrows, creating and destroying arrows as necessary to collect the green things"
+DESCRIPTION="simple maze-like game where you navigate around and destroy arrows"
 HOMEPAGE="http://noreason.ca/?file=software"
 SRC_URI="http://noreason.ca/data/${P}.tar.gz"
 



1.8                  games-puzzle/arrows/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/arrows/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/arrows/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/arrows/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/arrows/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	18 Jan 2008 03:00:52 -0000	1.7
+++ ChangeLog	7 Mar 2008 16:44:46 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/arrows
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/arrows/ChangeLog,v 1.7 2008/01/18 03:00:52 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/arrows/ChangeLog,v 1.8 2008/03/07 16:44:46 wolf31o2 Exp $
+
+  07 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> arrows-0.6.ebuild:
+  QA cleanup: Shorten DESCRIPTION.
 
   18 Jan 2008; Michael Sterrett <mr_bones_@gentoo.org> arrows-0.6.ebuild:
   add dev-util/pkgconfig dep (bug #206390)



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/arrows: arrows-0.6.ebuild ChangeLog
@ 2012-05-04  4:45 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-04  4:45 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/04 04:45:29

  Modified:             arrows-0.6.ebuild ChangeLog
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.10                 games-puzzle/arrows/arrows-0.6.ebuild

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

Index: arrows-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/arrows/arrows-0.6.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- arrows-0.6.ebuild	20 Aug 2010 15:14:56 -0000	1.9
+++ arrows-0.6.ebuild	4 May 2012 04:45:28 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/arrows/arrows-0.6.ebuild,v 1.9 2010/08/20 15:14:56 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/arrows/arrows-0.6.ebuild,v 1.10 2012/05/04 04:45:28 jdhore Exp $
 
 EAPI=2
 inherit games
@@ -16,7 +16,7 @@
 
 RDEPEND=">=x11-libs/gtk+-2.4:2"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 src_prepare() {
 	# Modify path to data



1.10                 games-puzzle/arrows/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/arrows/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	20 Aug 2010 15:14:56 -0000	1.9
+++ ChangeLog	4 May 2012 04:45:28 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/arrows
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/arrows/ChangeLog,v 1.9 2010/08/20 15:14:56 mr_bones_ Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/arrows/ChangeLog,v 1.10 2012/05/04 04:45:28 jdhore Exp $
+
+  04 May 2012; Jeff Horelick <jdhore@gentoo.org> arrows-0.6.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   20 Aug 2010; Michael Sterrett <mr_bones_@gentoo.org> arrows-0.6.ebuild:
   EAPI=2; honor CC and LDFLAGS (bug #333607)






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

end of thread, other threads:[~2012-05-04  4:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-07 16:44 [gentoo-commits] gentoo-x86 commit in games-puzzle/arrows: arrows-0.6.ebuild ChangeLog Chris Gianelloni (wolf31o2)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-04  4:45 Jeff Horelick (jdhore)
2008-01-18  3:00 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