Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Video-ivtv/
Date: Sat, 02 Oct 2021 15:50:02
Message-Id: 1633189784.35acaa60553e3eecff69d6ad9f8de49ebc7b8a1f.dilfridge@gentoo
1 commit: 35acaa60553e3eecff69d6ad9f8de49ebc7b8a1f
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 15:45:49 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 15:49:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35acaa60
7
8 dev-perl/Video-ivtv: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.26, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../{Video-ivtv-0.13-r2.ebuild => Video-ivtv-0.13-r3.ebuild} | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild b/dev-perl/Video-ivtv/Video-ivtv-0.13-r3.ebuild
17 similarity index 91%
18 rename from dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild
19 rename to dev-perl/Video-ivtv/Video-ivtv-0.13-r3.ebuild
20 index 0cb0ba4ef77..77f1482fbe4 100644
21 --- a/dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild
22 +++ b/dev-perl/Video-ivtv/Video-ivtv-0.13-r3.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30
31 inherit perl-module
32
33 @@ -12,10 +12,9 @@ SRC_URI="mirror://sourceforge/ivtv/${P}.tar.gz"
34 LICENSE="GPL-2"
35 SLOT="0"
36 KEYWORDS="amd64 ~ia64 ppc x86"
37 -IUSE=""
38
39 RDEPEND=""
40 -DEPEND="${RDEPEND}"
41 +BDEPEND="${RDEPEND}"
42
43 src_configure() {
44 export OPTIMIZE="$CFLAGS"