public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/notify-webhook/
@ 2015-11-20 19:55 Robin H. Johnson
  0 siblings, 0 replies; 4+ messages in thread
From: Robin H. Johnson @ 2015-11-20 19:55 UTC (permalink / raw
  To: gentoo-commits

commit:     9eee3a075eeaca03f24260ea632643e418095dc3
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 20 19:54:59 2015 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Fri Nov 20 19:55:17 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eee3a07

dev-vcs/notify-webhook: Bump. Upstream now has release tags.

Package-Manager: portage-2.2.24

 dev-vcs/notify-webhook/Manifest                    |  4 +-
 ...20140805.ebuild => notify-webhook-0.1.0.ebuild} | 10 ++--
 .../notify-webhook/notify-webhook-20150308.ebuild  | 57 ----------------------
 3 files changed, 7 insertions(+), 64 deletions(-)

diff --git a/dev-vcs/notify-webhook/Manifest b/dev-vcs/notify-webhook/Manifest
index f02465c..77247c8 100644
--- a/dev-vcs/notify-webhook/Manifest
+++ b/dev-vcs/notify-webhook/Manifest
@@ -1,3 +1 @@
-DIST notify-webhook-20140805.tar.gz 15078 SHA256 479d71c7ab9ba772a0b621638e80a14cbe6f34e8fbe851d8db93b118d4567e3f SHA512 8e10994ad26d6de86e7930a2299a8701bed0f04299f2ca14b070f00543368015628b89fd4cbf351f3e42e85cf98e7465dd94517243d1beb71b645d91a637e6d2 WHIRLPOOL 533e2118941edc2f9db4412477a76332fe27475ebc882eb8f567d39a846bf04c95cc693230ae32bc1c10bf24301117b7d6e04c08e45e0fe7cf181fe454504a4b
-DIST notify-webhook-20150308-1ff3985...BCLibCoop:ee038b5.patch 8581 SHA256 c6167fd81e88fcb8de6c37bb2c5259f1c09e6e3a7f0b61d6b58f5f5e478e585c SHA512 c72b03cbea34884c089968e67b61e654a9d365e6b2a338363b6405ab1950aaa5a1c4f8ece73181003571a88f1983458c2e9194d6b26aa103c95c1ceed8e0dd4c WHIRLPOOL 3f4be9d58f5d1a4dff2a7978d067afb0e8fb739b6836709964dec17cc386890eb1d97b0652323acaefc7ca5bc5ae25c46f1f222323d471529e92a5640541bcae
-DIST notify-webhook-20150308.tar.gz 16347 SHA256 cb9d2687eea5ab4f32f6fbc9bdb05a24c8b7755193b312a574172f6aaaca857e SHA512 7a82418d16e6cfd58b9bccaf1700c5a9258601a45a823f1b8307ee3b3c6e90ad52424421836468e34b400b07100a291fd514450a2e1b3c2d1c8dff99ee409557 WHIRLPOOL 523578237483d74d2bd4fa9f4f87277b9103c67c415fbb383629211ea91403fc11debfed70fa94069e9bd8e87a1c9e799929aa1c376244e1a2dde656609a10d8
+DIST notify-webhook-0.1.0.tar.gz 17525 SHA256 3782f588e75872e7dd25656279bab154102c476dd3b1fa24fb3af66475960d55 SHA512 1694f32b1263baecac473ffa49e6e7f9cbfdb73d1abaa88e228771e28a5ed915d9f5f21ab26b05934bdcd8694b4c4f1506763dd2f0c89c35ffa51e1d1b7d03b4 WHIRLPOOL 908e3b7e61ac8893c064d95566ee504bea1689f227ca900c27e3189e4e5be0fbe1409b24c3002feb1ee05aa85364cd2fcb620f0c4a7cdcbb1ce3c53d81bf412f

diff --git a/dev-vcs/notify-webhook/notify-webhook-20140805.ebuild b/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild
similarity index 66%
rename from dev-vcs/notify-webhook/notify-webhook-20140805.ebuild
rename to dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild
index a909d47..8441e7f 100644
--- a/dev-vcs/notify-webhook/notify-webhook-20140805.ebuild
+++ b/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild
@@ -4,10 +4,12 @@
 
 EAPI=5
 
