From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13C6A1382C5 for ; Fri, 13 Apr 2018 09:53:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C5E4E09D7; Fri, 13 Apr 2018 09:53:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26E5CE09D6 for ; Fri, 13 Apr 2018 09:53:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 556CF335C81 for ; Fri, 13 Apr 2018 09:53:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71BB029B for ; Fri, 13 Apr 2018 09:53:43 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1523613134.6b6d2944856b09566bdb08e7e4e2cb0608c4f6f7.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/socket-burst-dampener/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/socket-burst-dampener/socket-burst-dampener-1.1.0.ebuild net-misc/socket-burst-dampener/socket-burst-dampener-1.2.0.ebuild X-VCS-Directories: net-misc/socket-burst-dampener/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 6b6d2944856b09566bdb08e7e4e2cb0608c4f6f7 X-VCS-Branch: master Date: Fri, 13 Apr 2018 09:53:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c35d1b4c-5556-4e79-84ae-14df5b66bc36 X-Archives-Hash: 713997bba9228f59b09eec10c2d5d00a commit: 6b6d2944856b09566bdb08e7e4e2cb0608c4f6f7 Author: Marty E. Plummer startmail com> AuthorDate: Fri Apr 13 08:28:57 2018 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Apr 13 09:52:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6d2944 net-misc/socket-burst-dampener: remove variables from HOMEPAGE Package-Manager: Portage-2.3.28, Repoman-2.3.9 net-misc/socket-burst-dampener/socket-burst-dampener-1.1.0.ebuild | 4 ++-- net-misc/socket-burst-dampener/socket-burst-dampener-1.2.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/socket-burst-dampener/socket-burst-dampener-1.1.0.ebuild b/net-misc/socket-burst-dampener/socket-burst-dampener-1.1.0.ebuild index 572942950db..1fbe27ec7f1 100644 --- a/net-misc/socket-burst-dampener/socket-burst-dampener-1.1.0.ebuild +++ b/net-misc/socket-burst-dampener/socket-burst-dampener-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{4,5} ) inherit distutils-r1 DESCRIPTION="A daemon that spawns one command per connection, and dampens connection bursts" -HOMEPAGE="https://github.com/zmedico/${PN}" +HOMEPAGE="https://github.com/zmedico/socket-burst-damener" SRC_URI="https://github.com/zmedico/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/net-misc/socket-burst-dampener/socket-burst-dampener-1.2.0.ebuild b/net-misc/socket-burst-dampener/socket-burst-dampener-1.2.0.ebuild index f3abae3360a..717d3e2470e 100644 --- a/net-misc/socket-burst-dampener/socket-burst-dampener-1.2.0.ebuild +++ b/net-misc/socket-burst-dampener/socket-burst-dampener-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="A daemon that spawns one command per connection, and dampens connection bursts" -HOMEPAGE="https://github.com/zmedico/${PN}" +HOMEPAGE="https://github.com/zmedico/socket-burst-damener" SRC_URI="https://github.com/zmedico/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0"