commit: 6877b8b61efe2eeab91aedc97803751d49f71d7b Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Thu May 15 07:02:10 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Thu May 15 07:21:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6877b8b6
net-libs/libntlm: drop 1.6 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> net-libs/libntlm/Manifest | 1 - net-libs/libntlm/libntlm-1.6.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/net-libs/libntlm/Manifest b/net-libs/libntlm/Manifest index 219415d8f177..3e1b13b35aa8 100644 --- a/net-libs/libntlm/Manifest +++ b/net-libs/libntlm/Manifest @@ -1,2 +1 @@ -DIST libntlm-1.6.tar.gz 688608 BLAKE2B 8e545619b1fb00d778bbebf6ab9748005928a2669dab8c3d9c6285127b551c1bf039e1748a710e5eb551e7cbcb1a8775b57c21b163ca2a0206a4b9948b11df8a SHA512 d68bc6b5cd7f5f70385ba78275a810fa46e60f761f0949f2262eef35ae052661739ef17ce3fc4ab75f7e8cfc788b1ccd7766d4ff0ee78db08ea4de3e224653f2 DIST libntlm-1.8.tar.gz 617062 BLAKE2B c352fd9c96489264efbe1bdf41f8317442a81fff23c0bcc505f70be241a2ecdf662f40f2dbcc13ef1cf878e626cc5abf29eb378bae0a3f06447d9377cf1b716b SHA512 8d1563608b725008abcf948146d1ffce2d9cceab8264196d349be7faded51c61bcaf45ddb92b5c7dca2948fca554856a20198bb2e3bda0f93c8259335e14c377 diff --git a/net-libs/libntlm/libntlm-1.6.ebuild b/net-libs/libntlm/libntlm-1.6.ebuild deleted file mode 100644 index a23eee165489..000000000000 --- a/net-libs/libntlm/libntlm-1.6.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Microsoft's NTLM authentication (libntlm) library" -HOMEPAGE="https://www.nongnu.org/libntlm/" -SRC_URI="https://www.nongnu.org/${PN}/releases/${P}.tar.gz" - -SLOT="0" -LICENSE="LGPL-2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux" -IUSE="static-libs" - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete || die -}