Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/rednotebook: rednotebook-1.8.0.ebuild ChangeLog rednotebook-1.6.6-r1.ebuild rednotebook-1.7.3.ebuild
Date: Thu, 01 Jan 2015 22:28:19
Message-Id: 20150101222816.22CBAEAAA@oystercatcher.gentoo.org
1 mgorny 15/01/01 22:28:16
2
3 Modified: rednotebook-1.8.0.ebuild ChangeLog
4 Removed: rednotebook-1.6.6-r1.ebuild
5 rednotebook-1.7.3.ebuild
6 Log:
7 Fix the python-r1 code. Remove DISTUTILS_JOBS variable that is not intended for ebuilds. Remove redundant PYTHON_DEPS. Add missing PYTHON_USEDEPs. Remove pointless python_setup call. Remove old, broken ebuilds.
8
9 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
10
11 Revision Changes Path
12 1.3 x11-misc/rednotebook/rednotebook-1.8.0.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-1.8.0.ebuild?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-1.8.0.ebuild?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-1.8.0.ebuild?r1=1.2&r2=1.3
17
18 Index: rednotebook-1.8.0.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.8.0.ebuild,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- rednotebook-1.8.0.ebuild 13 Jan 2014 20:52:11 -0000 1.2
25 +++ rednotebook-1.8.0.ebuild 1 Jan 2015 22:28:16 -0000 1.3
26 @@ -1,12 +1,12 @@
27 -# Copyright 1999-2014 Gentoo Foundation
28 +# Copyright 1999-2015 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.8.0.ebuild,v 1.2 2014/01/13 20:52:11 mattm Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.8.0.ebuild,v 1.3 2015/01/01 22:28:16 mgorny Exp $
32 +
33 +EAPI=5
34
35 -EAPI="4"
36 PYTHON_COMPAT=( python2_7 )
37 -DISTUTILS_JOBS="1"
38
39 -inherit python-r1 eutils distutils-r1
40 +inherit eutils distutils-r1
41
42 DESCRIPTION="A graphical journal with calendar, templates, tags, keyword searching, and export functionality"
43 HOMEPAGE="http://rednotebook.sourceforge.net"
44 @@ -17,18 +17,14 @@
45 KEYWORDS="~amd64 ~x86"
46 IUSE="libyaml spell"
47
48 -RDEPEND="${PYTHON_DEPS}
49 - dev-python/pyyaml[libyaml?]
50 - >=dev-python/pygtk-2.13
51 - >=dev-python/pywebkitgtk-1.1.5
52 - dev-python/chardet
53 - spell? ( dev-python/gtkspell-python )"
54 +RDEPEND="
55 + dev-python/pyyaml[libyaml?,${PYTHON_USEDEP}]
56 + >=dev-python/pygtk-2.13[${PYTHON_USEDEP}]
57 + >=dev-python/pywebkitgtk-1.1.5[${PYTHON_USEDEP}]
58 + dev-python/chardet[${PYTHON_USEDEP}]
59 + spell? ( dev-python/gtkspell-python[${PYTHON_USEDEP}] )"
60 DEPEND="${RDEPEND}"
61
62 -pkg_setup() {
63 - python_setup
64 -}
65 -
66 src_prepare() {
67 ! use spell && epatch "${FILESDIR}/${PN}-1.6.5-disable-spell.patch"
68 }
69
70
71
72 1.74 x11-misc/rednotebook/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.74&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.74&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?r1=1.73&r2=1.74
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v
81 retrieving revision 1.73
82 retrieving revision 1.74
83 diff -u -r1.73 -r1.74
84 --- ChangeLog 13 Jan 2014 20:52:11 -0000 1.73
85 +++ ChangeLog 1 Jan 2015 22:28:16 -0000 1.74
86 @@ -1,6 +1,12 @@
87 # ChangeLog for x11-misc/rednotebook
88 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.73 2014/01/13 20:52:11 mattm Exp $
90 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
91 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.74 2015/01/01 22:28:16 mgorny Exp $
92 +
93 + 01 Jan 2015; Michał Górny <mgorny@g.o> -rednotebook-1.6.6-r1.ebuild,
94 + -rednotebook-1.7.3.ebuild, rednotebook-1.8.0.ebuild:
95 + Fix the python-r1 code. Remove DISTUTILS_JOBS variable that is not intended
96 + for ebuilds. Remove redundant PYTHON_DEPS. Add missing PYTHON_USEDEPs. Remove
97 + pointless python_setup call. Remove old, broken ebuilds.
98
99 13 Jan 2014; Matthew Marlowe <mattm@g.o> rednotebook-1.7.3.ebuild,
100 rednotebook-1.8.0.ebuild: