Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/RecSQL/
Date: Mon, 03 Sep 2018 21:09:24
Message-Id: 1536008941.b0e7d5bda510a2ad9ec49a6d52e75e60075e6596.alexxy@gentoo
1 commit: b0e7d5bda510a2ad9ec49a6d52e75e60075e6596
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 3 21:09:01 2018 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 3 21:09:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e7d5bd
7
8 dev-python/RecSQL: Version bump
9
10 Package-Manager: Portage-2.3.47, Repoman-2.3.10
11
12 dev-python/RecSQL/Manifest | 2 +-
13 dev-python/RecSQL/{RecSQL-0.7.8.ebuild => RecSQL-0.7.9.ebuild} | 6 +++---
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/RecSQL/Manifest b/dev-python/RecSQL/Manifest
17 index 4686431ab49..3b0f9d45fcb 100644
18 --- a/dev-python/RecSQL/Manifest
19 +++ b/dev-python/RecSQL/Manifest
20 @@ -1 +1 @@
21 -DIST RecSQL-0.7.8.tar.gz 140025 BLAKE2B 03070c77765476b4907c53519fc5e54096d8e7dcbbf6771c8524fec18996993a5e6d9d48044d8da6a4267f84733165ea9c3907f7e49cb0d28ae5ded994af322a SHA512 bbe5dc547d8e254eac2513c66cdcbf564e491212ee549cafd5051caf545c4b8b7c6d9f728807ab1fff98a55a5c617f4736dd67b1c5a2ab882408d9289340c33c
22 +DIST RecSQL-0.7.9.tar.gz 137487 BLAKE2B 99c7c7a942fda1082f33264d4a18a61a22358bc70b50370841d5dd20fa5e4f55fdb63add03c1861ead4b844e1abb558cacb97c6c7a916e4e20dd27845608301d SHA512 5873e80637c0a18faf6293849b325cea8aa0e44ca2f76cf57fcc34da3586f47075ff1ae49eed14994b5fd40ae766cc34265a4e9c7b1ec1afbe95d366f57e45b9
23
24 diff --git a/dev-python/RecSQL/RecSQL-0.7.8.ebuild b/dev-python/RecSQL/RecSQL-0.7.9.ebuild
25 similarity index 90%
26 rename from dev-python/RecSQL/RecSQL-0.7.8.ebuild
27 rename to dev-python/RecSQL/RecSQL-0.7.9.ebuild
28 index 6df5fe8e285..b40dfd020df 100644
29 --- a/dev-python/RecSQL/RecSQL-0.7.8.ebuild
30 +++ b/dev-python/RecSQL/RecSQL-0.7.9.ebuild
31 @@ -1,13 +1,13 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 +# Copyright 1999-2018 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35
36 -EAPI=5
37 +EAPI=6
38
39 PYTHON_COMPAT=( python2_7 )
40 PYTHON_REQ_USE="sqlite"
41
42 if [[ $PV = *9999* ]]; then
43 - scm_eclass=git-2
44 + scm_eclass=git-r3
45 EGIT_REPO_URI="https://github.com/orbeckst/${PN}.git"
46 SRC_URI=""
47 KEYWORDS=""