From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 AB8E315813A for ; Thu, 09 Jan 2025 20:17:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04EDFE0636; Thu, 09 Jan 2025 20:17:53 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB536E0636 for ; Thu, 09 Jan 2025 20:17:52 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3C0A342FDB for ; Thu, 09 Jan 2025 20:17:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E73811B5 for ; Thu, 09 Jan 2025 20:17:50 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1736453853.4c7c2a599f9af404b2236c486864f4d9d9d1e1c7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmspack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libmspack/Manifest dev-libs/libmspack/libmspack-0.10.1_alpha-r1.ebuild X-VCS-Directories: dev-libs/libmspack/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4c7c2a599f9af404b2236c486864f4d9d9d1e1c7 X-VCS-Branch: master Date: Thu, 09 Jan 2025 20:17:50 +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: f6b55dad-25a4-4d37-ad84-e36c3394c2ca X-Archives-Hash: fdc5eacafe637561d5bab84f291a465b commit: 4c7c2a599f9af404b2236c486864f4d9d9d1e1c7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 9 20:17:33 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 9 20:17:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c7c2a59 dev-libs/libmspack: drop 0.10.1_alpha-r1 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/libmspack/Manifest | 1 - .../libmspack/libmspack-0.10.1_alpha-r1.ebuild | 67 ---------------------- 2 files changed, 68 deletions(-) diff --git a/dev-libs/libmspack/Manifest b/dev-libs/libmspack/Manifest index 2a74fd84ee65..1baae32e7e37 100644 --- a/dev-libs/libmspack/Manifest +++ b/dev-libs/libmspack/Manifest @@ -1,2 +1 @@ -DIST libmspack-0.10.1alpha.tar.gz 963274 BLAKE2B 39bcb3b7ea419d6d00850b70c217c802a2095dd4398038e594ae7c01ca12e71508218c1cfca5ae8b102636ab9517b13d55c1e411b31e87d28aa46331cd0127e6 SHA512 a7b5f7caa49190c5021f3e768b92f2e51cc0ce685c9ab6ed6fb36de885c73231b58d47a8a3b5c5aa5c9ac56c25c500eb683d84dbf11f09f97f6cb4fff5adc245 DIST libmspack-1.11.tar.gz 408982 BLAKE2B fd0c197cf222effa79366e7a763765c7a7eabf7a71319d0544a525b8062ea0ad64291351b2a285c5f3b6d7059a54fd60f20f75b019040d138ae8204fb426397e SHA512 f53a253375584d815ba9249bf36b5f08906c37d7ac7fc9e44040ec5600380f830b2e6774e4493d6fa8024409ae9cf8afe782da52fc8f670debe3aaa4ae6b7306 diff --git a/dev-libs/libmspack/libmspack-0.10.1_alpha-r1.ebuild b/dev-libs/libmspack/libmspack-0.10.1_alpha-r1.ebuild deleted file mode 100644 index c18e97198694..000000000000 --- a/dev-libs/libmspack/libmspack-0.10.1_alpha-r1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://github.com/kyz/libmspack.git" - inherit git-r3 - MY_P="${PN}-9999" -else - KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" - MY_PV="${PV/_alpha/alpha}" - MY_P="${PN}-${MY_PV}" - SRC_URI="https://www.cabextract.org.uk/libmspack/libmspack-${MY_PV}.tar.gz" -fi - -DESCRIPTION="A library for Microsoft compression formats" -HOMEPAGE="https://www.cabextract.org.uk/libmspack/" - -S="${WORKDIR}/${MY_P}" - -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="debug doc" - -src_prepare() { - if [[ ${PV} == *9999 ]] ; then - # Re-create file layout from release tarball - pushd "${WORKDIR}" > /dev/null || die - - cp -aL "${S}"/${PN} "${WORKDIR}"/${PN}-source || die - rm -r "${S}" || die - mv "${WORKDIR}"/${PN}-source "${S}" || die - - popd > /dev/null || die - fi - - default - - eautoreconf -} - -src_configure() { - econf $(use_enable debug) -} - -src_test() { - default - - cd "${S}"/test || die - ./cabd_test || die -} - -src_install() { - use doc && HTML_DOCS=( doc/. ) - - default - - if use doc ; then - rm "${ED}"/usr/share/doc/"${PF}"/html/{Makefile*,Doxyfile*} || die - fi - - find "${ED}" -name '*.la' -delete || die - find "${ED}" -name "*.a" -delete || die -}