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/vnstat/
Date: Thu, 24 Dec 2015 22:08:35 +0000 (UTC)	[thread overview]
Message-ID: <1450994906.0cb782131810bbf69b958b61571929dff4ee7198.jer@gentoo> (raw)

commit:     0cb782131810bbf69b958b61571929dff4ee7198
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 24 21:53:16 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Dec 24 22:08:26 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb78213

net-analyzer/vnstat: Old.

Package-Manager: portage-2.2.26

 net-analyzer/vnstat/Manifest              |  2 -
 net-analyzer/vnstat/vnstat-1.11-r2.ebuild | 78 ----------------------------
 net-analyzer/vnstat/vnstat-1.12.ebuild    | 85 -------------------------------
 3 files changed, 165 deletions(-)

diff --git a/net-analyzer/vnstat/Manifest b/net-analyzer/vnstat/Manifest
index 63786c0..538fa63 100644
--- a/net-analyzer/vnstat/Manifest
+++ b/net-analyzer/vnstat/Manifest
@@ -1,4 +1,2 @@
-DIST vnstat-1.11.tar.gz 79075 SHA256 b71876d817bbb6a16d31b4236e22a2eb6c39666a7f7bfea581f5ff441cade026 SHA512 f16a0cc5065665c46de9781b6d92e96f0966520e5448fc529150ced886574fe07d0695df5051828b58183d06a707b7b2e94562b06db1898dacb858517a5485b1 WHIRLPOOL bc93704b8f9c39830f1ba8c2d39cc7ba7d0b317d35941547870bd5cf8c2f374050cdbae7c8ce444765cd5fb22c78d28e6099f32b06aee9d836451b399216e6ef
-DIST vnstat-1.12.tar.gz 98435 SHA256 af1050d9c1b22d4b9742fe0d1818de9eb1037b8e7f9ba67b962e108d8527be69 SHA512 0d6b5f362bbcbb4a104f82b8e350f5d8b071e974a3fdfb100333c3d8e5a096a71a97360543d2594fd3f2108df8bb03ffffc4c52d396f28723005a5d1bf605eb1 WHIRLPOOL 590197dc62b077268e0814d7ce15f5f519d53328a68e57743c1a3375082410239d75e28674094dbb7d14b27d17769f7de6d0eccd716a05d50d86f5d06274c9a0
 DIST vnstat-1.13.tar.gz 101568 SHA256 6f4e2599ebb195b25f499d3e2e865aa14da336dfc9cc03a79181aa71f7ed99cd SHA512 b9620349247db292b13cd06db1921b4e5921a473957ac387f6adfc21acdc441910f73b97dfa5f024d7ba7a6521d1d9d97e2b25337673f423bcdbd064207f01a4 WHIRLPOOL 6b9aeb96790eeef2b287cdffeb4d41b2db22803e7218dafb27944bb14acf255bf590dcb82220c72f388c8cc387045b87335a2e4973a07c5ef1e1c98c710e068d
 DIST vnstat-1.14.tar.gz 103281 SHA256 f8462a47d85d0890493dc9eaeafbc725ae631aa5b103fb7f8af4ddb2314e8386 SHA512 a2aebcdd0c4aa4a821579b751af587af44a5c3f14864d3022a05f65c4df2b9ddece0ed414097346d95124a3ea5fb89ea26bf44c68d3c7ca7237573dd5f1e8239 WHIRLPOOL 1b8b6ac7eeaec936d7c8d17d6a384c13f8daa9ee8e451d94abffc1b373eb3b106ed2b4c95af9f833c4c6e732a4ebc0ccdb1544988da650012add99d7915fd068

