Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ropemacs/
Date: Sat, 04 Jan 2020 09:53:43
Message-Id: 1578131562.59f4747a50d0b6d044756ff1466d2f22fc0d47a1.zlogene@gentoo
1 commit: 59f4747a50d0b6d044756ff1466d2f22fc0d47a1
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 4 09:52:42 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 4 09:52:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f4747a
7
8 dev-python/ropemacs: remove last-rited pkg
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 dev-python/ropemacs/Manifest | 1 -
13 dev-python/ropemacs/metadata.xml | 16 ----------------
14 dev-python/ropemacs/ropemacs-0.8.ebuild | 31 -------------------------------
15 3 files changed, 48 deletions(-)
16
17 diff --git a/dev-python/ropemacs/Manifest b/dev-python/ropemacs/Manifest
18 deleted file mode 100644
19 index a7cf4a5ff3f..00000000000
20 --- a/dev-python/ropemacs/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST ropemacs-0.8.tar.gz 22161 BLAKE2B f45412c37762e90615ab0ac874b8e51d211250215d1999098d5aaf56ac5c46f535128bb6935b9e8a2b86eba24baf4648893ad710c784693958bb053fc65b2fea SHA512 3e42ce03758c13d8f6e66b69a4b9ab7620956ed0272ecf770c0cea204ffae8c85f41103b29e507db7d68d6dc006b14e6ca5ce31d8ca17b6a66bf743f1110a9b3
24
25 diff --git a/dev-python/ropemacs/metadata.xml b/dev-python/ropemacs/metadata.xml
26 deleted file mode 100644
27 index f3a018c5648..00000000000
28 --- a/dev-python/ropemacs/metadata.xml
29 +++ /dev/null
30 @@ -1,16 +0,0 @@
31 -<?xml version="1.0" encoding="UTF-8"?>
32 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
33 -<pkgmetadata>
34 -<maintainer type="project">
35 - <email>python@g.o</email>
36 - <name>Python</name>
37 -</maintainer>
38 -<maintainer type="project">
39 - <email>gnu-emacs@g.o</email>
40 - <name>Gentoo GNU Emacs project</name>
41 -</maintainer>
42 -<upstream>
43 - <remote-id type="pypi">ropemacs</remote-id>
44 - <remote-id type="sourceforge">rope</remote-id>
45 -</upstream>
46 -</pkgmetadata>
47
48 diff --git a/dev-python/ropemacs/ropemacs-0.8.ebuild b/dev-python/ropemacs/ropemacs-0.8.ebuild
49 deleted file mode 100644
50 index ae8bdf6d90a..00000000000
51 --- a/dev-python/ropemacs/ropemacs-0.8.ebuild
52 +++ /dev/null
53 @@ -1,31 +0,0 @@
54 -# Copyright 1999-2015 Gentoo Foundation
55 -# Distributed under the terms of the GNU General Public License v2
56 -
57 -EAPI=5
58 -
59 -PYTHON_COMPAT=( python2_7 )
60 -
61 -inherit distutils-r1 eutils readme.gentoo
62 -
63 -DESCRIPTION="Rope in Emacs"
64 -HOMEPAGE="https://github.com/python-rope/ropemacs
65 - https://pypi.org/project/ropemacs/"
66 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
67 -
68 -LICENSE="GPL-1+" # GPL without version
69 -SLOT="0"
70 -KEYWORDS="~amd64 ~x86"
71 -
72 -DEPEND="dev-python/rope[${PYTHON_USEDEP}]
73 - dev-python/ropemode[${PYTHON_USEDEP}]"
74 -RDEPEND="${DEPEND}"
75 -
76 -src_install() {
77 - local DOCS="${DOCS} README.rst docs/*.rst"
78 - distutils-r1_src_install
79 -
80 - DOC_CONTENTS="In order to enable ropemacs support in Emacs, install
81 - app-emacs/pymacs and add the following line to your ~/.emacs file:
82 - \\n\\t(pymacs-load \"ropemacs\" \"rope-\")"
83 - readme.gentoo_create_doc
84 -}