commit: a21a7ab6dd0742edc584efd72024373a4f425541 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 27 15:20:26 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Apr 27 15:20:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a21a7ab6
x11-libs/scw: treeclean Closes: https://bugs.gentoo.org/926604 Bug: https://bugs.gentoo.org/853073 Bug: https://bugs.gentoo.org/831831 Bug: https://bugs.gentoo.org/927672 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> profiles/package.mask | 5 ----- x11-libs/scw/Manifest | 1 - x11-libs/scw/metadata.xml | 5 ----- x11-libs/scw/scw-0.4.7-r2.ebuild | 35 ----------------------------------- 4 files changed, 46 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 60a0de9268f6..2f32dafb65d1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -313,11 +313,6 @@ sec-keys/openpgp-keys-jiatan ~app-arch/xz-utils-5.6.0 ~app-arch/xz-utils-5.6.1 -# Michał Górny <mgo...@gentoo.org> (2024-03-26) -# A dead wiget library with no reverse dependencies. Homepage gone. -# Removal on 2024-04-25. Bug #926604. -x11-libs/scw - # Michał Górny <mgo...@gentoo.org> (2024-03-26) # Deprecated upstream and the URL no longer works. # Removal on 2024-04-25. Bug #926550. diff --git a/x11-libs/scw/Manifest b/x11-libs/scw/Manifest deleted file mode 100644 index 1d170c387b5e..000000000000 --- a/x11-libs/scw/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST scw-0.4.7.tar.gz 410761 BLAKE2B b241f6b54e11631611f26fcff807b406b7ecfbc29c140e805a5d1902c93f98247386e33294d1a03b953c4b58317f65660ab24c74185f333f0583e48b5b4453fb SHA512 bf042396cfeb7a4266a5e7156c618a533cbccd21ae499154c704e233b719a7031f051f421b3ed9371a60f2a1ba0ca3a86b5a665de1ef5443bbd12063ce013f8f diff --git a/x11-libs/scw/metadata.xml b/x11-libs/scw/metadata.xml deleted file mode 100644 index 115e9d64a669..000000000000 --- a/x11-libs/scw/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> -</pkgmetadata> diff --git a/x11-libs/scw/scw-0.4.7-r2.ebuild b/x11-libs/scw/scw-0.4.7-r2.ebuild deleted file mode 100644 index a180f163479a..000000000000 --- a/x11-libs/scw/scw-0.4.7-r2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A GTK+ widget set specifically designed for chat programs" -HOMEPAGE="http://scwwidgets.googlepages.com" -SRC_URI="http://scwwidgets.googlepages.com/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="doc" - -RDEPEND=" - dev-libs/glib:2 - x11-libs/gtk+:2" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/glib-utils - virtual/pkgconfig - doc? ( dev-util/gtk-doc )" - -src_configure() { - econf \ - --disable-static \ - $(use_enable doc gtk-doc) -} - -src_install() { - default - - # no static archives - find "${ED}" -name '*.la' -delete || die -}