diff --git a/net-analyzer/vnstat/vnstat-1.11-r2.ebuild b/net-analyzer/vnstat/vnstat-1.11-r2.ebuild
deleted file mode 100644
index 0b20d76..0000000
--- a/net-analyzer/vnstat/vnstat-1.11-r2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit toolchain-funcs user
-
-DESCRIPTION="Console-based network traffic monitor that keeps statistics of network usage"
-HOMEPAGE="http://humdi.net/vnstat/"
-SRC_URI="http://humdi.net/vnstat/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ppc ppc64 sparc x86"
-IUSE="gd"
-
-DEPEND="
-	gd? ( media-libs/gd[png] )"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
-	enewgroup vnstat
-	enewuser vnstat -1 -1 /dev/null vnstat
-}
-
-src_compile() {
-	sed -i 's:vnstat[.]log:vnstatd.log:' cfg/vnstat.conf || die
-	sed -i 's:vnstat[.]pid:vnstatd/vnstatd.pid:' cfg/vnstat.conf || die
-
-	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" $(usex gd all '')
-}
-
-src_install() {
-	use gd && dobin src/vnstati
-	dobin src/vnstat src/vnstatd
-	exeinto /etc/cron.hourly
-	newexe "${FILESDIR}"/vnstat.cron vnstat
-
-	insinto /etc
-	doins cfg/vnstat.conf
-	fowners root:vnstat /etc/vnstat.conf
-
-	newconfd "${FILESDIR}"/vnstatd.confd vnstatd
-	newinitd "${FILESDIR}"/vnstatd.initd vnstatd
-
-	keepdir /var/lib/vnstat
-	fowners vnstat:vnstat /var/lib/vnstat
-
-	use gd && doman man/vnstati.1
-	doman man/vnstat.1 man/vnstatd.1
-
-	newdoc examples/vnstat_ip-up ip-up.example
-	newdoc examples/vnstat_ip-down ip-down.example
-	newdoc INSTALL README.setup
-	dodoc CHANGES README UPGRADE FAQ examples/vnstat.cgi
-}
-
-pkg_postinst() {
-	# Workaround feature/bug #141619
-	chown -R vnstat:vnstat "${ROOT}"/var/lib/vnstat
-	chown vnstat:vnstat "${ROOT}"/var/run/vnstatd
-	ewarn "vnStat db files owning user and group has been changed to \"vnstat\"."
-
-	elog
-	elog "Repeat the following command for every interface you"
-	elog "wish to monitor (replace eth0):"
-	elog "   vnstat -u -i eth0"
-	elog "and set correct permissions after that, e.g."
-	elog "   chown -R vnstat:vnstat /var/lib/vnstat"
-	elog
-	elog "Note: if an interface transfers more than ~4GB in"
-	elog "the time between cron runs, you may miss traffic"
-	elog
-	elog "To update the interfaces database automatically with cron, uncomment"
-	elog "lines in /etc/cron.hourly/vnstat and set cron job to run it as"
-	elog "frequently as required. Alternatively you can use vnstatd. Init script"
-	elog "was installed into /etc/init.d/vnstatd for your convenience."
-}

diff --git a/net-analyzer/vnstat/vnstat-1.12.ebuild b/net-analyzer/vnstat/vnstat-1.12.ebuild
deleted file mode 100644
index a35b069..0000000
--- a/net-analyzer/vnstat/vnstat-1.12.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit toolchain-funcs user
-
-DESCRIPTION="Console-based network traffic monitor that keeps statistics of network usage"
-HOMEPAGE="http://humdi.net/vnstat/"
-SRC_URI="http://humdi.net/vnstat/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="gd selinux"
-
-DEPEND="
-	gd? ( media-libs/gd[png] )
-"
-RDEPEND="
-	${DEPEND}
-	selinux? ( sec-policy/selinux-vnstatd )
-"
-
-pkg_setup() {
-	enewgroup vnstat
-	enewuser vnstat -1 -1 /dev/null vnstat
-}
-
-src_prepare() {
-	tc-export CC
-}
-
-src_compile() {
-	sed -i 's:vnstat[.]log:vnstatd.log:' cfg/vnstat.conf || die
-	sed -i 's:vnstat[.]pid:vnstatd/vnstatd.pid:' cfg/vnstat.conf || die
-
-	emake CFLAGS="${CFLAGS}" $(usex gd all '')
-}
-
-src_install() {
-	use gd && dobin src/vnstati
-	dobin src/vnstat src/vnstatd
-
-	exeinto /etc/cron.hourly
-	newexe "${FILESDIR}"/vnstat.cron vnstat
-
-	insinto /etc
-	doins cfg/vnstat.conf
-	fowners root:vnstat /etc/vnstat.conf
-
-	newconfd "${FILESDIR}"/vnstatd.confd vnstatd
-	newinitd "${FILESDIR}"/vnstatd.initd vnstatd
-
-	keepdir /var/lib/vnstat
-	fowners vnstat:vnstat /var/lib/vnstat
-
-	use gd && doman man/vnstati.1
-	doman man/vnstat.1 man/vnstatd.1
-
-	newdoc INSTALL README.setup
-	dodoc CHANGES README UPGRADE FAQ examples/vnstat.cgi
-}
-
-pkg_postinst() {
-	# Workaround feature/bug #141619
-	chown -R vnstat:vnstat "${ROOT}"/var/lib/vnstat
-	chown vnstat:vnstat "${ROOT}"/var/run/vnstatd
-	ewarn "vnStat db files owning user and group has been changed to \"vnstat\"."
-
-	elog
-	elog "Repeat the following command for every interface you"
-	elog "wish to monitor (replace eth0):"
-	elog "   vnstat -u -i eth0"
-	elog "and set correct permissions after that, e.g."
-	elog "   chown -R vnstat:vnstat /var/lib/vnstat"
-	elog
-	elog "Note: if an interface transfers more than ~4GB in"
-	elog "the time between cron runs, you may miss traffic"
-	elog
-	elog "To update the interfaces database automatically with cron, uncomment"
-	elog "lines in /etc/cron.hourly/vnstat and set cron job to run it as"
-	elog "frequently as required. Alternatively you can use vnstatd. Init script"
-	elog "was installed into /etc/init.d/vnstatd for your convenience."
-}


             reply	other threads:[~2015-12-24 22:08 UTC|newest]

