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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1DE51581EC for ; Fri, 22 Nov 2024 23:22:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF3E1E07F1; Fri, 22 Nov 2024 23:22:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B69EEE07F1 for ; Fri, 22 Nov 2024 23:22:18 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4F1E340C39 for ; Fri, 22 Nov 2024 23:22:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24ECA18C4 for ; Fri, 22 Nov 2024 23:22:16 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1732317717.672b586b0c6507f9d392b9316e6b8f3480d4e613.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/tmake/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/tmake/tmake-2.12-r2.ebuild X-VCS-Directories: dev-util/tmake/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 672b586b0c6507f9d392b9316e6b8f3480d4e613 X-VCS-Branch: master Date: Fri, 22 Nov 2024 23:22:16 +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: 146343f0-c2cc-4b4b-88ac-3f47ffa60cc6 X-Archives-Hash: 9c85e5de5b41ee70af355afa8231a844 commit: 672b586b0c6507f9d392b9316e6b8f3480d4e613 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Nov 17 17:01:21 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Nov 22 23:21:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=672b586b dev-util/tmake: use HTTPS, ebuild improvements Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> dev-util/tmake/tmake-2.12-r2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-util/tmake/tmake-2.12-r2.ebuild b/dev-util/tmake/tmake-2.12-r2.ebuild index 282f0c165083..357a98ca396f 100644 --- a/dev-util/tmake/tmake-2.12-r2.ebuild +++ b/dev-util/tmake/tmake-2.12-r2.ebuild @@ -3,14 +3,13 @@ EAPI=8 -DESCRIPTION="A Cross platform Makefile tool" +DESCRIPTION="Cross platform Makefile tool" +HOMEPAGE="https://tmake.sourceforge.net" SRC_URI="https://downloads.sourceforge.net/tmake/${P}.tar.bz2" -HOMEPAGE="http://tmake.sourceforge.net" LICENSE="HPND" SLOT="0" KEYWORDS="amd64 ppc x86 ~x86-linux ~ppc-macos" -IUSE="" RDEPEND=">=dev-lang/perl-5"