Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/updates/, profiles/, dev-vcs/ghp-import/
Date: Sat, 23 May 2020 09:36:54
Message-Id: 1590226541.f81936cb8d5e6badb06333a704bcd7d409237f42.mgorny@gentoo
1 commit: f81936cb8d5e6badb06333a704bcd7d409237f42
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 09:34:36 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 09:35:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f81936cb
7
8 dev-vcs/ghp-import: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/718300
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-vcs/ghp-import/Manifest | 1 -
14 dev-vcs/ghp-import/ghp-import-0.4.1-r1.ebuild | 32 ---------------------------
15 dev-vcs/ghp-import/metadata.xml | 9 --------
16 profiles/package.mask | 5 -----
17 profiles/updates/1Q-2020 | 2 --
18 5 files changed, 49 deletions(-)
19
20 diff --git a/dev-vcs/ghp-import/Manifest b/dev-vcs/ghp-import/Manifest
21 deleted file mode 100644
22 index 5d0b11ce15a..00000000000
23 --- a/dev-vcs/ghp-import/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST ghp-import-0.4.1.tar.gz 5002 BLAKE2B 667a40c0d852799e97d295df76d17d50017880afc9b2daa27d49444da84c791af619dea06b282e15c4d627a9584a23c2aa9fafcf45d9e0e924f9a6a966d071b6 SHA512 8b0e6578f05dc74449082a840ccd609a43fba3ca1c4dffacaddc4b27d2e9e3eac565a5c9672734e6ec5f2e8872b13ae0bb8a5d6bae4ee6c4cf41ef7d2c0b2eda
27
28 diff --git a/dev-vcs/ghp-import/ghp-import-0.4.1-r1.ebuild b/dev-vcs/ghp-import/ghp-import-0.4.1-r1.ebuild
29 deleted file mode 100644
30 index c6fb4d58de5..00000000000
31 --- a/dev-vcs/ghp-import/ghp-import-0.4.1-r1.ebuild
32 +++ /dev/null
33 @@ -1,32 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -PYTHON_COMPAT=( python3_6 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Copy your docs directly to the gh-pages branch"
43 -HOMEPAGE="https://github.com/davisp/ghp-import"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="tumbolia"
47 -SLOT="0"
48 -KEYWORDS="amd64"
49 -IUSE=""
50 -
51 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
52 -RDEPEND=""
53 -
54 -python_prepare_all() {
55 - ebegin 'patching setup.py'
56 - sed \
57 - -e '4ifrom codecs import open\n' \
58 - -e '/LONG_DESC/s/))/), encoding = "utf-8")/' \
59 - -i setup.py
60 - STATUS=${?}
61 - eend ${STATUS}
62 - [[ ${STATUS} -gt 0 ]] && die
63 -
64 - distutils-r1_python_prepare_all
65 -}
66
67 diff --git a/dev-vcs/ghp-import/metadata.xml b/dev-vcs/ghp-import/metadata.xml
68 deleted file mode 100644
69 index 9bba96f1e08..00000000000
70 --- a/dev-vcs/ghp-import/metadata.xml
71 +++ /dev/null
72 @@ -1,9 +0,0 @@
73 -<?xml version="1.0" encoding="UTF-8"?>
74 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
75 -<pkgmetadata>
76 - <!--maintainer-needed-->
77 - <upstream>
78 - <remote-id type="pypi">ghp-import</remote-id>
79 - <remote-id type="github">davisp/ghp-import</remote-id>
80 - </upstream>
81 -</pkgmetadata>
82
83 diff --git a/profiles/package.mask b/profiles/package.mask
84 index 3380bc78d02..af3180f6cdb 100644
85 --- a/profiles/package.mask
86 +++ b/profiles/package.mask
87 @@ -582,11 +582,6 @@ media-gfx/qrencode-python
88 # Removal in 30 days. Bug #718308.
89 dev-vcs/git-imerge
90
91 -# Michał Górny <mgorny@g.o> (2020-04-19)
92 -# Unmaintained. Stuck at Python 3.6. Many versions behind upstream.
93 -# Removal in 30 days. Bug #718300.
94 -dev-vcs/ghp-import
95 -
96 # Georgy Yakovlev <gyakovlev@g.o> (2020-04-18)
97 # Unmaintained, vulnerable oracle java ebuilds, even fetching distfiles
98 # requires agreement to restrictive license
99
100 diff --git a/profiles/updates/1Q-2020 b/profiles/updates/1Q-2020
101 index f08a8319dd1..7d48f8803ca 100644
102 --- a/profiles/updates/1Q-2020
103 +++ b/profiles/updates/1Q-2020
104 @@ -5,8 +5,6 @@ move dev-python/matplotlib2tikz dev-python/tikzplotlib
105 move dev-python/pep257 dev-python/pydocstyle
106 move dev-python/pyzor mail-filter/pyzor
107 move dev-python/python-sqlparse dev-python/sqlparse
108 -move dev-python/ghp-import dev-vcs/ghp-import
109 -move app-doc/ghp-import dev-vcs/ghp-import
110 move dev-python/git-python dev-python/GitPython
111 move www-servers/automx2 net-mail/automx2
112 move dev-python/pysnmp-apps net-analyzer/snmpclitools