+PYTHON_COMPAT=( python3_{3,4,5} 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/${COMMIT}.tar.gz -> ${P}.tar.gz"
+#COMMIT='c571160f155122446e97bb01c1150b4d14ea69d6'
+SRC_URI="https://github.com/metajack/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -17,8 +19,8 @@ IUSE=""
 DEPEND="dev-python/simplejson"
 RDEPEND="${DEPEND}"
 
-MY_P="${PN}-${COMMIT}"
-S="${WORKDIR}/${MY_P}"
+#MY_P="${PN}-${COMMIT}"
+#S="${WORKDIR}/${MY_P}"
 
 src_install() {
 	dodoc *markdown

diff --git a/dev-vcs/notify-webhook/notify-webhook-20150308.ebuild b/dev-vcs/notify-webhook/notify-webhook-20150308.ebuild
deleted file mode 100644
index 9262564..0000000
--- a/dev-vcs/notify-webhook/notify-webhook-20150308.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Git post-receive web hook notifier in Python."
-HOMEPAGE="https://github.com/metajack/notify-webhook"
-COMMIT='1ff39853e59bb0ee37c4783da8dcf3ea14cef53f'
-PATCH_COMMIT='BCLibCoop:ee038b53a48e70d9e69c86386c39b7f24736d07e'
-PATCH_DELTA="${COMMIT:0:7}...${PATCH_COMMIT:0:17}"
-PATCH_NAME="${P}-${PATCH_DELTA}.patch"
-SRC_URI="https://github.com/metajack/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz
-	https://github.com/metajack/notify-webhook/compare/${PATCH_DELTA}.patch -> ${PATCH_NAME}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/simplejson"
-DEPEND="${RDEPEND}
-		dev-util/patchutils"
-
-MY_P="${PN}-${COMMIT}"
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
-	unpack ${P}.tar.gz
-}
-
-# Yes, this is some creative patch mangling, to avoid a manually created
-# distfile. epatch's dryrun fails on a sequence of changes that depend on each
-# other, so we can clean up the patch to actually pass that check.
-src_prepare() {
-	cd "${T}"
-	cp "${DISTDIR}/${PATCH_NAME}" diff
-	p="newdiff"
-	>$p # Make an empty file to work in
-	splitdiff -a -p 1 diff # split out the patches
-	# combine them to a single patch
-	for f in diff.part*.patch ; do
-		combinediff -p 1 $p $f >$p.new && mv $p.new $p
-	done
-
-	# Now apply it, and dry-run will pass too!
-	cd "${S}"
-	EPATCH_OPTS="-p1" epatch "${T}"/newdiff
-}
-
-src_install() {
-	dodoc *markdown
-	exeinto /usr/libexec/githook/$PN/
-	doexe notify-webhook.py
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/notify-webhook/
@ 2017-01-06 20:24 Mart Raudsepp
  0 siblings, 0 replies; 4+ messages in thread
From: Mart Raudsepp @ 2017-01-06 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     eea5dce22394ffd888a87d5755a213f939d09a55
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  6 20:23:25 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 20:23:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea5dce2

dev-vcs/notify-webhook: Drop dead python3_3 implementation from PYTHON_COMPAT

Acked-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild b/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild
index 8441e7f..6170bd6 100644
--- a/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild
+++ b/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_{3,4,5} pypy3 )
+PYTHON_COMPAT=( python3_{4,5} pypy3 )
 
 DESCRIPTION="Git post-receive web hook notifier in Python."
 HOMEPAGE="https://github.com/metajack/notify-webhook"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/notify-webhook/
@ 2017-11-26 11:39 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2017-11-26 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     3fae49e0644593e592a4114723be24a9b13faa1e
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 22:47:34 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 11:39:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fae49e0

dev-vcs/notify-webhook: [QA] Consistent whitespace in metadata.xml

 dev-vcs/notify-webhook/metadata.xml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/dev-vcs/notify-webhook/metadata.xml b/dev-vcs/notify-webhook/metadata.xml
index 2ac5d499690..92ad1c0ab0d 100644
--- a/dev-vcs/notify-webhook/metadata.xml
+++ b/dev-vcs/notify-webhook/metadata.xml
@@ -1,17 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>robbat2@gentoo.org</email>
-  </maintainer>
-  <longdescription lang="en">
-	notify-webhook is a git post-receive hook script that posts JSON data to a
-	webhook capable server.
+	<maintainer type="person">
+		<email>robbat2@gentoo.org</email>
+	</maintainer>
+	<longdescription lang="en">
+		notify-webhook is a git post-receive hook script that posts JSON data to a
+		webhook capable server.
 
-	This implements the GitHub Web hooks API as closely as possible. It allows
-	arbitrary git repositories to use webhook capable services.
-  </longdescription>
-  <upstream>
-    <remote-id type="github">metajack/notify-webhook</remote-id>
-  </upstream>
+		This implements the GitHub Web hooks API as closely as possible. It allows
+		arbitrary git repositories to use webhook capable services.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">metajack/notify-webhook</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/notify-webhook/
@ 2022-04-08 15:23 Ulrich Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2022-04-08 15:23 UTC (permalink / raw
  To: gentoo-commits

commit:     d43436eade2df2c2481863c3d577390d828c6251
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  8 15:22:00 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr  8 15:23:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d43436ea

dev-vcs/notify-webhook: Bump to EAPI 8, fix python eclass usage

Closes: https://bugs.gentoo.org/828738
Closes: https://bugs.gentoo.org/832262
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ...ify-webhook-0.1.0.ebuild => notify-webhook-0.1.0-r1.ebuild} | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild b/dev-vcs/notify-webhook/notify-webhook-0.1.0-r1.ebuild
similarity index 79%
rename from dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild
rename to dev-vcs/notify-webhook/notify-webhook-0.1.0-r1.ebuild
index d28f6b8bbff9..ee355547cbda 100644
--- a/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild
+++ b/dev-vcs/notify-webhook/notify-webhook-0.1.0-r1.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+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'
@@ -13,10 +15,10 @@ SRC_URI="https://github.com/metajack/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="dev-python/simplejson"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND} ${PYTHON_DEPS}"
 
 #MY_P="${PN}-${COMMIT}"
 #S="${WORKDIR}/${MY_P}"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-08 15:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-08 15:23 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/notify-webhook/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2017-11-26 11:39 David Seifert
2017-01-06 20:24 Mart Raudsepp
2015-11-20 19:55 Robin H. Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox