diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-08-13 08:32:14 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-08-13 08:58:16 +0100 |
commit | b3594269e63b90ffae4168da48400e34aab2c018 (patch) | |
tree | bbe57d3c7c7c9e2d8b5dc28e078e37e125e2890a /dev-libs/tllist | |
parent | gui-apps/foot: add 1.13.0 (diff) | |
download | gentoo-b3594269e63b90ffae4168da48400e34aab2c018.tar.gz gentoo-b3594269e63b90ffae4168da48400e34aab2c018.tar.bz2 gentoo-b3594269e63b90ffae4168da48400e34aab2c018.zip |
dev-libs/tllist: drop 1.0.5
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-libs/tllist')
-rw-r--r-- | dev-libs/tllist/tllist-1.0.5.ebuild | 21 |
1 files changed, 0 insertions, 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 -} |