summaryrefslogtreecommitdiff
path: root/app-misc/cdctl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /app-misc/cdctl
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'app-misc/cdctl')
-rw-r--r--app-misc/cdctl/Manifest2
-rw-r--r--app-misc/cdctl/cdctl-0.16.ebuild19
2 files changed, 7 insertions, 14 deletions
diff --git a/app-misc/cdctl/Manifest b/app-misc/cdctl/Manifest
index 2dd65d4e5a83..4b78447b3087 100644
--- a/app-misc/cdctl/Manifest
+++ b/app-misc/cdctl/Manifest
@@ -1,4 +1,4 @@
AUX cdctl-0.16-Makefile.in.patch 1474 BLAKE2B 436f47f59a21eea1785c70285532983854a445258eb7a91d01d1c5dc6cd29c4041b1d6999b61a56614bfe9d69bf6824823c783150dcef21a1fb1722ec7929601 SHA512 78d9c1a4b1e3c29fb9b83d6b9250e07157715fa70a00798f6bf49e0af2c2269dfec816df76f1818d401992b793504e8049df836bc0d8a73ab2f0488f4689b5e2
DIST cdctl-0.16.tar.gz 34121 BLAKE2B aee95efe468c215102afcd40262f0f3e9196551a661052a9f0909ca068a6b74a25f3cdb01ac62fde2f940dcd6da6e5f4a33328331723b7a14d836bcab1c0c479 SHA512 e1c341cf0acabc28c8aedb3265e65ffe90668b83eb44d23577049cc81a160ab0ec8b6e813cf8ffe20aaf83b4d056a8f07c2e958f5a6086db3843b84b36e060b4
-EBUILD cdctl-0.16.ebuild 528 BLAKE2B f4f121c5d5f3a96e8b02e1b511ad61f061b2b6f6d3f7dc7e2a24a8bdbe136fe1a2339d9cb1fabe8522d4517196dd06d714f1cdc03c0121d4a368fb4bb5bd4b09 SHA512 8b03f644daf4477d780ba77e9ef68d0546e2116d173ca30d67a2fb4f76df9446b59e83256ac235039a7fc0a90127c3c89ce3a85dfc2ca5f2c02b89431729651b
+EBUILD cdctl-0.16.ebuild 455 BLAKE2B dce516cd538a38d7b6bd4897f28a4ab27e237e0f8b433054c9580b36f80e2424afcc9044a42215d874310914bc3c64b8da786409a1abd192e8bd9c235bb8be4c SHA512 25377cb9d0931005e4cc5edbb483c5aa76c7d0e0bc2634a58378ed66f22479db96fe129dad3f22e6f83a9832e5f92f61358c6a94a9063f5337446956c7723bff
MISC metadata.xml 242 BLAKE2B 965d7f590657a56f8d90dace39b217902fd1f1f834b1b61d6e4119b92f8a85c090afb74eedc5cd987ba809f193ddf4cbeb44ed27de98e7f96c3bdd4a2332eecd SHA512 289f7a2af6d7c9dc7733456dd71cdc014bd0dd13d84d76605aa3ae4ba4bc39cab188b744309c974c14a2780662761ba2670a44037b40f07394e65c55c985ac6d
diff --git a/app-misc/cdctl/cdctl-0.16.ebuild b/app-misc/cdctl/cdctl-0.16.ebuild
index 32444005ab91..e552ac85380b 100644
--- a/app-misc/cdctl/cdctl-0.16.ebuild
+++ b/app-misc/cdctl/cdctl-0.16.ebuild
@@ -1,29 +1,22 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit eutils autotools toolchain-funcs
+inherit autotools
DESCRIPTION="Utility to control your cd/dvd drive"
HOMEPAGE="http://cdctl.sourceforge.net/"
SRC_URI="mirror://sourceforge/cdctl/${P}.tar.gz"
+S="${WORKDIR}/${PN}"
LICENSE="free-noncomm"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-DEPEND=""
-S="${WORKDIR}/${PN}"
+PATCHES=( "${FILESDIR}"/${PN}-0.16-Makefile.in.patch )
src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.16-Makefile.in.patch
-
+ default
eautoreconf
}
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}