summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-08-29 09:12:53 +0200
committerUlrich Müller <ulm@gentoo.org>2022-09-03 21:45:18 +0200
commit771be85faa7965466a61384e8ee7ac82e5c752b2 (patch)
tree0d2134b5ea3506afc5fc5489975e273bf135bb88 /eclass/xemacs-packages.eclass
parentsys-apps/less: add 608 (diff)
downloadgentoo-771be85faa7965466a61384e8ee7ac82e5c752b2.tar.gz
gentoo-771be85faa7965466a61384e8ee7ac82e5c752b2.tar.bz2
gentoo-771be85faa7965466a61384e8ee7ac82e5c752b2.zip
xemacs-packages.eclass: Drop backwards compatibility code
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/xemacs-packages.eclass')
-rw-r--r--eclass/xemacs-packages.eclass6
1 files changed, 1 insertions, 5 deletions
diff --git a/eclass/xemacs-packages.eclass b/eclass/xemacs-packages.eclass
index 2440ef835291..8f5d3f1b51b2 100644
--- a/eclass/xemacs-packages.eclass
+++ b/eclass/xemacs-packages.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: xemacs-packages.eclass
@@ -40,10 +40,6 @@ S="${WORKDIR}"
: ${HOMEPAGE:="http://xemacs.org/"}
: ${LICENSE:="GPL-2+"}
-# Backwards compatibility code, to be removed after 2017-05-03
-: ${XEMACS_PKG_CAT:=${PKG_CAT}}
-: ${XEMACS_EXPERIMENTAL:=${EXPERIMENTAL}}
-
if [[ -n ${XEMACS_EXPERIMENTAL} ]]; then
: ${SRC_URI:="http://ftp.xemacs.org/pub/xemacs/beta/experimental/packages/${P}-pkg.tar.gz"}
else