Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gnome-specimen: gnome-specimen-0.4-r1.ebuild ChangeLog
Date: Tue, 02 Dec 2014 22:07:38
Message-Id: 20141202220733.EE45BB62B@oystercatcher.gentoo.org
1 pacho 14/12/02 22:07:33
2
3 Modified: ChangeLog
4 Added: gnome-specimen-0.4-r1.ebuild
5 Log:
6 Use new python eclasses, prevent installation of unwanted locales (#408099 by Piotr Szymaniak)
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.11 media-gfx/gnome-specimen/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-specimen/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-specimen/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-specimen/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gnome-specimen/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 5 May 2012 07:00:19 -0000 1.10
24 +++ ChangeLog 2 Dec 2014 22:07:33 -0000 1.11
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-gfx/gnome-specimen
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-specimen/ChangeLog,v 1.10 2012/05/05 07:00:19 jdhore Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-specimen/ChangeLog,v 1.11 2014/12/02 22:07:33 pacho Exp $
31 +
32 +*gnome-specimen-0.4-r1 (02 Dec 2014)
33 +
34 + 02 Dec 2014; Pacho Ramos <pacho@g.o> +gnome-specimen-0.4-r1.ebuild:
35 + Use new python eclasses, prevent installation of unwanted locales (#408099 by
36 + Piotr Szymaniak)
37
38 05 May 2012; Jeff Horelick <jdhore@g.o> gnome-specimen-0.4.ebuild:
39 dev-util/pkgconfig -> virtual/pkgconfig
40 @@ -41,4 +47,3 @@
41 11 Sep 2007; Samuli Suominen <drac@g.o>
42 +gnome-specimen-0.3.1.ebuild:
43 Initial commit for bug 156695, thanks to Ed Catmur for reporting.
44 -
45
46
47
48 1.1 media-gfx/gnome-specimen/gnome-specimen-0.4-r1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-specimen/gnome-specimen-0.4-r1.ebuild?rev=1.1&view=markup
51 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
52
53 Index: gnome-specimen-0.4-r1.ebuild
54 ===================================================================
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $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 $
58
59 EAPI=5
60 GCONF_DEBUG=no
61 PYTHON_COMPAT=( python2_7)
62
63 inherit autotools gnome2 python-single-r1
64
65 DESCRIPTION="Font preview application"
66 HOMEPAGE="http://uwstopia.nl"
67 SRC_URI="http://uwstopia.nl/geek/projects/${PN}/releases/${P}.tar.gz"
68
69 LICENSE="GPL-2"
70 SLOT="0"
71 KEYWORDS="~amd64 ~x86"
72
73 IUSE=""
74 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
75
76 RDEPEND="${PYTHON_DEPS}
77 dev-python/gconf-python[${PYTHON_USEDEP}]
78 dev-python/libgnome-python[${PYTHON_USEDEP}]
79 dev-python/pygtk[${PYTHON_USEDEP}]
80 dev-python/pygobject:2[${PYTHON_USEDEP}]
81 "
82 DEPEND="${RDEPEND}
83 dev-util/intltool
84 virtual/pkgconfig
85 sys-devel/gettext
86 "
87
88 src_prepare() {
89 eautoreconf # To fix bug 408099
90 gnome2_src_prepare
91 }