Thread overview: 106+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-24 22:08 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-12-24 22:08 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/vnstat/ Jeroen Roovers
2016-04-09 13:46 Agostino Sarubbo
2016-04-22 20:01 Markus Meier
2016-04-23 10:01 Jeroen Roovers
2016-05-20  8:29 Jeroen Roovers
2016-12-28 14:18 Jeroen Roovers
2017-02-21  5:10 Jeroen Roovers
2017-02-21  5:10 Jeroen Roovers
2017-03-25 14:43 Agostino Sarubbo
2017-03-28  9:31 Michael Weber
2017-03-28 10:24 Michael Weber
2017-03-29  8:38 Michael Weber
2017-04-08  8:45 Jeroen Roovers
2017-10-13 13:42 Jeroen Roovers
2017-10-17 11:01 Jeroen Roovers
2018-03-09 19:39 Jeroen Roovers
2018-05-06 14:16 Aaron Bauman
2018-09-13  7:39 Jeroen Roovers
2018-10-23 10:56 Jeroen Roovers
2018-12-09 14:59 Jeroen Roovers
2019-04-30 14:02 Jeroen Roovers
2019-07-13  9:52 Jeroen Roovers
2019-08-20  8:48 Jeroen Roovers
2019-08-20  8:49 Jeroen Roovers
2020-01-16 13:21 Jeroen Roovers
2020-01-16 13:21 Jeroen Roovers
2020-01-20 19:58 Jeroen Roovers
2020-10-12  3:17 Joshua Kinard
2020-10-24 11:03 Sergei Trofimovich
2020-10-24 11:08 Sergei Trofimovich
2020-10-24 17:46 Sergei Trofimovich
2020-10-25 23:08 Thomas Deutschmann
2020-10-26  7:29 Sergei Trofimovich
2020-10-28 16:18 Sam James
2020-11-04  0:44 Sam James
2020-11-04  0:44 Sam James
2020-11-06  6:33 Sam James
2020-12-29 23:35 Sam James
2020-12-29 23:35 Sam James
2020-12-29 23:59 Sam James
2021-01-02 11:11 Sam James
2021-03-23  4:04 Sam James
2021-03-23  4:53 Sam James
2021-04-26 15:37 Sam James
2021-04-26 15:39 Sam James
2021-05-17  0:39 Sam James
2021-05-17  0:39 Sam James
2021-05-17  0:39 Sam James
2021-06-17  0:17 Sam James
2021-06-17  0:17 Sam James
2021-06-17  0:17 Sam James
2021-06-17  0:17 Sam James
2021-06-17  0:17 Sam James
2021-06-17  0:17 Sam James
2021-06-25 19:36 Sam James
2021-07-31 13:40 Michał Górny
2021-09-05  5:48 Sam James
2021-10-06  6:06 Agostino Sarubbo
2021-10-06  6:47 Agostino Sarubbo
2021-10-06  6:47 Agostino Sarubbo
2021-10-06 23:06 Sam James
2021-10-06 23:06 Sam James
2021-10-06 23:06 Sam James
2021-10-08  1:57 Sam James
2022-01-01  9:38 Sam James
2022-02-05 19:17 Arthur Zamarin
2022-02-25  7:55 Agostino Sarubbo
2022-02-25  7:56 Agostino Sarubbo
2022-02-25  7:56 Agostino Sarubbo
2022-02-25  7:57 Agostino Sarubbo
2022-02-25  8:08 Arthur Zamarin
2022-02-25  9:28 Yixun Lan
2022-02-25 10:08 Jakov Smolić
2022-02-25 21:34 Sam James
2022-02-26  0:21 Sam James
2022-10-24 12:18 Sam James
2022-11-25  5:06 Sam James
2022-11-25  5:08 Sam James
2022-11-25  5:15 Sam James
2022-11-25  5:17 Sam James
2022-11-25  5:33 Sam James
2022-11-25  5:39 Sam James
2022-11-25  7:16 Sam James
2022-11-25  9:50 Arthur Zamarin
2022-12-10  4:36 Sam James
2023-08-21  6:06 Sam James
2023-12-15  6:44 Sam James
2023-12-15  6:52 Sam James
2023-12-15  6:52 Sam James
2023-12-15  7:06 Sam James
2023-12-15  7:06 Sam James
2023-12-15 12:27 Arthur Zamarin
2023-12-22  5:14 Ionen Wolkens
2023-12-28  3:43 Sam James
2024-02-02  1:02 Sam James
2024-03-14  6:07 Sam James
2024-03-14  6:11 Sam James
2024-03-14  6:11 Sam James
2024-03-14  6:26 Sam James
2024-03-14  7:34 Sam James
2024-03-14  7:51 Arthur Zamarin
2024-03-14  7:54 Arthur Zamarin
2024-04-13  6:26 Arthur Zamarin
2024-05-18  3:19 Sam James
2025-02-09  4:32 Sam James

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=1450994906.0cb782131810bbf69b958b61571929dff4ee7198.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