pacho       14/11/22 16:17:47

  Modified:             ChangeLog
  Added:                gnome-mastermind-0.3.1-r1.ebuild
  Log:
  Bump to eapi5, fix .desktop file and respect LINGUAS
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.11                 games-board/gnome-mastermind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gnome-mastermind/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   29 Oct 2013 01:36:30 -0000      1.10
+++ ChangeLog   22 Nov 2014 16:17:47 -0000      1.11
@@ -1,6 +1,11 @@
 # ChangeLog for games-board/gnome-mastermind
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mastermind/ChangeLog,v 
1.10 2013/10/29 01:36:30 blueness Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mastermind/ChangeLog,v 
1.11 2014/11/22 16:17:47 pacho Exp $
+
+*gnome-mastermind-0.3.1-r1 (22 Nov 2014)
+
+  22 Nov 2014; Pacho Ramos <[email protected]> 
+gnome-mastermind-0.3.1-r1.ebuild:
+  Bump to eapi5, fix .desktop file and respect LINGUAS
 
   29 Oct 2013; Anthony G. Basile <[email protected]>
   gnome-mastermind-0.3.1.ebuild:



1.1                  
games-board/gnome-mastermind/gnome-mastermind-0.3.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.1-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: gnome-mastermind-0.3.1-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.1-r1.ebuild,v
 1.1 2014/11/22 16:17:47 pacho Exp $

EAPI=5
GCONF_DEBUG="yes"

inherit autotools eutils gnome2

DESCRIPTION="A little Mastermind game for GNOME"
HOMEPAGE="http://www.autistici.org/gnome-mastermind/";
SRC_URI="http://download.gna.org/gnome-mastermind/${P}.tar.bz2";

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

RDEPEND="
        gnome-base/gconf:2
        gnome-base/orbit
        app-text/gnome-doc-utils
        dev-libs/atk
        dev-libs/glib:2
        x11-libs/pango
        x11-libs/cairo
        x11-libs/gtk+:2
"
DEPEND="${RDEPEND}
        virtual/pkgconfig
        dev-util/intltool
        sys-devel/gettext
        app-text/scrollkeeper
"

src_prepare() {
        epatch "${FILESDIR}"/${P}-gentoo.patch

        # Fix .desktop file
        sed -i -e 's/True/true/' desktop/gnome-mastermind.desktop.in || die

        # Regenarate all intltool files to respect LINGUAS
        eautoreconf

        gnome2_src_prepare
}




Reply via email to