diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-01-09 16:41:44 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-01-09 16:46:55 +0100 |
commit | aa29c83bc44e807d8325564f5c8abe6b5e7b91ee (patch) | |
tree | 47dc665edfded59c39ce130b3ed5e59249a688a0 | |
parent | dev-python/build: Keyword 0.7.0 for ~m68k (diff) | |
download | gentoo-aa29c83bc44e807d8325564f5c8abe6b5e7b91ee.tar.gz gentoo-aa29c83bc44e807d8325564f5c8abe6b5e7b91ee.tar.bz2 gentoo-aa29c83bc44e807d8325564f5c8abe6b5e7b91ee.zip |
net-misc/buka: EAPI-8 bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-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" |