commit:     5d9a04ac6ed7050bcf2ee2cb372067ed263fc4f7
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 18:56:26 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 18:56:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d9a04ac

app-misc/ntfy: treeclean

mask is not enough to fix the sourcing problems, cleanup now instead

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-misc/ntfy/Manifest          |  1 -
 app-misc/ntfy/metadata.xml      | 12 ---------
 app-misc/ntfy/ntfy-2.7.0.ebuild | 54 -----------------------------------------
 profiles/package.mask           |  1 -
 4 files changed, 68 deletions(-)

diff --git a/app-misc/ntfy/Manifest b/app-misc/ntfy/Manifest
deleted file mode 100644
index 69530a518..000000000
--- a/app-misc/ntfy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ntfy-2.7.0.tar.gz 1837670 BLAKE2B 
3bff167eb9ede624d5a92170c7d1f36ef075f64126a4080172a5b3cd517d2ed77a2488ee03b102a5b8d67fb37c04b47a42fd3e88b319807d798bb2622afa78ae
 SHA512 
fba9ba15ce3c4667e5f85c0435cb5eb6224e539c10d2d431f3af3c90d6164e3098ddcb5f7881cbaed92ab0b68d9d161b16a00de680e21c3d439429865fa2765a

diff --git a/app-misc/ntfy/metadata.xml b/app-misc/ntfy/metadata.xml
deleted file mode 100644
index 82eab7b3d..000000000
--- a/app-misc/ntfy/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>David Roman</name>
-       </maintainer>
-       <use>
-               <flag name="dbus">Support for desktop notifications</flag>
-               <flag name="telegram">Add support for telegram backend</flag>
-       </use>
-</pkgmetadata>

diff --git a/app-misc/ntfy/ntfy-2.7.0.ebuild b/app-misc/ntfy/ntfy-2.7.0.ebuild
deleted file mode 100644
index f5654ae8d..000000000
--- a/app-misc/ntfy/ntfy-2.7.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_8 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A utility for sending notifications, on demand and when commands 
finish."
-HOMEPAGE="https://github.com/dschep/ntfy";
-SRC_URI="https://github.com/dschep/ntfy/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64"
-LICENSE="GPL-3"
-SLOT="0"
-
-IUSE="telegram dbus"
-
-RDEPEND="
-       dev-python/appdirs[${PYTHON_USEDEP}]
-       dev-python/requests[${PYTHON_USEDEP}]
-       dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-
-       dbus? (
-               dev-python/dbus-python[${PYTHON_USEDEP}]
-               virtual/notification-daemon
-       )
-
-       telegram? (
-               app-misc/telegram-send[${PYTHON_USEDEP}]
-       )
-"
-
-DEPEND="${RDEPEND}
-       test? (
-               dev-python/emoji[${PYTHON_USEDEP}]
-               dev-python/mock[${PYTHON_USEDEP}]
-               dev-python/psutil[${PYTHON_USEDEP}]
-       )
-"
-
-python_prepare_all() {
-       # Sleekxmpp no longer in repo
-       rm tests/test_xmpp.py  || die
-       sed -i -e 's:test_xmpp:_&:' \
-               tests/test_integration.py || die
-
-       distutils-r1_python_prepare_all
-}
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs

diff --git a/profiles/package.mask b/profiles/package.mask
index b512b07e6..6225d16d7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -16,7 +16,6 @@
 
 # Andrew Ammerlaan <[email protected]> (2023-01-14)
 # Needs python_compat bump. Removal on 2023-01-29.
-app-misc/ntfy
 app-misc/telegram-send
 dev-embedded/arachne-pnr
 dev-embedded/icestorm

Reply via email to