Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/gnochm: ChangeLog gnochm-0.9.11.ebuild gnochm-0.9.9.ebuild
Date: Fri, 21 Sep 2007 00:29:40
Message-Id: E1IYWH7-0006Y1-Ec@stork.gentoo.org
1 dirtyepic 07/09/21 00:21:41
2
3 Modified: ChangeLog
4 Added: gnochm-0.9.11.ebuild
5 Removed: gnochm-0.9.9.ebuild
6 Log:
7 Version bump. Remove old ebuild.
8 (Portage version: 2.1.3.9)
9
10 Revision Changes Path
11 1.5 app-text/gnochm/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnochm/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnochm/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnochm/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/gnochm/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 10 Jun 2007 23:15:36 -0000 1.4
24 +++ ChangeLog 21 Sep 2007 00:21:40 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-text/gnochm
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnochm/ChangeLog,v 1.4 2007/06/10 23:15:36 dirtyepic Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/gnochm/ChangeLog,v 1.5 2007/09/21 00:21:40 dirtyepic Exp $
30 +
31 +*gnochm-0.9.11 (21 Sep 2007)
32 +
33 + 21 Sep 2007; Ryan Hill <dirtyepic@g.o> -gnochm-0.9.9.ebuild,
34 + +gnochm-0.9.11.ebuild:
35 + Version bump. Remove old ebuild.
36
37 *gnochm-0.9.10 (10 Jun 2007)
38
39
40
41
42 1.1 app-text/gnochm/gnochm-0.9.11.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnochm/gnochm-0.9.11.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gnochm/gnochm-0.9.11.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnochm-0.9.11.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-text/gnochm/gnochm-0.9.11.ebuild,v 1.1 2007/09/21 00:21:40 dirtyepic Exp $
52
53 inherit gnome2
54
55 DESCRIPTION="GnoCHM is a CHM file viewer that integrates with the GNOME desktop."
56
57 HOMEPAGE="http://gnochm.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
59 LICENSE="GPL-2"
60 SLOT="0"
61 IUSE=""
62
63 KEYWORDS="~amd64 ~ppc ~x86"
64
65 RDEPEND=">=dev-python/pychm-0.8.4
66 =dev-python/pygtk-2*
67 =dev-python/gnome-python-2*
68 =dev-python/gnome-python-extras-2*"
69 DEPEND="${RDEPEND}
70 app-text/scrollkeeper
71 >=dev-util/intltool-0.21
72 >=dev-lang/python-2.2.1"
73
74 DOCS="AUTHORS ChangeLog NEWS README"
75
76 pkg_setup() {
77 G2CONF="--enable-mime-update=no"
78 }
79
80
81
82 --
83 gentoo-commits@g.o mailing list