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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 867F6158094 for ; Sun, 9 Oct 2022 06:15:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1743E0898; Sun, 9 Oct 2022 06:15:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 ADCE3E0898 for ; Sun, 9 Oct 2022 06:15:00 +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 E355B3410EF for ; Sun, 9 Oct 2022 06:14:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B3E7584 for ; Sun, 9 Oct 2022 06:14:58 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1665296090.afe96d77f57f7ac52f4fdbdbabfbb7b4076b6f17.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libltc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libltc/Manifest media-libs/libltc/libltc-1.3.1-r1.ebuild X-VCS-Directories: media-libs/libltc/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: afe96d77f57f7ac52f4fdbdbabfbb7b4076b6f17 X-VCS-Branch: master Date: Sun, 9 Oct 2022 06:14:58 +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: d71abf9f-5085-4461-8d3c-b28d2127e5f2 X-Archives-Hash: b08bbfb89434cc9be70f631ffd1e1f32 commit: afe96d77f57f7ac52f4fdbdbabfbb7b4076b6f17 Author: Miroslav Šulc gentoo org> AuthorDate: Sun Oct 9 06:14:50 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Oct 9 06:14:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe96d77 media-libs/libltc: dropped obsolete 1.3.1-r1 Bug: https://bugs.gentoo.org/875788 Signed-off-by: Miroslav Šulc gentoo.org> media-libs/libltc/Manifest | 1 - media-libs/libltc/libltc-1.3.1-r1.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/media-libs/libltc/Manifest b/media-libs/libltc/Manifest index 1daead03a70e..9ba280807062 100644 --- a/media-libs/libltc/Manifest +++ b/media-libs/libltc/Manifest @@ -1,2 +1 @@ -DIST libltc-1.3.1.tar.gz 440790 BLAKE2B 881a237a23e6f4a9d058d69b26cad78c96a9dc0f90bb5b5ffc2d08f4b894d039b57e53cb70844d89b0defa5795d252e3afef07d43bfd4dc8b10a34066b6c1efe SHA512 e4ba96560f04155d022d2c975fa36d4bb77efb9a877344041e1bd12bd5e7d04dccb452f3a4e061aba961bd0c3c0d1d53dc98ac469e04e61a934feeedc20e09b3 DIST libltc-1.3.2.tar.gz 449921 BLAKE2B 8a6b3452245f72e918b4a105854d751ca66780ce4627aca54bb0d1342c5a1e77e614103da15037f71b89d44c62b35230a6240e42af287c442e6049c2ad9c85a6 SHA512 3b29b7da1ad9f85c62068b927abec9b3963a77558b46b3ee7681f360642570935becedcf95436574a8a7b456c7e0b414131571d71c6903139f9e7565968278a6 diff --git a/media-libs/libltc/libltc-1.3.1-r1.ebuild b/media-libs/libltc/libltc-1.3.1-r1.ebuild deleted file mode 100644 index 5a4b897e7335..000000000000 --- a/media-libs/libltc/libltc-1.3.1-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Linear/Logitudinal Time Code (LTC) Library" -HOMEPAGE="https://github.com/x42/libltc.git" -if [[ ${PV} == *9999 ]]; then - inherit git-r3 autotools - EGIT_REPO_URI="https://github.com/x42/libltc.git" -else - SRC_URI="https://github.com/x42/libltc/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="amd64" -fi -LICENSE="LGPL-3" -SLOT="0" -RESTRICT="mirror" - -src_prepare() { - default - - [[ ${PV} == *9999 ]] && eautoreconf -} - -src_install() { - default - find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die -}