pacho       14/11/21 08:58:56

  Modified:             ChangeLog
  Added:                skoosh-2.5.0-r1.ebuild
  Log:
  Add missing dependency on libgnome-keyring (#514816 by Patrick Lauer), fix 
.desktop file.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.10                 games-puzzle/skoosh/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/skoosh/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   6 Feb 2012 19:00:11 -0000       1.9
+++ ChangeLog   21 Nov 2014 08:58:56 -0000      1.10
@@ -1,6 +1,13 @@
 # ChangeLog for games-puzzle/skoosh
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/skoosh/ChangeLog,v 1.9 
2012/02/06 19:00:11 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/skoosh/ChangeLog,v 1.10 
2014/11/21 08:58:56 pacho Exp $
+
+*skoosh-2.5.0-r1 (21 Nov 2014)
+
+  21 Nov 2014; Pacho Ramos <[email protected]> 
+files/skoosh-2.5.0-desktop.patch,
+  +skoosh-2.5.0-r1.ebuild:
+  Add missing dependency on libgnome-keyring (#514816 by Patrick Lauer), fix
+  .desktop file.
 
   06 Feb 2012; Michael Sterrett <[email protected]> skoosh-2.5.0.ebuild:
   add app-text/rarian dep for building
@@ -29,4 +36,3 @@
 
   07 Mar 2004; Michael Sterrett <[email protected]> skoosh-2.0.8.ebuild:
   initial commit; ebuild submitted by Robert Morris via bug #43927
-



1.1                  games-puzzle/skoosh/skoosh-2.5.0-r1.ebuild

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

Index: skoosh-2.5.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/skoosh/skoosh-2.5.0-r1.ebuild,v 
1.1 2014/11/21 08:58:56 pacho Exp $

EAPI=5
GCONF_DEBUG="yes"

inherit eutils gnome2

DESCRIPTION="Sliding tile puzzle for Gnome 2"
HOMEPAGE="http://homepages.ihug.co.nz/~trmusson/programs.html";
SRC_URI="http://homepages.ihug.co.nz/~trmusson/stuff/${P}.tar.gz";

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

RDEPEND="
        >=gnome-base/gconf-2:2
        gnome-base/libgnome-keyring
        >=gnome-base/libgnomeui-2
        nls? ( virtual/libintl )
"
# needs scrollkeeper-preinstall from rarian to build
DEPEND="${RDEPEND}
        app-text/rarian
        nls? ( sys-devel/gettext )
"

src_prepare() {
        # Fix .desktop file
        epatch "${FILESDIR}/${PN}-2.5.0-desktop.patch"

        # Need to apply omf fix or else we get access
        # violation errors related to sandbox.
        gnome2_omf_fix "${S}/help/C/Makefile.in"

        gnome2_src_prepare
}




Reply via email to