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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E80A9138359 for ; Mon, 31 Aug 2020 02:56:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D980E09F8; Mon, 31 Aug 2020 02:56:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14D2AE09F8 for ; Mon, 31 Aug 2020 02:56:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21A7133BE41 for ; Mon, 31 Aug 2020 02:56:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C63CB324 for ; Mon, 31 Aug 2020 02:56:44 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1598842600.8330b7c38cf46a65b5687e7f890c9346fce45fc9.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libudfread/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libudfread/Manifest dev-libs/libudfread/libudfread-1.0.0-r1.ebuild X-VCS-Directories: dev-libs/libudfread/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 8330b7c38cf46a65b5687e7f890c9346fce45fc9 X-VCS-Branch: master Date: Mon, 31 Aug 2020 02:56:44 +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: 9fe34625-0128-436d-bb26-43ebb06673e4 X-Archives-Hash: 49e88c5f04c2278262d08c3835b5f0c8 commit: 8330b7c38cf46a65b5687e7f890c9346fce45fc9 Author: Craig Andrews gentoo org> AuthorDate: Mon Aug 31 02:56:30 2020 +0000 Commit: Craig Andrews gentoo org> CommitDate: Mon Aug 31 02:56:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8330b7c3 dev-libs/libudfread: Cleanup old version Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Craig Andrews gentoo.org> dev-libs/libudfread/Manifest | 1 - dev-libs/libudfread/libudfread-1.0.0-r1.ebuild | 37 -------------------------- 2 files changed, 38 deletions(-) diff --git a/dev-libs/libudfread/Manifest b/dev-libs/libudfread/Manifest index 708735038a4..41c6ab5ba5f 100644 --- a/dev-libs/libudfread/Manifest +++ b/dev-libs/libudfread/Manifest @@ -1,2 +1 @@ -DIST libudfread-1.0.0.tar.gz 31420 BLAKE2B bf68560d283fb88af54ee1a939166e68df94d60f1e8d3fc0d0e6e1d0faa0b9ef35825ff8a2dbbcdbfb0412dbe6e1639a34b844c10cf7424a659f974a53b59b2c SHA512 8b48d809197f3e9e4271755acffe74849aa3a01c6b23eab3acad6c2bb0c9045491f43657953300e5f84b27e99715ea2a2c4926f1120b3f5129042703c2804606 DIST libudfread-1.1.0.tar.gz 33506 BLAKE2B e7fab72ebecb372c54af77b4907e53f77a5503af66e129bd2083ef7f4209ebfbed163ffd552e32b7181829664fff6ab82a1cdf00c81dc6f3cc6bfc8fa7242f6e SHA512 340a03fe90d26a8a5c78e1e4f558a0b448a14332a661494f44af7de3e6c98cd219125e19f69d2a611ecb4870648a5d5b55d794e665eb8ec4192c0b499a0701ed diff --git a/dev-libs/libudfread/libudfread-1.0.0-r1.ebuild b/dev-libs/libudfread/libudfread-1.0.0-r1.ebuild deleted file mode 100644 index 6dd66e41c5c..00000000000 --- a/dev-libs/libudfread/libudfread-1.0.0-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools multilib-minimal - -if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://code.videolan.org/videolan/${PN}.git" - inherit git-r3 -else - SRC_URI="https://code.videolan.org/videolan/libudfread/-/archive/${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="Library for reading UDF from raw devices and image files" -HOMEPAGE="https://code.videolan.org/videolan/libudfread/" - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="static-libs" - -src_prepare() { - default - eautoreconf -} - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf -} - -multilib_src_install_all() { - find "${D}" -name '*.la' -delete || die - if ! use static-libs ; then - find "${D}" -name '*.a' -delete || die - fi -}