summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-12 18:50:39 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-12 20:02:28 -0500
commit0f1985718069514566e79bc8defb2dd745fa1cec (patch)
tree2488f3c53bec982808e019448b6bd63bab2f152e /media-sound
parentmedia-libs/libquvi: drop old EAPI (diff)
downloadgentoo-0f1985718069514566e79bc8defb2dd745fa1cec.tar.gz
gentoo-0f1985718069514566e79bc8defb2dd745fa1cec.tar.bz2
gentoo-0f1985718069514566e79bc8defb2dd745fa1cec.zip
media-sound/cd-discid: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/cd-discid/Manifest1
-rw-r--r--media-sound/cd-discid/cd-discid-1.3.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/media-sound/cd-discid/Manifest b/media-sound/cd-discid/Manifest
index 98c19d0f0e12..3c765c042e86 100644
--- a/media-sound/cd-discid/Manifest
+++ b/media-sound/cd-discid/Manifest
@@ -1,2 +1 @@
-DIST cd-discid-1.3.tar.gz 12324 BLAKE2B 1b7caa5e660496387ac8d01cb4f69e7971eef10adeb9966e591ac7acd3534618c671841c299bfd3803880d556105d5fce0dc4bb4ed9a1450c982c07a72868b88 SHA512 947910ba2d8f8b3e82ea1ac155d38591ce6b574fb26e750c0462ad535dde546e627b5348e54094ddc6b1933cf928aadcccc79c81db72423c3e6f14b812c5e1b3
DIST cd-discid-1.4.tar.gz 12487 BLAKE2B ee20afdefaec407dd043b85fa6bf3cc8c9fdbbb1c63793161126935d75e148d65f59723bc8a4dfa95322db0fac3eaa7ab46c7ee0b927a9cc8dca9ce3a0ac1715 SHA512 f601ea8b7ad73e22ebafc22c392f120fe2e5ed2e275f8c53aab92b27ca1738b9f0c53dd5ed7a012915fe8f1f30fd2356f973895e2dbfe649937930e69faa0c29
diff --git a/media-sound/cd-discid/cd-discid-1.3.ebuild b/media-sound/cd-discid/cd-discid-1.3.ebuild
deleted file mode 100644
index e73daf603fa8..000000000000
--- a/media-sound/cd-discid/cd-discid-1.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit toolchain-funcs
-
-DESCRIPTION="returns the disc id for the cd in the cd-rom drive"
-HOMEPAGE="https://github.com/taem/cd-discid"
-SRC_URI="https://github.com/taem/${PN}/tarball/upstream/${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 x86"
-IUSE=""
-
-DOCS=( changelog README )
-
-src_unpack() {
- unpack ${A}
- mv *-${PN}-* "${S}" || die
-}
-
-src_prepare() {
- sed -i -e "/^\(C\|LD\)FLAGS/d" Makefile || die
-}
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}