idella4 15/07/04 01:31:16 Modified: ChangeLog pythondialog-3.2.2.ebuild Added: pythondialog-3.3.0.ebuild Removed: pythondialog-3.2.1.ebuild Log: correction to deps, bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.32 dev-python/pythondialog/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 9 Jun 2015 16:56:35 -0000 1.31 +++ ChangeLog 4 Jul 2015 01:31:16 -0000 1.32 @@ -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.31 2015/06/09 16:56:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v 1.32 2015/07/04 01:31:16 idella4 Exp $ + +*pythondialog-3.3.0 (04 Jul 2015) + + 04 Jul 2015; Ian Delaney <[email protected]> +pythondialog-3.3.0.ebuild, + -pythondialog-3.2.1.ebuild, pythondialog-3.2.2.ebuild: + correction to deps, bump 09 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Updating remote-id in metadata.xml 1.2 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.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/pythondialog-3.2.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/pythondialog-3.2.2.ebuild?r1=1.1&r2=1.2 Index: pythondialog-3.2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pythondialog/pythondialog-3.2.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pythondialog-3.2.2.ebuild 24 Apr 2015 08:45:32 -0000 1.1 +++ pythondialog-3.2.2.ebuild 4 Jul 2015 01:31:16 -0000 1.2 @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/pythondialog-3.2.2.ebuild,v 1.2 2015/07/04 01:31:16 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{3_3,3_4} pypy3 ) @@ -16,9 +16,8 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" IUSE="doc examples" -DEPEND="dev-util/dialog - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" -RDEPEND="${DEPEND}" +RDEPEND="dev-util/dialog" +DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" python_prepare_all() { sed -e "/^ 'sphinx.ext.intersphinx',/d" -i doc/conf.py || die 1.1 dev-python/pythondialog/pythondialog-3.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/pythondialog-3.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/pythondialog-3.3.0.ebuild?rev=1.1&content-type=text/plain Index: pythondialog-3.3.0.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.3.0.ebuild,v 1.1 2015/07/04 01:31:16 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" RDEPEND="dev-util/dialog" DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" 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 }
