commit: da421d75deb70436eff0ca103594dc85f142f517 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Fri Jul 26 04:42:51 2019 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Fri Jul 26 04:46:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da421d75
dev-libs/libstrl: Old Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> dev-libs/libstrl/libstrl-0.5.1.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/dev-libs/libstrl/libstrl-0.5.1.ebuild b/dev-libs/libstrl/libstrl-0.5.1.ebuild deleted file mode 100644 index 2515eaba088..00000000000 --- a/dev-libs/libstrl/libstrl-0.5.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit autotools-utils multilib - -DESCRIPTION="Compat library for functions like strlcpy(), strlcat(), strnlen(), getline()" -HOMEPAGE="http://ohnopub.net/~ohnobinki/libstrl/" -SRC_URI="ftp://mirror.ohnopub.net/mirror/${P}.tar.bz2" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x64-macos" -IUSE="doc static-libs test" - -# block various versions of opendkim for bug #454938 and bug #441790. -DEPEND="doc? ( app-doc/doxygen ) - test? ( dev-libs/check ) - !=mail-filter/opendkim-2.7.0 !=mail-filter/opendkim-2.7.1 !=mail-filter/opendkim-2.7.2" -RDEPEND="!=mail-filter/opendkim-2.7.0 !=mail-filter/opendkim-2.7.1 !=mail-filter/opendkim-2.7.2" - -src_configure() { - local myeconfargs=( - $(use_with doc doxygen) - $(use_with test check) - ) - - autotools-utils_src_configure -}
