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 48F0D138335 for ; Sun, 25 Nov 2018 20:28:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72E3BE096E; Sun, 25 Nov 2018 20:28:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 253E4E096E for ; Sun, 25 Nov 2018 20:28:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5A50C335D7F for ; Sun, 25 Nov 2018 20:28:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 254BA4B7 for ; Sun, 25 Nov 2018 20:28:43 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1543177706.a57a129a649c4822f254b0fe9d9c9be232c7aa61.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/glusterfs/glusterfs-4.1.5.ebuild sys-cluster/glusterfs/glusterfs-9999.ebuild X-VCS-Directories: sys-cluster/glusterfs/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: a57a129a649c4822f254b0fe9d9c9be232c7aa61 X-VCS-Branch: master Date: Sun, 25 Nov 2018 20:28:43 +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: 1bd0f158-937b-4af8-8378-2fc3ff7a77c7 X-Archives-Hash: b550650a119b757391e1c563830d7bd2 commit: a57a129a649c4822f254b0fe9d9c9be232c7aa61 Author: Eugene Bright bright gdn> AuthorDate: Thu Oct 25 20:56:12 2018 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Sun Nov 25 20:28:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a57a129a sys-cluster/glusterfs-{4.1.5,9999}: bump EAPI to 7 Signed-off-by: Alexys Jacob gentoo.org> sys-cluster/glusterfs/glusterfs-4.1.5.ebuild | 12 ++++++++---- sys-cluster/glusterfs/glusterfs-9999.ebuild | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/sys-cluster/glusterfs/glusterfs-4.1.5.ebuild b/sys-cluster/glusterfs/glusterfs-4.1.5.ebuild index 6cf392f726b..94f9a780020 100644 --- a/sys-cluster/glusterfs/glusterfs-4.1.5.ebuild +++ b/sys-cluster/glusterfs/glusterfs-4.1.5.ebuild @@ -1,17 +1,21 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 ) -inherit autotools elisp-common python-single-r1 systemd user versionator +inherit autotools +inherit elisp-common +inherit python-single-r1 +inherit systemd +inherit user if [[ ${PV#9999} != ${PV} ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/gluster/glusterfs.git" else - SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(get_version_component_range '1-2')/${PV}/${P}.tar.gz" + SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut '1-2')/${PV}/${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi @@ -237,7 +241,7 @@ pkg_postinst() { ewarn "run GlusterFS." echo elog "If you are upgrading from a previous version of ${PN}, please read:" - elog " http://docs.gluster.org/en/latest/Upgrade-Guide/upgrade_to_$(get_version_component_range '1-2')/" + elog " http://docs.gluster.org/en/latest/Upgrade-Guide/upgrade_to_$(ver_cut '1-2')/" use emacs && elisp-site-regen } diff --git a/sys-cluster/glusterfs/glusterfs-9999.ebuild b/sys-cluster/glusterfs/glusterfs-9999.ebuild index 6cf392f726b..94f9a780020 100644 --- a/sys-cluster/glusterfs/glusterfs-9999.ebuild +++ b/sys-cluster/glusterfs/glusterfs-9999.ebuild @@ -1,17 +1,21 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 ) -inherit autotools elisp-common python-single-r1 systemd user versionator +inherit autotools +inherit elisp-common +inherit python-single-r1 +inherit systemd +inherit user if [[ ${PV#9999} != ${PV} ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/gluster/glusterfs.git" else - SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(get_version_component_range '1-2')/${PV}/${P}.tar.gz" + SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut '1-2')/${PV}/${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi @@ -237,7 +241,7 @@ pkg_postinst() { ewarn "run GlusterFS." echo elog "If you are upgrading from a previous version of ${PN}, please read:" - elog " http://docs.gluster.org/en/latest/Upgrade-Guide/upgrade_to_$(get_version_component_range '1-2')/" + elog " http://docs.gluster.org/en/latest/Upgrade-Guide/upgrade_to_$(ver_cut '1-2')/" use emacs && elisp-site-regen }