commit:     157553a5354cff801db884e9706c64d303c0f98c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  2 14:23:32 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug  2 14:34:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=157553a5

app-portage/pms-test-suite: Remove last-rited pkg, #587138

 app-portage/pms-test-suite/Manifest                |  1 -
 app-portage/pms-test-suite/metadata.xml            | 15 -----
 .../pms-test-suite/pms-test-suite-0.2.ebuild       | 62 -------------------
 .../pms-test-suite/pms-test-suite-9999.ebuild      | 71 ----------------------
 profiles/package.mask                              |  5 --
 5 files changed, 154 deletions(-)

diff --git a/app-portage/pms-test-suite/Manifest 
b/app-portage/pms-test-suite/Manifest
deleted file mode 100644
index cba23b3..0000000
--- a/app-portage/pms-test-suite/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pms-test-suite-0.2.tar.bz2 21962 SHA256 
104a757edf5b223ff38885691b332420da82a0c62b80469787883579385aafea SHA512 
66e5d166458f6a1082c8c53cb52a679d25d26187369c25f2df16519d0b44ad447d12c726abaca45187965bb4263bc063ef969b391ae0912c449907f0b8e79b68
 WHIRLPOOL 
dd92de5d204501c79538f5d007e919ecbd6c78daff0377115df3d022e7b46233d1b2b97278081996471044f5b42f5350fd6f8eeef90a85097ea578e949f628de

diff --git a/app-portage/pms-test-suite/metadata.xml 
b/app-portage/pms-test-suite/metadata.xml
deleted file mode 100644
index cff7926..0000000
--- a/app-portage/pms-test-suite/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>mgo...@gentoo.org</email>
-               <name>Michał Górny</name>
-       </maintainer>
-       <upstream>
-               <maintainer status="active">
-                       <email>mgo...@gentoo.org</email>
-                       <name>Michał Górny</name>
-               </maintainer>
-               
<bugs-to>https://bitbucket.org/mgorny/pms-test-suite/issues/</bugs-to>
-       </upstream>
-</pkgmetadata>

diff --git a/app-portage/pms-test-suite/pms-test-suite-0.2.ebuild 
b/app-portage/pms-test-suite/pms-test-suite-0.2.ebuild
deleted file mode 100644
index d21cb9d..0000000
--- a/app-portage/pms-test-suite/pms-test-suite-0.2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-PYTHON_DEPEND='2:2.6'
-# Python ABIs are not supported by pkgcore
-#SUPPORT_PYTHON_ABIS=1
-# Python3 is not supported by dbus & gobject
-RESTRICT_PYTHON_ABIS='2.4 2.5 3.*'
-DISTUTILS_SRC_TEST=setup.py
-
-inherit base distutils
-
-DESCRIPTION="A test suite for Package Manager PMS compliance"
-HOMEPAGE="https://www.gentoo.org/proj/en/qa/pms/pms-test-suite.xml";
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND=">=app-portage/gentoopm-0.1.5
-       dev-python/dbus-python
-       dev-python/pygobject:2"
-DEPEND="doc? ( dev-python/epydoc )
-       test? ( >=sys-apps/portage-2.1.10.3
-               sys-apps/pkgcore
-               >=sys-apps/paludis-0.64.2[python] )"
-
-# broken atm
-RESTRICT=test
-
-PYTHON_MODNAME=pmstestsuite
-
-pkg_setup() {
-       python_set_active_version 2
-       python_pkg_setup
-}
-
-src_prepare() {
-       base_src_prepare
-       distutils_src_prepare
-}
-
-src_compile() {
-       distutils_src_compile
-
-       if use doc; then
-               "$(PYTHON)" setup.py "${_DISTUTILS_GLOBAL_OPTIONS[@]}" doc || 
die
-       fi
-}
-
-src_install() {
-       distutils_src_install
-
-       if use doc; then
-               dohtml -r doc/*
-       fi
-}

diff --git a/app-portage/pms-test-suite/pms-test-suite-9999.ebuild 
b/app-portage/pms-test-suite/pms-test-suite-9999.ebuild
deleted file mode 100644
index b7b0788..0000000
--- a/app-portage/pms-test-suite/pms-test-suite-9999.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-PYTHON_DEPEND='2:2.6'
-# Python ABIs are not supported by pkgcore
-#SUPPORT_PYTHON_ABIS=1
-# Python3 is not supported by dbus & gobject
-RESTRICT_PYTHON_ABIS='2.4 2.5 3.*'
-DISTUTILS_SRC_TEST=setup.py
-
-inherit base distutils
-
-#if LIVE
-EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git
-       https://anongit.gentoo.org/git/proj/${PN}.git
-       https://bitbucket.org/mgorny/${PN}.git";
-inherit git-2
-#endif
-
-DESCRIPTION="A test suite for Package Manager PMS compliance"
-HOMEPAGE="https://www.gentoo.org/proj/en/qa/pms/pms-test-suite.xml";
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND=">=app-portage/gentoopm-0.1.5
-       dev-python/dbus-python
-       dev-python/pygobject:2"
-DEPEND="doc? ( dev-python/epydoc )
-       test? ( >=sys-apps/portage-2.1.10.3
-               sys-apps/pkgcore
-               >=sys-apps/paludis-0.64.2[python] )"
-
-PYTHON_MODNAME=pmstestsuite
-
-#if LIVE
-KEYWORDS=
-SRC_URI=
-#endif
-
-pkg_setup() {
-       python_set_active_version 2
-       python_pkg_setup
-}
-
-src_prepare() {
-       base_src_prepare
-       distutils_src_prepare
-}
-
-src_compile() {
-       distutils_src_compile
-
-       if use doc; then
-               "$(PYTHON)" setup.py "${_DISTUTILS_GLOBAL_OPTIONS[@]}" doc || 
die
-       fi
-}
-
-src_install() {
-       distutils_src_install
-
-       if use doc; then
-               dohtml -r doc/*
-       fi
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 00fce6e..9e785ed 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -279,11 +279,6 @@ app-portage/layman-dbtools
 dev-libs/guiloader
 dev-libs/guiloader-c++
 
-# Michał Górny <mgo...@gentoo.org> (26 Jun 2016)
-# Unmaintained, not updated since 2012. Not really useful for anything.
-# Removal in 30 days, #587138.
-app-portage/pms-test-suite
-
 # Aaron Bauman <b...@gentoo.org> (26 Jun 2016)
 # Unpatched security vulnerability per bug #475120
 media-video/motion

Reply via email to