summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-07-28 19:34:07 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-11 12:35:10 +0200
commit2a1cd99f37d7a8dc78a1b78291bb85994d75a334 (patch)
tree2b35f55150223971fd76f876b446029ea5a6f80b /media-libs/libcdaudio/libcdaudio-0.99.12-r2.ebuild
parentmedia-libs/libifp: EAPI7, improve ebuild (diff)
downloadgentoo-2a1cd99f37d7a8dc78a1b78291bb85994d75a334.tar.gz
gentoo-2a1cd99f37d7a8dc78a1b78291bb85994d75a334.tar.bz2
gentoo-2a1cd99f37d7a8dc78a1b78291bb85994d75a334.zip
media-libs/libcdaudio: EAPI7, improve ebuild
Closes: https://github.com/gentoo/gentoo/pull/9368 Package-Manager: Portage-2.3.45, Repoman-2.3.10
Diffstat (limited to 'media-libs/libcdaudio/libcdaudio-0.99.12-r2.ebuild')
-rw-r--r--media-libs/libcdaudio/libcdaudio-0.99.12-r2.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-libs/libcdaudio/libcdaudio-0.99.12-r2.ebuild b/media-libs/libcdaudio/libcdaudio-0.99.12-r2.ebuild
new file mode 100644
index 000000000000..aab9132c9198
--- /dev/null
+++ b/media-libs/libcdaudio/libcdaudio-0.99.12-r2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Library of cd audio related routines"
+HOMEPAGE="http://libcdaudio.sourceforge.net/"
+SRC_URI="mirror://sourceforge/libcdaudio/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.99-CAN-2005-0706.patch
+ "${FILESDIR}"/${P}-bug245649.patch
+)
+
+src_configure() {
+ econf --enable-threads
+}