Diff pencil-0.7.0 with a pencil-0.7.0_p20260127

/usr/portage/media-gfx/pencil/pencil-0.7.0_p20260127.ebuild 2026-02-10 11:18:07.214120147 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 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=2c971b937d0608b05aa496b0f7e9aebcddf8e7fc
7

  
6 8
inherit qmake-utils xdg
7 9

  
8 10
DESCRIPTION="2D animation and drawing program based on Qt"
9 11
HOMEPAGE="https://www.pencil2d.org/"
10
SRC_URI="https://github.com/pencil2d/${PN}/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
11
S="${WORKDIR}/${P/_/-}"
12
SRC_URI="https://github.com/pencil2d/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
13
S="${WORKDIR}/${PN}-${COMMIT}"
12 14

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