pacho       14/12/02 22:07:33

  Modified:             ChangeLog
  Added:                gnome-specimen-0.4-r1.ebuild
  Log:
  Use new python eclasses, prevent installation of unwanted locales (#408099 by 
Piotr Szymaniak)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.11                 media-gfx/gnome-specimen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gnome-specimen/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   5 May 2012 07:00:19 -0000       1.10
+++ ChangeLog   2 Dec 2014 22:07:33 -0000       1.11
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/gnome-specimen
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-specimen/ChangeLog,v 1.10 
2012/05/05 07:00:19 jdhore Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-specimen/ChangeLog,v 1.11 
2014/12/02 22:07:33 pacho Exp $
+
+*gnome-specimen-0.4-r1 (02 Dec 2014)
+
+  02 Dec 2014; Pacho Ramos <[email protected]> +gnome-specimen-0.4-r1.ebuild:
+  Use new python eclasses, prevent installation of unwanted locales (#408099 by
+  Piotr Szymaniak)
 
   05 May 2012; Jeff Horelick <[email protected]> gnome-specimen-0.4.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig
@@ -41,4 +47,3 @@
   11 Sep 2007; Samuli Suominen <[email protected]>
   +gnome-specimen-0.3.1.ebuild:
   Initial commit for bug 156695, thanks to Ed Catmur for reporting.
-



1.1                  media-gfx/gnome-specimen/gnome-specimen-0.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-specimen/gnome-specimen-0.4-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-specimen/gnome-specimen-0.4-r1.ebuild?rev=1.1&content-type=text/plain

Index: gnome-specimen-0.4-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/gnome-specimen/gnome-specimen-0.4-r1.ebuild,v 
1.1 2014/12/02 22:07:33 pacho Exp $

EAPI=5
GCONF_DEBUG=no
PYTHON_COMPAT=( python2_7)

inherit autotools gnome2 python-single-r1

DESCRIPTION="Font preview application"
HOMEPAGE="http://uwstopia.nl";
SRC_URI="http://uwstopia.nl/geek/projects/${PN}/releases/${P}.tar.gz";

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

IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="${PYTHON_DEPS}
        dev-python/gconf-python[${PYTHON_USEDEP}]
        dev-python/libgnome-python[${PYTHON_USEDEP}]
        dev-python/pygtk[${PYTHON_USEDEP}]
        dev-python/pygobject:2[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
        dev-util/intltool
        virtual/pkgconfig
        sys-devel/gettext
"

src_prepare() {
        eautoreconf # To fix bug 408099
        gnome2_src_prepare
}




Reply via email to