public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/socket-burst-dampener/
Date: Sun, 31 Jul 2016 00:26:29 +0000 (UTC)	[thread overview]
Message-ID: <1469924778.481b2961c9651334f930ec55b16d0689a3963617.zmedico@gentoo> (raw)

commit:     481b2961c9651334f930ec55b16d0689a3963617
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 00:25:57 2016 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 00:26:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=481b2961

net-misc/socket-burst-dampener: version bump to 1.2.0

Package-Manager: portage-2.3.0

 net-misc/socket-burst-dampener/Manifest            |  1 +
 .../socket-burst-dampener-1.2.0.ebuild             | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/net-misc/socket-burst-dampener/Manifest b/net-misc/socket-burst-dampener/Manifest
index 1fcbfd7..abfdfb9 100644
--- a/net-misc/socket-burst-dampener/Manifest
+++ b/net-misc/socket-burst-dampener/Manifest
@@ -1 +1,2 @@
 DIST socket-burst-dampener-1.1.0.tar.gz 3188 SHA256 16df469e60a94bd75d955a7be2b62739d301e7ad89d5506e16c008752f326f53 SHA512 f77e3e0cb26655c1c4477309f358f3d167e6ac89cfbd1e21c12aff7f33a22a956a8d2c77c28c888360f03b9aff4c9b1fa7174e4830e874bfc515285189c36cb9 WHIRLPOOL 0ca39bf1fd1aaa9bcbf912b9a0e0c9c29862a195232d1b1370a39dca1a0ae829e148ffb2b2c5a9cee3aa8e2b39bcdce50f729a856b494cf0f37a4d8e652d83b1
+DIST socket-burst-dampener-1.2.0.tar.gz 3823 SHA256 c18ae52a403e79ac876bd86cbe3eddd55b0ade2a2673542cee356c28cd282813 SHA512 e2130abf33c95255dc4249fb82a628b2569a0db8582f4b42b07b0c2c88d7f3968634062a4befc9ab4a257c750e31dbc5ffc5512a9b1ab2e34c8f660f598da080 WHIRLPOOL 26376ad1170b3f4afec773c1bfdabfe07c86242fdde9705950e3a0b173459306d818aea3e71502587de19bbaa98c85dfb0c36ccaadaea3ba770ffbb844f5cb4d

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
new file mode 100644
index 0000000..6961ba9
--- /dev/null
+++ b/net-misc/socket-burst-dampener/socket-burst-dampener-1.2.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A daemon that spawns a specified command to handle each connection, and dampens connection bursts"
+HOMEPAGE="https://github.com/zmedico/${PN}"
+SRC_URI="https://github.com/zmedico/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	sed -i "s:^\(__version__ =\).*:\\1 \"${PV}\":" src/${PN//-/_}.py || die
+	distutils-r1_src_prepare
+}


             reply	other threads:[~2016-07-31  0:26 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-31  0:26 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-15  0:44 [gentoo-commits] repo/gentoo:master commit in: net-misc/socket-burst-dampener/ Zac Medico
2023-02-17 11:23 Sam James
2023-02-17 11:23 Sam James
2021-08-29 19:31 Arthur Zamarin
2021-08-29 19:31 Arthur Zamarin
2021-08-29 19:31 Arthur Zamarin
2021-03-02 11:05 Zac Medico
2021-03-02  8:49 Zac Medico
2021-03-01  2:06 Zac Medico
2021-02-28 16:04 Zac Medico
2020-08-30  0:34 Zac Medico
2020-08-30  0:34 Zac Medico
2020-01-02 12:45 Zac Medico
2019-11-24 20:14 Zac Medico
2018-04-13  9:53 Zac Medico
2017-02-13  9:55 Zac Medico
2016-07-31  0:31 Zac Medico
2016-07-23 10:54 Zac Medico
2016-07-20 10:17 Zac Medico

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=1469924778.481b2961c9651334f930ec55b16d0689a3963617.zmedico@gentoo \
    --to=zmedico@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