diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-11-23 10:30:35 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-11-23 10:33:04 -0500 |
commit | b212dce4a6e6bce249edd30208dc014d70e466d2 (patch) | |
tree | 7959e8261b6e814d732d4ee0a881536e4972bfd4 | |
parent | dev-python/openpyxl: amd64 stable wrt bug #700544 (diff) | |
download | gentoo-b212dce4a6e6bce249edd30208dc014d70e466d2.tar.gz gentoo-b212dce4a6e6bce249edd30208dc014d70e466d2.tar.bz2 gentoo-b212dce4a6e6bce249edd30208dc014d70e466d2.zip |
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 <blueness@gentoo.org>
-rw-r--r-- | www-apps/moodle/moodle-3.5.9.ebuild | 7 | ||||
-rw-r--r-- | www-apps/moodle/moodle-3.6.7.ebuild | 7 | ||||
-rw-r--r-- | www-apps/moodle/moodle-3.7.3.ebuild | 7 | ||||
-rw-r--r-- | 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 1c5e865ec67c..d882323cf8f0 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 1c5e865ec67c..d882323cf8f0 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 02e7fab65927..de089c34fa05 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 02e7fab65927..de089c34fa05 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" |