Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/buka/
Date: Sun, 09 Jan 2022 15:47:07
Message-Id: 1641743215.aa29c83bc44e807d8325564f5c8abe6b5e7b91ee.asturm@gentoo
1 commit: aa29c83bc44e807d8325564f5c8abe6b5e7b91ee
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 9 15:41:44 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 9 15:46:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa29c83b
7
8 net-misc/buka: EAPI-8 bump
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-misc/buka/buka-3.0.1.ebuild | 9 ++++-----
14 1 file changed, 4 insertions(+), 5 deletions(-)
15
16 diff --git a/net-misc/buka/buka-3.0.1.ebuild b/net-misc/buka/buka-3.0.1.ebuild
17 index 1a1c68b1bdfe..14302f2aa23f 100644
18 --- a/net-misc/buka/buka-3.0.1.ebuild
19 +++ b/net-misc/buka/buka-3.0.1.ebuild
20 @@ -1,16 +1,15 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 -
27 -inherit optfeature
28 +EAPI=8
29
30 COMMIT="45e6b32de708759a4e15181a8e2ad5de55cc78ef"
31 -S=${WORKDIR}/${P}-${COMMIT}
32 +inherit optfeature
33
34 DESCRIPTION="Download manga from buka.cn"
35 HOMEPAGE="https://gitlab.com/drylemon/buka"
36 SRC_URI="https://gitlab.com/drylemon/buka/repository/${PV}/archive.tar.gz?ref=${PV} -> ${P}.tar.gz"
37 +S=${WORKDIR}/${P}-${COMMIT}
38
39 LICENSE="GPL-3+"
40 SLOT="0"