Gentoo Archives: gentoo-commits

From: "Joe Sapp (nixphoeni)" <nixphoeni@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/gourmet: ChangeLog gourmet-0.15.7.ebuild
Date: Sat, 29 Jan 2011 02:55:06
Message-Id: 20110129025456.5DB4420057@flycatcher.gentoo.org
1 nixphoeni 11/01/29 02:54:56
2
3 Modified: ChangeLog
4 Added: gourmet-0.15.7.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.9.35/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.20 app-misc/gourmet/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gourmet/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gourmet/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gourmet/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-misc/gourmet/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 10 Oct 2010 16:30:10 -0000 1.19
24 +++ ChangeLog 29 Jan 2011 02:54:56 -0000 1.20
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-misc/gourmet
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gourmet/ChangeLog,v 1.19 2010/10/10 16:30:10 arfrever Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-misc/gourmet/ChangeLog,v 1.20 2011/01/29 02:54:56 nixphoeni Exp $
31 +
32 +*gourmet-0.15.7 (29 Jan 2011)
33 +
34 + 29 Jan 2011; Joe Sapp <nixphoeni@g.o> +gourmet-0.15.7.ebuild:
35 + Version bump
36
37 10 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
38 gourmet-0.15.6.ebuild:
39
40
41
42 1.1 app-misc/gourmet/gourmet-0.15.7.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gourmet/gourmet-0.15.7.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/gourmet/gourmet-0.15.7.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gourmet-0.15.7.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-misc/gourmet/gourmet-0.15.7.ebuild,v 1.1 2011/01/29 02:54:56 nixphoeni Exp $
52
53 EAPI="2"
54 PYTHON_DEPEND="2:2.4"
55 SUPPORT_PYTHON_ABIS="1"
56
57 inherit distutils python
58
59 DESCRIPTION="Recipe Organizer and Shopping List Generator for Gnome"
60 HOMEPAGE="http://grecipe-manager.sourceforge.net/"
61 SRC_URI="mirror://sourceforge/grecipe-manager/${P}.tar.gz"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="gnome-print pdf rtf"
67
68 # I wish there were a better way to check if the current Python version
69 # was built with the 'sqlite' use flag and, if it wasn't, pull in pysqlite,
70 # but I'm not sure how.
71 RDEPEND=">=dev-python/pygtk-2.3.93
72 >=dev-python/libgnome-python-2
73 >=gnome-base/libglade-2
74 || ( =dev-lang/python-2*[sqlite] dev-python/pysqlite:2 )
75 <dev-python/sqlalchemy-0.6.4
76 dev-python/imaging
77 dev-python/gtkspell-python
78 dev-db/metakit[python]
79 pdf? ( dev-python/reportlab dev-python/python-poppler )
80 rtf? ( dev-python/pyrtf )
81 gnome-print? ( >=dev-python/libgnomeprint-python-2
82 dev-python/python-poppler )"
83 DEPEND="${RDEPEND}"
84
85 RESTRICT_PYTHON_ABIS="3.*"
86
87 # distutils gets a bunch of default docs
88 DOCS="TESTS FAQ"
89
90 src_prepare() {
91 distutils_src_prepare
92 python_convert_shebangs -r --quiet 2 .
93 }
94
95 src_install() {
96 distutils_src_install --disable-modules-check
97 doman gourmet.1
98 }