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 0499415808A for ; Mon, 28 Jul 2025 07:39:31 +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 D6562341F8D for ; Mon, 28 Jul 2025 07:39:30 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3E8DE1102A2; Mon, 28 Jul 2025 07:39:29 +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 367C01102A2 for ; Mon, 28 Jul 2025 07:39:29 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB5F3341F7E for ; Mon, 28 Jul 2025 07:39:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CBEA32AE for ; Mon, 28 Jul 2025 07:39:27 +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: <1753688217.7dc9f4a9fd493a515e4508c84cd0c57c2b8df8a1.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libvformat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libvformat/Manifest dev-libs/libvformat/libvformat-1.13-r2.ebuild X-VCS-Directories: dev-libs/libvformat/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 7dc9f4a9fd493a515e4508c84cd0c57c2b8df8a1 X-VCS-Branch: master Date: Mon, 28 Jul 2025 07:39:27 +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: 8732a3bd-8049-484c-b701-3e15cadb1e0a X-Archives-Hash: 5731430c94f89c93548538efc530d070 commit: 7dc9f4a9fd493a515e4508c84cd0c57c2b8df8a1 Author: Petr Vaněk gentoo org> AuthorDate: Mon Jul 28 07:36:46 2025 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Mon Jul 28 07:36:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc9f4a9 dev-libs/libvformat: drop 1.13-r2 Signed-off-by: Petr Vaněk gentoo.org> dev-libs/libvformat/Manifest | 1 - dev-libs/libvformat/libvformat-1.13-r2.ebuild | 40 --------------------------- 2 files changed, 41 deletions(-) diff --git a/dev-libs/libvformat/Manifest b/dev-libs/libvformat/Manifest index e38fd1a533a8..f16f1277304d 100644 --- a/dev-libs/libvformat/Manifest +++ b/dev-libs/libvformat/Manifest @@ -1,3 +1,2 @@ -DIST libvformat_1.13-10.debian.tar.gz 25884 BLAKE2B 73f2ef1126dcf51ef1d8128a74b131e6ed67b8a83c4a7db2d142942bd3f4748d0925f4bdd09633f4be47260d035066d0f730bd7680ebd4b9721bc0416e61d823 SHA512 fd3635a697cf52215a024118dd5e7776829ec2e537a6795121361046588be23f00225fafc50e14e25e94e94659bb16d7830193b159925c63ff2e0644394b3626 DIST libvformat_1.13-12.debian.tar.xz 21560 BLAKE2B a226c3a0488c78357c44f3b45608bb07b002e3e59eb01db4bc42c284ef8b24484e75368dc24a9dcba637a99ddcff1f19b39462c800606e1f73327bbe3bdc6eaf SHA512 9fd7f3765fd53d3dd90698973e582b9a61e9e0192c5f588f984c323b36939535a47c33ff89d8eb9c7aa9c567b8a785e077c626db13668532f683834ee53c234a DIST libvformat_1.13.orig.tar.gz 254463 BLAKE2B ee7d7bf9585e670ed3f6999d002669072535ce7c2c474b1f86d80026ea4bf6852a5c000a45a03b881e6d15695bd3162c132864ccb4f7cc574207209ea3a6c579 SHA512 80b47897dd4f5dfa05e78a40de821406a007e330fc82584a0d26e2d1580a5ce52b6af90ecd4c0f7f36eaf00d6a78d9ba3b84ec2b7c7d814ba890a629d7a2c7ba diff --git a/dev-libs/libvformat/libvformat-1.13-r2.ebuild b/dev-libs/libvformat/libvformat-1.13-r2.ebuild deleted file mode 100644 index 323b1ec0b2de..000000000000 --- a/dev-libs/libvformat/libvformat-1.13-r2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Library to read and write vcard files" -HOMEPAGE="https://sourceforge.net/projects/vformat/" -SRC_URI=" - mirror://debian/pool/main/libv/${PN}/${PN}_${PV}.orig.tar.gz - mirror://debian/pool/main/libv/${PN}/${PN}_${PV}-10.debian.tar.gz -" -S="${WORKDIR}/${P}.orig" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" - -src_prepare() { - eapply \ - "${WORKDIR}"/debian/patches/*.patch \ - "${FILESDIR}"/${PN}-nodoc.patch \ - "${FILESDIR}"/${P}-has_unistd.patch \ - "${FILESDIR}"/${P}-str.patch - - default - - eautoreconf -} - -src_configure() { - econf --disable-static -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete || die -}