commit: b3594269e63b90ffae4168da48400e34aab2c018 Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Sat Aug 13 07:32:14 2022 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Sat Aug 13 07:58:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3594269
dev-libs/tllist: drop 1.0.5 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> dev-libs/tllist/tllist-1.0.5.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-libs/tllist/tllist-1.0.5.ebuild b/dev-libs/tllist/tllist-1.0.5.ebuild deleted file mode 100644 index 5a71e470c6bc..000000000000 --- a/dev-libs/tllist/tllist-1.0.5.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2020-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -DESCRIPTION="Header-only implementation of a typed linked list in C" -HOMEPAGE="https://codeberg.org/dnkl/tllist" -SRC_URI="https://codeberg.org/dnkl/tllist/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -src_install() { - meson_src_install - - rm -r "${ED}/usr/share/doc/${PN}" || die -}
