Diff stripes-0.2-r2 with a stripes-0.3.1.1

/usr/portage/app-emacs/stripes/stripes-0.3.1.1.ebuild 2023-10-09 14:52:28.712368330 +0300
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit elisp
7 7

  
8 8
DESCRIPTION="An Emacs mode that alternates the background color of lines"
9
HOMEPAGE="https://www.emacswiki.org/emacs/StripesMode"
10
SRC_URI="mirror://gentoo/${P}.tar.gz"
9
HOMEPAGE="https://www.emacswiki.org/emacs/StripesMode
10
	https://gitlab.com/stepnem/stripes-el/"
11
SRC_URI="https://gitlab.com/stepnem/${PN}-el/-/archive/${PV}/${PN}-el-${PV}.tar.bz2"
12
S="${WORKDIR}"/${PN}-el-${PV}
11 13

  
12
LICENSE="GPL-2+"
14
LICENSE="public-domain"
13 15
SLOT="0"
14 16
KEYWORDS="~alpha amd64 x86"
15 17

  
Thank you!