Diff pos-tip-0.4.6 with a pos-tip-0.4.6_p20191227

/usr/portage/app-emacs/pos-tip/pos-tip-0.4.6_p20191227.ebuild 2023-10-09 14:52:28.704368330 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
COMMIT=179cc126b363f72ca12fab1e0dc462ce0ee79742
7

  
6 8
inherit elisp
7 9

  
8 10
DESCRIPTION="Show tooltip at point"
9 11
HOMEPAGE="https://github.com/pitkali/pos-tip/"
10
SRC_URI="https://github.com/pitkali/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
12
SRC_URI="https://github.com/pitkali/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
13
S="${WORKDIR}"/${PN}-${COMMIT}
11 14

  
12 15
LICENSE="GPL-2+"
13 16
SLOT="0"
Thank you!