public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-puzzle/colorcode: ChangeLog colorcode-0.6.1.ebuild
@ 2010-04-07  2:23 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 3+ messages in thread
From: Tristan Heaven (nyhm) @ 2010-04-07  2:23 UTC (permalink / raw
  To: gentoo-commits

nyhm        10/04/07 02:23:31

  Modified:             ChangeLog
  Added:                colorcode-0.6.1.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  games-puzzle/colorcode/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/colorcode/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	14 Feb 2010 18:33:55 -0000	1.3
+++ ChangeLog	7 Apr 2010 02:23:31 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for games-puzzle/colorcode
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/colorcode/ChangeLog,v 1.3 2010/02/14 18:33:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/colorcode/ChangeLog,v 1.4 2010/04/07 02:23:31 nyhm Exp $
+
+*colorcode-0.6.1 (07 Apr 2010)
+
+  07 Apr 2010; Tristan Heaven <nyhm@gentoo.org> +colorcode-0.6.1.ebuild:
+  Version bump
 
 *colorcode-0.6.0 (14 Feb 2010)
 



1.1                  games-puzzle/colorcode/colorcode-0.6.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/colorcode/colorcode-0.6.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/colorcode/colorcode-0.6.1.ebuild?rev=1.1&content-type=text/plain

Index: colorcode-0.6.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/colorcode/colorcode-0.6.1.ebuild,v 1.1 2010/04/07 02:23:31 nyhm Exp $

EAPI=2
inherit eutils qt4-r2 games

MY_PN=ColorCode
DESCRIPTION="A free advanced MasterMind clone"
HOMEPAGE="http://colorcode.laebisch.com/"
SRC_URI="http://${PN}.laebisch.com/download/${MY_PN}-${PV}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="x11-libs/qt-gui:4"

S=${WORKDIR}/${MY_PN}

src_prepare() {
	sed -i \
		-e '/FLAGS/d' \
		ColorCode.pro || die
	qt4-r2_src_prepare
}

src_configure() {
	eqmake4 ${MY_PN}.pro
}

src_install() {
	dogamesbin ${PN} || die
	newicon img/cc64.png ${PN}.png
	make_desktop_entry ${PN} ${MY_PN}
	prepgamesdirs
}






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/colorcode: ChangeLog colorcode-0.6.1.ebuild
@ 2010-05-20 19:37 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-05-20 19:37 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/05/20 19:37:56

  Modified:             ChangeLog colorcode-0.6.1.ebuild
  Log:
  x86 stable wrt bug #318883
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.5                  games-puzzle/colorcode/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/colorcode/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	7 Apr 2010 02:23:31 -0000	1.4
+++ ChangeLog	20 May 2010 19:37:55 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for games-puzzle/colorcode
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/colorcode/ChangeLog,v 1.4 2010/04/07 02:23:31 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/colorcode/ChangeLog,v 1.5 2010/05/20 19:37:55 phajdan.jr Exp $
+
+  20 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  colorcode-0.6.1.ebuild:
+  x86 stable wrt bug #318883
 
 *colorcode-0.6.1 (07 Apr 2010)
 



1.2                  games-puzzle/colorcode/colorcode-0.6.1.ebuild

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

Index: colorcode-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/colorcode/colorcode-0.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- colorcode-0.6.1.ebuild	7 Apr 2010 02:23:31 -0000	1.1
+++ colorcode-0.6.1.ebuild	20 May 2010 19:37: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/colorcode/colorcode-0.6.1.ebuild,v 1.1 2010/04/07 02:23:31 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/colorcode/colorcode-0.6.1.ebuild,v 1.2 2010/05/20 19:37:55 phajdan.jr Exp $
 
 EAPI=2
 inherit eutils qt4-r2 games
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 DEPEND="x11-libs/qt-gui:4"






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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/colorcode: ChangeLog colorcode-0.6.1.ebuild
@ 2013-01-22 21:01 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-01-22 21:01 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/01/22 21:01:47

  Modified:             ChangeLog
  Removed:              colorcode-0.6.1.ebuild
  Log:
  old
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.10                 games-puzzle/colorcode/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/colorcode/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	4 Sep 2011 17:34:57 -0000	1.9
+++ ChangeLog	22 Jan 2013 21:01:46 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/colorcode
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/colorcode/ChangeLog,v 1.9 2011/09/04 17:34:57 phajdan.jr Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/colorcode/ChangeLog,v 1.10 2013/01/22 21:01:46 mr_bones_ Exp $
+
+  22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -colorcode-0.6.1.ebuild:
+  old
 
   04 Sep 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> colorcode-0.7.2.ebuild:
   x86 stable wrt bug #380181
@@ -41,4 +44,3 @@
   31 Oct 2009; Michael Sterrett <mr_bones_@gentoo.org>
   +colorcode-0.5.5.ebuild, +metadata.xml:
   Initial commit - ebuild submitted by ssuominen
-





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

end of thread, other threads:[~2013-01-22 21:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-20 19:37 [gentoo-commits] gentoo-x86 commit in games-puzzle/colorcode: ChangeLog colorcode-0.6.1.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-22 21:01 Michael Sterrett (mr_bones_)
2010-04-07  2:23 Tristan Heaven (nyhm)

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