summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-04 17:35:47 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-04 17:37:27 +0100
commit8c09eb309698da9d6d627b9e20458f23f073c151 (patch)
treeecf86fe87b5105d4b4f0cf6b9d3b0a341bf0533d
parentdev-python/pygtkglext: Remove last-rited pkg (diff)
downloadgentoo-8c09eb309698da9d6d627b9e20458f23f073c151.tar.gz
gentoo-8c09eb309698da9d6d627b9e20458f23f073c151.tar.bz2
gentoo-8c09eb309698da9d6d627b9e20458f23f073c151.zip
dev-util/xesam-tools: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-util/xesam-tools/Manifest1
-rw-r--r--dev-util/xesam-tools/metadata.xml10
-rw-r--r--dev-util/xesam-tools/xesam-tools-0.7.0-r2.ebuild45
-rw-r--r--profiles/package.mask4
4 files changed, 0 insertions, 60 deletions
diff --git a/dev-util/xesam-tools/Manifest b/dev-util/xesam-tools/Manifest
deleted file mode 100644
index a0dfd0535ebc..000000000000
--- a/dev-util/xesam-tools/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xesam-tools-0.7.0.tar.gz 73173 BLAKE2B f1d8f69d18bd72db4ca40131be8c2e9eac8752d18d8958e343e0c6dd5e49b7a6d89399aec4e4306d2f3c35fddbf4530deff4f9fd09ed0c47b2cc59694ff6baec SHA512 3428e18eb52fa205bca872c8b0b1f12f01f58a8fb43239bc2cc78fe52f9903940702dae4116d4775340b69ec949ad2198b57c0c1246fe58dd8ed8b7a6562bf71
diff --git a/dev-util/xesam-tools/metadata.xml b/dev-util/xesam-tools/metadata.xml
deleted file mode 100644
index 9c8fd938d1b4..000000000000
--- a/dev-util/xesam-tools/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- xesam-tools provides a set of tools and examples to help developers
- who are working on servers or clients which implement the Xesam desktop
- search specification
- </longdescription>
-</pkgmetadata>
diff --git a/dev-util/xesam-tools/xesam-tools-0.7.0-r2.ebuild b/dev-util/xesam-tools/xesam-tools-0.7.0-r2.ebuild
deleted file mode 100644
index 676f69b8e2bd..000000000000
--- a/dev-util/xesam-tools/xesam-tools-0.7.0-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="xml"
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-DESCRIPTION="Development tools and examples for the Xesam desktop search API"
-HOMEPAGE="http://xesam.org/people/kamstrup/xesam-tools"
-SRC_URI="http://xesam.org/people/kamstrup/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-DEPEND=""
-RDEPEND="
- $(python_gen_cond_dep '
- dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
- dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
- dev-python/pygtk[${PYTHON_MULTI_USEDEP}]
- ')"
-
-pkg_setup() {
- python-single-r1_pkg_setup
-}
-
-src_install() {
- distutils-r1_src_install
-
- insinto "/usr/share/doc/${PF}"
- doins -r samples
-
- if use examples; then
- insinto "/usr/share/doc/${PF}/demo"
- doins "demo/demo.py"
- insopts -m 0755
- doins demo/[^d]*
- fi
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 455d483a2b13..ea56e129f040 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -552,10 +552,6 @@ x11-misc/googsystray
# Ancient, no maintainer, py27-only, bug 708104. Masked for removal in 30 days.
dev-util/gquilt
-# Andreas Sturmlechner <asturm@gentoo.org> (2020-02-03)
-# Ancient, no maintainer, py27-only. Masked for removal in 30 days.
-dev-util/xesam-tools
-
# Mart Raudsepp <leio@gentoo.org> (2020-02-03)
# Known breakages that need to be handled first, bug 698922
>=x11-libs/pango-1.43