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 934B0158020 for ; Fri, 16 Dec 2022 16:38:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9243E07FE; Fri, 16 Dec 2022 16:38:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 AB0D1E07FE for ; Fri, 16 Dec 2022 16:38:52 +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 BDADE340DE3 for ; Fri, 16 Dec 2022 16:38:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43C70785 for ; Fri, 16 Dec 2022 16:38:50 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1671208726.d79aee106046d699874b760d74f89d3bc3140a90.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-doc/stdman/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-doc/stdman/Manifest app-doc/stdman/stdman-2021.12.21.ebuild X-VCS-Directories: app-doc/stdman/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: d79aee106046d699874b760d74f89d3bc3140a90 X-VCS-Branch: dev Date: Fri, 16 Dec 2022 16:38:50 +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: 29185bb0-57c4-4376-ad9e-a0448eb3eed3 X-Archives-Hash: 2ef2e35aa4ad489c8c7ca5389043d10d commit: d79aee106046d699874b760d74f89d3bc3140a90 Author: Florian Schmaus gentoo org> AuthorDate: Fri Dec 16 16:34:46 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Dec 16 16:38:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d79aee10 app-doc/stdman: drop 2021.12.21 Signed-off-by: Florian Schmaus gentoo.org> app-doc/stdman/Manifest | 1 - app-doc/stdman/stdman-2021.12.21.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/app-doc/stdman/Manifest b/app-doc/stdman/Manifest index 81c153437..4f69c57e7 100644 --- a/app-doc/stdman/Manifest +++ b/app-doc/stdman/Manifest @@ -1,2 +1 @@ -DIST stdman-2021.12.21.tar.gz 4018867 BLAKE2B 068246adfaa1c660fc4c852f1256de7fee1355ba5719096ff9d9fa15bbfb2b70bce4f66fbc2beb11525323b74914358260396f0ff442e74b3aa01705405317f1 SHA512 ac49aeb49aac57f9b8838cf3933f1ee8c5a9689475a0e5332741c79976c889c39ce384951650db57c43a144d27c0505b4313307036cfd8f79b6a26d7cbd9c050 DIST stdman-2022.07.30.tar.gz 4191007 BLAKE2B 1e1425a9acec2fab0b3e30cfd90b0e4656dce7a2faf71f4f36de3a5c311058e5bc365d6805f941caa900daf7df8ed97d16899e3fc291f2391002cd8c358e322d SHA512 1a51ed99bf459be7bd0ebd65b601eaab2d3961773a6532ab048c962331373b724678528edc48000c165588cd6c3c37b3e90e96896980b390db325b7f3896e5a6 diff --git a/app-doc/stdman/stdman-2021.12.21.ebuild b/app-doc/stdman/stdman-2021.12.21.ebuild deleted file mode 100644 index 925be0cbc..000000000 --- a/app-doc/stdman/stdman-2021.12.21.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Formatted C++ stdlib man pages (cppreference)" -HOMEPAGE="https://github.com/jeaye/stdman" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/jeaye/stdman.git" -else - KEYWORDS="~amd64" - SRC_URI="https://github.com/jeaye/stdman/archive/${PV}.tar.gz -> ${P}.tar.gz" -fi - -LICENSE="MIT" -SLOT="0" - -src_prepare() { - default - # Avoid compressing files - sed -i '/gzip/d' do_install || die -} - -src_compile() { - : -} 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 95E85158020 for ; Fri, 16 Dec 2022 16:39:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2CABE0898; Fri, 16 Dec 2022 16:39:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B6D6E0898 for ; Fri, 16 Dec 2022 16:39:33 +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 E2576340E57 for ; Fri, 16 Dec 2022 16:39:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 600297F1 for ; Fri, 16 Dec 2022 16:39:29 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1671208726.d79aee106046d699874b760d74f89d3bc3140a90.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-doc/stdman/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-doc/stdman/Manifest app-doc/stdman/stdman-2021.12.21.ebuild X-VCS-Directories: app-doc/stdman/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: d79aee106046d699874b760d74f89d3bc3140a90 X-VCS-Branch: master Date: Fri, 16 Dec 2022 16:39:29 +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: fa2bd67c-809c-4420-98a4-61cec7970c39 X-Archives-Hash: 34288c0dba6a7610978a5037fcef7611 Message-ID: <20221216163929.WUD3NfH6aLnSE8r-4KvP_zeCjfGo3LRBy0av18bCFwQ@z> commit: d79aee106046d699874b760d74f89d3bc3140a90 Author: Florian Schmaus gentoo org> AuthorDate: Fri Dec 16 16:34:46 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Dec 16 16:38:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d79aee10 app-doc/stdman: drop 2021.12.21 Signed-off-by: Florian Schmaus gentoo.org> app-doc/stdman/Manifest | 1 - app-doc/stdman/stdman-2021.12.21.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/app-doc/stdman/Manifest b/app-doc/stdman/Manifest index 81c153437..4f69c57e7 100644 --- a/app-doc/stdman/Manifest +++ b/app-doc/stdman/Manifest @@ -1,2 +1 @@ -DIST stdman-2021.12.21.tar.gz 4018867 BLAKE2B 068246adfaa1c660fc4c852f1256de7fee1355ba5719096ff9d9fa15bbfb2b70bce4f66fbc2beb11525323b74914358260396f0ff442e74b3aa01705405317f1 SHA512 ac49aeb49aac57f9b8838cf3933f1ee8c5a9689475a0e5332741c79976c889c39ce384951650db57c43a144d27c0505b4313307036cfd8f79b6a26d7cbd9c050 DIST stdman-2022.07.30.tar.gz 4191007 BLAKE2B 1e1425a9acec2fab0b3e30cfd90b0e4656dce7a2faf71f4f36de3a5c311058e5bc365d6805f941caa900daf7df8ed97d16899e3fc291f2391002cd8c358e322d SHA512 1a51ed99bf459be7bd0ebd65b601eaab2d3961773a6532ab048c962331373b724678528edc48000c165588cd6c3c37b3e90e96896980b390db325b7f3896e5a6 diff --git a/app-doc/stdman/stdman-2021.12.21.ebuild b/app-doc/stdman/stdman-2021.12.21.ebuild deleted file mode 100644 index 925be0cbc..000000000 --- a/app-doc/stdman/stdman-2021.12.21.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Formatted C++ stdlib man pages (cppreference)" -HOMEPAGE="https://github.com/jeaye/stdman" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/jeaye/stdman.git" -else - KEYWORDS="~amd64" - SRC_URI="https://github.com/jeaye/stdman/archive/${PV}.tar.gz -> ${P}.tar.gz" -fi - -LICENSE="MIT" -SLOT="0" - -src_prepare() { - default - # Avoid compressing files - sed -i '/gzip/d' do_install || die -} - -src_compile() { - : -}