commit:     bcc4f9d1b22e546e0389137961ba3a06884840e2
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  9 16:29:31 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 16:29:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcc4f9d1

dev-util/bdelta: bump up to EAPI=7

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-util/bdelta/bdelta-0.3.1-r1.ebuild | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/dev-util/bdelta/bdelta-0.3.1-r1.ebuild 
b/dev-util/bdelta/bdelta-0.3.1-r1.ebuild
index 9bbc378a96a..bf1c9ae4ddb 100644
--- a/dev-util/bdelta/bdelta-0.3.1-r1.ebuild
+++ b/dev-util/bdelta/bdelta-0.3.1-r1.ebuild
@@ -1,21 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-if [[ ${PV} = *9999* ]]; then
-       EGIT_REPO_URI="https://github.com/jjwhitney/BDelta.git";
-       UNPACKER_ECLASS="git-2"
-       LIVE_EBUILD=yes
-else
-       UNPACKER_ECLASS="vcs-snapshot"
-fi
-
-inherit toolchain-funcs ${UNPACKER_ECLASS}
+inherit toolchain-funcs vcs-snapshot
 
 if [[ -z ${LIVE_EBUILD} ]]; then
        KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-linux"
-       SRC_URI="https://github.com/jjwhitney/BDelta/tarball/v${PV} -> 
${P}.tar.gz"
+       SRC_URI="https://github.com/jjwhitney/BDelta/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 
 DESCRIPTION="Binary Delta - Efficient difference algorithm and format"

Reply via email to