Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcuefile/
Date: Thu, 04 Oct 2018 20:13:10
Message-Id: 1538683973.5ced5b5d127f36edd09046402a344fc8d80c9b2b.asturm@gentoo
1 commit: 5ced5b5d127f36edd09046402a344fc8d80c9b2b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 4 20:07:36 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 4 20:12:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ced5b5d
7
8 media-libs/libcuefile: EAPI-6 bump, https
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 media-libs/libcuefile/libcuefile-477-r1.ebuild | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/media-libs/libcuefile/libcuefile-477-r1.ebuild b/media-libs/libcuefile/libcuefile-477-r1.ebuild
17 index a9a885574d6..54aee7bbfbf 100644
18 --- a/media-libs/libcuefile/libcuefile-477-r1.ebuild
19 +++ b/media-libs/libcuefile/libcuefile-477-r1.ebuild
20 @@ -1,14 +1,15 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=6
27 +
28 inherit cmake-multilib
29
30 # svn export http://svn.musepack.net/libcuefile/trunk libcuefile-${PV}
31 # tar -cJf libcuefile-${PV}.tar.xz libcuefile-${PV}
32
33 DESCRIPTION="Cue File library from Musepack"
34 -HOMEPAGE="http://www.musepack.net/"
35 +HOMEPAGE="https://www.musepack.net/"
36 SRC_URI="https://dev.gentoo.org/~ssuominen/${P}.tar.xz"
37
38 LICENSE="LGPL-2.1"