commit:     1cd10276caee0d386ebb6c1cd16cd4b49f65bd5e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 11 12:01:10 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 11 12:03:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cd10276

dev-python/twill: Remove last-rited pkg

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

 dev-python/twill/Manifest            |  1 -
 dev-python/twill/metadata.xml        | 11 --------
 dev-python/twill/twill-0.9-r1.ebuild | 51 ------------------------------------
 profiles/package.mask                |  5 ----
 4 files changed, 68 deletions(-)

diff --git a/dev-python/twill/Manifest b/dev-python/twill/Manifest
deleted file mode 100644
index 7ee351656ee..00000000000
--- a/dev-python/twill/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST twill-0.9.tar.gz 242291 BLAKE2B 
7ba3b9c6156b5c10ec988c9d1f1c6b444b1168b90ff0980e9e0fcdc23bed765a5dc36568acb0fe174ea57182a55caf98cb6913cff9774da6dee56f9712c3ca8b
 SHA512 
ea47400e236c4f5a4d38671bbc5690d004c4dbd20b6152c54c2fa64bae3e3ec68d16a5305d42e8631595cac25f5b2a08e0eb287b7e1ed7b90a8368d6063b1f1e

diff --git a/dev-python/twill/metadata.xml b/dev-python/twill/metadata.xml
deleted file mode 100644
index 99a143d0daf..00000000000
--- a/dev-python/twill/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>pyt...@gentoo.org</email>
-               <name>Python</name>
-       </maintainer>
-       <longdescription lang="en">
-               twill is a simple language that allows users to browse the Web 
from a command-line interface. With twill, you can navigate through Web sites 
that use forms, cookies, and most standard Web features.  twill supports 
automated Web testing and has a simple Python interface. Check out the 
examples! twill is open source and written in Python.
-       </longdescription>
-</pkgmetadata>

diff --git a/dev-python/twill/twill-0.9-r1.ebuild 
b/dev-python/twill/twill-0.9-r1.ebuild
deleted file mode 100644
index 127b1b3cfb7..00000000000
--- a/dev-python/twill/twill-0.9-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-MY_PV="${PV/_beta/b}"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="Simple scripting language for web browsing with Python API"
-HOMEPAGE="http://twill.idyll.org/";
-SRC_URI="http://darcs.idyll.org/~t/projects/${MY_P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
-IUSE="doc examples"
-
-REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )"
-
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       doc? (
-               $(python_gen_cond_dep 'dev-python/epydoc[${PYTHON_USEDEP}]' 
'python2*')
-               $(python_gen_cond_dep 
'virtual/python-dnspython[${PYTHON_USEDEP}]' 'python2*')
-       )"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-       use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' )
-}
-
-python_compile_all() {
-       if use doc; then
-               python_setup 'python2*'
-               pushd doc > /dev/null || die
-               chmod +x make-epydoc.sh || die
-               ./make-epydoc.sh || die
-               popd> /dev/null || die
-       fi
-}
-
-python_install_all() {
-       use doc && HTML_DOCS=( doc/epydoc-html/. )
-       use examples && local EXAMPLES=( examples/. )
-       distutils-r1_python_install_all
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 9d2cd5dc619..0f543a77cd2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -311,11 +311,6 @@ sys-apps/bubblewrap
 # Unmaintained, no revdep. Removal in 30 days. Bug #645384
 dev-python/jenkinsapi
 
-# Virgil Dupras <vdup...@gentoo.org> (12 Oct 2018)
-# Dead upstream, unmaintained, no revdep. Removal in 30 days.
-# Bug #285169
-dev-python/twill
-
 # Sergei Trofimovich <sly...@gentoo.org> (09 Oct 2018)
 # Upstream is not actively maintained. Needs a port to mupdf-1.14.
 app-text/fbpdf

Reply via email to