public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/
Date: Sat, 14 Dec 2019 09:37:37 +0000 (UTC)	[thread overview]
Message-ID: <1576316255.10a2b5ab347227cb40cf35f72a9cf5fd8ab290ce.jer@gentoo> (raw)

commit:     10a2b5ab347227cb40cf35f72a9cf5fd8ab290ce
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 14 09:35:37 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 09:37:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a2b5ab

net-analyzer/cacti-spine: Old

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/cacti-spine/Manifest                  |  3 --
 .../cacti-spine/cacti-spine-1.1.38-r2.ebuild       | 47 -------------------
 net-analyzer/cacti-spine/cacti-spine-1.2.6.ebuild  | 52 ----------------------
 net-analyzer/cacti-spine/cacti-spine-1.2.7.ebuild  | 52 ----------------------
 4 files changed, 154 deletions(-)

diff --git a/net-analyzer/cacti-spine/Manifest b/net-analyzer/cacti-spine/Manifest
index bcf4e105dfe..9cc03813bf6 100644
--- a/net-analyzer/cacti-spine/Manifest
+++ b/net-analyzer/cacti-spine/Manifest
@@ -1,4 +1 @@
-DIST cacti-spine-1.1.38.tar.gz 805437 BLAKE2B 32d934f54e00d83e9807dd194a7cacf8d5526c8e5b84c44ffad201c07edcb117f862266843552299fe04cc780575b9b2dc7129a106a20bd709cb82844ade7812 SHA512 5409a690e89fcc74e1e87e34e1918cab27d1243825955eb8256a92f8e9658f312345c66b338a4a07a0e38c94e3275131cb4e58fb70e7b59837c0e6c47746e45e
-DIST cacti-spine-1.2.6.tar.gz 106592 BLAKE2B 4c7f92e1c1e6061689a5a18cc73326e38b1ed275d443069bf5bb6ad0edb9429b4946096db650d9af73b11ec51f1bc8728420a5084847b4d468b1e13341655ea3 SHA512 6659a3694c38704e266efda40893ed8e1bc1c52f3ae93a66ad219043408dd77bfdbde55191982ed3cebdffce1f49faf3e487fb926c680ea9b1c6dd379e1b53fc
-DIST cacti-spine-1.2.7.tar.gz 106764 BLAKE2B 3c880c5e7e736d6d3acf3dbd5aeba13ed457d92541616ff8ddd2e88182a93c6c46ecc7c4c2d5f16784c91cdef823febf8fffac4a7ff92cf7ee11f1fda129956f SHA512 9877d4bb4d17728c714add8d5b6e974a2d92115753bfc1b2737e2d435072138169d9e2486eddc9e25048a4a72767baeb64a5479f738c4d3e57d8f362c8e3f48e
 DIST cacti-spine-1.2.8.tar.gz 106801 BLAKE2B 813d4b6d4a4a632cc6d59c5c4eeeb37df78995ca5952e77204a9b5f8b599b34fe043b9f8c1ae81ad20600c08403ff06c04119db53bb03e37788fc11e5e39be6a SHA512 7f9a90f5e41a8a72d0068321b119f5ed7768fd7939bf5a994627b2f199158440639e88d31da35444e28fb73f8dbb57c1012f01ae09d24f0478d8e75a21bb942a

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r2.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r2.ebuild
deleted file mode 100644
index 3a835f786dd..00000000000
--- a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="https://cacti.net/spine_info.php"
-SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 sparc x86"
-
-CDEPEND="
-	dev-libs/openssl:0=
-	net-analyzer/net-snmp:=
-	dev-db/mysql-connector-c:0=
-"
-DEPEND="
-	${CDEPEND}
-	sys-apps/help2man
-"
-RDEPEND="
-	${CDEPEND}
-	>net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-	"${FILESDIR}"/${PN}-0.8.8d-ping.patch
-	"${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-	default
-
-	AT_M4DIR="config" eautoreconf
-}
-
-src_install() {
-	dosbin spine
-	insinto /etc/
-	insopts -m0640 -o root
-	newins spine.conf{.dist,}
-	dodoc ChangeLog
-}

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.6.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.2.6.ebuild
deleted file mode 100644
index 8ca6122419f..00000000000
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.6.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="https://cacti.net/spine_info.php"
-SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="libressl"
-
-CDEPEND="
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-	net-analyzer/net-snmp:=
-	dev-db/mysql-connector-c:0=
-"
-DEPEND="
-	${CDEPEND}
-	sys-apps/help2man
-"
-RDEPEND="
-	${CDEPEND}
-	>net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-	"${FILESDIR}"/${PN}-0.8.8d-ping.patch
-	"${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-	default
-
-	eautoreconf
-}
-
-src_install() {
-	dosbin spine
-
-	insinto /etc/
-	insopts -m0640 -o root
-	newins spine.conf{.dist,}
-
-	doman spine.1
-	dodoc CHANGELOG
-}

diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.7.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.2.7.ebuild
deleted file mode 100644
index 8ca6122419f..00000000000
--- a/net-analyzer/cacti-spine/cacti-spine-1.2.7.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools
-
-MY_P=${PN}-${PV/_p/-}
-
-DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
-HOMEPAGE="https://cacti.net/spine_info.php"
-SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="libressl"
-
-CDEPEND="
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-	net-analyzer/net-snmp:=
-	dev-db/mysql-connector-c:0=
-"
-DEPEND="
-	${CDEPEND}
-	sys-apps/help2man
-"
-RDEPEND="
-	${CDEPEND}
-	>net-analyzer/cacti-0.8.8
-"
-PATCHES=(
-	"${FILESDIR}"/${PN}-0.8.8d-ping.patch
-	"${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
-)
-
-src_prepare() {
-	default
-
-	eautoreconf
-}
-
-src_install() {
-	dosbin spine
-
-	insinto /etc/
-	insopts -m0640 -o root
-	newins spine.conf{.dist,}
-
-	doman spine.1
-	dodoc CHANGELOG
-}


             reply	other threads:[~2019-12-14  9:37 UTC|newest]

Thread overview: 116+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-14  9:37 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-09  4:02 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/ Sam James
2024-06-11 11:36 Arthur Zamarin
2022-07-25  4:19 Sam James
2022-07-16  8:56 Agostino Sarubbo
2022-07-15 10:13 Arthur Zamarin
2022-05-16 19:57 Sam James
2022-02-20  5:27 Sam James
2022-02-19 19:28 Sam James
2022-02-19 13:22 Jakov Smolić
2022-02-19 13:15 Jakov Smolić
2021-08-25  4:23 Agostino Sarubbo
2021-08-11  6:41 Agostino Sarubbo
2021-08-11  6:39 Agostino Sarubbo
2021-05-17  2:59 Sam James
2021-04-30 18:46 Mikle Kolyada
2021-03-01  9:20 Agostino Sarubbo
2021-02-04  8:00 Sam James
2021-02-03 23:55 Thomas Deutschmann
2021-01-02  5:04 Sam James
2021-01-02  5:04 Sam James
2020-08-03  5:06 Jeroen Roovers
2020-07-29  4:46 Jeroen Roovers
2020-07-19  0:08 Sam James
2020-07-17 15:17 Agostino Sarubbo
2020-07-15  8:49 Sergei Trofimovich
2020-07-14  6:12 Jeroen Roovers
2020-05-23  7:05 Jeroen Roovers
2020-05-22 16:56 Sergei Trofimovich
2020-05-21  7:53 Agostino Sarubbo
2020-05-03 21:36 Jeroen Roovers
2020-04-09  6:33 Jeroen Roovers
2020-04-08 20:53 Sergei Trofimovich
2020-04-08  9:54 Agostino Sarubbo
2020-04-08  9:53 Agostino Sarubbo
2020-04-07 10:32 Agostino Sarubbo
2020-04-06  6:00 Jeroen Roovers
2020-03-31 10:37 Jeroen Roovers
2020-03-31  7:22 Agostino Sarubbo
2020-03-31  7:03 Agostino Sarubbo
2020-03-30 20:50 Sergei Trofimovich
2020-03-30 13:40 Agostino Sarubbo
2020-03-10  8:22 Jeroen Roovers
2020-02-13 10:35 Jeroen Roovers
2020-02-13 10:35 Jeroen Roovers
2020-02-11 11:09 Agostino Sarubbo
2020-02-11  9:52 Agostino Sarubbo
2020-02-11  9:43 Agostino Sarubbo
2020-02-10  8:38 Jeroen Roovers
2019-12-14  9:37 Jeroen Roovers
2019-12-13  0:07 Thomas Deutschmann
2019-12-11 10:47 Agostino Sarubbo
2019-12-10 10:33 Agostino Sarubbo
2019-12-10  9:03 Jeroen Roovers
2019-12-08 23:37 Jeroen Roovers
2019-10-13 19:01 Matt Turner
2019-09-29 19:41 Jeroen Roovers
2019-09-29 19:41 Jeroen Roovers
2019-09-06 13:03 Jeroen Roovers
2019-09-06 13:03 Jeroen Roovers
2019-08-28 16:48 Stefan Strogin
2019-08-22 10:59 Jeroen Roovers
2019-08-20  7:50 Jeroen Roovers
2019-08-12  7:26 Jeroen Roovers
2019-05-29 10:03 Michał Górny
2019-04-21  1:55 Aaron Bauman
2019-04-20  7:47 Sergei Trofimovich
2019-04-19 17:41 Aaron Bauman
2019-04-17 20:01 Sergei Trofimovich
2019-04-08  6:42 Mikle Kolyada
2019-03-19  2:03 Thomas Deutschmann
2019-03-09 14:29 Jeroen Roovers
2019-02-14 19:31 Brian Evans
2018-08-22 18:35 Jeroen Roovers
2018-01-08 22:05 Sergei Trofimovich
2017-12-06  9:49 Jeroen Roovers
2017-10-25  9:31 Agostino Sarubbo
2017-10-14 13:06 Jeroen Roovers
2017-10-14 13:06 Jeroen Roovers
2017-10-03  0:15 Thomas Deutschmann
2017-09-10 20:48 Jeroen Roovers
2017-09-04  7:30 Tobias Klausmann
2017-08-31 17:59 Jeroen Roovers
2017-08-31 17:59 Jeroen Roovers
2017-08-20  7:03 Jeroen Roovers
2017-08-20  7:03 Jeroen Roovers
2017-08-10  6:40 Jeroen Roovers
2017-08-10  6:40 Jeroen Roovers
2017-07-27 11:02 Jeroen Roovers
2017-07-27  9:50 Jeroen Roovers
2017-07-20  6:14 Jeroen Roovers
2017-07-20  6:14 Jeroen Roovers
2017-06-07 14:39 Jeroen Roovers
2017-06-07 14:39 Jeroen Roovers
2017-05-25 10:12 Jeroen Roovers
2017-05-25 10:12 Jeroen Roovers
2017-05-11  6:53 Jeroen Roovers
2017-04-28  7:02 Jeroen Roovers
2017-04-28  7:02 Jeroen Roovers
2017-04-20 12:41 Jeroen Roovers
2017-04-07  8:57 Jeroen Roovers
2017-04-07  8:57 Jeroen Roovers
2017-03-21 10:43 Jeroen Roovers
2017-03-21 10:43 Jeroen Roovers
2017-03-17  8:11 Jeroen Roovers
2017-03-17  8:11 Jeroen Roovers
2017-03-14  6:46 Jeroen Roovers
2017-03-14  6:46 Jeroen Roovers
2017-03-01  7:36 Jeroen Roovers
2017-02-21  5:10 Jeroen Roovers
2017-02-15  7:33 Jeroen Roovers
2017-02-07 15:52 Jeroen Roovers
2016-09-29  9:35 Agostino Sarubbo
2016-05-17  5:20 Jeroen Roovers
2016-05-14 22:23 Agostino Sarubbo
2016-05-14 22:22 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1576316255.10a2b5ab347227cb40cf35f72a9cf5fd8ab290ce.jer@gentoo \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox