summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-02-22 14:15:27 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-02-22 14:15:27 +0300
commitf27ec6c2400a9716cef4028573d1c7163f1b5e24 (patch)
tree24014789d1bc82e5e7fdcead79d5a8051a8e13cd /media-libs/libcdaudio
parentmedia-libs/libcdaudio: amd64 stable wrt bug #677634 (diff)
downloadgentoo-f27ec6c2400a9716cef4028573d1c7163f1b5e24.tar.gz
gentoo-f27ec6c2400a9716cef4028573d1c7163f1b5e24.tar.bz2
gentoo-f27ec6c2400a9716cef4028573d1c7163f1b5e24.zip
media-libs/libcdaudio: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'media-libs/libcdaudio')
-rw-r--r--media-libs/libcdaudio/libcdaudio-0.99.12-r1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/media-libs/libcdaudio/libcdaudio-0.99.12-r1.ebuild b/media-libs/libcdaudio/libcdaudio-0.99.12-r1.ebuild
deleted file mode 100644
index eaf457e26e67..000000000000
--- a/media-libs/libcdaudio/libcdaudio-0.99.12-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-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=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-0.99-CAN-2005-0706.patch #84936
- epatch "${FILESDIR}"/${P}-bug245649.patch
-}
-
-src_compile() {
- econf --enable-threads
- emake || die "compile problem."
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO
-}