app-i18n/rime-data: Use EAPI="6". Minor cleanup.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Thu, 19 Oct 2017 20:29:37 +0000 (22:29 +0200)
committerMike Gilbert <floppym@gentoo.org>
Mon, 23 Oct 2017 17:24:39 +0000 (13:24 -0400)
app-i18n/rime-data/rime-data-0.35.ebuild

index 161bd91d664a4763d7e3aea6d8edc0c52ef91496..6c50f8abbec8477442a9a1c5688d9a4df9ca1d88 100644 (file)
@@ -1,13 +1,14 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI="6"
+
+MY_PN="brise"
+MY_P="${MY_PN}-${PV}"
 
-inherit vcs-snapshot
-MY_P=brise-${PV}
 DESCRIPTION="Data resources for Rime Input Method Engine"
 HOMEPAGE="http://rime.im/ https://github.com/rime/brise"
-SRC_URI="http://dl.bintray.com/lotem/rime/${MY_P}.tar.gz"
+SRC_URI="https://dl.bintray.com/lotem/rime/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -16,4 +17,5 @@ IUSE=""
 
 DEPEND="app-i18n/librime"
 RDEPEND="${DEPEND}"
-S="${WORKDIR}"/${MY_P}
+
+S="${WORKDIR}/${MY_PN}"