Diff public-inbox-1.9.0_p20230918 with a public-inbox-9999
/usr/portage/net-mail/public-inbox/public-inbox-9999.ebuild 2024-07-02 13:51:48.433851570 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 1999-2024 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
15 | 15 |
" |
16 | 16 |
inherit git-r3 |
17 | 17 |
elif [[ ${PV} == *_p* ]] ; then |
18 |
PUBLIC_INBOX_COMMIT="1febc5cbb633cf7eac7dcaf382dd0ebbfe085380" |
|
18 |
PUBLIC_INBOX_COMMIT="488958385c6b8974b8780fb44b91c481e57c2eea" |
|
19 | 19 |
SRC_URI="https://public-inbox.org/public-inbox.git/snapshot/${PUBLIC_INBOX_COMMIT}.tar.gz -> ${P}.tar.gz" |
20 | 20 |
S="${WORKDIR}"/${PUBLIC_INBOX_COMMIT} |
21 | 21 |
else |