commit:     ee5c0262323bbd650d833d95e25b944d41bac9cc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 11 12:02:04 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=ee5c0262

dev-python/jenkinsapi: Remove last-rited pkg

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

 dev-python/jenkinsapi/Manifest                     |  3 --
 .../jenkinsapi/files/local_jenkins_war.patch       | 12 ------
 dev-python/jenkinsapi/jenkinsapi-0.2.26.ebuild     | 36 ------------------
 dev-python/jenkinsapi/jenkinsapi-0.2.29.ebuild     | 44 ----------------------
 dev-python/jenkinsapi/metadata.xml                 |  8 ----
 profiles/package.mask                              |  4 --
 6 files changed, 107 deletions(-)

diff --git a/dev-python/jenkinsapi/Manifest b/dev-python/jenkinsapi/Manifest
deleted file mode 100644
index 9d629f8f780..00000000000
--- a/dev-python/jenkinsapi/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST jenkins-1.596.3.war 68396864 BLAKE2B 
e391ffd919544f49570ba5bf76d61c91155f193e575b5ff11870153d9bdc3f997560f41de00dda8d1ffec5c5fec544c187442e8a5ff64d249dd8277257339641
 SHA512 
8652d4d18e3258208fe190c4a6aa5586faa66f690d7d7f7369c5490a587e3ec5e074dc22f2c8caedf5e5335f5b8f511717b2d6eb667a61e9948a703bf80310fe
-DIST jenkinsapi-0.2.26.tar.gz 76598 BLAKE2B 
b29bf63e6d0b2ad231af9a2b89bb4150efb8de4b3536473232910cfc7c7ec61dc86730850dae59eb074c310a0bd07e3f0f8a965eb682b5fc31f6b13b57a133c9
 SHA512 
5c04450bd285e2f576bcdd933ec8bd9df840f3fdcae9999305f96ea3f2e85bced4dfc5f961c763cd9137c2bfc2c9b79e032dc451978b6fc04a2fe8cb6e98d030
-DIST jenkinsapi-0.2.29.tar.gz 87447 BLAKE2B 
ab526d0be6efd617bb1908794cf4803609d70642f93cd631e82d32fff7c73bf2642ea9631284548d0a120a07f48a3c916b43999944c2dc1bd042503d00506349
 SHA512 
9f80f3a9afe210aba7b67247775249e11c53bdbb3a6cc62e009fe7c6dea1bbc0c95cf4eb20b44a68e3a9978478bb3f8459b6404eeca64587139d68a9ad458802

diff --git a/dev-python/jenkinsapi/files/local_jenkins_war.patch 
b/dev-python/jenkinsapi/files/local_jenkins_war.patch
deleted file mode 100644
index 811ca4cb9c2..00000000000
--- a/dev-python/jenkinsapi/files/local_jenkins_war.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/jenkinsapi_tests/systests/__init__.py        2015-01-27 
14:14:43.632779039 +0100
-+++ b/jenkinsapi_tests/systests/__init__.py      2015-01-27 15:08:52.521438293 
+0100
-@@ -11,7 +11,7 @@
- 
- def setUpPackage():
-     systests_dir, _ = os.path.split(__file__)
--    war_path = os.path.join(systests_dir, 'jenkins.war')
-+    war_path = os.path.join('/opt/jenkins', 'jenkins.war')
-     state['launcher'] = JenkinsLancher(war_path, PLUGIN_DEPENDENCIES,
-                                        jenkins_url=os.getenv('JENKINS_URL', 
None))
-     state['launcher'].start()
-

diff --git a/dev-python/jenkinsapi/jenkinsapi-0.2.26.ebuild 
b/dev-python/jenkinsapi/jenkinsapi-0.2.26.ebuild
deleted file mode 100644
index f01b0f9cf5d..00000000000
--- a/dev-python/jenkinsapi/jenkinsapi-0.2.26.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="API to access resources on a Jenkins continuous-integration 
server"
-HOMEPAGE="https://github.com/salimfadhley/jenkinsapi";
-SRC_URI="https://github.com/salimfadhley/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-python/pytz-2014.4[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.3.0[${PYTHON_USEDEP}]"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( ${RDEPEND}
-               dev-util/jenkins-bin
-               $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7 pypy)
-               dev-python/nose[${PYTHON_USEDEP}]
-               dev-python/coverage[${PYTHON_USEDEP}]
-               dev-python/unittest2[${PYTHON_USEDEP}]
-       )"
-
-# use jenkins.war from jenkins-bin instead of downloading
-PATCHES=( "${FILESDIR}"/local_jenkins_war.patch )
-
-python_test() {
-       esetup.py test
-}

diff --git a/dev-python/jenkinsapi/jenkinsapi-0.2.29.ebuild 
b/dev-python/jenkinsapi/jenkinsapi-0.2.29.ebuild
deleted file mode 100644
index 7fc6032e7eb..00000000000
--- a/dev-python/jenkinsapi/jenkinsapi-0.2.29.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
-
-inherit distutils-r1
-
-JENKINS_VERSION="1.596.3"
-
-DESCRIPTION="API to access resources on a Jenkins continuous-integration 
server"
-HOMEPAGE="https://github.com/salimfadhley/jenkinsapi";
-SRC_URI="https://github.com/salimfadhley/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-       test? ( 
http://mirrors.jenkins-ci.org/war-stable/${JENKINS_VERSION}/jenkins.war -> 
jenkins-${JENKINS_VERSION}.war )"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-python/pytz-2014.4[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.3.0[${PYTHON_USEDEP}]"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-       test? ( ${RDEPEND}
-               $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7 pypy)
-               dev-python/nose[${PYTHON_USEDEP}]
-               dev-python/coverage[${PYTHON_USEDEP}]
-               dev-python/unittest2[${PYTHON_USEDEP}] )"
-
-src_unpack() {
-       unpack ${P}.tar.gz
-
-       if use test; then
-               cp "${DISTDIR}/jenkins-${JENKINS_VERSION}.war" 
"${P}/jenkinsapi_tests/systests/jenkins.war"
-       fi
-}
-
-python_test() {
-       # tests fail with jenkins 1.6x
-       # https://github.com/salimfadhley/jenkinsapi/issues/406
-       esetup.py test
-}

diff --git a/dev-python/jenkinsapi/metadata.xml 
b/dev-python/jenkinsapi/metadata.xml
deleted file mode 100644
index eb4470a6275..00000000000
--- a/dev-python/jenkinsapi/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">salimfadhley/jenkinsapi</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 0f543a77cd2..2196a4ff23f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -307,10 +307,6 @@ sys-apps/bubblewrap
 <www-client/firefox-60
 <www-client/firefox-bin-60
 
-# Virgil Dupras <[email protected]> (12 Oct 2018)
-# Unmaintained, no revdep. Removal in 30 days. Bug #645384
-dev-python/jenkinsapi
-
 # Sergei Trofimovich <[email protected]> (09 Oct 2018)
 # Upstream is not actively maintained. Needs a port to mupdf-1.14.
 app-text/fbpdf

Reply via email to