commit:     8c09eb309698da9d6d627b9e20458f23f073c151
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  4 16:35:47 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar  4 16:37:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c09eb30

dev-util/xesam-tools: Remove last-rited pkg

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-util/xesam-tools/Manifest                    |  1 -
 dev-util/xesam-tools/metadata.xml                | 10 ------
 dev-util/xesam-tools/xesam-tools-0.7.0-r2.ebuild | 45 ------------------------
 profiles/package.mask                            |  4 ---
 4 files changed, 60 deletions(-)

diff --git a/dev-util/xesam-tools/Manifest b/dev-util/xesam-tools/Manifest
deleted file mode 100644
index a0dfd0535eb..00000000000
--- 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 9c8fd938d1b..00000000000
--- 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 676f69b8e2b..00000000000
--- 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 455d483a2b1..ea56e129f04 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 <[email protected]> (2020-02-03)
-# Ancient, no maintainer, py27-only. Masked for removal in 30 days.
-dev-util/xesam-tools
-
 # Mart Raudsepp <[email protected]> (2020-02-03)
 # Known breakages that need to be handled first, bug 698922
 >=x11-libs/pango-1.43

Reply via email to