From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/audiofile/
Date: Wed, 29 Jul 2020 00:20:12 +0000 (UTC) [thread overview]
Message-ID: <1595981977.99c6a8c3924a9938c21a05f0498046c3e73c50c8.sam@gentoo> (raw)
commit: 99c6a8c3924a9938c21a05f0498046c3e73c50c8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 29 00:19:22 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 29 00:19:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c6a8c3
media-libs/audiofile: security cleanup
Bug: https://bugs.gentoo.org/687766
Bug: https://bugs.gentoo.org/614046
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/audiofile/audiofile-0.3.6-r3.ebuild | 50 --------------------------
1 file changed, 50 deletions(-)
diff --git a/media-libs/audiofile/audiofile-0.3.6-r3.ebuild b/media-libs/audiofile/audiofile-0.3.6-r3.ebuild
deleted file mode 100644
index 7bde5367300..00000000000
--- a/media-libs/audiofile/audiofile-0.3.6-r3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools gnome.org multilib-minimal
-
-DESCRIPTION="An elegant API for accessing audio files"
-HOMEPAGE="http://www.68k.org/~michael/audiofile/"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/1" # subslot = soname major version
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="flac static-libs test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="flac? ( >=media-libs/flac-1.2.1[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- test? ( dev-cpp/gtest[${MULTILIB_USEDEP}] )"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.3.6-gcc6-build-fixes.patch
- "${FILESDIR}"/${PN}-0.3.6-system-gtest.patch
- "${FILESDIR}"/${PN}-0.3.6-CVE-2015-7747.patch
- "${FILESDIR}"/${PN}-0.3.6-mingw32.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-multilib_src_configure() {
- local myconf=(
- --enable-largefile
- --disable-werror
- --disable-examples
- $(use_enable flac)
- $(use_enable static-libs static)
- )
- ECONF_SOURCE="${S}" econf "${myconf[@]}"
-}
-
-multilib_src_install_all() {
- einstalldocs
-
- # package provides .pc file
- find "${ED}" -name '*.la' -delete || die
-}
next reply other threads:[~2020-07-29 0:20 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-29 0:20 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-15 10:53 [gentoo-commits] repo/gentoo:master commit in: media-libs/audiofile/ Miroslav Šulc
2024-06-08 9:37 Arthur Zamarin
2024-06-08 8:55 Sam James
2024-06-08 8:55 Sam James
2024-06-08 8:53 Arthur Zamarin
2024-06-08 8:53 Arthur Zamarin
2024-06-08 8:53 Arthur Zamarin
2024-05-09 0:52 Sam James
2023-07-19 1:13 Matt Turner
2022-10-14 14:29 Matt Turner
2022-09-14 22:23 Sam James
2022-07-29 4:17 Sam James
2022-05-17 14:18 WANG Xuerui
2021-10-03 13:48 James Le Cuirot
2021-08-13 15:55 Marek Szuba
2020-09-21 21:31 Conrad Kostecki
2020-08-01 7:55 Sergei Trofimovich
2020-07-28 21:25 Sergei Trofimovich
2020-07-22 7:31 Sergei Trofimovich
2020-07-20 21:35 Sam James
2020-07-20 19:22 Sam James
2020-07-20 18:25 Sam James
2020-07-20 18:25 Sam James
2020-07-20 16:41 Sam James
2020-07-20 15:36 Sam James
2019-05-15 13:54 Aaron Bauman
2019-02-17 16:59 Lars Wendler
2017-02-13 10:19 Mart Raudsepp
2017-02-05 16:55 Markus Meier
2017-01-26 11:00 Agostino Sarubbo
2017-01-24 11:46 Agostino Sarubbo
2017-01-23 18:27 Tobias Klausmann
2017-01-23 16:27 Agostino Sarubbo
2017-01-22 15:01 Agostino Sarubbo
2017-01-22 14:53 Agostino Sarubbo
2017-01-22 14:35 Agostino Sarubbo
2017-01-22 10:14 Jeroen Roovers
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=1595981977.99c6a8c3924a9938c21a05f0498046c3e73c50c8.sam@gentoo \
--to=sam@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