Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
Date: Fri, 28 Oct 2016 15:16:33
Message-Id: 1477667691.db9467dcf5320a64341cb11c557022510a2a6475.mjo@gentoo
1 commit: db9467dcf5320a64341cb11c557022510a2a6475
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 28 14:59:33 2016 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 28 15:14:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9467dc
7
8 net-analyzer/nagios: remove older versions not stabilized anywhere.
9
10 Package-Manager: portage-2.3.0
11
12 net-analyzer/nagios/nagios-4.0.8.ebuild | 23 -----------------------
13 net-analyzer/nagios/nagios-4.1.1.ebuild | 21 ---------------------
14 net-analyzer/nagios/nagios-4.2.1.ebuild | 21 ---------------------
15 3 files changed, 65 deletions(-)
16
17 diff --git a/net-analyzer/nagios/nagios-4.0.8.ebuild b/net-analyzer/nagios/nagios-4.0.8.ebuild
18 deleted file mode 100644
19 index 1e9a550..00000000
20 --- a/net-analyzer/nagios/nagios-4.0.8.ebuild
21 +++ /dev/null
22 @@ -1,23 +0,0 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Id$
26 -
27 -EAPI=5
28 -
29 -DESCRIPTION="The Nagios metapackage"
30 -HOMEPAGE="http://www.nagios.org"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
35 -IUSE=""
36 -
37 -RDEPEND="~net-analyzer/nagios-core-${PV}
38 - net-analyzer/nagios-plugins
39 - !net-analyzer/nagios-imagepack"
40 -
41 -pkg_postrm() {
42 - elog "Note: this is a meta package for ${PN}."
43 - elog "To remove it completely, or before re-emerging,"
44 - elog "use emerge --depclean."
45 -}
46
47 diff --git a/net-analyzer/nagios/nagios-4.1.1.ebuild b/net-analyzer/nagios/nagios-4.1.1.ebuild
48 deleted file mode 100644
49 index caaab8e..00000000
50 --- a/net-analyzer/nagios/nagios-4.1.1.ebuild
51 +++ /dev/null
52 @@ -1,21 +0,0 @@
53 -# Copyright 1999-2015 Gentoo Foundation
54 -# Distributed under the terms of the GNU General Public License v2
55 -# $Id$
56 -
57 -EAPI=5
58 -
59 -DESCRIPTION="The Nagios metapackage"
60 -HOMEPAGE="http://www.nagios.org/"
61 -
62 -LICENSE="GPL-2"
63 -SLOT="0"
64 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
65 -IUSE=""
66 -
67 -RDEPEND="~net-analyzer/nagios-core-${PV}
68 - || ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"
69 -
70 -pkg_postrm() {
71 - elog "Note: this is a metapackage for ${PN}."
72 - elog "To remove it completely, use emerge --depclean."
73 -}
74
75 diff --git a/net-analyzer/nagios/nagios-4.2.1.ebuild b/net-analyzer/nagios/nagios-4.2.1.ebuild
76 deleted file mode 100644
77 index cdcde9c..00000000
78 --- a/net-analyzer/nagios/nagios-4.2.1.ebuild
79 +++ /dev/null
80 @@ -1,21 +0,0 @@
81 -# Copyright 1999-2016 Gentoo Foundation
82 -# Distributed under the terms of the GNU General Public License v2
83 -# $Id$
84 -
85 -EAPI=6
86 -
87 -DESCRIPTION="The Nagios metapackage"
88 -HOMEPAGE="http://www.nagios.org/"
89 -
90 -LICENSE="GPL-2"
91 -SLOT="0"
92 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
93 -IUSE=""
94 -
95 -RDEPEND="~net-analyzer/nagios-core-${PV}
96 - || ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"
97 -
98 -pkg_postrm() {
99 - elog "Note: ${CATEGORY}/${PN} is a metapackage for ${PN}."
100 - elog "To remove it completely, use emerge --depclean."
101 -}