public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/soxr/
Date: Sun, 10 Jun 2018 22:31:38 +0000 (UTC)	[thread overview]
Message-ID: <1528669813.80d3d0939ef7c8a8e2513b52ca240b83f5eb3ee1.asturm@gentoo> (raw)

commit:     80d3d0939ef7c8a8e2513b52ca240b83f5eb3ee1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 22:23:52 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 22:30:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d3d093

media-libs/soxr: Drop old

Closes: https://bugs.gentoo.org/526500
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/soxr/Manifest          |  1 -
 media-libs/soxr/soxr-0.1.1.ebuild | 34 ----------------------------
 media-libs/soxr/soxr-0.1.3.ebuild | 47 ---------------------------------------
 3 files changed, 82 deletions(-)

diff --git a/media-libs/soxr/Manifest b/media-libs/soxr/Manifest
index fc0ba7abb87..08cf40d022b 100644
--- a/media-libs/soxr/Manifest
+++ b/media-libs/soxr/Manifest
@@ -1,3 +1,2 @@
-DIST soxr-0.1.1-Source.tar.xz 80716 BLAKE2B 40da97d0f3fe7544976b8735c685796038639bdcf35d17709d4d92b32b8f3550054d8d632c4bcfb785cb6152f890ae8e8184dd8c028c31422d78689c498c01b2 SHA512 377d9c0bb72cd673f89021a86da18861d35ab52f773afd97b6b5f7a2fa8e78865f3484cab4b795ceafacbbb34be6b77efeaaed75c66a839d5e891d70f00d6679
 DIST soxr-0.1.2-Source.tar.xz 83760 BLAKE2B b54e31599a3eb94902af21749ba92c79ea4edf9a82de5c83581c7968182c22a80c86fbcd7f0bbd823b45adbd52570a7b4accf6bc75df31bb0a76b2b4e4703572 SHA512 ee902c1bc713e05b748f917d78222b68b5fe01d43f405e0954c21ce4d1ee494d01000caa79f696cb8d202c662a4c4d958b332dae034d6f929e0480abf27cd07c
 DIST soxr-0.1.3-Source.tar.xz 94384 BLAKE2B 5b7078f71404b9ef83917dcabc0c99cf17fd625d3e033d1b934382a7b60e55e359931a6ab53f8adaf955c0d811d6cbf231cd6a226549560b3506a3867e845607 SHA512 f4883ed298d5650399283238aac3dbe78d605b988246bea51fa343d4a8ce5ce97c6e143f6c3f50a3ff81795d9c19e7a07217c586d4020f6ced102aceac46aaa8

diff --git a/media-libs/soxr/soxr-0.1.1.ebuild b/media-libs/soxr/soxr-0.1.1.ebuild
deleted file mode 100644
index ce5ac6d1d9e..00000000000
--- a/media-libs/soxr/soxr-0.1.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-multilib
-
-MY_P=${P}-Source
-DESCRIPTION="The SoX Resampler library"
-HOMEPAGE="https://sourceforge.net/p/soxr/wiki/Home/"
-SRC_URI="mirror://sourceforge/soxr/${MY_P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd"
-IUSE="examples"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-DOCS=( "README" "TODO" "NEWS" "AUTHORS" )
-PATCHES=(
-	"${FILESDIR}/nodoc.patch"
-	"${FILESDIR}/noexamples.patch"
-	)
-
-src_install() {
-	cmake-multilib_src_install
-	if use examples ; then
-		dodoc -r examples
-		docompress -x /usr/share/doc/${PF}/examples
-	fi
-}

diff --git a/media-libs/soxr/soxr-0.1.3.ebuild b/media-libs/soxr/soxr-0.1.3.ebuild
deleted file mode 100644
index 7d9c21dddcd..00000000000
--- a/media-libs/soxr/soxr-0.1.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-multilib
-
-MY_P="${P}-Source"
-DESCRIPTION="The SoX Resampler library"
-HOMEPAGE="https://sourceforge.net/p/soxr/wiki/Home/"
-SRC_URI="mirror://sourceforge/soxr/${MY_P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
-IUSE="examples test"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-DOCS=( "README" "TODO" "NEWS" "AUTHORS" )
-PATCHES=(
-	"${FILESDIR}/nodoc.patch"
-)
-# CMakeLists.txt builds examples if either test or examples USE flag is enabled.
-REQUIRED_USE="test? ( examples )"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_EXAMPLES="$(usex examples)"
-		-DBUILD_TESTS="$(usex test)"
-	)
-	if use examples ; then
-		mycmakeargs+=(
-			-DDOC_INSTALL_DIR="/usr/share/doc/${PF}"
-		)
-	fi
-	cmake-multilib_src_configure
-}
-
-src_install() {
-	cmake-multilib_src_install
-	if use examples ; then
-		docompress -x /usr/share/doc/${PF}/examples
-	fi
-}


             reply	other threads:[~2018-06-10 22:31 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-10 22:31 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-10  9:31 [gentoo-commits] repo/gentoo:master commit in: media-libs/soxr/ Andreas Sturmlechner
2024-11-10  9:31 Andreas Sturmlechner
2021-08-10 18:06 Marek Szuba
2021-02-14 22:21 Andreas Sturmlechner
2019-11-20 13:38 Andreas Sturmlechner
2018-07-29 10:35 Sergei Trofimovich
2018-07-22  2:33 Mikle Kolyada
2018-06-26 15:44 Tobias Klausmann
2018-06-12 11:36 Thomas Deutschmann
2018-06-11 17:09 Sergei Trofimovich
2018-06-11 10:52 Sergei Trofimovich
2018-06-11  8:13 Agostino Sarubbo
2018-04-03 21:02 Matt Turner
2018-03-08 10:51 Lars Wendler
2017-06-30  7:40 Sergei Trofimovich
2017-06-25  7:25 Markus Meier
2017-06-21 12:17 Agostino Sarubbo
2017-06-20 14:56 Tobias Klausmann
2017-06-16 14:10 Agostino Sarubbo
2017-06-16  9:36 Alexis Ballier
2015-09-14 12:31 Alexis Ballier

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=1528669813.80d3d0939ef7c8a8e2513b52ca240b83f5eb3ee1.asturm@gentoo \
    --to=asturm@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