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 4B2E0138359 for ; Tue, 8 Sep 2020 07:48:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DF6EE0821; Tue, 8 Sep 2020 07:48:27 +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 5FD5EE0821 for ; Tue, 8 Sep 2020 07:48:27 +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 478A534058A for ; Tue, 8 Sep 2020 07:48:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E16E7334 for ; Tue, 8 Sep 2020 07:48:24 +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: <1599551279.df850631a94952669cb6589adfc23174eb0a0a22.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libogg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libogg/Manifest media-libs/libogg/libogg-1.3.3.ebuild X-VCS-Directories: media-libs/libogg/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: df850631a94952669cb6589adfc23174eb0a0a22 X-VCS-Branch: master Date: Tue, 8 Sep 2020 07:48:24 +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: 004d2d7d-0040-4a19-a17f-33892ad82043 X-Archives-Hash: c5b0913fef6782e0f58f5af54ebe29da commit: df850631a94952669cb6589adfc23174eb0a0a22 Author: Miroslav Šulc gentoo org> AuthorDate: Tue Sep 8 07:47:59 2020 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Sep 8 07:47:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df850631 media-libs/libogg: removed obsolete 1.3.3 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Miroslav Šulc gentoo.org> media-libs/libogg/Manifest | 1 - media-libs/libogg/libogg-1.3.3.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/media-libs/libogg/Manifest b/media-libs/libogg/Manifest index 2d9c7f20cf9..9bc4dfabbe8 100644 --- a/media-libs/libogg/Manifest +++ b/media-libs/libogg/Manifest @@ -1,2 +1 @@ -DIST libogg-1.3.3.tar.xz 417636 BLAKE2B 2fc69580ed94be520c8e6b764e6271ec60e9d83d4265ca0408df4b2e6233a0f1d68e79400bc3871cc130034697ba97cedc453a574b9c6f618c9b819a93a2d3e8 SHA512 37d8e4329bf7a997a95d84a55c325a5a893ec84bb4d5b7ea638e5cb13201a0619e71ecd9710a8371def69f092c62dcc59ec0a607db246028ee8a62678386260b DIST libogg-1.3.4.tar.xz 428696 BLAKE2B 21814db2d45e32be56da1b56afacce4b906b34c7b71e7915ceb7b4a240b9a1c271085a4d19362c97c5bb825569094bd2940a92140204f0449eeeadaa40cc6b30 SHA512 09ffb72c3cbde5c05140f5879bd457106ed4070bd7aa5ea7720cf8910167f1d0fa6312f1f71625d51f21e3033219da858e1a8a2701bfd768b35061f7586f976c diff --git a/media-libs/libogg/libogg-1.3.3.ebuild b/media-libs/libogg/libogg-1.3.3.ebuild deleted file mode 100644 index 3a73e891c26..00000000000 --- a/media-libs/libogg/libogg-1.3.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit multilib-minimal - -DESCRIPTION="the Ogg media file format library" -HOMEPAGE="https://xiph.org/ogg/" -SRC_URI="https://downloads.xiph.org/releases/ogg/${P}.tar.xz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="static-libs" - -DOCS=( AUTHORS CHANGES ) - -MULTILIB_WRAPPED_HEADERS=( - /usr/include/ogg/config_types.h -) - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf $(use_enable static-libs static) -} - -multilib_src_install_all() { - einstalldocs - find "${ED}" -name "*.la" -delete || die -}