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: app-admin/checkrestart/, app-admin/checkrestart/files/, profiles/
Date: Sat, 01 Jul 2017 09:20:20
Message-Id: 1498900797.f2a65ab8cebcc64971a43a22a1feaf64fdf879bd.mgorny@gentoo
1 commit: f2a65ab8cebcc64971a43a22a1feaf64fdf879bd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 09:13:34 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 09:19:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a65ab8
7
8 app-admin/checkrestart: Remove last-rited pkg
9
10 app-admin/checkrestart/Manifest | 1 -
11 app-admin/checkrestart/checkrestart-0.47-r3.ebuild | 37 ---------------------
12 app-admin/checkrestart/checkrestart-0.47-r4.ebuild | 38 ----------------------
13 .../checkrestart/files/checkrestart-0.47-cwd.patch | 11 -------
14 .../checkrestart-0.47-list-comprehension-fix.patch | 11 -------
15 app-admin/checkrestart/metadata.xml | 8 -----
16 profiles/package.mask | 7 ----
17 7 files changed, 113 deletions(-)
18
19 diff --git a/app-admin/checkrestart/Manifest b/app-admin/checkrestart/Manifest
20 deleted file mode 100644
21 index c1525295c58..00000000000
22 --- a/app-admin/checkrestart/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST checkrestart-0.47-sep.tar.bz2 5888 SHA256 e80c89b8e2b082c4e2050a45dbdd375c6ef68dd91bdb000ae701359d0d04558e SHA512 7fe91a3e4c8a0ff09ff19d3d521739e2e289dc45be0def0000e1036cb964916f84ed2beb902fe0558ae999c5e34ecdc891a168342cc8e3ab967254e65c26dd20 WHIRLPOOL 12bcce4e273aeaa2f486d8b225aaf9e1c7eb1336fe77b8b9b6f7cbf6358560c0dc5b9063ef516baca53fe861541fc15553816a5d1d21d9a8f9ccae2276d345c1
26
27 diff --git a/app-admin/checkrestart/checkrestart-0.47-r3.ebuild b/app-admin/checkrestart/checkrestart-0.47-r3.ebuild
28 deleted file mode 100644
29 index d48ce920036..00000000000
30 --- a/app-admin/checkrestart/checkrestart-0.47-r3.ebuild
31 +++ /dev/null
32 @@ -1,37 +0,0 @@
33 -# Copyright 1999-2014 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -PYTHON_COMPAT=( python2_7 )
39 -
40 -inherit eutils python-single-r1
41 -
42 -DESCRIPTION="the sysadmin's rolling upgrade tool"
43 -HOMEPAGE="http://arcdraco.net/checkrestart"
44 -SRC_URI="http://arcdraco.net/~dragon/${P}-sep.tar.bz2"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~arm ~hppa ~x86"
49 -IUSE=""
50 -
51 -RDEPEND="
52 - ${PYTHON_DEPS}
53 - sys-apps/lsb-release
54 - app-portage/portage-utils
55 - sys-process/lsof
56 -"
57 -
58 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
59 -
60 -S=${WORKDIR}
61 -
62 -src_prepare() {
63 - epatch "${FILESDIR}"/${P}-list-comprehension-fix.patch
64 - python_fix_shebang ${PN}
65 -}
66 -
67 -src_install() {
68 - dosbin ${PN}
69 -}
70
71 diff --git a/app-admin/checkrestart/checkrestart-0.47-r4.ebuild b/app-admin/checkrestart/checkrestart-0.47-r4.ebuild
72 deleted file mode 100644
73 index e50065c8ed1..00000000000
74 --- a/app-admin/checkrestart/checkrestart-0.47-r4.ebuild
75 +++ /dev/null
76 @@ -1,38 +0,0 @@
77 -# Copyright 1999-2016 Gentoo Foundation
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=5
81 -
82 -PYTHON_COMPAT=( python2_7 )
83 -
84 -inherit eutils python-single-r1
85 -
86 -DESCRIPTION="the sysadmin's rolling upgrade tool"
87 -HOMEPAGE="http://arcdraco.net/checkrestart"
88 -SRC_URI="http://arcdraco.net/~dragon/${P}-sep.tar.bz2"
89 -
90 -LICENSE="GPL-2"
91 -SLOT="0"
92 -KEYWORDS="~amd64 ~arm ~hppa ~x86"
93 -IUSE=""
94 -
95 -RDEPEND="
96 - ${PYTHON_DEPS}
97 - sys-apps/lsb-release
98 - app-portage/portage-utils
99 - sys-process/lsof
100 -"
101 -
102 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
103 -
104 -S=${WORKDIR}
105 -
106 -src_prepare() {
107 - epatch "${FILESDIR}"/${P}-list-comprehension-fix.patch
108 - epatch "${FILESDIR}"/${P}-cwd.patch
109 - python_fix_shebang ${PN}
110 -}
111 -
112 -src_install() {
113 - dosbin ${PN}
114 -}
115
116 diff --git a/app-admin/checkrestart/files/checkrestart-0.47-cwd.patch b/app-admin/checkrestart/files/checkrestart-0.47-cwd.patch
117 deleted file mode 100644
118 index 6d5fd50aa05..00000000000
119 --- a/app-admin/checkrestart/files/checkrestart-0.47-cwd.patch
120 +++ /dev/null
121 @@ -1,11 +0,0 @@
122 ---- /usr/sbin/checkrestart 2016-02-22 08:08:34.000000000 -0800
123 -+++ /usr/sbin/checkrestarta 2016-02-22 08:19:16.013507231 -0800
124 -@@ -114,7 +114,7 @@
125 - def portage_fQuery(programs, packages):
126 -
127 - dpkgQuery = ["qfile", "-C"] + programs.keys()
128 -- dpkgProc = subprocess.Popen(dpkgQuery, stdout=subprocess.PIPE)
129 -+ dpkgProc = subprocess.Popen(dpkgQuery, stdout=subprocess.PIPE, cwd='/')
130 - for line in dpkgProc.stdout.readlines():
131 - packagename, program = line[:-1].split(' ')
132 - program = re.match('\((.*)\)', program).group(1)
133
134 diff --git a/app-admin/checkrestart/files/checkrestart-0.47-list-comprehension-fix.patch b/app-admin/checkrestart/files/checkrestart-0.47-list-comprehension-fix.patch
135 deleted file mode 100644
136 index f22f0b9e50c..00000000000
137 --- a/app-admin/checkrestart/files/checkrestart-0.47-list-comprehension-fix.patch
138 +++ /dev/null
139 @@ -1,11 +0,0 @@
140 ---- a/checkrestart
141 -+++ b/checkrestart
142 -@@ -216,7 +216,7 @@
143 - package.initscripts.append(path)
144 -
145 - # Remove duplicate inits
146 -- package.initscripts = [ u for u in package.initscripts if u not in locals()['_[1]'] ]
147 -+ package.initscripts = list(set(package.initscripts))
148 -
149 - restartable = []
150 - nonrestartable = []
151
152 diff --git a/app-admin/checkrestart/metadata.xml b/app-admin/checkrestart/metadata.xml
153 deleted file mode 100644
154 index 9f5eb23dda4..00000000000
155 --- a/app-admin/checkrestart/metadata.xml
156 +++ /dev/null
157 @@ -1,8 +0,0 @@
158 -<?xml version="1.0" encoding="UTF-8"?>
159 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
160 -<pkgmetadata>
161 - <maintainer type="person">
162 - <email>aidecoe@g.o</email>
163 - <name>Amadeusz Żołnowski</name>
164 - </maintainer>
165 -</pkgmetadata>
166
167 diff --git a/profiles/package.mask b/profiles/package.mask
168 index 7221f82bb86..6bf31cf0315 100644
169 --- a/profiles/package.mask
170 +++ b/profiles/package.mask
171 @@ -561,13 +561,6 @@ www-client/xombrero
172 # I will remove it in 30 days.
173 app-shells/z
174
175 -# Amadeusz Żołnowski <aidecoe@g.o> (28 May 2017)
176 -# Masked for removal. Upstream has disappeared. Homepage is not
177 -# accessible anymore. There are open, long-standing bugs: #553888,
178 -# #532308, #548920, not worth fixing while there's active alternative.
179 -# Use app-admin/needrestart instead.
180 -app-admin/checkrestart
181 -
182 # Michał Górny <mgorny@g.o> (25 May 2017)
183 # First GTK+3 version with known regressions:
184 # https://mail.xfce.org/pipermail/xfce-announce/2017-May/000517.html