summaryrefslogtreecommitdiff
path: root/dev-libs/libstrl/libstrl-0.5.1-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-02 17:45:32 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-02 17:45:32 +0000
commit5939313f229e6fcf374fb7e9ee4f8675b05ab293 (patch)
tree0a8181cbc5d052ab4d26a8e1d2dc52f126063fc6 /dev-libs/libstrl/libstrl-0.5.1-r2.ebuild
parent7e3d6dcede5749fe6a1adef4e673a9dde7703b7b (diff)
gentoo auto-resync : 02:02:2024 - 17:45:32
Diffstat (limited to 'dev-libs/libstrl/libstrl-0.5.1-r2.ebuild')
-rw-r--r--dev-libs/libstrl/libstrl-0.5.1-r2.ebuild35
1 files changed, 0 insertions, 35 deletions
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
-}