idella4 14/12/06 11:10:19 Modified: leo-4.11.ebuild ChangeLog Added: leo-5.0.ebuild Removed: leo-4.8.ebuild leo-4.10.ebuild Log: bump; not py3 ready, converted to new eclass, rm old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.5 app-editors/leo/leo-4.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/leo/leo-4.11.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/leo/leo-4.11.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/leo/leo-4.11.ebuild?r1=1.4&r2=1.5 Index: leo-4.11.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/leo/leo-4.11.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- leo-4.11.ebuild 24 Mar 2014 15:05:21 -0000 1.4 +++ leo-4.11.ebuild 6 Dec 2014 11:10:19 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/leo-4.11.ebuild,v 1.4 2014/03/24 15:05:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/leo-4.11.ebuild,v 1.5 2014/12/06 11:10:19 idella4 Exp $ EAPI="3" PYTHON_DEPEND="2:2.6" @@ -23,6 +23,7 @@ RDEPEND="app-text/silvercity dev-python/PyQt4[X]" + DEPEND="${RDEPEND} app-arch/unzip" 1.31 app-editors/leo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/leo/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/leo/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/leo/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/leo/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 24 Mar 2014 15:05:21 -0000 1.30 +++ ChangeLog 6 Dec 2014 11:10:19 -0000 1.31 @@ -1,6 +1,12 @@ # ChangeLog for app-editors/leo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/ChangeLog,v 1.30 2014/03/24 15:05:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/ChangeLog,v 1.31 2014/12/06 11:10:19 idella4 Exp $ + +*leo-5.0 (06 Dec 2014) + + 06 Dec 2014; Ian Delaney <[email protected]> +leo-5.0.ebuild, + -leo-4.10.ebuild, -leo-4.8.ebuild, leo-4.11.ebuild: + bump; not py3 ready, converted to new eclass, rm old 24 Mar 2014; Agostino Sarubbo <[email protected]> leo-4.11.ebuild: Stable for ppc, wrt bug #495332 1.1 app-editors/leo/leo-5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/leo/leo-5.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/leo/leo-5.0.ebuild?rev=1.1&content-type=text/plain Index: leo-5.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-editors/leo/leo-5.0.ebuild,v 1.1 2014/12/06 11:10:19 idella4 Exp $ EAPI=5 # Not py3 prepared # https://bugs.launchpad.net/leo-editor/+bug/1399895 PYTHON_COMPAT=( python2_7 ) PYTHON_REQUIRED_USE="tk" inherit distutils-r1 MY_P="Leo-${PV}-final" MY_PN="Leo${PV}-final" DESCRIPTION="Leo: Literate Editor with Outlines" HOMEPAGE="http://leo.sourceforge.net/ http://pypi.python.org/pypi/leo" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc" RDEPEND="app-text/silvercity dev-python/PyQt4[X,${PYTHON_USEDEP}]" DEPEND="${RDEPEND} app-arch/unzip" S="${WORKDIR}/${MY_PN}" python_install_all() { use doc && local HTML_DOCS=( leo/doc/html/. ) distutils-r1_python_install_all }
