Gentoo Archives: gentoo-commits

From: Jian Lin <jlin.gentoo@×××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/ewmh/
Date: Thu, 24 Jun 2021 12:22:46
Message-Id: 1624450557.a07f92e3cd1b28225955f7ff7f94330e8b31bb21.jian@gentoo
1 commit: a07f92e3cd1b28225955f7ff7f94330e8b31bb21
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 23 12:15:57 2021 +0000
4 Commit: Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
5 CommitDate: Wed Jun 23 12:15:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a07f92e3
7
8 dev-python/ewmh: treeclean (moved to ::gentoo)
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 dev-python/ewmh/Manifest | 1 -
13 dev-python/ewmh/ewmh-0.1.6.ebuild | 19 -------------------
14 dev-python/ewmh/metadata.xml | 12 ------------
15 3 files changed, 32 deletions(-)
16
17 diff --git a/dev-python/ewmh/Manifest b/dev-python/ewmh/Manifest
18 deleted file mode 100644
19 index 494bf9e8e..000000000
20 --- a/dev-python/ewmh/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST ewmh-0.1.6.tar.gz 13065 BLAKE2B ba26d28f8976792b07e0bb200e1a2edcd7a04442bd17606a5d786ca41f01f4f3f96243134dde638fa228e49b79556d6ccbf25cf032c278e0b5233557746f34e9 SHA512 96c498cbd45bf03dca8b0c982cbb7e5644b00ce35b49df6abf119d36a18c08f907b635fc0ab12493d6351ba2c6645c75440d7c92d09d6feb06f6121bfd41391b
24
25 diff --git a/dev-python/ewmh/ewmh-0.1.6.ebuild b/dev-python/ewmh/ewmh-0.1.6.ebuild
26 deleted file mode 100644
27 index c63f2c7c3..000000000
28 --- a/dev-python/ewmh/ewmh-0.1.6.ebuild
29 +++ /dev/null
30 @@ -1,19 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_{8,9} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="An implementation of Extended Window Manager Hints, based on Xlib"
41 -HOMEPAGE="https://github.com/parkouss/pyewmh https://pypi.python.org/pypi/ewmh"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="LGPL-3"
45 -KEYWORDS="~amd64 ~arm ~x86"
46 -SLOT="0"
47 -
48 -RDEPEND="dev-python/python-xlib[${PYTHON_USEDEP}]"
49 -DEPEND="${RDEPEND}"
50
51 diff --git a/dev-python/ewmh/metadata.xml b/dev-python/ewmh/metadata.xml
52 deleted file mode 100644
53 index c62888df5..000000000
54 --- a/dev-python/ewmh/metadata.xml
55 +++ /dev/null
56 @@ -1,12 +0,0 @@
57 -<?xml version="1.0" encoding="UTF-8"?>
58 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
59 -<pkgmetadata>
60 - <maintainer type="person">
61 - <email>queereen@××××××.net</email>
62 - <name>Avis Drożniak</name>
63 - </maintainer>
64 - <longdescription>
65 - An implementation of EWMH (Extended Window Manager Hints) for python 2 and 3, based on Xlib.
66 - It allows EWMH-compliant window managers (most modern WMs) to be queried and controlled.
67 - </longdescription>
68 -</pkgmetadata>