idella4     14/09/01 09:13:07

  Modified:             ChangeLog
  Added:                pythondialog-3.1.0.ebuild
  Removed:              pythondialog-2.7-r1.ebuild
  Log:
  bump; add py3.4 suppot, IUSE examples and its install, remove one old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.20                 dev-python/pythondialog/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   10 Aug 2014 21:20:11 -0000      1.19
+++ ChangeLog   1 Sep 2014 09:13:07 -0000       1.20
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pythondialog
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v 1.19 
2014/08/10 21:20:11 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v 1.20 
2014/09/01 09:13:07 idella4 Exp $
+
+*pythondialog-3.1.0 (01 Sep 2014)
+
+  01 Sep 2014; Ian Delaney <[email protected]> +pythondialog-3.1.0.ebuild,
+  -pythondialog-2.7-r1.ebuild:
+  bump; add py3.4 suppot, IUSE examples and its install, remove one old
 
   10 Aug 2014; Sergei Trofimovich <[email protected]>
   pythondialog-2.7-r1.ebuild, pythondialog-2.7.ebuild,



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

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

Index: pythondialog-3.1.0.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.1.0.ebuild,v 1.1 
2014/09/01 09:13:07 idella4 Exp $

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

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="examples"

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

python_install_all() {
        use examples && local EXAMPLES=( examples/. )
        distutils-r1_python_install_all
}




Reply via email to