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 F2879138334 for ; Mon, 11 Jun 2018 00:14:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07EDFE0909; Mon, 11 Jun 2018 00:14:36 +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 AA877E0909 for ; Mon, 11 Jun 2018 00:14:35 +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 23006335C92 for ; Mon, 11 Jun 2018 00:14:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56FE82CA for ; Mon, 11 Jun 2018 00:14:32 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1528675917.8dd096da89ff5aa5d119a361419cc27357758216.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libao/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libao/Manifest media-libs/libao/libao-1.2.0.ebuild X-VCS-Directories: media-libs/libao/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8dd096da89ff5aa5d119a361419cc27357758216 X-VCS-Branch: master Date: Mon, 11 Jun 2018 00:14:32 +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-Archives-Salt: 5c1440c2-c3fb-4c08-ba7c-289e8a5432c3 X-Archives-Hash: 2e5e1f57194d61804d5e218178522663 commit: 8dd096da89ff5aa5d119a361419cc27357758216 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 11 00:11:57 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 11 00:11:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd096da media-libs/libao: Drop 1.2.0 Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-libs/libao/Manifest | 1 - media-libs/libao/libao-1.2.0.ebuild | 48 ------------------------------------- 2 files changed, 49 deletions(-) diff --git a/media-libs/libao/Manifest b/media-libs/libao/Manifest index 83ab695d88b..6b056f5c066 100644 --- a/media-libs/libao/Manifest +++ b/media-libs/libao/Manifest @@ -1,2 +1 @@ -DIST libao-1.2.0.tar.gz 464596 BLAKE2B 6f6c09b5236711fccc1000292338fdebf24262b12f8d97394cdc4b66ba4a56ad4e794c107137e79ed2ec603fed506896f1ba1c4444923e566fdeed311bb5b75a SHA512 9456953826c188d67129ad78366bb86d6243499f2cd340d20d61366f7e40a33f3f8ab601c7f18ce9e24aa22f898093b482b2415b7e428c1486ef7e5ac27b3ee4 DIST libao-1.2.2.tar.gz 96134 BLAKE2B e5b5d87c4357ee113769732cb6a7e0afa28b2bc4923be8dacd1fa39ac5fb96d8a5e19bc45137ffc8ec63eef0382130ab9b311aad3a66be4566e0cb9761417b23 SHA512 d2736d25b60862e7d7469611ce31b1df40a4366ab160e2ff1b46919ae91692d1596c8468e4f016303b306fc3ac1bddc7b727f535a362f403c3fe7c6532e9045a diff --git a/media-libs/libao/libao-1.2.0.ebuild b/media-libs/libao/libao-1.2.0.ebuild deleted file mode 100644 index 7c008568f79..00000000000 --- a/media-libs/libao/libao-1.2.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit libtool multilib multilib-minimal eutils - -DESCRIPTION="The Audio Output library" -HOMEPAGE="https://www.xiph.org/ao/" -SRC_URI="https://downloads.xiph.org/releases/ao/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="alsa nas mmap pulseaudio static-libs" - -RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) - nas? ( >=media-libs/nas-1.9.4[${MULTILIB_USEDEP}] ) - pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - sed -i 's:-O20::' configure || die - sed -i "s:/lib:/$(get_libdir):g" ao.m4 || die - elibtoolize -} - -multilib_src_configure() { - ECONF_SOURCE=${S} \ - econf \ - $(use_enable static-libs static) \ - --disable-esd \ - $(use_enable alsa alsa) \ - $(use_enable mmap alsa-mmap) \ - --disable-arts \ - $(use_enable nas) \ - $(use_enable pulseaudio pulse) -} - -multilib_src_install() { - emake DESTDIR="${D}" docdir="${EPREFIX}/usr/share/doc/${PF}/html" install -} - -multilib_src_install_all() { - dodoc AUTHORS CHANGES README TODO - prune_libtool_files --all -}