public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-doc/stdman/
Date: Wed, 14 Dec 2022 16:43:46 +0000 (UTC)	[thread overview]
Message-ID: <1671036141.e2452c6f6014f34073eaa6891592b6f17d4bf54c.flow@gentoo> (raw)

commit:     e2452c6f6014f34073eaa6891592b6f17d4bf54c
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 16:42:21 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 16:42:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2452c6f

app-doc/stdman: drop 2019.08.27, 2020.11.17

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 app-doc/stdman/Manifest                 |  2 --
 app-doc/stdman/stdman-2019.08.27.ebuild | 29 -----------------------------
 app-doc/stdman/stdman-2020.11.17.ebuild | 29 -----------------------------
 3 files changed, 60 deletions(-)

diff --git a/app-doc/stdman/Manifest b/app-doc/stdman/Manifest
index 2ec891b0b..81c153437 100644
--- a/app-doc/stdman/Manifest
+++ b/app-doc/stdman/Manifest
@@ -1,4 +1,2 @@
-DIST stdman-2019.08.27.tar.gz 3382896 BLAKE2B 9c2665a80658b4a4023a259c183c2cb81ba8d6bc60b22e4fc7246d8eff28f9ed96f5acae1a7ce6cd1c6e7f4c7e57719b76d0e840b92d2c6cefa03ed380a66ef8 SHA512 8024117fb16ba65e6d5721f4c74701f683c032e758806ddb40a7a35bd0478379a925517cd2ee9ad2c74d30a6ce1df279393e43b9361fabb9a631cf91dacb4821
-DIST stdman-2020.11.17.tar.gz 3392741 BLAKE2B b6cec71bf4d0c3640a083356a0a1380adfaba9df237d694cbbcac54fde4ea943234760a83246e1310e29f672cd923e666f348d4740df8f6f3d6c8e8fb3469f00 SHA512 54a01c7831c9ccb42c15eeb203fbdce7fd1c64e9b81951a8934d7a16c7ead176289ce6bdd916872910959d0fa995f5906d328ec51ea5f4a8d9ffaca855d372e5
 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-2019.08.27.ebuild b/app-doc/stdman/stdman-2019.08.27.ebuild
deleted file mode 100644
index 0813d588d..000000000
--- a/app-doc/stdman/stdman-2019.08.27.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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() {
-	# don't need to compile anything
-	true
-}

diff --git a/app-doc/stdman/stdman-2020.11.17.ebuild b/app-doc/stdman/stdman-2020.11.17.ebuild
deleted file mode 100644
index 0813d588d..000000000
--- a/app-doc/stdman/stdman-2020.11.17.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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() {
-	# don't need to compile anything
-	true
-}


WARNING: multiple messages have this Message-ID (diff)
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-doc/stdman/
Date: Wed, 14 Dec 2022 16:46:20 +0000 (UTC)	[thread overview]
Message-ID: <1671036141.e2452c6f6014f34073eaa6891592b6f17d4bf54c.flow@gentoo> (raw)
Message-ID: <20221214164620.-4aXOzdDdbx3QJTDbT62M1HzNSd9Z2DsDK2J09BbXjI@z> (raw)

commit:     e2452c6f6014f34073eaa6891592b6f17d4bf54c
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 16:42:21 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 16:42:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2452c6f

app-doc/stdman: drop 2019.08.27, 2020.11.17

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 app-doc/stdman/Manifest                 |  2 --
 app-doc/stdman/stdman-2019.08.27.ebuild | 29 -----------------------------
 app-doc/stdman/stdman-2020.11.17.ebuild | 29 -----------------------------
 3 files changed, 60 deletions(-)

diff --git a/app-doc/stdman/Manifest b/app-doc/stdman/Manifest
index 2ec891b0b..81c153437 100644
--- a/app-doc/stdman/Manifest
+++ b/app-doc/stdman/Manifest
@@ -1,4 +1,2 @@
-DIST stdman-2019.08.27.tar.gz 3382896 BLAKE2B 9c2665a80658b4a4023a259c183c2cb81ba8d6bc60b22e4fc7246d8eff28f9ed96f5acae1a7ce6cd1c6e7f4c7e57719b76d0e840b92d2c6cefa03ed380a66ef8 SHA512 8024117fb16ba65e6d5721f4c74701f683c032e758806ddb40a7a35bd0478379a925517cd2ee9ad2c74d30a6ce1df279393e43b9361fabb9a631cf91dacb4821
-DIST stdman-2020.11.17.tar.gz 3392741 BLAKE2B b6cec71bf4d0c3640a083356a0a1380adfaba9df237d694cbbcac54fde4ea943234760a83246e1310e29f672cd923e666f348d4740df8f6f3d6c8e8fb3469f00 SHA512 54a01c7831c9ccb42c15eeb203fbdce7fd1c64e9b81951a8934d7a16c7ead176289ce6bdd916872910959d0fa995f5906d328ec51ea5f4a8d9ffaca855d372e5
 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-2019.08.27.ebuild b/app-doc/stdman/stdman-2019.08.27.ebuild
deleted file mode 100644
index 0813d588d..000000000
--- a/app-doc/stdman/stdman-2019.08.27.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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() {
-	# don't need to compile anything
-	true
-}

diff --git a/app-doc/stdman/stdman-2020.11.17.ebuild b/app-doc/stdman/stdman-2020.11.17.ebuild
deleted file mode 100644
index 0813d588d..000000000
--- a/app-doc/stdman/stdman-2020.11.17.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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() {
-	# don't need to compile anything
-	true
-}


             reply	other threads:[~2022-12-14 16:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-14 16:43 Florian Schmaus [this message]
2022-12-14 16:46 ` [gentoo-commits] repo/proj/guru:master commit in: app-doc/stdman/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2024-07-09  9:46 David Roman
2024-07-09  9:24 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2022-12-16 16:39 [gentoo-commits] repo/proj/guru:master " Florian Schmaus
2022-12-16 16:38 ` [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
2022-12-16 16:38 Florian Schmaus
2022-12-14 16:46 [gentoo-commits] repo/proj/guru:master " Florian Schmaus
2022-12-14 16:43 ` [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
2022-12-14 16:46 [gentoo-commits] repo/proj/guru:master " Florian Schmaus
2022-12-14 16:43 ` [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
2022-07-05  7:14 [gentoo-commits] repo/proj/guru:master " Florian Schmaus
2022-07-05  7:14 ` [gentoo-commits] repo/proj/guru:dev " Florian Schmaus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1671036141.e2452c6f6014f34073eaa6891592b6f17d4bf54c.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox