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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04C3E15808B for ; Sun, 20 Feb 2022 09:35:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5247FE07C5; Sun, 20 Feb 2022 09:35:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33E5EE07C5 for ; Sun, 20 Feb 2022 09:35:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A5173433CD for ; Sun, 20 Feb 2022 09:35:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B09F92DB for ; Sun, 20 Feb 2022 09:35:51 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1645349732.a7a98f2cc2658ef65bc1b1f2d52ec280f6275318.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/zile/zile-2.6.2-r1.ebuild app-editors/zile/zile-2.6.2.ebuild X-VCS-Directories: app-editors/zile/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a7a98f2cc2658ef65bc1b1f2d52ec280f6275318 X-VCS-Branch: master Date: Sun, 20 Feb 2022 09:35:51 +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: 7df48909-995e-4261-ab2d-f49cda931ed6 X-Archives-Hash: 24812d7280fe56bf4775f0cb38a82adf commit: a7a98f2cc2658ef65bc1b1f2d52ec280f6275318 Author: Ulrich Müller gentoo org> AuthorDate: Wed Feb 16 18:51:00 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Feb 20 09:35:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a98f2c app-editors/zile: Bump to EAPI 8 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> app-editors/zile/{zile-2.6.2.ebuild => zile-2.6.2-r1.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app-editors/zile/zile-2.6.2.ebuild b/app-editors/zile/zile-2.6.2-r1.ebuild similarity index 96% rename from app-editors/zile/zile-2.6.2.ebuild rename to app-editors/zile/zile-2.6.2-r1.ebuild index dc7e5f762427..fe415806455a 100644 --- a/app-editors/zile/zile-2.6.2.ebuild +++ b/app-editors/zile/zile-2.6.2-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 VALA_MIN_API_VERSION=0.52 inherit toolchain-funcs vala @@ -30,10 +30,13 @@ DOCS="README THANKS" QA_AM_MAINTAINER_MODE=".*help2man.*" #450278 +pkg_setup() { + vala_setup +} + src_prepare() { default rm *_vala.stamp || die - vala_src_prepare } src_configure() {