mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-admin/checkrestart: Remove last-rited pkg
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST checkrestart-0.47-sep.tar.bz2 5888 SHA256 e80c89b8e2b082c4e2050a45dbdd375c6ef68dd91bdb000ae701359d0d04558e SHA512 7fe91a3e4c8a0ff09ff19d3d521739e2e289dc45be0def0000e1036cb964916f84ed2beb902fe0558ae999c5e34ecdc891a168342cc8e3ab967254e65c26dd20 WHIRLPOOL 12bcce4e273aeaa2f486d8b225aaf9e1c7eb1336fe77b8b9b6f7cbf6358560c0dc5b9063ef516baca53fe861541fc15553816a5d1d21d9a8f9ccae2276d345c1
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit eutils python-single-r1
|
||||
|
||||
DESCRIPTION="the sysadmin's rolling upgrade tool"
|
||||
HOMEPAGE="http://arcdraco.net/checkrestart"
|
||||
SRC_URI="http://arcdraco.net/~dragon/${P}-sep.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~hppa ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
sys-apps/lsb-release
|
||||
app-portage/portage-utils
|
||||
sys-process/lsof
|
||||
"
|
||||
|
||||
REQUIRED_USE=${PYTHON_REQUIRED_USE}
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-list-comprehension-fix.patch
|
||||
python_fix_shebang ${PN}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dosbin ${PN}
|
||||
}
|
||||
@@ -1,38 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit eutils python-single-r1
|
||||
|
||||
DESCRIPTION="the sysadmin's rolling upgrade tool"
|
||||
HOMEPAGE="http://arcdraco.net/checkrestart"
|
||||
SRC_URI="http://arcdraco.net/~dragon/${P}-sep.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~hppa ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
sys-apps/lsb-release
|
||||
app-portage/portage-utils
|
||||
sys-process/lsof
|
||||
"
|
||||
|
||||
REQUIRED_USE=${PYTHON_REQUIRED_USE}
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-list-comprehension-fix.patch
|
||||
epatch "${FILESDIR}"/${P}-cwd.patch
|
||||
python_fix_shebang ${PN}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dosbin ${PN}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
--- /usr/sbin/checkrestart 2016-02-22 08:08:34.000000000 -0800
|
||||
+++ /usr/sbin/checkrestarta 2016-02-22 08:19:16.013507231 -0800
|
||||
@@ -114,7 +114,7 @@
|
||||
def portage_fQuery(programs, packages):
|
||||
|
||||
dpkgQuery = ["qfile", "-C"] + programs.keys()
|
||||
- dpkgProc = subprocess.Popen(dpkgQuery, stdout=subprocess.PIPE)
|
||||
+ dpkgProc = subprocess.Popen(dpkgQuery, stdout=subprocess.PIPE, cwd='/')
|
||||
for line in dpkgProc.stdout.readlines():
|
||||
packagename, program = line[:-1].split(' ')
|
||||
program = re.match('\((.*)\)', program).group(1)
|
||||
@@ -1,11 +0,0 @@
|
||||
--- a/checkrestart
|
||||
+++ b/checkrestart
|
||||
@@ -216,7 +216,7 @@
|
||||
package.initscripts.append(path)
|
||||
|
||||
# Remove duplicate inits
|
||||
- package.initscripts = [ u for u in package.initscripts if u not in locals()['_[1]'] ]
|
||||
+ package.initscripts = list(set(package.initscripts))
|
||||
|
||||
restartable = []
|
||||
nonrestartable = []
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>aidecoe@gentoo.org</email>
|
||||
<name>Amadeusz Żołnowski</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -561,13 +561,6 @@ www-client/xombrero
|
||||
# I will remove it in 30 days.
|
||||
app-shells/z
|
||||
|
||||
# Amadeusz Żołnowski <aidecoe@gentoo.org> (28 May 2017)
|
||||
# Masked for removal. Upstream has disappeared. Homepage is not
|
||||
# accessible anymore. There are open, long-standing bugs: #553888,
|
||||
# #532308, #548920, not worth fixing while there's active alternative.
|
||||
# Use app-admin/needrestart instead.
|
||||
app-admin/checkrestart
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (25 May 2017)
|
||||
# First GTK+3 version with known regressions:
|
||||
# https://mail.xfce.org/pipermail/xfce-announce/2017-May/000517.html
|
||||
|
||||
Reference in New Issue
Block a user