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/pythondialog: pythondialog-2.7-r1.ebuild pythondialog-3.0.1.ebuild ChangeLog
Date: Fri, 28 Mar 2014 07:05:20
Message-Id: 20140328070515.ABB0020051@flycatcher.gentoo.org
1 idella4 14/03/28 07:05:15
2
3 Modified: ChangeLog
4 Added: pythondialog-2.7-r1.ebuild
5 pythondialog-3.0.1.ebuild
6 Log:
7 revbump, convert -> distutils-r1, bump, new version supports py3, fixes Bug #496524
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
10
11 Revision Changes Path
12 1.18 dev-python/pythondialog/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/ChangeLog?rev=1.18&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/ChangeLog?rev=1.18&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/ChangeLog?r1=1.17&r2=1.18
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v
21 retrieving revision 1.17
22 retrieving revision 1.18
23 diff -u -r1.17 -r1.18
24 --- ChangeLog 1 Jan 2011 19:56:22 -0000 1.17
25 +++ ChangeLog 28 Mar 2014 07:05:15 -0000 1.18
26 @@ -1,6 +1,14 @@
27 # ChangeLog for dev-python/pythondialog
28 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v 1.17 2011/01/01 19:56:22 arfrever Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v 1.18 2014/03/28 07:05:15 idella4 Exp $
32 +
33 +*pythondialog-3.0.1 (28 Mar 2014)
34 +*pythondialog-2.7-r1 (28 Mar 2014)
35 +
36 + 28 Mar 2014; Ian Delaney <idella4@g.o> +pythondialog-2.7-r1.ebuild,
37 + +pythondialog-3.0.1.ebuild:
38 + revbump, convert -> distutils-r1, bump, new version supports py3, fixes Bug
39 + #496524
40
41 01 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
42 pythondialog-2.7.ebuild:
43 @@ -57,4 +65,3 @@
44 07 Feb 2003; Mark Guertin <gerk@g.o> pythondialog-1.0.ebuild :
45 Initial build entry. Set as ~ for all arches, should work fine. Thanks
46 to Matt Tucker for the new ebuild, bug # 15238.
47 -
48
49
50
51 1.1 dev-python/pythondialog/pythondialog-2.7-r1.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/pythondialog-2.7-r1.ebuild?rev=1.1&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/pythondialog-2.7-r1.ebuild?rev=1.1&content-type=text/plain
55
56 Index: pythondialog-2.7-r1.ebuild
57 ===================================================================
58 # Copyright 1999-2014 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 # $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/pythondialog-2.7-r1.ebuild,v 1.1 2014/03/28 07:05:15 idella4 Exp $
61
62 EAPI=5
63 PYTHON_COMPAT=( python{2_6,2_7} )
64
65 inherit distutils-r1
66
67 DESCRIPTION="A Python module for making simple text/console-mode user interfaces."
68 HOMEPAGE="http://pythondialog.sourceforge.net/"
69 SRC_URI="mirror://sourceforge/pythondialog/${P}.tar.bz2"
70
71 LICENSE="LGPL-2"
72 SLOT="0"
73 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
74 IUSE=""
75
76 DEPEND="dev-util/dialog"
77 RDEPEND="${DEPEND}"
78
79 python_prepare_all() {
80 sed -e "/^prefix=/d" -i setup.cfg || die "sed failed"
81 distutils-r1_python_prepare_all
82 }
83
84
85
86 1.1 dev-python/pythondialog/pythondialog-3.0.1.ebuild
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/pythondialog-3.0.1.ebuild?rev=1.1&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/pythondialog-3.0.1.ebuild?rev=1.1&content-type=text/plain
90
91 Index: pythondialog-3.0.1.ebuild
92 ===================================================================
93 # Copyright 1999-2014 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 # $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/pythondialog-3.0.1.ebuild,v 1.1 2014/03/28 07:05:15 idella4 Exp $
96
97 EAPI=5
98 PYTHON_COMPAT=( python{3_2,3_3} )
99
100 inherit distutils-r1
101
102 DESCRIPTION="A Python module for making simple text/console-mode user interfaces."
103 HOMEPAGE="http://pythondialog.sourceforge.net/"
104 SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"
105
106 LICENSE="LGPL-2"
107 SLOT="0"
108 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
109 IUSE=""
110
111 DEPEND="dev-util/dialog"
112 RDEPEND="${DEPEND}"