commit: 1ddf64e25b1b99a02b0334115ac5c8cbe74ec2f2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Feb 2 16:25:55 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Feb 2 16:31:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ddf64e2
dev-libs/libstrl: Remove last-rited pkg Closes: https://bugs.gentoo.org/917248 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-libs/libstrl/Manifest | 1 - dev-libs/libstrl/libstrl-0.5.1-r2.ebuild | 35 -------------------------------- dev-libs/libstrl/metadata.xml | 5 ----- profiles/package.mask | 1 - 4 files changed, 42 deletions(-) diff --git a/dev-libs/libstrl/Manifest b/dev-libs/libstrl/Manifest deleted file mode 100644 index a396cb5b7630..000000000000 --- a/dev-libs/libstrl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libstrl-0.5.1.tar.bz2 259026 BLAKE2B 9f2b576b1a86361f982069a1e7b1c12e0f47918637ed43add261379c195ba9ddeb5b8ca04b0811b75373235c79ff5b254a42c2e3ed360da410039a913137dd60 SHA512 c79b37aef2cf909529e3afabdf472730f9df2eb3605eeb41a74b56f1c9c43a5be1f23c7f383c4b1c2aacb81b9df1d455a3fe9ec1083d5fcabae4c82ef916df92 diff --git a/dev-libs/libstrl/libstrl-0.5.1-r2.ebuild b/dev-libs/libstrl/libstrl-0.5.1-r2.ebuild deleted file mode 100644 index 288542152c3e..000000000000 --- a/dev-libs/libstrl/libstrl-0.5.1-r2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Compat library for functions like strlcpy(), strlcat(), strnlen(), getline()" -HOMEPAGE="http://ohnopub.net/~ohnobinki/libstrl/" -SRC_URI="http://mirror.ohnopub.net/mirror/${P}.tar.bz2" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x64-macos" -IUSE="doc test" -RESTRICT="!test? ( test )" - -BDEPEND=" - doc? ( app-text/doxygen ) - test? ( dev-libs/check ) -" - -src_configure() { - tc-export AR - - econf \ - $(use_with doc doxygen) \ - $(use_with test check) -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete || die -} diff --git a/dev-libs/libstrl/metadata.xml b/dev-libs/libstrl/metadata.xml deleted file mode 100644 index 85e4ed814fa2..000000000000 --- a/dev-libs/libstrl/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/profiles/package.mask b/profiles/package.mask index e4136a416369..6edad06b0528 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -276,7 +276,6 @@ dev-go/golicense # on vulnerable media-gfx/transfig. Homepage gone. No other revdeps. # Removal on 2024-01-21. Bug #917248. dev-libs/liblist -dev-libs/libstrl # Andreas Sturmlechner <[email protected]> (2024-01-31) # KDE Plasma 6 RC2 (5.93) and Frameworks 6 RC2 (5.249) mask
