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 52A42139117 for ; Sun, 10 Nov 2019 11:59:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79750E08FA; Sun, 10 Nov 2019 11:59:57 +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 5E749E08FA for ; Sun, 10 Nov 2019 11:59:57 +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 6872034CB46 for ; Sun, 10 Nov 2019 11:59:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5A5F8AD for ; Sun, 10 Nov 2019 11:59:52 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1573387185.26c9933a73f18482bf3a4ef04f07b2f2ce1f7708.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvsps/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/cvsps/cvsps-3.13-r1.ebuild dev-vcs/cvsps/cvsps-3.13-r2.ebuild X-VCS-Directories: dev-vcs/cvsps/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 26c9933a73f18482bf3a4ef04f07b2f2ce1f7708 X-VCS-Branch: master Date: Sun, 10 Nov 2019 11:59:52 +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: 18b8f8cb-c164-4dc1-b58f-adc92d0eb7d2 X-Archives-Hash: 88e5e4fe2b472ff8c709a67fa4bd4f35 commit: 26c9933a73f18482bf3a4ef04f07b2f2ce1f7708 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Nov 10 11:59:35 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Nov 10 11:59:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c9933a dev-vcs/cvsps: refresh up to EAPI=7 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich gentoo.org> dev-vcs/cvsps/{cvsps-3.13-r1.ebuild => cvsps-3.13-r2.ebuild} | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dev-vcs/cvsps/cvsps-3.13-r1.ebuild b/dev-vcs/cvsps/cvsps-3.13-r2.ebuild similarity index 90% rename from dev-vcs/cvsps/cvsps-3.13-r1.ebuild rename to dev-vcs/cvsps/cvsps-3.13-r2.ebuild index 45e63d4b5dc..1d9ca2cea5f 100644 --- a/dev-vcs/cvsps/cvsps-3.13-r1.ebuild +++ b/dev-vcs/cvsps/cvsps-3.13-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit eutils toolchain-funcs @@ -20,10 +20,13 @@ DEPEND="${RDEPEND} RESTRICT=test # upstream does not ship tests +PATCHES=("${FILESDIR}"/${P}-make.patch) + src_prepare() { + default + local gentoo_name=${PN}-3 - epatch "${FILESDIR}"/${P}-make.patch mv ${PN}.asc ${gentoo_name}.asc || die sed -i "s/${PN}/${gentoo_name}/g" ${gentoo_name}.asc || die sed -i "s/PROG = cvsps/PROG = ${gentoo_name}/" Makefile || die @@ -34,5 +37,6 @@ src_prepare() { src_install() { default + dodoc README }