public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libao/
Date: Tue,  6 Dec 2016 04:37:24 +0000 (UTC)	[thread overview]
Message-ID: <1480998980.bcbd3e85aedd5b0cc043cf0d05365fa98d25ce34.radhermit@gentoo> (raw)

commit:     bcbd3e85aedd5b0cc043cf0d05365fa98d25ce34
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  6 04:36:20 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Tue Dec  6 04:36:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbd3e85

media-libs/libao: remove old

 media-libs/libao/Manifest              |  1 -
 media-libs/libao/libao-1.1.0-r1.ebuild | 45 ------------------------------
 media-libs/libao/libao-1.1.0-r2.ebuild | 51 ----------------------------------
 3 files changed, 97 deletions(-)

diff --git a/media-libs/libao/Manifest b/media-libs/libao/Manifest
index b45e471..1cbdb41 100644
--- a/media-libs/libao/Manifest
+++ b/media-libs/libao/Manifest
@@ -1,2 +1 @@
-DIST libao-1.1.0.tar.gz 397102 SHA256 29de5bb9b1726ba890455ef7e562d877df87811febb0d99ee69164b88c171bd4 SHA512 8eee73cfd3ffd79b5cae76fc3ad88270b56cc49dfbf4599c4ed591b259b79475e396c984abde94118a916fba20db84e26ac8e51dbf5efd4bb10341328ca0615a WHIRLPOOL 2bb1f946ceb89e44373850bd53696a41c57ef9902d760ef485368163ca3efaf622c0faf06a46c609e03c9fb2dc5b0f51c9f45020981cba199024ea581d859d26
 DIST libao-1.2.0.tar.gz 464596 SHA256 03ad231ad1f9d64b52474392d63c31197b0bc7bd416e58b1c10a329a5ed89caf SHA512 9456953826c188d67129ad78366bb86d6243499f2cd340d20d61366f7e40a33f3f8ab601c7f18ce9e24aa22f898093b482b2415b7e428c1486ef7e5ac27b3ee4 WHIRLPOOL 00bca36fd033775f9fb8551ce20425d7c3ebd138174692831f256fbcef306e391479ae63a8bd25fa4995a2ff53ba5e478317ef6c3b5028925a737b08189f4bf2

diff --git a/media-libs/libao/libao-1.1.0-r1.ebuild b/media-libs/libao/libao-1.1.0-r1.ebuild
deleted file mode 100644
index 2375cac..00000000
--- a/media-libs/libao/libao-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit libtool multilib eutils
-
-DESCRIPTION="The Audio Output library"
-HOMEPAGE="http://www.xiph.org/ao/"
-SRC_URI="http://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 ~x86-interix ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="alsa nas mmap pulseaudio static-libs"
-
-RDEPEND="alsa? ( media-libs/alsa-lib )
-	nas? ( media-libs/nas )
-	pulseaudio? ( media-sound/pulseaudio )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_prepare() {
-	sed -i -e 's:-O20::' configure || die
-	sed -i -e "s:/lib:/$(get_libdir):g" ao.m4 || die
-	elibtoolize
-}
-
-src_configure() {
-	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)
-}
-
-src_install() {
-	emake DESTDIR="${D}" docdir="${EPREFIX}/usr/share/doc/${PF}/html" install
-	dodoc AUTHORS CHANGES README TODO
-	prune_libtool_files --all
-}

diff --git a/media-libs/libao/libao-1.1.0-r2.ebuild b/media-libs/libao/libao-1.1.0-r2.ebuild
deleted file mode 100644
index d80a5a4..00000000
--- a/media-libs/libao/libao-1.1.0-r2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit libtool multilib multilib-minimal eutils
-
-DESCRIPTION="The Audio Output library"
-HOMEPAGE="http://www.xiph.org/ao/"
-SRC_URI="http://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 ~x86-interix ~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}] )
-	abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20131008-r1
-		!app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_prepare() {
-	sed -i -e 's:-O20::' configure || die
-	sed -i -e "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
-}


             reply	other threads:[~2016-12-06  4:37 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-06  4:37 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-01-29 19:14 [gentoo-commits] repo/gentoo:master commit in: media-libs/libao/ Fabian Groffen
2017-05-18 14:55 Lars Wendler
2017-06-19 11:42 Alexis Ballier
2017-08-26  9:53 Sergei Trofimovich
2017-08-27 14:31 Sergei Trofimovich
2017-09-04  7:30 Tobias Klausmann
2017-09-08 19:24 Markus Meier
2017-09-24 18:14 Sergei Trofimovich
2017-09-26 22:57 Manuel Rüger
2017-09-30 23:38 Thomas Deutschmann
2017-10-05 13:20 Sergei Trofimovich
2018-06-11  0:14 Andreas Sturmlechner
2020-07-20  2:23 Sam James
2020-07-20 11:45 Sam James
2020-07-20 16:54 Sam James
2020-07-21  8:48 Agostino Sarubbo
2020-07-21  9:29 Agostino Sarubbo
2020-07-21  9:31 Agostino Sarubbo
2020-07-21  9:32 Agostino Sarubbo
2020-07-30 20:54 Sergei Trofimovich
2020-07-31 14:45 Andreas Sturmlechner
2021-07-16 21:44 Sam James
2021-07-17  7:42 Agostino Sarubbo
2021-07-17  7:44 Agostino Sarubbo
2021-07-17 23:14 Sam James
2021-07-26  6:24 Sam James
2021-07-26  6:31 Sam James
2021-08-05 14:10 Sam James
2021-08-05 19:26 Miroslav Šulc
2021-08-10  8:58 Yixun Lan
2022-10-19 10:07 WANG Xuerui
2023-05-29  9:12 Andreas Sturmlechner
2023-05-29 18:25 Arthur Zamarin
2023-05-29 18:36 Sam James
2023-05-29 18:36 Sam James
2023-05-29 18:36 Sam James
2023-05-29 18:36 Sam James
2023-05-29 18:39 Sam James
2023-05-29 18:50 Arthur Zamarin
2023-05-29 20:37 Sam James
2023-05-29 20:38 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1480998980.bcbd3e85aedd5b0cc043cf0d05365fa98d25ce34.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox