public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Savchenko" <bircoph@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/apulse/
Date: Sun, 11 Oct 2020 07:42:05 +0000 (UTC)	[thread overview]
Message-ID: <1602402106.3af426aa23929009c6dad4fd0e34bc9484895b58.bircoph@gentoo> (raw)

commit:     3af426aa23929009c6dad4fd0e34bc9484895b58
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 07:14:32 2020 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 07:41:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af426aa

media-sound/apulse: drop old

Bug: https://bugs.gentoo.org/734010
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>

 media-sound/apulse/Manifest                |  1 -
 media-sound/apulse/apulse-0.1.12-r4.ebuild | 61 ------------------------------
 2 files changed, 62 deletions(-)

diff --git a/media-sound/apulse/Manifest b/media-sound/apulse/Manifest
index 82ac13350e9..a66d0db1ba2 100644
--- a/media-sound/apulse/Manifest
+++ b/media-sound/apulse/Manifest
@@ -1,2 +1 @@
-DIST apulse-0.1.12.tar.gz 117220 BLAKE2B 04d88a298ff5e21e19fda1979ebbc96a6441f83212d6903a004a54ee360276985e66b637571a76e3fe6821d42762ac515b02a8a2cb0149a66f3150e34bd0d9b7 SHA512 9fe39ab93e90d7ec589c7632bf439bfc7fe8bbd0792ce1197ec8547fbe1901fec50facdf33c55cfbadbc1af4414fdf48f1f241406903a8f15f445b97dca7076a
 DIST apulse-0.1.13.tar.gz 117369 BLAKE2B 8cf527daf21420a72e46968a3b07ab61029f404a2b6574ac1f08dd40528f3e6e4baf7e38f5914b0c89252e16eec5e8f3722be51e5a61b6a71c683e994740b4bf SHA512 366385ae2304f7ff697ba70951d0753a5b1630310922e3763fd0813a73e0b4088b715135295aa2fa9111b8edcf91d82849dc31346b292b2e9db598bcdd47b007

diff --git a/media-sound/apulse/apulse-0.1.12-r4.ebuild b/media-sound/apulse/apulse-0.1.12-r4.ebuild
deleted file mode 100644
index c91aa5a9d13..00000000000
--- a/media-sound/apulse/apulse-0.1.12-r4.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib cmake-multilib
-
-DESCRIPTION="PulseAudio emulation for ALSA"
-HOMEPAGE="https://github.com/i-rinat/apulse"
-SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="debug sdk test"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-libs/glib:2[${MULTILIB_USEDEP}]
-	media-libs/alsa-lib[${MULTILIB_USEDEP}]
-	sdk? ( !media-sound/pulseaudio ) "
-RDEPEND="${DEPEND}
-	!!media-plugins/alsa-plugins[pulseaudio]"
-
-PATCHES=( "${FILESDIR}/sdk.patch" )
-
-src_prepare() {
-	cmake-utils_src_prepare
-
-	if ! use sdk; then
-		# Ensure all relevant libdirs are added, to support all ABIs
-		DIRS=
-		_add_dir() { DIRS="${EPREFIX}/usr/$(get_libdir)/apulse${DIRS:+:${DIRS}}"; }
-		multilib_foreach_abi _add_dir
-		sed -e "s#@@DIRS@@#${DIRS}#g" "${FILESDIR}"/apulse > "${T}"/apulse || die
-	fi
-}
-
-multilib_src_configure() {
-	local mycmakeargs=(
-		"-DINSTALL_SDK=$(usex sdk)"
-		"-DLOG_TO_STDERR=$(usex debug)"
-		"-DWITH_TRACE=$(usex debug)"
-	)
-	cmake-utils_src_configure
-}
-
-multilib_src_test() {
-	emake check
-}
-
-multilib_src_install_all() {
-	# Do not use deprecated MULTILIB_CHOST_TOOLS
-	if ! use sdk; then
-		unset BUILD_DIR
-		_install_wrapper() { newbin "${BUILD_DIR}/apulse" "${CHOST}-apulse"; }
-		multilib_foreach_abi _install_wrapper
-		dobin "${T}/apulse"
-	fi
-	einstalldocs
-}


             reply	other threads:[~2020-10-11  7:42 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-11  7:42 Andrew Savchenko [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-30 13:11 [gentoo-commits] repo/gentoo:master commit in: media-sound/apulse/ Andreas Sturmlechner
2024-08-30  5:44 Joonas Niilola
2024-08-30  5:44 Joonas Niilola
2024-06-07 13:15 Joonas Niilola
2024-06-07 13:15 Joonas Niilola
2022-05-01  7:30 Michał Górny
2022-02-21  0:49 Sam James
2022-02-11 16:17 Sam James
2022-02-11 16:14 Sam James
2022-02-11 16:13 Sam James
2020-09-20 20:21 Agostino Sarubbo
2020-09-06 19:10 Andrew Savchenko
2020-08-25 18:20 Georgy Yakovlev
2020-06-27 18:01 Ben Kohler
2020-06-27 16:39 Andrew Savchenko
2018-10-20 11:49 Andrew Savchenko
2018-10-17 16:21 Mikle Kolyada
2018-10-17 12:07 Thomas Deutschmann
2018-10-01  9:28 Andrew Savchenko
2018-09-25 14:26 Andrew Savchenko
2018-09-22 20:53 Andrew Savchenko
2018-08-03 13:05 Andrew Savchenko
2017-08-23  6:42 Andrew Savchenko
2017-08-19  0:31 Thomas Deutschmann
2017-07-15 16:42 Tobias Klausmann
2017-07-09  1:25 Andrew Savchenko
2017-05-06  1:19 Daniel Campbell
2017-05-06  1:14 Daniel Campbell
2017-03-20  4:12 Daniel Campbell
2017-03-20  4:04 Daniel Campbell
2017-03-15  6:24 Daniel Campbell
2016-08-06 14:01 Andrew Savchenko
2016-03-06 22:14 Daniel Campbell
2015-12-25  9:23 Daniel Campbell
2015-08-30  9:47 Daniel Campbell

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=1602402106.3af426aa23929009c6dad4fd0e34bc9484895b58.bircoph@gentoo \
    --to=bircoph@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