idella4 15/01/03 07:11:04 Modified: ChangeLog Added: pygui-2.5.3-r1.ebuild Removed: pygui-2.5.3.ebuild pygui-2.2-r1.ebuild Log: revbump; conversion -> distutils-r1, rm old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.9 dev-python/pygui/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pygui/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 21 Apr 2014 12:46:21 -0000 1.8 +++ ChangeLog 3 Jan 2015 07:11:04 -0000 1.9 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pygui -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygui/ChangeLog,v 1.8 2014/04/21 12:46:21 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygui/ChangeLog,v 1.9 2015/01/03 07:11:04 idella4 Exp $ + +*pygui-2.5.3-r1 (03 Jan 2015) + + 03 Jan 2015; Ian Delaney <[email protected]> +pygui-2.5.3-r1.ebuild, + -pygui-2.2-r1.ebuild, -pygui-2.5.3.ebuild: + revbump; conversion -> distutils-r1, rm old 21 Apr 2014; Ulrich Müller <[email protected]> pygui-2.2-r1.ebuild, pygui-2.5.3.ebuild: @@ -37,4 +43,3 @@ 20 Feb 2010; Andrey Grozin <[email protected]> +pygui-2.2.ebuild, +files/pygui-2.2-python-2.6.patch, +metadata.xml: Initial import - 1.1 dev-python/pygui/pygui-2.5.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/pygui-2.5.3-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygui/pygui-2.5.3-r1.ebuild?rev=1.1&content-type=text/plain Index: pygui-2.5.3-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pygui/pygui-2.5.3-r1.ebuild,v 1.1 2015/01/03 07:11:04 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 MY_P="PyGUI-${PV}" DESCRIPTION="A cross-platform pythonic GUI API" HOMEPAGE="http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/" SRC_URI="http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/${MY_P}.tar.gz" LICENSE="PyGUI" SLOT=0 KEYWORDS="~amd64 ~x86" IUSE="doc examples" DEPEND="dev-python/pygtk[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" S="${WORKDIR}"/${MY_P} python_install_all() { use doc && local HTML_DOCS=( Doc/. ) use examples && local EXAMPLES=( Demos/. ) distutils-r1_python_install_all }
