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/, app-misc/pystopwatch/
Date: Wed, 04 Mar 2020 16:37:49
Message-Id: 1583339850.c1f212db2db577715d33cf8561e0a3c9a3f5d3dc.mgorny@gentoo
1 commit: c1f212db2db577715d33cf8561e0a3c9a3f5d3dc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 4 16:36:32 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 4 16:37:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1f212db
7
8 app-misc/pystopwatch: Remove last-rited pkg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-misc/pystopwatch/Manifest | 1 -
13 app-misc/pystopwatch/metadata.xml | 5 ---
14 .../pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild | 37 ----------------------
15 profiles/package.mask | 5 ---
16 4 files changed, 48 deletions(-)
17
18 diff --git a/app-misc/pystopwatch/Manifest b/app-misc/pystopwatch/Manifest
19 deleted file mode 100644
20 index 0189e7aeb65..00000000000
21 --- a/app-misc/pystopwatch/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST pystopwatch-2012.12.24.1.tar.xz 14580 BLAKE2B e9f6deabe932bb4adc658d5b5ebc0cc7f2de461a287773881c6d1f34e7f50a0b23b3b317344994a2717998fe6e611167ed0a5d380235f6b1a5e3f572964e7609 SHA512 4b3af373356eaafd14caeecb34150fef8e7099120855230dce7c0eabba68f75d497c3cc2eb733a086a02a96ae5feeca1898ba201a5f6f5597dcd32de9c80b3df
25
26 diff --git a/app-misc/pystopwatch/metadata.xml b/app-misc/pystopwatch/metadata.xml
27 deleted file mode 100644
28 index 6f49eba8f49..00000000000
29 --- a/app-misc/pystopwatch/metadata.xml
30 +++ /dev/null
31 @@ -1,5 +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 -</pkgmetadata>
37
38 diff --git a/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild b/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild
39 deleted file mode 100644
40 index 971bd6d07a0..00000000000
41 --- a/app-misc/pystopwatch/pystopwatch-2012.12.24.1-r1.ebuild
42 +++ /dev/null
43 @@ -1,37 +0,0 @@
44 -# Copyright 1999-2020 Gentoo Authors
45 -# Distributed under the terms of the GNU General Public License v2
46 -
47 -EAPI=5
48 -
49 -PYTHON_COMPAT=( python2_7 )
50 -
51 -inherit python-single-r1
52 -
53 -DESCRIPTION="clock and two countdown functions that can minimize to the tray"
54 -HOMEPAGE="http://xyne.archlinux.ca/projects/pystopwatch"
55 -SRC_URI="http://xyne.archlinux.ca/projects/${PN}/src/${P}.tar.xz"
56 -
57 -LICENSE="GPL-2"
58 -SLOT="0"
59 -KEYWORDS="amd64 x86"
60 -
61 -IUSE=""
62 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
63 -
64 -RDEPEND="
65 - $(python_gen_cond_dep '
66 - dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
67 - ')
68 - gnome-base/librsvg
69 - ${PYTHON_DEPS}
70 -"
71 -DEPEND=""
72 -
73 -src_prepare() {
74 - unpack ./man/${PN}.1.gz
75 -}
76 -
77 -src_install() {
78 - python_doscript ${PN}
79 - doman ${PN}.1
80 -}
81
82 diff --git a/profiles/package.mask b/profiles/package.mask
83 index 6e475c3336c..cf8645e65e5 100644
84 --- a/profiles/package.mask
85 +++ b/profiles/package.mask
86 @@ -538,11 +538,6 @@ app-misc/hachoir-urwid
87 dev-python/hachoir-core
88 dev-python/hachoir-parser
89
90 -# Andreas Sturmlechner <asturm@g.o> (2020-02-03)
91 -# No maintainer, py27-only, blocks pygtk-removal, last release in 2012.
92 -# Masked for removal in 30 days.
93 -app-misc/pystopwatch
94 -
95 # Mart Raudsepp <leio@g.o> (2020-02-03)
96 # Known breakages that need to be handled first, bug 698922
97 >=x11-libs/pango-1.43