summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2024-10-08 17:31:01 +0200
committerDavid Seifert <soap@gentoo.org>2024-10-08 17:31:01 +0200
commit16d6acfbe97e379da757c2b42ca3de20d7ef76af (patch)
treea004dec1069f42d740a4ba561ee1e5564a9b5a85 /eclass/cdrom.eclass
parentbash-completion-r1.eclass: drop support for EAPI 5 and 6 (diff)
downloadgentoo-16d6acfbe97e379da757c2b42ca3de20d7ef76af.tar.gz
gentoo-16d6acfbe97e379da757c2b42ca3de20d7ef76af.tar.bz2
gentoo-16d6acfbe97e379da757c2b42ca3de20d7ef76af.zip
cdrom.eclass: drop support for EAPI 6
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'eclass/cdrom.eclass')
-rw-r--r--eclass/cdrom.eclass6
1 files changed, 1 insertions, 5 deletions
diff --git a/eclass/cdrom.eclass b/eclass/cdrom.eclass
index 4f7ba663beba..c4d7d59beadb 100644
--- a/eclass/cdrom.eclass
+++ b/eclass/cdrom.eclass
@@ -4,7 +4,7 @@
# @ECLASS: cdrom.eclass
# @MAINTAINER:
# games@gentoo.org
-# @SUPPORTED_EAPIS: 6 7 8
+# @SUPPORTED_EAPIS: 7 8
# @BLURB: Functions for CD-ROM handling
# @DESCRIPTION:
# Acquire CD(s) for those lovely CD-based emerges. Yes, this violates
@@ -19,10 +19,6 @@ if [[ -z ${_CDROM_ECLASS} ]]; then
_CDROM_ECLASS=1
case ${EAPI} in
- 6)
- ewarn "${CATEGORY}/${PF}: ebuild uses ${ECLASS} with deprecated EAPI ${EAPI}!"
- ewarn "${CATEGORY}/${PF}: Support will be removed on 2024-10-08. Please port to newer EAPI."
- ;;
7|8) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac