idella4 15/01/07 02:59:28 Modified: ChangeLog Added: ropeide-1.5.1-r2.ebuild Removed: ropeide-1.5.1-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.6 dev-python/ropeide/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropeide/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropeide/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropeide/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/ropeide/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 22 Feb 2012 05:45:24 -0000 1.5 +++ ChangeLog 7 Jan 2015 02:59:28 -0000 1.6 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/ropeide -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ropeide/ChangeLog,v 1.5 2012/02/22 05:45:24 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ropeide/ChangeLog,v 1.6 2015/01/07 02:59:28 idella4 Exp $ + +*ropeide-1.5.1-r2 (07 Jan 2015) + + 07 Jan 2015; Ian Delaney <[email protected]> +ropeide-1.5.1-r2.ebuild, + -ropeide-1.5.1-r1.ebuild: + revbump; conversion -> distutils-r1, rm old 22 Feb 2012; Patrick Lauer <[email protected]> ropeide-1.5.1-r1.ebuild: Restricting pypy and jython @@ -24,4 +30,3 @@ +ropeide-1.5.1.ebuild: Initial commit. Bug #202700. Thanks Matsui Tetsushi <[email protected]> for the ebuild. - 1.1 dev-python/ropeide/ropeide-1.5.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropeide/ropeide-1.5.1-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropeide/ropeide-1.5.1-r2.ebuild?rev=1.1&content-type=text/plain Index: ropeide-1.5.1-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/ropeide/ropeide-1.5.1-r2.ebuild,v 1.1 2015/01/07 02:59:28 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 PYTHON_REQ_USE="tk" DESCRIPTION="Python refactoring IDE" HOMEPAGE="http://rope.sourceforge.net/ropeide.html http://pypi.python.org/pypi/ropeide" SRC_URI="mirror://sourceforge/rope/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" DEPEND=">=dev-python/rope-0.8.4[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" python_install_all() { if use doc; then dodoc docs/*.txt || die "dodoc failed" fi distutils-r1_python_install_all }
