commit:     7dc9f4a9fd493a515e4508c84cd0c57c2b8df8a1
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 28 07:36:46 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> 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 <arkamar <AT> 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
-}

Reply via email to