From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B48D15808A for ; Wed, 23 Jul 2025 13:21:25 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 82D35341CC0 for ; Wed, 23 Jul 2025 13:21:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6619111055E; Wed, 23 Jul 2025 13:21:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5FF0B11055E for ; Wed, 23 Jul 2025 13:21:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E19D3415F1 for ; Wed, 23 Jul 2025 13:21:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 527BB32A9 for ; Wed, 23 Jul 2025 13:21:10 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1753276799.e885e6f2dbf27c68703a6d17db8c6fde432b17fa.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/lwp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/lwp/lwp-2.8.ebuild X-VCS-Directories: sys-libs/lwp/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: e885e6f2dbf27c68703a6d17db8c6fde432b17fa X-VCS-Branch: master Date: Wed, 23 Jul 2025 13:21:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef43a665-eb0a-44b5-9fec-66b9f653284e X-Archives-Hash: 9eb38419022e715a01310f17fab1f672 commit: e885e6f2dbf27c68703a6d17db8c6fde432b17fa Author: Petr Vaněk gentoo org> AuthorDate: Wed Jul 23 13:15:07 2025 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Wed Jul 23 13:19:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e885e6f2 sys-libs/lwp: drop 2.8 Signed-off-by: Petr Vaněk gentoo.org> sys-libs/lwp/lwp-2.8.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/sys-libs/lwp/lwp-2.8.ebuild b/sys-libs/lwp/lwp-2.8.ebuild deleted file mode 100644 index 0a191a2ebde0..000000000000 --- a/sys-libs/lwp/lwp-2.8.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Light-weight process library (used by Coda)" -HOMEPAGE="http://www.coda.cs.cmu.edu/" -SRC_URI="http://www.coda.cs.cmu.edu/pub/lwp/src/${P}.tar.xz" - -LICENSE="LGPL-2.1" -SLOT="1" -KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 sparc x86" - -PATCHES=( - "${FILESDIR}"/${P}-ia64.patch -) - -src_configure() { - econf --disable-static -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -}