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 9FD87138334 for ; Sun, 16 Sep 2018 22:34:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74AE0E0AA7; Sun, 16 Sep 2018 22:34:41 +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 4BE27E0AA7 for ; Sun, 16 Sep 2018 22:34:41 +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 89332335CC8 for ; Sun, 16 Sep 2018 22:34:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA8903D8 for ; Sun, 16 Sep 2018 22:34:37 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1537136952.70fcc8c0d30ddf01d6113517b443c19455e04b1e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libcmis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild dev-cpp/libcmis/libcmis-9999.ebuild X-VCS-Directories: dev-cpp/libcmis/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 70fcc8c0d30ddf01d6113517b443c19455e04b1e X-VCS-Branch: master Date: Sun, 16 Sep 2018 22:34: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: adccef2f-7c0d-4af4-a5c2-334aa8e8fe76 X-Archives-Hash: e8a0de8e4259a7fa640f5ff493c9207c commit: 70fcc8c0d30ddf01d6113517b443c19455e04b1e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 16 21:42:01 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 16 22:29:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70fcc8c0 dev-cpp/libcmis: EAPI-7 bump Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild | 7 ++++--- dev-cpp/libcmis/libcmis-9999.ebuild | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild b/dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild index a918f64a596..9d26d35d5df 100644 --- a/dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild +++ b/dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 if [[ ${PV} = 9999 ]]; then EGIT_REPO_URI="https://github.com/tdf/libcmis.git" @@ -31,7 +31,8 @@ RDEPEND=" dev-libs/libxml2 net-misc/curl " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" virtual/pkgconfig man? ( app-text/docbook2X @@ -62,7 +63,7 @@ src_configure() { append-cxxflags -std=c++14 econf \ - --program-suffix=-${SLOT} \ + --program-suffix=-$(ver_cut 1-2) \ --disable-werror \ $(use_with man) \ $(use_enable static-libs static) \ diff --git a/dev-cpp/libcmis/libcmis-9999.ebuild b/dev-cpp/libcmis/libcmis-9999.ebuild index 648347ed63b..8513c4a8cb4 100644 --- a/dev-cpp/libcmis/libcmis-9999.ebuild +++ b/dev-cpp/libcmis/libcmis-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 if [[ ${PV} = 9999 ]]; then EGIT_REPO_URI="https://github.com/tdf/libcmis.git" @@ -31,7 +31,8 @@ RDEPEND=" dev-libs/libxml2 net-misc/curl " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" virtual/pkgconfig man? ( app-text/docbook2X @@ -57,7 +58,7 @@ src_configure() { append-cxxflags -std=c++14 econf \ - --program-suffix=-${SLOT} \ + --program-suffix=-$(ver_cut 1-2) \ --disable-werror \ $(use_with man) \ $(use_enable static-libs static) \