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 32CEC15838C for ; Sun, 21 Jan 2024 21:08:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71B8FE2A1B; Sun, 21 Jan 2024 21:08:27 +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 08012E2A1B for ; Sun, 21 Jan 2024 21:08:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1E1093432A7 for ; Sun, 21 Jan 2024 21:08:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B03B697B for ; Sun, 21 Jan 2024 21:08:24 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1705871270.1908b5868a8b1dde8d5218ed88b4674d9c92210a.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/expect-lite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/expect-lite/expect-lite-4.9.0-r1.ebuild dev-tcltk/expect-lite/expect-lite-4.9.0.ebuild X-VCS-Directories: dev-tcltk/expect-lite/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 1908b5868a8b1dde8d5218ed88b4674d9c92210a X-VCS-Branch: master Date: Sun, 21 Jan 2024 21:08:24 +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: 7311c1f6-51ca-431a-a8ca-9b1becbfb1a1 X-Archives-Hash: 797ef5ff1231f0e98b9059156551902d commit: 1908b5868a8b1dde8d5218ed88b4674d9c92210a Author: Alfredo Tupone gentoo org> AuthorDate: Sun Jan 21 21:07:22 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Jan 21 21:07:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1908b586 dev-tcltk/expect-lite: EAPI 8 Signed-off-by: Alfredo Tupone gentoo.org> .../{expect-lite-4.9.0.ebuild => expect-lite-4.9.0-r1.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-tcltk/expect-lite/expect-lite-4.9.0.ebuild b/dev-tcltk/expect-lite/expect-lite-4.9.0-r1.ebuild similarity index 75% rename from dev-tcltk/expect-lite/expect-lite-4.9.0.ebuild rename to dev-tcltk/expect-lite/expect-lite-4.9.0-r1.ebuild index 71432aaa93d8..8dfc45a6b2bb 100644 --- a/dev-tcltk/expect-lite/expect-lite-4.9.0.ebuild +++ b/dev-tcltk/expect-lite/expect-lite-4.9.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="8" -DESCRIPTION="quick and easy command line automation tool built on top of expect" -HOMEPAGE="http://expect-lite.sourceforge.net/" +DESCRIPTION="Quick and easy command line automation tool built on top of expect" +HOMEPAGE="https://expect-lite.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" LICENSE="BSD"