commit:     6401924f72cd3a519d3d7ee00c027c518b71caf8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 09:46:41 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 22 09:46:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6401924f

dev-vcs/notify-webhook: Remove last-rited pkg

Bug: https://bugs.gentoo.org/950702
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-vcs/notify-webhook/Manifest                    |  1 -
 dev-vcs/notify-webhook/metadata.xml                | 17 ------------
 .../notify-webhook/notify-webhook-0.1.0-r1.ebuild  | 30 ----------------------
 profiles/package.mask                              |  7 -----
 4 files changed, 55 deletions(-)

diff --git a/dev-vcs/notify-webhook/Manifest b/dev-vcs/notify-webhook/Manifest
deleted file mode 100644
index c276cdb27f28..000000000000
--- a/dev-vcs/notify-webhook/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST notify-webhook-0.1.0.tar.gz 17525 BLAKE2B 
947027414bd30f96c9e27ca8b7f965a077792a6b8962180094df6bdeef8261140c063041f1b6598c518edfd3b6807da5020a4640aadbddb202887bac91d3b51d
 SHA512 
1694f32b1263baecac473ffa49e6e7f9cbfdb73d1abaa88e228771e28a5ed915d9f5f21ab26b05934bdcd8694b4c4f1506763dd2f0c89c35ffa51e1d1b7d03b4

diff --git a/dev-vcs/notify-webhook/metadata.xml 
b/dev-vcs/notify-webhook/metadata.xml
deleted file mode 100644
index 4774c6775710..000000000000
--- a/dev-vcs/notify-webhook/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>robb...@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>
-</pkgmetadata>

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
deleted file mode 100644
index ee355547cbda..000000000000
--- a/dev-vcs/notify-webhook/notify-webhook-0.1.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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/profiles/package.mask b/profiles/package.mask
index 28a7132bc2d8..50fee1913302 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -340,13 +340,6 @@ sys-apps/openrc-navi
 # Mask out of caution for now.
 =dev-util/pkgconf-2.4.1
 
-# Michał Górny <mgo...@gentoo.org> (2025-03-06)
-# This package is clearly unmaintained.  It has lost all CPython
-# versions, and retained PyPy3 likely only because it wasn't versioned.
-# Also, since it's eclass usage used to be broken, it went under the
-# radar.  Removal on 2025-04-05.  Bug #950702.
-dev-vcs/notify-webhook
-
 # John Helmert III <a...@gentoo.org> (2025-03-02)
 # Doesn't seem to cleanly load, see:
 # https://github.com/lkrg-org/lkrg/issues/364

Reply via email to