summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-08-02 16:23:32 +0200
committerMichał Górny <mgorny@gentoo.org>2016-08-02 16:34:12 +0200
commit157553a5354cff801db884e9706c64d303c0f98c (patch)
treeef7776004e8fa07904f2cffddedd6e729bf07f46 /app-portage
parentapp-misc/pal: new revision fixing -Wformat-security warnings. (diff)
downloadgentoo-157553a5354cff801db884e9706c64d303c0f98c.tar.gz
gentoo-157553a5354cff801db884e9706c64d303c0f98c.tar.bz2
gentoo-157553a5354cff801db884e9706c64d303c0f98c.zip
app-portage/pms-test-suite: Remove last-rited pkg, #587138
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/pms-test-suite/Manifest1
-rw-r--r--app-portage/pms-test-suite/metadata.xml15
-rw-r--r--app-portage/pms-test-suite/pms-test-suite-0.2.ebuild62
-rw-r--r--app-portage/pms-test-suite/pms-test-suite-9999.ebuild71
4 files changed, 0 insertions, 149 deletions
diff --git a/app-portage/pms-test-suite/Manifest b/app-portage/pms-test-suite/Manifest
deleted file mode 100644
index cba23b3f9746..000000000000
--- 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 cff792641b9e..000000000000
--- 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>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <upstream>
- <maintainer status="active">
- <email>mgorny@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 d21cb9dece37..000000000000
--- 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 b7b0788660b5..000000000000
--- 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
-}