media-sound/cd-discid: drop old EAPI
authorAaron Bauman <bman@gentoo.org>
Tue, 12 Nov 2019 23:50:39 +0000 (18:50 -0500)
committerAaron Bauman <bman@gentoo.org>
Wed, 13 Nov 2019 01:02:28 +0000 (20:02 -0500)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
media-sound/cd-discid/Manifest
media-sound/cd-discid/cd-discid-1.3.ebuild [deleted file]

index 98c19d0f0e12db8e88b4347c76335daf8aa08478..3c765c042e86c28c80b1dc8d4781e20d8c0b414f 100644 (file)
@@ -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 (file)
index e73daf6..0000000
+++ /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)"
-}