Gentoo Archives: gentoo-dev

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-dev@l.g.o
Cc: matsl@g.o, "Ulrich Müller" <ulm@g.o>
Subject: [gentoo-dev] [PATCH 1/3] xemacs-packages.eclass: Drop backwards compatibility code
Date: Tue, 30 Aug 2022 08:41:08
Message-Id: 20220830084042.21900-1-ulm@gentoo.org
1 Signed-off-by: Ulrich Müller <ulm@g.o>
2 ---
3 eclass/xemacs-packages.eclass | 6 +-----
4 1 file changed, 1 insertion(+), 5 deletions(-)
5
6 diff --git a/eclass/xemacs-packages.eclass b/eclass/xemacs-packages.eclass
7 index 2440ef835291..8f5d3f1b51b2 100644
8 --- a/eclass/xemacs-packages.eclass
9 +++ b/eclass/xemacs-packages.eclass
10 @@ -1,4 +1,4 @@
11 -# Copyright 1999-2021 Gentoo Authors
12 +# Copyright 1999-2022 Gentoo Authors
13 # Distributed under the terms of the GNU General Public License v2
14
15 # @ECLASS: xemacs-packages.eclass
16 @@ -40,10 +40,6 @@ S="${WORKDIR}"
17 : ${HOMEPAGE:="http://xemacs.org/"}
18 : ${LICENSE:="GPL-2+"}
19
20 -# Backwards compatibility code, to be removed after 2017-05-03
21 -: ${XEMACS_PKG_CAT:=${PKG_CAT}}
22 -: ${XEMACS_EXPERIMENTAL:=${EXPERIMENTAL}}
23 -
24 if [[ -n ${XEMACS_EXPERIMENTAL} ]]; then
25 : ${SRC_URI:="http://ftp.xemacs.org/pub/xemacs/beta/experimental/packages/${P}-pkg.tar.gz"}
26 else
27 --
28 2.37.2

Replies