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 <[email protected]> + +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 <[email protected]> glightoff-1.0.0.ebuild: Keywording for ppc, bug 293686 @@ -20,4 +26,3 @@ 18 Nov 2005; Michael Sterrett <[email protected]> +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 }
