Gentoo Archives: gentoo-commits

From: "Daniel Pielmeier (billie)" <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/editra: ChangeLog editra-0.4.95.ebuild
Date: Wed, 01 Jul 2009 17:58:29
Message-Id: E1MM44h-0002ez-Hg@stork.gentoo.org
1 billie 09/07/01 17:58:27
2
3 Modified: ChangeLog
4 Added: editra-0.4.95.ebuild
5 Log:
6 Version bump. Add a Main Category to the desktop entry. Fixes bug #275697.
7 (Portage version: 2.1.6.13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.4 app-editors/editra/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 7 May 2009 00:49:20 -0000 1.3
23 +++ ChangeLog 1 Jul 2009 17:58:27 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-editors/editra
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v 1.3 2009/05/07 00:49:20 dirtyepic Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v 1.4 2009/07/01 17:58:27 billie Exp $
29 +
30 +*editra-0.4.95 (01 Jul 2009)
31 +
32 + 01 Jul 2009; Pielmeier Daniel <billie@g.o> +editra-0.4.95.ebuild:
33 + Version bump. Add a Main Category to the desktop entry. Fixes bug #275697.
34
35 *editra-0.4.88 (07 May 2009)
36
37
38
39
40 1.1 app-editors/editra/editra-0.4.95.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/editra-0.4.95.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/editra-0.4.95.ebuild?rev=1.1&content-type=text/plain
44
45 Index: editra-0.4.95.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.4.95.ebuild,v 1.1 2009/07/01 17:58:27 billie Exp $
50
51 EAPI=2
52
53 inherit distutils eutils fdo-mime
54
55 MY_PN=${PN/e/E}
56
57 DESCRIPTION="Multi-platform text editor supporting over 50 programming languages."
58 HOMEPAGE="http://editra.org"
59 SRC_URI="http://editra.org/uploads/src/${MY_PN}-${PV}.tar.gz"
60
61 LICENSE="wxWinLL-3.1"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 DEPEND=">=dev-lang/python-2.4
67 >=dev-python/wxpython-2.8.9.2:2.8
68 dev-python/setuptools"
69 # setuptools is RDEPEND because it's used by the runtime for installing plugins
70 RDEPEND="${DEPEND}"
71
72 S="${WORKDIR}"/${MY_PN}-${PV}
73
74 src_install() {
75 distutils_src_install
76 insinto /usr/share/pixmaps
77 doins "${S}"/pixmaps/editra.png
78 make_desktop_entry Editra Editra editra "Development;TextEditor"
79 dodoc FAQ THANKS
80 }
81
82 pkg_postinst() {
83 distutils_pkg_postinst
84 fdo-mime_desktop_database_update
85 }
86
87 pkg_postrm() {
88 distutils_pkg_postrm
89 fdo-mime_desktop_database_update
90 }