idella4     15/07/05 06:25:54

  Modified:             ChangeLog
  Added:                ropemacs-0.8.ebuild
  Log:
  bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.6                  dev-python/ropemacs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/ropemacs/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   3 Jun 2015 21:40:41 -0000       1.5
+++ ChangeLog   5 Jul 2015 06:25:54 -0000       1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/ropemacs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ropemacs/ChangeLog,v 1.5 
2015/06/03 21:40:41 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ropemacs/ChangeLog,v 1.6 
2015/07/05 06:25:54 idella4 Exp $
+
+*ropemacs-0.8 (05 Jul 2015)
+
+  05 Jul 2015; Ian Delaney <idel...@gentoo.org> +ropemacs-0.8.ebuild:
+  bump
 
   03 Jun 2015; Justin Lecher <j...@gentoo.org> metadata.xml:
   Add pypi to remote-id in metadata.xml



1.1                  dev-python/ropemacs/ropemacs-0.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ropemacs-0.8.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ropemacs/ropemacs-0.8.ebuild?rev=1.1&content-type=text/plain

Index: ropemacs-0.8.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/ropemacs/ropemacs-0.8.ebuild,v 
1.1 2015/07/05 06:25:54 idella4 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}"

src_install() {
        local DOCS="${DOCS} README.rst docs/*.rst"
        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
}




Reply via email to