Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/ropemacs: ropemacs-0.8.ebuild ChangeLog
Date: Sun, 05 Jul 2015 06:25:57
Message-Id: 20150705062554.2C6D9753@oystercatcher.gentoo.org
1 idella4 15/07/05 06:25:54
2
3 Modified: ChangeLog
4 Added: ropemacs-0.8.ebuild
5 Log:
6 bump
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.6 dev-python/ropemacs/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/ropemacs/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 3 Jun 2015 21:40:41 -0000 1.5
24 +++ ChangeLog 5 Jul 2015 06:25:54 -0000 1.6
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/ropemacs
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ropemacs/ChangeLog,v 1.5 2015/06/03 21:40:41 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ropemacs/ChangeLog,v 1.6 2015/07/05 06:25:54 idella4 Exp $
30 +
31 +*ropemacs-0.8 (05 Jul 2015)
32 +
33 + 05 Jul 2015; Ian Delaney <idella4@g.o> +ropemacs-0.8.ebuild:
34 + bump
35
36 03 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
37 Add pypi to remote-id in metadata.xml
38
39
40
41 1.1 dev-python/ropemacs/ropemacs-0.8.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ropemacs-0.8.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ropemacs-0.8.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ropemacs-0.8.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/ropemacs/ropemacs-0.8.ebuild,v 1.1 2015/07/05 06:25:54 idella4 Exp $
51
52 EAPI=5
53
54 PYTHON_COMPAT=( python2_7 )
55
56 inherit distutils-r1 eutils readme.gentoo
57
58 DESCRIPTION="Rope in Emacs"
59 HOMEPAGE="http://rope.sourceforge.net/ropemacs.html
60 http://pypi.python.org/pypi/ropemacs"
61 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
62
63 LICENSE="GPL-1+" # GPL without version
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66
67 DEPEND="dev-python/rope[${PYTHON_USEDEP}]
68 dev-python/ropemode[${PYTHON_USEDEP}]"
69 RDEPEND="${DEPEND}"
70
71 src_install() {
72 local DOCS="${DOCS} README.rst docs/*.rst"
73 distutils-r1_src_install
74
75 DOC_CONTENTS="In order to enable ropemacs support in Emacs, install
76 app-emacs/pymacs and add the following line to your ~/.emacs file:
77 \\n\\t(pymacs-load \"ropemacs\" \"rope-\")"
78 readme.gentoo_create_doc
79 }