idella4     14/10/26 12:12:01

  Modified:             ChangeLog
  Added:                pythondialog-3.2.0.ebuild
  Removed:              pythondialog-3.0.1.ebuild
  Log:
  bump; rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.22                 dev-python/pythondialog/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   1 Sep 2014 09:16:41 -0000       1.21
+++ ChangeLog   26 Oct 2014 12:12:01 -0000      1.22
@@ -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.21 
2014/09/01 09:16:41 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v 1.22 
2014/10/26 12:12:01 idella4 Exp $
+
+*pythondialog-3.2.0 (26 Oct 2014)
+
+  26 Oct 2014; Ian Delaney <idel...@gentoo.org> +pythondialog-3.2.0.ebuild,
+  -pythondialog-3.0.1.ebuild:
+  bump; rm old
 
 *pythondialog-3.1.0 (01 Sep 2014)
 



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

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

Index: pythondialog-3.2.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.2.0.ebuild,v 1.1 
2014/10/26 12:12:01 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{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