diff options
-rw-r--r-- | net-misc/buka/buka-3.0.1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-misc/buka/buka-3.0.1.ebuild b/net-misc/buka/buka-3.0.1.ebuild index 1a1c68b1bdfe..14302f2aa23f 100644 --- a/net-misc/buka/buka-3.0.1.ebuild +++ b/net-misc/buka/buka-3.0.1.ebuild @@ -1,16 +1,15 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 - -inherit optfeature +EAPI=8 COMMIT="45e6b32de708759a4e15181a8e2ad5de55cc78ef" -S=${WORKDIR}/${P}-${COMMIT} +inherit optfeature DESCRIPTION="Download manga from buka.cn" HOMEPAGE="https://gitlab.com/drylemon/buka" SRC_URI="https://gitlab.com/drylemon/buka/repository/${PV}/archive.tar.gz?ref=${PV} -> ${P}.tar.gz" +S=${WORKDIR}/${P}-${COMMIT} LICENSE="GPL-3+" SLOT="0" |