idella4 14/12/29 06:59:48 Modified: ChangeLog Added: bicyclerepair-0.9-r3.ebuild Log: revbump; conversion -> distutils-r1 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.31 dev-python/bicyclerepair/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bicyclerepair/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bicyclerepair/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bicyclerepair/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 1 Dec 2012 01:56:17 -0000 1.30 +++ ChangeLog 29 Dec 2014 06:59:48 -0000 1.31 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/bicyclerepair -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/ChangeLog,v 1.30 2012/12/01 01:56:17 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/ChangeLog,v 1.31 2014/12/29 06:59:48 idella4 Exp $ + +*bicyclerepair-0.9-r3 (29 Dec 2014) + + 29 Dec 2014; Ian Delaney <[email protected]> +bicyclerepair-0.9-r3.ebuild: + revbump; conversion -> distutils-r1 01 Dec 2012; Tim Harder <[email protected]> bicyclerepair-0.9-r2.ebuild: Fix LICENSE (bug #445410 by ulm). @@ -117,4 +122,3 @@ 08 Mar 2003; Alastair Tse <[email protected]> bicyclerepair-0.7.1.ebuild: initial ebuild. thanks to Lin Zhemin <[email protected]> (#16448) - 1.1 dev-python/bicyclerepair/bicyclerepair-0.9-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bicyclerepair/bicyclerepair-0.9-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bicyclerepair/bicyclerepair-0.9-r3.ebuild?rev=1.1&content-type=text/plain Index: bicyclerepair-0.9-r3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/bicyclerepair-0.9-r3.ebuild,v 1.1 2014/12/29 06:59:48 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 elisp-common DESCRIPTION="Bicycle Repair Man is the Python Refactoring Browser" HOMEPAGE="http://bicyclerepair.sourceforge.net/" SRC_URI="mirror://sourceforge/bicyclerepair/${P}.tar.gz" LICENSE="icu GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="emacs" DEPEND="emacs? ( app-emacs/pymacs[${PYTHON_USEDEP}] app-emacs/python-mode )" RDEPEND="${DEPEND}" SITEFILE="50${PN}-gentoo.el" PYTHON_MODNAME="BicycleRepairMan_Idle.py bike bikeemacs.py" python_prepare_all() { # bikeemacs.py contains non-ASCII characters in comments. sed -e '1s/$/\t-*- coding: latin-1 -*-/' -i ide-integration/bikeemacs.py || die "sed failed" epatch "${FILESDIR}/${P}-idle.patch" epatch "${FILESDIR}/${P}-invalid-syntax.patch" distutils-r1_python_prepare_all } python_test() { "${PYTHON}" testall.py || die } src_install() { distutils-r1_src_install if use emacs; then elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die "elisp-site-file-install failed" fi } pkg_postinst() { use emacs && elisp-site-regen } pkg_postrm() { use emacs && elisp-site-regen }
