Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/outwiker: ChangeLog outwiker-1.7.0.ebuild
Date: Wed, 26 Dec 2012 09:32:55
Message-Id: 20121226093244.BCF6B2171D@flycatcher.gentoo.org
1 pinkbyte 12/12/26 09:32:44
2
3 Modified: ChangeLog
4 Added: outwiker-1.7.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.4 x11-misc/outwiker/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/outwiker/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/outwiker/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/outwiker/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/outwiker/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 10 Sep 2012 08:34:31 -0000 1.3
24 +++ ChangeLog 26 Dec 2012 09:32:44 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-misc/outwiker
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/outwiker/ChangeLog,v 1.3 2012/09/10 08:34:31 pinkbyte Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/outwiker/ChangeLog,v 1.4 2012/12/26 09:32:44 pinkbyte Exp $
30 +
31 +*outwiker-1.7.0 (26 Dec 2012)
32 +
33 + 26 Dec 2012; Sergey Popov <pinkbyte@g.o> +outwiker-1.7.0.ebuild:
34 + Version bump
35
36 *outwiker-1.6.0-r1 (10 Sep 2012)
37
38
39
40
41 1.1 x11-misc/outwiker/outwiker-1.7.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/outwiker/outwiker-1.7.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/outwiker/outwiker-1.7.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: outwiker-1.7.0.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-misc/outwiker/outwiker-1.7.0.ebuild,v 1.1 2012/12/26 09:32:44 pinkbyte Exp $
51
52 EAPI=5
53 PYTHON_DEPEND="2:2.7"
54 inherit python
55
56 DESCRIPTION="The tree notes organizer"
57 HOMEPAGE="http://jenyay.net/Outwiker/English"
58 SRC_URI="http://jenyay.net/uploads/Soft/Outwiker/${P}-src-full.tar.gz"
59
60 LICENSE="GPL-3"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 RDEPEND="dev-python/pywebkitgtk
66 dev-python/wxpython"
67 DEPEND="${RDEPEND}
68 app-arch/p7zip"
69
70 S="${WORKDIR}"
71
72 src_prepare() {
73 # fix desktop file
74 sed -i -e 's/Application;//' outwiker.desktop || die 'sed on outwiker.desktop failed'
75 }
76
77 src_compile() { :; }
78
79 pkg_postinst() {
80 python_mod_optimize "${ED}/usr/share/${PN}"
81 }
82
83 pkg_postrm() {
84 python_mod_cleanup "${ED}/usr/share/${PN}"
85 }