From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CFC8C138335 for ; Sat, 23 Nov 2019 15:33:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01752E07F2; Sat, 23 Nov 2019 15:33:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75D75E07F1 for ; Sat, 23 Nov 2019 15:33:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5400434D273 for ; Sat, 23 Nov 2019 15:33:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48F95824 for ; Sat, 23 Nov 2019 15:33:10 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1574523184.b212dce4a6e6bce249edd30208dc014d70e466d2.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/moodle/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/moodle/moodle-3.5.9.ebuild www-apps/moodle/moodle-3.6.7.ebuild www-apps/moodle/moodle-3.7.3.ebuild www-apps/moodle/moodle-3.8.ebuild X-VCS-Directories: www-apps/moodle/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: b212dce4a6e6bce249edd30208dc014d70e466d2 X-VCS-Branch: master Date: Sat, 23 Nov 2019 15:33:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bcfd46b1-0999-4cde-834a-1e3519223ddb X-Archives-Hash: b895b62747b6c4bc4d43320ecb3cf870 commit: b212dce4a6e6bce249edd30208dc014d70e466d2 Author: Anthony G. Basile gentoo org> AuthorDate: Sat Nov 23 15:30:35 2019 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Nov 23 15:33:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b212dce4 www-apps/moodle: bump all ebuilds to EAPI=7 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Anthony G. Basile gentoo.org> www-apps/moodle/moodle-3.5.9.ebuild | 7 +++---- www-apps/moodle/moodle-3.6.7.ebuild | 7 +++---- www-apps/moodle/moodle-3.7.3.ebuild | 7 +++---- www-apps/moodle/moodle-3.8.ebuild | 7 +++---- 4 files changed, 12 insertions(+), 16 deletions(-) diff --git a/www-apps/moodle/moodle-3.5.9.ebuild b/www-apps/moodle/moodle-3.5.9.ebuild index 1c5e865ec67..d882323cf8f 100644 --- a/www-apps/moodle/moodle-3.5.9.ebuild +++ b/www-apps/moodle/moodle-3.5.9.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" -inherit versionator webapp +inherit webapp -AVC=( $(get_version_components) ) -MY_BRANCH="stable${AVC[0]}${AVC[1]}" +MY_BRANCH="stable$(ver_cut 1)$(ver_cut 2)" DESCRIPTION="The Moodle Course Management System" HOMEPAGE="https://moodle.org" diff --git a/www-apps/moodle/moodle-3.6.7.ebuild b/www-apps/moodle/moodle-3.6.7.ebuild index 1c5e865ec67..d882323cf8f 100644 --- a/www-apps/moodle/moodle-3.6.7.ebuild +++ b/www-apps/moodle/moodle-3.6.7.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" -inherit versionator webapp +inherit webapp -AVC=( $(get_version_components) ) -MY_BRANCH="stable${AVC[0]}${AVC[1]}" +MY_BRANCH="stable$(ver_cut 1)$(ver_cut 2)" DESCRIPTION="The Moodle Course Management System" HOMEPAGE="https://moodle.org" diff --git a/www-apps/moodle/moodle-3.7.3.ebuild b/www-apps/moodle/moodle-3.7.3.ebuild index 02e7fab6592..de089c34fa0 100644 --- a/www-apps/moodle/moodle-3.7.3.ebuild +++ b/www-apps/moodle/moodle-3.7.3.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" -inherit versionator webapp +inherit webapp -AVC=( $(get_version_components) ) -MY_BRANCH="stable${AVC[0]}${AVC[1]}" +MY_BRANCH="stable$(ver_cut 1)$(ver_cut 2)" DESCRIPTION="The Moodle Course Management System" HOMEPAGE="https://moodle.org" diff --git a/www-apps/moodle/moodle-3.8.ebuild b/www-apps/moodle/moodle-3.8.ebuild index 02e7fab6592..de089c34fa0 100644 --- a/www-apps/moodle/moodle-3.8.ebuild +++ b/www-apps/moodle/moodle-3.8.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" -inherit versionator webapp +inherit webapp -AVC=( $(get_version_components) ) -MY_BRANCH="stable${AVC[0]}${AVC[1]}" +MY_BRANCH="stable$(ver_cut 1)$(ver_cut 2)" DESCRIPTION="The Moodle Course Management System" HOMEPAGE="https://moodle.org"