Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-util/xesam-tools/
Date: Wed, 04 Mar 2020 16:37:48
Message-Id: 1583339847.8c09eb309698da9d6d627b9e20458f23f073c151.mgorny@gentoo
1 commit: 8c09eb309698da9d6d627b9e20458f23f073c151
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 4 16:35:47 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 4 16:37:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c09eb30
7
8 dev-util/xesam-tools: Remove last-rited pkg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/xesam-tools/Manifest | 1 -
13 dev-util/xesam-tools/metadata.xml | 10 ------
14 dev-util/xesam-tools/xesam-tools-0.7.0-r2.ebuild | 45 ------------------------
15 profiles/package.mask | 4 ---
16 4 files changed, 60 deletions(-)
17
18 diff --git a/dev-util/xesam-tools/Manifest b/dev-util/xesam-tools/Manifest
19 deleted file mode 100644
20 index a0dfd0535eb..00000000000
21 --- a/dev-util/xesam-tools/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST xesam-tools-0.7.0.tar.gz 73173 BLAKE2B f1d8f69d18bd72db4ca40131be8c2e9eac8752d18d8958e343e0c6dd5e49b7a6d89399aec4e4306d2f3c35fddbf4530deff4f9fd09ed0c47b2cc59694ff6baec SHA512 3428e18eb52fa205bca872c8b0b1f12f01f58a8fb43239bc2cc78fe52f9903940702dae4116d4775340b69ec949ad2198b57c0c1246fe58dd8ed8b7a6562bf71
25
26 diff --git a/dev-util/xesam-tools/metadata.xml b/dev-util/xesam-tools/metadata.xml
27 deleted file mode 100644
28 index 9c8fd938d1b..00000000000
29 --- a/dev-util/xesam-tools/metadata.xml
30 +++ /dev/null
31 @@ -1,10 +0,0 @@
32 -<?xml version="1.0" encoding="UTF-8"?>
33 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 -<pkgmetadata>
35 - <!-- maintainer-needed -->
36 - <longdescription lang="en">
37 - xesam-tools provides a set of tools and examples to help developers
38 - who are working on servers or clients which implement the Xesam desktop
39 - search specification
40 - </longdescription>
41 -</pkgmetadata>
42
43 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
44 deleted file mode 100644
45 index 676f69b8e2b..00000000000
46 --- a/dev-util/xesam-tools/xesam-tools-0.7.0-r2.ebuild
47 +++ /dev/null
48 @@ -1,45 +0,0 @@
49 -# Copyright 1999-2020 Gentoo Authors
50 -# Distributed under the terms of the GNU General Public License v2
51 -
52 -EAPI=5
53 -
54 -PYTHON_COMPAT=( python2_7 )
55 -PYTHON_REQ_USE="xml"
56 -DISTUTILS_SINGLE_IMPL=1
57 -
58 -inherit distutils-r1
59 -
60 -DESCRIPTION="Development tools and examples for the Xesam desktop search API"
61 -HOMEPAGE="http://xesam.org/people/kamstrup/xesam-tools"
62 -SRC_URI="http://xesam.org/people/kamstrup/${PN}/${P}.tar.gz"
63 -
64 -LICENSE="LGPL-2.1"
65 -SLOT="0"
66 -KEYWORDS="~amd64 ~x86"
67 -IUSE="examples"
68 -
69 -DEPEND=""
70 -RDEPEND="
71 - $(python_gen_cond_dep '
72 - dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
73 - dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
74 - dev-python/pygtk[${PYTHON_MULTI_USEDEP}]
75 - ')"
76 -
77 -pkg_setup() {
78 - python-single-r1_pkg_setup
79 -}
80 -
81 -src_install() {
82 - distutils-r1_src_install
83 -
84 - insinto "/usr/share/doc/${PF}"
85 - doins -r samples
86 -
87 - if use examples; then
88 - insinto "/usr/share/doc/${PF}/demo"
89 - doins "demo/demo.py"
90 - insopts -m 0755
91 - doins demo/[^d]*
92 - fi
93 -}
94
95 diff --git a/profiles/package.mask b/profiles/package.mask
96 index 455d483a2b1..ea56e129f04 100644
97 --- a/profiles/package.mask
98 +++ b/profiles/package.mask
99 @@ -552,10 +552,6 @@ x11-misc/googsystray
100 # Ancient, no maintainer, py27-only, bug 708104. Masked for removal in 30 days.
101 dev-util/gquilt
102
103 -# Andreas Sturmlechner <asturm@g.o> (2020-02-03)
104 -# Ancient, no maintainer, py27-only. Masked for removal in 30 days.
105 -dev-util/xesam-tools
106 -
107 # Mart Raudsepp <leio@g.o> (2020-02-03)
108 # Known breakages that need to be handled first, bug 698922
109 >=x11-libs/pango-1.43