commit: 6be48927e572121ecfa921513707bca4b2bc4abc
Author: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 21:04:55 2016 +0000
Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 21:06:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be48927
app-portage/g-sorcery: update PYTHON_COMPAT
Package-Manager: portage-2.2.26
.../{g-sorcery-9999.ebuild => g-sorcery-0.2.1-r1.ebuild} | 13 ++++++-------
app-portage/g-sorcery/g-sorcery-9999.ebuild | 8 ++++----
2 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/app-portage/g-sorcery/g-sorcery-9999.ebuild
b/app-portage/g-sorcery/g-sorcery-0.2.1-r1.ebuild
similarity index 74%
copy from app-portage/g-sorcery/g-sorcery-9999.ebuild
copy to app-portage/g-sorcery/g-sorcery-0.2.1-r1.ebuild
index 7536261..5d35b25 100644
--- a/app-portage/g-sorcery/g-sorcery-9999.ebuild
+++ b/app-portage/g-sorcery/g-sorcery-0.2.1-r1.ebuild
@@ -1,22 +1,21 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-PYTHON_COMPAT=(python{2_7,3_3,3_4})
+PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5})
-inherit distutils-r1 git-2
+inherit distutils-r1
DESCRIPTION="framework for ebuild generators"
HOMEPAGE="https://github.com/jauhien/g-sorcery"
-SRC_URI=""
-EGIT_BRANCH="master"
-EGIT_REPO_URI="git://git.gentoo.org/proj/g-sorcery.git"
+SRC_URI="https://github.com/jauhien/g-sorcery/archive/${PV}.tar.gz ->
${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
IUSE="bson git"
+KEYWORDS="~amd64 ~arm ~hppa ~x86"
DEPEND="bson? ( dev-python/pymongo[${PYTHON_USEDEP}] )
git? ( dev-vcs/git )
diff --git a/app-portage/g-sorcery/g-sorcery-9999.ebuild
b/app-portage/g-sorcery/g-sorcery-9999.ebuild
index 7536261..bfde259 100644
--- a/app-portage/g-sorcery/g-sorcery-9999.ebuild
+++ b/app-portage/g-sorcery/g-sorcery-9999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-PYTHON_COMPAT=(python{2_7,3_3,3_4})
+PYTHON_COMPAT=(python{2_7,3_3,3_4,3_5})
-inherit distutils-r1 git-2
+inherit distutils-r1 git-r3
DESCRIPTION="framework for ebuild generators"
HOMEPAGE="https://github.com/jauhien/g-sorcery"