From 0c100b7dd2b30e75b799d806df4ef899fd98e1ea Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 16 Apr 2022 13:07:24 +0100 Subject: gentoo resync : 16.04.2022 --- dev-vcs/notify-webhook/Manifest | 2 +- .../notify-webhook/notify-webhook-0.1.0-r1.ebuild | 30 ++++++++++++++++++++++ dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild | 28 -------------------- 3 files changed, 31 insertions(+), 29 deletions(-) create mode 100644 dev-vcs/notify-webhook/notify-webhook-0.1.0-r1.ebuild delete mode 100644 dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild (limited to 'dev-vcs/notify-webhook') diff --git a/dev-vcs/notify-webhook/Manifest b/dev-vcs/notify-webhook/Manifest index d35888395401..e57a53c9d3ef 100644 --- a/dev-vcs/notify-webhook/Manifest +++ b/dev-vcs/notify-webhook/Manifest @@ -1,3 +1,3 @@ DIST notify-webhook-0.1.0.tar.gz 17525 BLAKE2B 947027414bd30f96c9e27ca8b7f965a077792a6b8962180094df6bdeef8261140c063041f1b6598c518edfd3b6807da5020a4640aadbddb202887bac91d3b51d SHA512 1694f32b1263baecac473ffa49e6e7f9cbfdb73d1abaa88e228771e28a5ed915d9f5f21ab26b05934bdcd8694b4c4f1506763dd2f0c89c35ffa51e1d1b7d03b4 -EBUILD notify-webhook-0.1.0.ebuild 639 BLAKE2B fae7158b394b187fd646ef14b49ab97654ae9c6de7023d09063473d7d5378614675321b0cdea440efb5e8d7bea4c955a92b0c98dd4b7860cf3de216ca470e845 SHA512 bbe1b3c5899e1a640b933fa0d78fc5cff3f25f1e8280298ac30a4b524099584e95373421dca5dd4a94d73340c46944d6c995b98602c6a9fd001d6c2c87473d39 +EBUILD notify-webhook-0.1.0-r1.ebuild 710 BLAKE2B 44be7aefef9beb2ec3733cec01afbe7efa01fc4e06f39634195d13688b6f0b929eedac9bd8afa9a3f61623732f5f485e8f30c64295cf1ac2fdc168aa6933d09e SHA512 928982d43898d4ec033cf2fd0851107193cb1e3d2cc7b736ccd00d01860be5f88b4318fc38e2148592eea1e47cb8b476754aa108ca66032c5bb5ab7b2d07b649 MISC metadata.xml 599 BLAKE2B 843e9537eb205fc24c1f6a3f33727b99fc7fcc7167bc33c8b264984da1153bdf4827836afd252feb238fab7c411036819cbfe2d34f3ca9745102dc06e6e3e210 SHA512 d2b360a6bfe0240851a2a82cef66ce5c6eeadd44c078b19a7f04fa2c368497e1208612e959a19c8aaf3cf5ccc250c816f2724ca25d9950ef9c196b8c7ee8ecc0 diff --git a/dev-vcs/notify-webhook/notify-webhook-0.1.0-r1.ebuild b/dev-vcs/notify-webhook/notify-webhook-0.1.0-r1.ebuild new file mode 100644 index 000000000000..ee355547cbda --- /dev/null +++ b/dev-vcs/notify-webhook/notify-webhook-0.1.0-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( pypy3 ) + +inherit python-single-r1 + +DESCRIPTION="Git post-receive web hook notifier in Python" +HOMEPAGE="https://github.com/metajack/notify-webhook" +#COMMIT='c571160f155122446e97bb01c1150b4d14ea69d6' +SRC_URI="https://github.com/metajack/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="dev-python/simplejson" +RDEPEND="${DEPEND} ${PYTHON_DEPS}" + +#MY_P="${PN}-${COMMIT}" +#S="${WORKDIR}/${MY_P}" + +src_install() { + dodoc *markdown + exeinto /usr/libexec/githook/${PN}/ + doexe notify-webhook.py +} diff --git a/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild b/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild deleted file mode 100644 index d28f6b8bbff9..000000000000 --- a/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( pypy3 ) - -DESCRIPTION="Git post-receive web hook notifier in Python" -HOMEPAGE="https://github.com/metajack/notify-webhook" -#COMMIT='c571160f155122446e97bb01c1150b4d14ea69d6' -SRC_URI="https://github.com/metajack/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/simplejson" -RDEPEND="${DEPEND}" - -#MY_P="${PN}-${COMMIT}" -#S="${WORKDIR}/${MY_P}" - -src_install() { - dodoc *markdown - exeinto /usr/libexec/githook/${PN}/ - doexe notify-webhook.py -} -- cgit v1.2.3