commit: 168748abd8c9e969f9968af74d88b71720687937 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Feb 10 18:21:48 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Feb 10 18:21:48 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=168748ab
app-admin/eselect: Bump to EAPI=6 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> app-admin/eselect/eselect-1.4.5-r103.ebuild | 4 ++-- app-admin/eselect/eselect-9999.ebuild | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/app-admin/eselect/eselect-1.4.5-r103.ebuild b/app-admin/eselect/eselect-1.4.5-r103.ebuild index 9d64d82..81ed9ad 100644 --- a/app-admin/eselect/eselect-1.4.5-r103.ebuild +++ b/app-admin/eselect/eselect-1.4.5-r103.ebuild @@ -1,8 +1,8 @@ -# 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 inherit autotools eutils bash-completion-r1 diff --git a/app-admin/eselect/eselect-9999.ebuild b/app-admin/eselect/eselect-9999.ebuild index 33e6a15..6bc79bd 100644 --- a/app-admin/eselect/eselect-9999.ebuild +++ b/app-admin/eselect/eselect-9999.ebuild @@ -1,16 +1,15 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 - -EGIT_REPO_URI="git://github.com/gentoo-science/eselect.git" -EGIT_BRANCH="alternatives" +EAPI=6 inherit autotools git-r3 bash-completion-r1 DESCRIPTION="Gentoo's multi-purpose configuration and management tool" HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Eselect" +EGIT_REPO_URI="git://github.com/gentoo-science/eselect.git" +EGIT_BRANCH="alternatives" LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-2.5 )" SLOT="0"
