summaryrefslogtreecommitdiff
path: root/dev-vcs/notify-webhook
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /dev-vcs/notify-webhook
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'dev-vcs/notify-webhook')
-rw-r--r--dev-vcs/notify-webhook/Manifest2
-rw-r--r--dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/notify-webhook/Manifest b/dev-vcs/notify-webhook/Manifest
index 913f2013e99b..8f9d649b14c4 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 638 BLAKE2B 7e64a8d7578a554fa2fd51c3f64a70b324bb097d88527e40fca6eac02d5ab48cb58ed0c0da505c50cc41291c865fd27d7cb09fff35bf1f25cb470485aa6bc5af SHA512 2fcc42c55b7d57e35e27210d5683a1576e9b93c5668affb34884db06cb6ec0e2cd8bebf98bbc300e1ad5890a6871410d7cd878a4e5b1d79ff1f58de8d5286e3e
+EBUILD notify-webhook-0.1.0.ebuild 640 BLAKE2B 27c0cd0bf4a4005d3e220fa0e86e574c725892860fb2c5ea54a28eb328f6e6d2a396adc94da94db6c3ceaee48a6ed924439e6bb74f06cf8d18db0497342048f0 SHA512 103a71f3cedd325ec4dccd5b4c6d11f73c57f892a8916638b255535dd9831bc13f2cea2eed33b27f2f8bceed09a92fa8772f34ecd053afba7564f9a4c8a1beb6
MISC metadata.xml 598 BLAKE2B d3cb099dbdcb844e0158112eaa1748c9587f88241860f1a862d852a96b1ea6fd01fd0e3555442cb6fbe066da5c61722c443f482f26154679fbbd0ac29c9fff3e SHA512 c4c8fd71b9c15c14f397a6bf65dab33907ba702d021315605dcebdbe565671b5e0a2df38d5166ef6ace416fbd0e2a03334b9525c450c2d9e726b194ca63ebf5e
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 c687a232910a..0f9aa3a06371 100644
--- a/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild
+++ b/dev-vcs/notify-webhook/notify-webhook-0.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -23,6 +23,6 @@ RDEPEND="${DEPEND}"
src_install() {
dodoc *markdown
- exeinto /usr/libexec/githook/$PN/
+ exeinto /usr/libexec/githook/${PN}/
doexe notify-webhook.py
}