ulm 14/05/13 16:40:20 Modified: ChangeLog Added: ropemacs-0.7.ebuild Log: Version bump, bug 488058. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.3 dev-python/ropemacs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/ropemacs/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 8 Oct 2010 11:28:59 -0000 1.2 +++ ChangeLog 13 May 2014 16:40:20 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/ropemacs -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ropemacs/ChangeLog,v 1.2 2010/10/08 11:28:59 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ropemacs/ChangeLog,v 1.3 2014/05/13 16:40:20 ulm Exp $ + +*ropemacs-0.7 (13 May 2014) + + 13 May 2014; Ulrich Müller <[email protected]> +ropemacs-0.7.ebuild: + Version bump, bug 488058. 08 Oct 2010; Markos Chandras <[email protected]> ropemacs-0.6.ebuild: Keyworded for amd64. Bug #339633 1.1 dev-python/ropemacs/ropemacs-0.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ropemacs-0.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ropemacs-0.7.ebuild?rev=1.1&content-type=text/plain Index: ropemacs-0.7.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/ropemacs/ropemacs-0.7.ebuild,v 1.1 2014/05/13 16:40:20 ulm Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 eutils readme.gentoo DESCRIPTION="Rope in Emacs" HOMEPAGE="http://rope.sourceforge.net/ropemacs.html http://pypi.python.org/pypi/ropemacs" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-1+" # GPL without version SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="dev-python/rope[${PYTHON_USEDEP}] dev-python/ropemode[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" DOCS=( README.txt CONTRIBUTORS docs/ropemacs.txt docs/todo.txt ) src_install() { distutils-r1_src_install DOC_CONTENTS="In order to enable ropemacs support in Emacs, install app-emacs/pymacs and add the following line to your ~/.emacs file: \\n\\t(pymacs-load \"ropemacs\" \"rope-\")" readme.gentoo_create_doc }
