diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-02 20:20:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-02 21:15:12 +0200 |
commit | 421042cfd45d701dba3f2d817c2d7f5bfd183910 (patch) | |
tree | bbc3b990bc3a448862149c939c3a128d99683291 /dev-python/ropemacs | |
parent | dev-python/pytrie: Clean old versions up (diff) | |
download | gentoo-421042cfd45d701dba3f2d817c2d7f5bfd183910.tar.gz gentoo-421042cfd45d701dba3f2d817c2d7f5bfd183910.tar.bz2 gentoo-421042cfd45d701dba3f2d817c2d7f5bfd183910.zip |
dev-python/ropemacs: Clean old versions up
Diffstat (limited to 'dev-python/ropemacs')
-rw-r--r-- | dev-python/ropemacs/Manifest | 1 | ||||
-rw-r--r-- | dev-python/ropemacs/ropemacs-0.7.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/ropemacs/Manifest b/dev-python/ropemacs/Manifest index 6004dbe37808..3741eec7fa30 100644 --- a/dev-python/ropemacs/Manifest +++ b/dev-python/ropemacs/Manifest @@ -1,2 +1 @@ -DIST ropemacs-0.7.tar.gz 20744 SHA256 12d7dc9872f20de757610224999e866aac89ff04864d15a393e937965b70b8f4 SHA512 3cc61fe6416a473430ace720caf5516def0166752c8e2d72398e6bb863ee0c40a4b818a2754c60824bd365f20e9f72e5967f0d9ee7fce8851a2f753618c790c5 WHIRLPOOL f3111adc8caa4262379c34add573ccfa46f142c19aea5956219d94600e20985832d1b65cfdd66683b13063ac82885a9d97fb983cffc699d3155900e3727c0fd8 DIST ropemacs-0.8.tar.gz 22161 SHA256 e1ae9691d402eaa525f56d37f5fefff8b8fe9892188e49600d01063a5acb535f SHA512 3e42ce03758c13d8f6e66b69a4b9ab7620956ed0272ecf770c0cea204ffae8c85f41103b29e507db7d68d6dc006b14e6ca5ce31d8ca17b6a66bf743f1110a9b3 WHIRLPOOL 5632799ace9e3c0a40342b3d7be5da3f5763a290931a84fa464bed214cd18c2968b58ee209868e2977524b3cf9bce48fb32f0aeab0897ad9df1cac80e81f838b diff --git a/dev-python/ropemacs/ropemacs-0.7.ebuild b/dev-python/ropemacs/ropemacs-0.7.ebuild deleted file mode 100644 index 648a2cccec0a..000000000000 --- a/dev-python/ropemacs/ropemacs-0.7.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 eutils readme.gentoo - -DESCRIPTION="Rope in Emacs" -HOMEPAGE="http://rope.sourceforge.net/ropemacs.html - https://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 -} |