Gentoo Archives: gentoo-commits

From: "Peter Weller (welp)" <welp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/pida: pida-0.5.1.ebuild ChangeLog
Date: Mon, 31 Dec 2007 01:11:26
Message-Id: E1J99BZ-0008C0-RB@stork.gentoo.org
1 welp 07/12/31 01:11:21
2
3 Modified: pida-0.5.1.ebuild ChangeLog
4 Log:
5 Added make_desktop_entry
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.2 dev-util/pida/pida-0.5.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/pida/pida-0.5.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/pida/pida-0.5.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/pida/pida-0.5.1.ebuild?r1=1.1&r2=1.2
14
15 Index: pida-0.5.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/pida/pida-0.5.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- pida-0.5.1.ebuild 31 Dec 2007 00:52:50 -0000 1.1
22 +++ pida-0.5.1.ebuild 31 Dec 2007 01:11:21 -0000 1.2
23 @@ -1,10 +1,10 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/pida-0.5.1.ebuild,v 1.1 2007/12/31 00:52:50 welp Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/pida-0.5.1.ebuild,v 1.2 2007/12/31 01:11:21 welp Exp $
28
29 NEED_PYTHON=2.4
30
31 -inherit distutils
32 +inherit distutils eutils
33 MY_P="PIDA-${PV}"
34
35 DESCRIPTION="Gtk and/or Vim-based Python Integrated Development Application"
36 @@ -33,6 +33,14 @@
37 fi
38 }
39
40 +src_install() {
41 + distutils_src_install
42 +
43 + make_desktop_entry pida Pida \
44 + /usr/lib/python2.5/site-packages/pida/resources/pixmaps/pida-icon.png \
45 + Development
46 +}
47 +
48 pkg_postinst() {
49 elog "Optional packages pida integrates with:"
50 elog "app-misc/mc (Midnight Commander)"
51
52
53
54 1.15 dev-util/pida/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/pida/ChangeLog?rev=1.15&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/pida/ChangeLog?rev=1.15&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/pida/ChangeLog?r1=1.14&r2=1.15
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-util/pida/ChangeLog,v
63 retrieving revision 1.14
64 retrieving revision 1.15
65 diff -u -r1.14 -r1.15
66 --- ChangeLog 31 Dec 2007 00:52:50 -0000 1.14
67 +++ ChangeLog 31 Dec 2007 01:11:21 -0000 1.15
68 @@ -1,6 +1,9 @@
69 # ChangeLog for dev-util/pida
70 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/ChangeLog,v 1.14 2007/12/31 00:52:50 welp Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pida/ChangeLog,v 1.15 2007/12/31 01:11:21 welp Exp $
73 +
74 + 31 Dec 2007; <welp@g.o> pida-0.5.1.ebuild:
75 + Added make_desktop_entry
76
77 *pida-0.5.1 (31 Dec 2007)
78
79
80
81
82 --
83 gentoo-commits@g.o mailing list