commit: 408a828dcb8952e3174f199abcd0932f302b6aae Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Feb 2 16:33:33 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Feb 2 16:38:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=408a828d
x11-libs/libtinynotify-systemwide: Remove last-rited pkg Closes: https://bugs.gentoo.org/913525 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 7 ----- x11-libs/libtinynotify-systemwide/Manifest | 1 - .../libtinynotify-systemwide-0.1-r1.ebuild | 32 ---------------------- x11-libs/libtinynotify-systemwide/metadata.xml | 11 -------- 4 files changed, 51 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 4a60bb752145..f53db277cff5 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -230,13 +230,6 @@ dev-ruby/rubyzip:1 # Masked until KF6 is unmasked. ~media-libs/mpvqt-1.0.0 -# Michał Górny <[email protected]> (2023-12-25) -# libtinynotify-systemwide is not ported to procps-4. It is only -# used to implement sw-notify-send which is used as an optional RDEP -# in sys-apps/uam to send notifications on mount. -# Removal on 2024-01-24. Bug #913525. -x11-libs/libtinynotify-systemwide - # Patrick Lauer <[email protected]> (2023-12-23) # ROCm-6 builds but has runtime issues for me >=dev-libs/roct-thunk-interface-6.0.0 diff --git a/x11-libs/libtinynotify-systemwide/Manifest b/x11-libs/libtinynotify-systemwide/Manifest deleted file mode 100644 index fbcc267fea4a..000000000000 --- a/x11-libs/libtinynotify-systemwide/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libtinynotify-systemwide-0.1.tar.bz2 270071 BLAKE2B 154dbdee157ea43e35cb89c71e0cb75397f3d5a9244f0ff5bd89e647826d5870bbe854ab929305628bb48f8c81d8f251502c637de559ba5d2db30dd7508f4bb0 SHA512 95516208485ed46e4702806bca467af509b9756a738f5f345cec712d878f14f4d9c84b78c33f0e4a41e0bf7be3b6e8e50dcd230da753c2827ae75793ca1c74aa diff --git a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1-r1.ebuild b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1-r1.ebuild deleted file mode 100644 index 610292371673..000000000000 --- a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="A system-wide notifications module for libtinynotify" -HOMEPAGE="https://github.com/projg2/libtinynotify-systemwide/" -SRC_URI="https://github.com/projg2/libtinynotify-systemwide/releases/download/${P}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=" - sys-process/procps:= - x11-libs/libtinynotify:= -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - virtual/pkgconfig -" - -src_configure() { - econf --disable-gtk-doc -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} diff --git a/x11-libs/libtinynotify-systemwide/metadata.xml b/x11-libs/libtinynotify-systemwide/metadata.xml deleted file mode 100644 index 0b69695892f4..000000000000 --- a/x11-libs/libtinynotify-systemwide/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/libtinynotify-systemwide</remote-id> - </upstream> -</pkgmetadata>
