commit:     9701dfeff2295d9e242f4306195a55488d583142
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  9 09:33:17 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar  9 09:33:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9701dfef

net-im/turses: Remove last-rited pkg

Closes: https://bugs.gentoo.org/708352
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-im/turses/Manifest             |  1 -
 net-im/turses/metadata.xml         |  8 -------
 net-im/turses/turses-0.2.23.ebuild | 48 --------------------------------------
 profiles/package.mask              |  6 -----
 4 files changed, 63 deletions(-)

diff --git a/net-im/turses/Manifest b/net-im/turses/Manifest
deleted file mode 100644
index 842a5da952f..00000000000
--- a/net-im/turses/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST turses-0.2.23.tar.gz 2241497 BLAKE2B 
22414bb7fa84de36e5532ec458d12462de7ba5024dceb01b780f1a2b66a07d7e4906fa2c486905c1543028f99e2c213a994901971d65338a10d8ec47995205aa
 SHA512 
ef5b880319f4126a99787cd11fa4573b6c6ff626a759f2515ad507006625f1192e4ca1552ca687ca8ecdf2545a17c228fa956019c325d582e7f80bd8a3e6432b

diff --git a/net-im/turses/metadata.xml b/net-im/turses/metadata.xml
deleted file mode 100644
index d80086bbb34..00000000000
--- a/net-im/turses/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <upstream>
-    <remote-id type="github">alejandrogomez/turses</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/net-im/turses/turses-0.2.23.ebuild 
b/net-im/turses/turses-0.2.23.ebuild
deleted file mode 100644
index 0bcf36089c1..00000000000
--- a/net-im/turses/turses-0.2.23.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Command line twitter client"
-HOMEPAGE="https://github.com/alejandrogomez/turses";
-SRC_URI="https://github.com/alejandrogomez/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-       dev-python/httplib2[${PYTHON_USEDEP}]
-       dev-python/oauth2[${PYTHON_USEDEP}]
-       dev-python/urwid[${PYTHON_USEDEP}]
-       >dev-python/tweepy-2.2[${PYTHON_USEDEP}]
-       <dev-python/tweepy-3[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/sphinx[${PYTHON_USEDEP}]
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/pytest[${PYTHON_USEDEP}]
-               dev-python/coverage[${PYTHON_USEDEP}]
-       )
-"
-
-python_compile_all() {
-       use doc && emake -C docs html
-       emake -C docs man
-}
-
-python_test() {
-       py.test tests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-       doman "docs/_build/man/turses.1"
-       use doc && local HTML_DOCS=( docs/_build/html/. )
-       distutils-r1_python_install_all
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index de4a2cf0db7..17cadf3e955 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -590,12 +590,6 @@ net-nntp/kwooty
 # Mask until sys-libs/libxcrypt[system] is unmasked
 >=virtual/libcrypt-2
 
-# Michał Górny <[email protected]> (2020-02-05)
-# Unmaintained.  No Python 3 support.  Last release ~2014, homepage
-# gone.
-# Removal in 30 days.  Bug #708352.
-net-im/turses
-
 # Joonas Niilola <[email protected]> (2020-02-05)
 # Stagnant upstream with latest release from 2016, python2-only, no maintainer
 # in Gentoo, no notable ebuild action in years, multiple bugs open. Blocks

Reply via email to