From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/audiofile/
Date: Mon, 13 Feb 2017 10:19:02 +0000 (UTC) [thread overview]
Message-ID: <1486981109.281afba297f4510f267e871ac4e55c397ab6429d.leio@gentoo> (raw)
commit: 281afba297f4510f267e871ac4e55c397ab6429d
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 10:17:59 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 10:18:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=281afba2
media-libs/audiofile: remove old (security cleanup)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-libs/audiofile/audiofile-0.3.6-r1.ebuild | 41 ----------------------
media-libs/audiofile/audiofile-0.3.6-r2.ebuild | 48 --------------------------
2 files changed, 89 deletions(-)
diff --git a/media-libs/audiofile/audiofile-0.3.6-r1.ebuild b/media-libs/audiofile/audiofile-0.3.6-r1.ebuild
deleted file mode 100644
index 932f286b12..0000000000
--- a/media-libs/audiofile/audiofile-0.3.6-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-multilib gnome.org
-
-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 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="flac static-libs test"
-
-RDEPEND="flac? ( >=media-libs/flac-1.2.1[${MULTILIB_USEDEP}] )
- abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r1
- !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- test? ( dev-cpp/gtest[${MULTILIB_USEDEP}] )"
-
-DOCS=( ACKNOWLEDGEMENTS AUTHORS ChangeLog NEWS NOTES README TODO )
-
-PATCHES=( "${FILESDIR}"/${P}-system-gtest.patch )
-
-src_configure() {
- local myeconfargs=(
- --enable-largefile
- --disable-werror
- --disable-examples
- $(use_enable flac)
- )
- autotools-multilib_src_configure
-}
-
-src_test() {
- autotools-multilib_src_test -C test
-}
diff --git a/media-libs/audiofile/audiofile-0.3.6-r2.ebuild b/media-libs/audiofile/audiofile-0.3.6-r2.ebuild
deleted file mode 100644
index cc20504bdd..0000000000
--- a/media-libs/audiofile/audiofile-0.3.6-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="flac static-libs 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
-)
-
-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 "${D}" -name '*.la' -delete || die
-}
next reply other threads:[~2017-02-13 10:19 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-13 10:19 Mart Raudsepp [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-29 0:20 Sam James
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-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=1486981109.281afba297f4510f267e871ac4e55c397ab6429d.leio@gentoo \
--to=leio@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