public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-puzzle/glightoff: glightoff-1.0.0-r1.ebuild ChangeLog
@ 2014-11-22 17:41 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2014-11-22 17:41 UTC (permalink / raw
  To: gentoo-commits

pacho       14/11/22 17:41:10

  Modified:             ChangeLog
  Added:                glightoff-1.0.0-r1.ebuild
  Log:
  Fix broken png file, fix desktop file, add missing dependencies.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.6                  games-puzzle/glightoff/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/glightoff/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	30 Nov 2009 13:50:22 -0000	1.5
+++ ChangeLog	22 Nov 2014 17:41:10 -0000	1.6
@@ -1,6 +1,12 @@
 # ChangeLog for games-puzzle/glightoff
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/glightoff/ChangeLog,v 1.5 2009/11/30 13:50:22 volkmar Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/glightoff/ChangeLog,v 1.6 2014/11/22 17:41:10 pacho Exp $
+
+*glightoff-1.0.0-r1 (22 Nov 2014)
+
+  22 Nov 2014; Pacho Ramos <pacho@gentoo.org>
+  +files/glightoff-1.0.0-desktop.patch, +glightoff-1.0.0-r1.ebuild:
+  Fix broken png file, fix desktop file, add missing dependencies.
 
   30 Nov 2009; Mounir Lamouri <volkmar@gentoo.org> glightoff-1.0.0.ebuild:
   Keywording for ppc, bug 293686
@@ -20,4 +26,3 @@
   18 Nov 2005; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml,
   +glightoff-1.0.0.ebuild:
   initial commit - ebuild supplied by Christoph Brill (egore) via bug #82686
-



1.1                  games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild

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

Index: glightoff-1.0.0-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild,v 1.1 2014/11/22 17:41:10 pacho Exp $

EAPI=5
GCONF_DEBUG="yes"

inherit eutils gnome2

DESCRIPTION="A simple (but not so easy to solve!) puzzle game"
HOMEPAGE="http://glightoff.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

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

RDEPEND="
	gnome-base/librsvg
	media-libs/libpng:0=
	>=x11-libs/gtk+-2.6:2
"
DEPEND="${RDEPEND}
	>=dev-util/intltool-0.29
	virtual/pkgconfig
"

src_prepare() {
	# Fix broken png files
	pngfix -q --out=out.png glightoff.png
	mv -f out.png glightoff.png || die

	epatch "${FILESDIR}/${PN}-1.0.0-desktop.patch"

	gnome2_src_prepare
}





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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/glightoff: glightoff-1.0.0-r1.ebuild ChangeLog
@ 2014-11-26 10:41 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-11-26 10:41 UTC (permalink / raw
  To: gentoo-commits

ago         14/11/26 10:41:09

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

Revision  Changes    Path
1.2                  games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild

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

Index: glightoff-1.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glightoff-1.0.0-r1.ebuild	22 Nov 2014 17:41:10 -0000	1.1
+++ glightoff-1.0.0-r1.ebuild	26 Nov 2014 10:41:09 -0000	1.2
@@ -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-puzzle/glightoff/glightoff-1.0.0-r1.ebuild,v 1.1 2014/11/22 17:41:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild,v 1.2 2014/11/26 10:41:09 ago Exp $
 
 EAPI=5
 GCONF_DEBUG="yes"
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="



1.7                  games-puzzle/glightoff/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/glightoff/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	22 Nov 2014 17:41:10 -0000	1.6
+++ ChangeLog	26 Nov 2014 10:41:09 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/glightoff
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/glightoff/ChangeLog,v 1.6 2014/11/22 17:41:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/glightoff/ChangeLog,v 1.7 2014/11/26 10:41:09 ago Exp $
+
+  26 Nov 2014; Agostino Sarubbo <ago@gentoo.org> glightoff-1.0.0-r1.ebuild:
+  Stable for amd64, wrt bug #530136
 
 *glightoff-1.0.0-r1 (22 Nov 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in games-puzzle/glightoff: glightoff-1.0.0-r1.ebuild ChangeLog
@ 2014-12-05 10:17 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-05 10:17 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/05 10:17:38

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

Revision  Changes    Path
1.3                  games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild

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

Index: glightoff-1.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- glightoff-1.0.0-r1.ebuild	26 Nov 2014 10:41:09 -0000	1.2
+++ glightoff-1.0.0-r1.ebuild	5 Dec 2014 10:17:37 -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-puzzle/glightoff/glightoff-1.0.0-r1.ebuild,v 1.2 2014/11/26 10:41:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/glightoff/glightoff-1.0.0-r1.ebuild,v 1.3 2014/12/05 10:17:37 ago Exp $
 
 EAPI=5
 GCONF_DEBUG="yes"
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="



1.8                  games-puzzle/glightoff/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/glightoff/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	26 Nov 2014 10:41:09 -0000	1.7
+++ ChangeLog	5 Dec 2014 10:17:37 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/glightoff
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/glightoff/ChangeLog,v 1.7 2014/11/26 10:41:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/glightoff/ChangeLog,v 1.8 2014/12/05 10:17:37 ago Exp $
+
+  05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> glightoff-1.0.0-r1.ebuild:
+  Stable for x86, wrt bug #530136
 
   26 Nov 2014; Agostino Sarubbo <ago@gentoo.org> glightoff-1.0.0-r1.ebuild:
   Stable for amd64, wrt bug #530136





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

end of thread, other threads:[~2014-12-05 10:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-05 10:17 [gentoo-commits] gentoo-x86 commit in games-puzzle/glightoff: glightoff-1.0.0-r1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-11-26 10:41 Agostino Sarubbo (ago)
2014-11-22 17:41 Pacho Ramos (pacho)

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