Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/fontypython: ChangeLog fontypython-0.4.2.2.ebuild fontypython-0.3.6.ebuild fontypython-0.4.1.ebuild
Date: Sat, 03 Oct 2009 07:22:59
Message-Id: E1MtyxF-0001TS-5l@stork.gentoo.org
1 dirtyepic 09/10/03 07:22:57
2
3 Modified: ChangeLog
4 Added: fontypython-0.4.2.2.ebuild
5 Removed: fontypython-0.3.6.ebuild fontypython-0.4.1.ebuild
6 Log:
7 Version bump, bug #287447 by Arfrever. Fixes collision with
8 dev-lang/fpc-ide, bug #286649 by Donald Wallace Rouse II.
9 (Portage version: 2.2_rc42/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.7 media-gfx/fontypython/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fontypython/ChangeLog?rev=1.7&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fontypython/ChangeLog?rev=1.7&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fontypython/ChangeLog?r1=1.6&r2=1.7
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-gfx/fontypython/ChangeLog,v
21 retrieving revision 1.6
22 retrieving revision 1.7
23 diff -u -r1.6 -r1.7
24 --- ChangeLog 27 Sep 2009 00:59:48 -0000 1.6
25 +++ ChangeLog 3 Oct 2009 07:22:56 -0000 1.7
26 @@ -1,6 +1,13 @@
27 # ChangeLog for media-gfx/fontypython
28 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/fontypython/ChangeLog,v 1.6 2009/09/27 00:59:48 dirtyepic Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/fontypython/ChangeLog,v 1.7 2009/10/03 07:22:56 dirtyepic Exp $
31 +
32 +*fontypython-0.4.2.2 (03 Oct 2009)
33 +
34 + 03 Oct 2009; Ryan Hill <dirtyepic@g.o> -fontypython-0.3.6.ebuild,
35 + -fontypython-0.4.1.ebuild, +fontypython-0.4.2.2.ebuild:
36 + Version bump, bug #287447 by Arfrever. Fixes collision with
37 + dev-lang/fpc-ide, bug #286649 by Donald Wallace Rouse II.
38
39 *fontypython-0.4.1 (27 Sep 2009)
40
41
42
43
44 1.1 media-gfx/fontypython/fontypython-0.4.2.2.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fontypython/fontypython-0.4.2.2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/fontypython/fontypython-0.4.2.2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: fontypython-0.4.2.2.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/media-gfx/fontypython/fontypython-0.4.2.2.ebuild,v 1.1 2009/10/03 07:22:56 dirtyepic Exp $
54
55 EAPI=2
56
57 inherit distutils multilib python
58
59 DESCRIPTION="Font preview application"
60 HOMEPAGE="http://savannah.nongnu.org/projects/fontypython"
61 SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.gz"
62
63 LICENSE="GPL-3"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 DEPEND="dev-lang/python:2.6
69 dev-python/imaging
70 dev-python/wxpython:2.8
71 x11-libs/wxGTK:2.8[-debug]"
72 RDEPEND="${DEPEND}"
73
74 src_install() {
75 python_version
76 distutils_src_install \
77 --install-data=/usr/$(get_libdir)/python${PYVER}/site-packages
78 doman "${S}"/fontypython.1
79 }
80
81 pkg_postinst() {
82 pydir=/usr/$(get_libdir)/python${PYVER}/site-packages/fontypythonmodules
83 python_mod_optimize ${pydir}
84 }
85
86 pkg_postrm() {
87 pydir=/usr/$(get_libdir)/python${PYVER}/site-packages/fontypythonmodules
88 python_mod_cleanup ${pydir}
89 }