idella4     14/03/28 07:05:15

  Modified:             ChangeLog
  Added:                pythondialog-2.7-r1.ebuild
                        pythondialog-3.0.1.ebuild
  Log:
  revbump, convert -> distutils-r1, bump, new version supports py3, fixes Bug 
#496524
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.18                 dev-python/pythondialog/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/ChangeLog?rev=1.18&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/ChangeLog?rev=1.18&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   1 Jan 2011 19:56:22 -0000       1.17
+++ ChangeLog   28 Mar 2014 07:05:15 -0000      1.18
@@ -1,6 +1,14 @@
 # ChangeLog for dev-python/pythondialog
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v 1.17 
2011/01/01 19:56:22 arfrever Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v 1.18 
2014/03/28 07:05:15 idella4 Exp $
+
+*pythondialog-3.0.1 (28 Mar 2014)
+*pythondialog-2.7-r1 (28 Mar 2014)
+
+  28 Mar 2014; Ian Delaney <[email protected]> +pythondialog-2.7-r1.ebuild,
+  +pythondialog-3.0.1.ebuild:
+  revbump, convert -> distutils-r1, bump, new version supports py3, fixes Bug
+  #496524
 
   01 Jan 2011; Arfrever Frehtes Taifersar Arahesis <[email protected]>
   pythondialog-2.7.ebuild:
@@ -57,4 +65,3 @@
   07 Feb 2003; Mark Guertin <[email protected]> pythondialog-1.0.ebuild :
   Initial build entry.  Set as ~ for all arches, should work fine.  Thanks
   to Matt Tucker for the new ebuild, bug # 15238.
-



1.1                  dev-python/pythondialog/pythondialog-2.7-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/pythondialog-2.7-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/pythondialog-2.7-r1.ebuild?rev=1.1&content-type=text/plain

Index: pythondialog-2.7-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pythondialog/pythondialog-2.7-r1.ebuild,v 
1.1 2014/03/28 07:05:15 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )

inherit distutils-r1

DESCRIPTION="A Python module for making simple text/console-mode user 
interfaces."
HOMEPAGE="http://pythondialog.sourceforge.net/";
SRC_URI="mirror://sourceforge/pythondialog/${P}.tar.bz2"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""

DEPEND="dev-util/dialog"
RDEPEND="${DEPEND}"

python_prepare_all() {
        sed -e "/^prefix=/d" -i setup.cfg || die "sed failed"
        distutils-r1_python_prepare_all
}



1.1                  dev-python/pythondialog/pythondialog-3.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/pythondialog-3.0.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/pythondialog-3.0.1.ebuild?rev=1.1&content-type=text/plain

Index: pythondialog-3.0.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pythondialog/pythondialog-3.0.1.ebuild,v 1.1 
2014/03/28 07:05:15 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{3_2,3_3} )

inherit distutils-r1

DESCRIPTION="A Python module for making simple text/console-mode user 
interfaces."
HOMEPAGE="http://pythondialog.sourceforge.net/";
SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""

DEPEND="dev-util/dialog"
RDEPEND="${DEPEND}"




Reply via email to