Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 03 Sep 2022 19:45:53
Message-Id: 1662234318.771be85faa7965466a61384e8ee7ac82e5c752b2.ulm@gentoo
1 commit: 771be85faa7965466a61384e8ee7ac82e5c752b2
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 07:12:53 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 3 19:45:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=771be85f
7
8 xemacs-packages.eclass: Drop backwards compatibility code
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 eclass/xemacs-packages.eclass | 6 +-----
13 1 file changed, 1 insertion(+), 5 deletions(-)
14
15 diff --git a/eclass/xemacs-packages.eclass b/eclass/xemacs-packages.eclass
16 index 2440ef835291..8f5d3f1b51b2 100644
17 --- a/eclass/xemacs-packages.eclass
18 +++ b/eclass/xemacs-packages.eclass
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # @ECLASS: xemacs-packages.eclass
25 @@ -40,10 +40,6 @@ S="${WORKDIR}"
26 : ${HOMEPAGE:="http://xemacs.org/"}
27 : ${LICENSE:="GPL-2+"}
28
29 -# Backwards compatibility code, to be removed after 2017-05-03
30 -: ${XEMACS_PKG_CAT:=${PKG_CAT}}
31 -: ${XEMACS_EXPERIMENTAL:=${EXPERIMENTAL}}
32 -
33 if [[ -n ${XEMACS_EXPERIMENTAL} ]]; then
34 : ${SRC_URI:="http://ftp.xemacs.org/pub/xemacs/beta/experimental/packages/${P}-pkg.tar.gz"}
35 else