From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E09FD58973 for ; Wed, 10 Feb 2016 18:27:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 424BE21C10E; Wed, 10 Feb 2016 18:27:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 763AD21C10E for ; Wed, 10 Feb 2016 18:27:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14ED0340B57 for ; Wed, 10 Feb 2016 18:27:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D596F10BF for ; Wed, 10 Feb 2016 18:27:37 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1455128508.168748abd8c9e969f9968af74d88b71720687937.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: app-admin/eselect/ X-VCS-Repository: proj/sci X-VCS-Files: app-admin/eselect/eselect-1.4.5-r103.ebuild app-admin/eselect/eselect-9999.ebuild X-VCS-Directories: app-admin/eselect/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 168748abd8c9e969f9968af74d88b71720687937 X-VCS-Branch: master Date: Wed, 10 Feb 2016 18:27:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d7c7004f-375d-41c4-8c1d-5c8acc954758 X-Archives-Hash: ef1f54bf2750a5b0bd04411296ac3ce9 commit: 168748abd8c9e969f9968af74d88b71720687937 Author: Justin Lecher gentoo org> AuthorDate: Wed Feb 10 18:21:48 2016 +0000 Commit: Justin Lecher gentoo 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 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"