idella4     15/04/24 08:45:32

  Modified:             ChangeLog
  Added:                pythondialog-3.2.2.ebuild
  Removed:              pythondialog-2.7.ebuild
  Log:
  bump and rm old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.30                 dev-python/pythondialog/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   28 Feb 2015 13:37:45 -0000      1.29
+++ ChangeLog   24 Apr 2015 08:45:32 -0000      1.30
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pythondialog
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v 1.29 
2015/02/28 13:37:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v 1.30 
2015/04/24 08:45:32 idella4 Exp $
+
+*pythondialog-3.2.2 (24 Apr 2015)
+
+  24 Apr 2015; Ian Delaney <[email protected]> +pythondialog-3.2.2.ebuild,
+  -pythondialog-2.7.ebuild:
+  bump and rm old
 
   28 Feb 2015; Agostino Sarubbo <[email protected]> pythondialog-3.2.0.ebuild:
   Stable for ia64, wrt bug #532648



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

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

Index: pythondialog-3.2.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pythondialog/pythondialog-3.2.2.ebuild,v 1.1 
2015/04/24 08:45:32 idella4 Exp $

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

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

DEPEND="dev-util/dialog
        doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
RDEPEND="${DEPEND}"

python_prepare_all() {
        sed -e "/^    'sphinx.ext.intersphinx',/d" -i doc/conf.py || die
        distutils-r1_python_prepare_all
}

python_compile_all() {
        use doc && emake -C doc html
}

python_install_all() {
        use examples && local EXAMPLES=( examples/. )
        use doc && local HTML_DOCS=( doc/_build/html/. )

        distutils-r1_python_install_all
}




Reply via email to