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 0D4A815817D for ; Wed, 12 Jun 2024 21:52:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A82BE2A9F; Wed, 12 Jun 2024 21:52:06 +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 3D1E3E2A9F for ; Wed, 12 Jun 2024 21:52:06 +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 5550533BF03 for ; Wed, 12 Jun 2024 21:52:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E71D81C7B for ; Wed, 12 Jun 2024 21:52:03 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1718228828.acd51255cfea7d0cbaa6ea1c78bca90ae7769874.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-build/pdpmake/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-build/pdpmake/Manifest dev-build/pdpmake/pdpmake-1.4.2.ebuild dev-build/pdpmake/pdpmake-1.4.3.ebuild X-VCS-Directories: dev-build/pdpmake/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: acd51255cfea7d0cbaa6ea1c78bca90ae7769874 X-VCS-Branch: dev Date: Wed, 12 Jun 2024 21:52:03 +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: bdb4e696-1481-45bd-a05d-cd63ff6f90fe X-Archives-Hash: 67deb671194e229fd461fc2b9f704b69 commit: acd51255cfea7d0cbaa6ea1c78bca90ae7769874 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Wed Jun 12 21:24:13 2024 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Wed Jun 12 21:47:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=acd51255 dev-build/pdpmake: add 1.4.3, drop 1.4.2 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> dev-build/pdpmake/Manifest | 2 +- dev-build/pdpmake/{pdpmake-1.4.2.ebuild => pdpmake-1.4.3.ebuild} | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-build/pdpmake/Manifest b/dev-build/pdpmake/Manifest index 83ebcee30..f6366dd06 100644 --- a/dev-build/pdpmake/Manifest +++ b/dev-build/pdpmake/Manifest @@ -1 +1 @@ -DIST pdpmake-1.4.2.tgz 39514 BLAKE2B 188d95e4be13de07927f34b05cd2aa5a6e86d238a3e4a2f36f4bf477bc9fd81ba15fc9af9b506c7e22fd95c1669ca6d14877ebd0ebfbcae5558e0ba7450e2039 SHA512 3f43685eeaeea15d55d4a6e7ca6f8a36d344e4f5096aca19f56b696db79dcf6a7d9593cef1d99b15d1a025ee45c23a4e1c217800bbc6006afacf20468c547d31 +DIST pdpmake-1.4.3.tgz 45668 BLAKE2B ee2f42e426330003c62a28cc933ef30d94e13c08578c8fdd28b655902cc33d59eb6d1f3211182248e295cbc40a3d5c1a02ad994a305b73622eb97b09f7083318 SHA512 8c85aa85da9058fbfcf3c566ec1d4244fd8a88e58a6dc9bde90bb87117b9237abb01437a78e28cb441523ed6c08db7a08ef837444c3a5d797c42b519b76761ca diff --git a/dev-build/pdpmake/pdpmake-1.4.2.ebuild b/dev-build/pdpmake/pdpmake-1.4.3.ebuild similarity index 80% rename from dev-build/pdpmake/pdpmake-1.4.2.ebuild rename to dev-build/pdpmake/pdpmake-1.4.3.ebuild index 2bf363aea..e0fba6763 100644 --- a/dev-build/pdpmake/pdpmake-1.4.2.ebuild +++ b/dev-build/pdpmake/pdpmake-1.4.3.ebuild @@ -5,8 +5,8 @@ EAPI=8 DESCRIPTION="Public domain POSIX make" HOMEPAGE="https://frippery.org/make" -SRC_URI="https://frippery.org/make/pdpmake-1.4.2.tgz" -LICENSE="public-domain" +SRC_URI="https://frippery.org/make/${P}.tgz" +LICENSE="Unlicense" SLOT="0" KEYWORDS="~amd64" @@ -15,5 +15,6 @@ src_test() { } src_install() { + doman pdpmake.1 emake install DESTDIR="${ED}" PREFIX=/usr }