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: net-analyzer/nagios-check_openvpn-simple/, profiles/
Date: Sat, 29 Sep 2018 10:15:48
Message-Id: 1538215954.20ad081ed08895fa8f10555fd461c91f40b808ea.mgorny@gentoo
1 commit: 20ad081ed08895fa8f10555fd461c91f40b808ea
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 29 10:12:34 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 29 10:12:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ad081e
7
8 net-analyzer/nagios-check_openvpn-simple: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/663774
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 net-analyzer/nagios-check_openvpn-simple/Manifest | 1 -
14 .../nagios-check_openvpn-simple/metadata.xml | 8 -----
15 .../nagios-check_openvpn-simple-0.0.1-r1.ebuild | 39 ----------------------
16 profiles/package.mask | 5 ---
17 4 files changed, 53 deletions(-)
18
19 diff --git a/net-analyzer/nagios-check_openvpn-simple/Manifest b/net-analyzer/nagios-check_openvpn-simple/Manifest
20 deleted file mode 100644
21 index 3f911658d0b..00000000000
22 --- a/net-analyzer/nagios-check_openvpn-simple/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST check_openvpn-simple-0.0.1.tar.gz 13597 BLAKE2B 8cf1bdb19e08d2f6ccbf1d74d2a3e6679344d3dada493bc32a41a3fe9fc7fc500136fa4949096c8afdbdae120ec6d2b6e3b109b8a8a1439796bfbbeb17b1d4a0 SHA512 186575e4de4fd5f27f9701b5e5a56d8b6eae454bfefd8b13e6cbcee9da795833a567fc7a4fc5331a1498f6c0428599f0ec895acecb410e95e37ed43df58abc8f
26
27 diff --git a/net-analyzer/nagios-check_openvpn-simple/metadata.xml b/net-analyzer/nagios-check_openvpn-simple/metadata.xml
28 deleted file mode 100644
29 index 45125b9b6e9..00000000000
30 --- a/net-analyzer/nagios-check_openvpn-simple/metadata.xml
31 +++ /dev/null
32 @@ -1,8 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <maintainer type="person">
37 - <email>mjo@g.o</email>
38 - <name>Michael Orlitzky</name>
39 - </maintainer>
40 -</pkgmetadata>
41
42 diff --git a/net-analyzer/nagios-check_openvpn-simple/nagios-check_openvpn-simple-0.0.1-r1.ebuild b/net-analyzer/nagios-check_openvpn-simple/nagios-check_openvpn-simple-0.0.1-r1.ebuild
43 deleted file mode 100644
44 index c7b69cf87e7..00000000000
45 --- a/net-analyzer/nagios-check_openvpn-simple/nagios-check_openvpn-simple-0.0.1-r1.ebuild
46 +++ /dev/null
47 @@ -1,39 +0,0 @@
48 -# Copyright 1999-2018 Gentoo Foundation
49 -# Distributed under the terms of the GNU General Public License v2
50 -
51 -EAPI=6
52 -
53 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
54 -inherit distutils-r1
55 -
56 -MY_PN="${PN/nagios-/}"
57 -MY_P="${P/nagios-/}"
58 -DESCRIPTION="A Nagios plugin to check whether an OpenVPN server is alive"
59 -HOMEPAGE="http://michael.orlitzky.com/code/${MY_PN}.php"
60 -SRC_URI="http://michael.orlitzky.com/code/releases/${MY_P}.tar.gz"
61 -S="${WORKDIR}/${MY_P}"
62 -
63 -LICENSE="GPL-3"
64 -SLOT="0"
65 -KEYWORDS="~amd64 ~x86"
66 -IUSE=""
67 -
68 -src_install() {
69 - distutils-r1_src_install
70 -
71 - local nagiosplugindir="/usr/$(get_libdir)/nagios/plugins"
72 - dodir "${nagiosplugindir}"
73 -
74 - # Create a symlink from the nagios plugin directory to the /usr/bin
75 - # location. The "binary" in /usr/bin should also be a symlink, since
76 - # the python machinery allows the user to switch out the
77 - # interpreter. We don't want to mess with any of that, so we just
78 - # point to whatever the system would use if the user executed
79 - # ${MY_PN}.
80 - #
81 - # The relative symlink is preferred so that if the package is
82 - # installed e.g. while in a chroot, the symlink will never point
83 - # outside of that chroot.
84 - #
85 - dosym "../../../bin/${MY_PN}" "${nagiosplugindir}/${MY_PN}"
86 -}
87
88 diff --git a/profiles/package.mask b/profiles/package.mask
89 index 2a7763b8b85..162cf02831f 100644
90 --- a/profiles/package.mask
91 +++ b/profiles/package.mask
92 @@ -207,11 +207,6 @@ media-plugins/vdr-videosystem
93 # Requires >=dev-libs/openssl-1.1.0
94 >=net-misc/nextcloud-client-2.5.0_beta1
95
96 -# Michael Orlitzky <mjo@g.o> (16 Aug 2018)
97 -# Obsolete! Use net-analyzer/nagios-icinga-openvpn instead.
98 -# Will be removed in 30 days (bug 663774).
99 -net-analyzer/nagios-check_openvpn-simple
100 -
101 # Bernard Cafarelli <voyageur@g.o> (13 Aug 2018)
102 # Beta release with new features, masked for testing
103 =app-text/tesseract-4.0.0_beta*