diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-04 22:07:36 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-04 22:12:53 +0200 |
commit | 5ced5b5d127f36edd09046402a344fc8d80c9b2b (patch) | |
tree | e44cb33eacb9236e9daacf40f6b1611eeef17895 /media-libs/libcuefile | |
parent | media-libs/libreplaygain: EAPI-6 bump (diff) | |
download | gentoo-5ced5b5d127f36edd09046402a344fc8d80c9b2b.tar.gz gentoo-5ced5b5d127f36edd09046402a344fc8d80c9b2b.tar.bz2 gentoo-5ced5b5d127f36edd09046402a344fc8d80c9b2b.zip |
media-libs/libcuefile: EAPI-6 bump, https
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'media-libs/libcuefile')
-rw-r--r-- | media-libs/libcuefile/libcuefile-477-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-libs/libcuefile/libcuefile-477-r1.ebuild b/media-libs/libcuefile/libcuefile-477-r1.ebuild index a9a885574d6c..54aee7bbfbfc 100644 --- a/media-libs/libcuefile/libcuefile-477-r1.ebuild +++ b/media-libs/libcuefile/libcuefile-477-r1.ebuild @@ -1,14 +1,15 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 + inherit cmake-multilib # svn export http://svn.musepack.net/libcuefile/trunk libcuefile-${PV} # tar -cJf libcuefile-${PV}.tar.xz libcuefile-${PV} DESCRIPTION="Cue File library from Musepack" -HOMEPAGE="http://www.musepack.net/" +HOMEPAGE="https://www.musepack.net/" SRC_URI="https://dev.gentoo.org/~ssuominen/${P}.tar.xz" LICENSE="LGPL-2.1" |