Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/editobj: editobj-0.5.7-r2.ebuild ChangeLog
Date: Mon, 03 Jun 2013 17:15:30
Message-Id: 20130603171524.0FA282171D@flycatcher.gentoo.org
1 idella4 13/06/03 17:15:23
2
3 Modified: ChangeLog
4 Added: editobj-0.5.7-r2.ebuild
5 Log:
6 revbump, migrate -> distutils-r1
7
8 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.25 dev-python/editobj/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/editobj/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/editobj/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/editobj/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/editobj/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 21 Feb 2013 13:29:03 -0000 1.24
24 +++ ChangeLog 3 Jun 2013 17:15:23 -0000 1.25
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/editobj
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/ChangeLog,v 1.24 2013/02/21 13:29:03 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/ChangeLog,v 1.25 2013/06/03 17:15:23 idella4 Exp $
30 +
31 +*editobj-0.5.7-r2 (03 Jun 2013)
32 +
33 + 03 Jun 2013; Ian Delaney <idella4@g.o> +editobj-0.5.7-r2.ebuild:
34 + revbump, migrate -> distutils-r1
35
36 21 Feb 2013; Agostino Sarubbo <ago@g.o> editobj-0.5.7-r1.ebuild:
37 Stable for ia64, wrt bug #457188
38
39
40
41 1.1 dev-python/editobj/editobj-0.5.7-r2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/editobj/editobj-0.5.7-r2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/editobj/editobj-0.5.7-r2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: editobj-0.5.7-r2.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/editobj-0.5.7-r2.ebuild,v 1.1 2013/06/03 17:15:23 idella4 Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=( python{2_5,2_6,2_7} )
54 PYTHON_REQ_USE="tk"
55
56 inherit distutils-r1
57
58 MY_P="${P/editobj/EditObj}"
59
60 DESCRIPTION="EditObj can create a dialog box to edit ANY Python object."
61 SRC_URI="http://download.gna.org/songwrite/${MY_P}.tar.gz"
62 HOMEPAGE="http://home.gna.org/oomadness/en/editobj/index.html"
63
64 LICENSE="GPL-2"
65 KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
66 SLOT="0"
67 IUSE="+examples"
68
69 DEPEND=""
70 RDEPEND=""
71
72 S="${WORKDIR}/${MY_P}"
73
74 python_install_all() {
75 use examples && local EXAMPLES=( demo/. )
76 distutils-r1_python_install_all
77 }