commit: 2bc745be753808bfc01650799cdfd1fe1556f2ae Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Feb 2 16:33:15 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Feb 2 16:38:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc745be
x11-misc/sw-notify-send: Remove last-rited pkg Closes: https://bugs.gentoo.org/913525 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 1 - x11-misc/sw-notify-send/Manifest | 1 - x11-misc/sw-notify-send/metadata.xml | 11 ------ .../sw-notify-send/sw-notify-send-1.2.1.ebuild | 39 ---------------------- 4 files changed, 52 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 69e409a17414..4a60bb752145 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -236,7 +236,6 @@ dev-ruby/rubyzip:1 # in sys-apps/uam to send notifications on mount. # Removal on 2024-01-24. Bug #913525. x11-libs/libtinynotify-systemwide -x11-misc/sw-notify-send # Patrick Lauer <[email protected]> (2023-12-23) # ROCm-6 builds but has runtime issues for me diff --git a/x11-misc/sw-notify-send/Manifest b/x11-misc/sw-notify-send/Manifest deleted file mode 100644 index 0bb40474c188..000000000000 --- a/x11-misc/sw-notify-send/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tinynotify-send-1.2.1.tar.bz2 266078 BLAKE2B ac3c9510d89fdfd50f70fbfad14476e95e14616cfff9d29c9976af5459e2c73a8ddcf5cb578284b177e78743c46594126343933ae87f78a380bca3ce2350aaa9 SHA512 f416db09fa95f04d771610af7ae8953192027b8606c53f54efe514c4d33b59e8dc362676004a036c2dd7e7c7cf03b077ee9b753839efbcb181c5724f43efa58d diff --git a/x11-misc/sw-notify-send/metadata.xml b/x11-misc/sw-notify-send/metadata.xml deleted file mode 100644 index 66d473d268b3..000000000000 --- a/x11-misc/sw-notify-send/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Michał Górny</name> - </maintainer> - <upstream> - <remote-id type="github">projg2/tinynotify-send</remote-id> - </upstream> -</pkgmetadata> diff --git a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild deleted file mode 100644 index d2711a3030c0..000000000000 --- a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_P=tinynotify-send-${PV} -DESCRIPTION="A system-wide variant of tinynotify-send" -HOMEPAGE="https://github.com/projg2/tinynotify-send/" -SRC_URI="https://github.com/projg2/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2" -S=${WORKDIR}/${MY_P} - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - x11-libs/libtinynotify:0= - ~x11-libs/libtinynotify-cli-${PV} - x11-libs/libtinynotify-systemwide:0= -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - virtual/pkgconfig -" - -DOCS=( README ) - -src_configure() { - local myconf=( - --disable-library - --disable-regular - --enable-system-wide - ) - - econf "${myconf[@]}" -}
