public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/makeheaders/
Date: Sat, 10 Aug 2024 07:30:01 +0000 (UTC)	[thread overview]
Message-ID: <1723274999.a9961b61b9574e78bc15e72da2d078810f9b5ebd.juippis@gentoo> (raw)

commit:     a9961b61b9574e78bc15e72da2d078810f9b5ebd
Author:     Eric Joldasov <bratishkaerik <AT> landless-city <DOT> net>
AuthorDate: Thu Aug  1 19:15:14 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 07:29:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9961b61

dev-util/makeheaders: drop 0_p20220411

Signed-off-by: Eric Joldasov <bratishkaerik <AT> landless-city.net>
Closes: https://github.com/gentoo/gentoo/pull/37919
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-util/makeheaders/Manifest                      |  2 --
 .../makeheaders/makeheaders-0_p20220411.ebuild     | 40 ----------------------
 2 files changed, 42 deletions(-)

diff --git a/dev-util/makeheaders/Manifest b/dev-util/makeheaders/Manifest
index 894ef931ac8b..2c81cbbd29bd 100644
--- a/dev-util/makeheaders/Manifest
+++ b/dev-util/makeheaders/Manifest
@@ -1,4 +1,2 @@
-DIST makeheaders-0_p20220411.c 100587 BLAKE2B eeed8554a444573ae66c479460c3491d1f23d1982c8b5656eefe78084d3a550a85285cc58fd3374af30f5e8803bbf7690d643346a3fdf1c98dbb7d2b5224bd65 SHA512 1add4012f1307b6273cd46f7a6ef10d1d003f6ce214521e05ffc232d90991e6596481110aa582e104c09be67cfdc94776ed85458b6b9bcf9bf6c5d633371d6a4
-DIST makeheaders-0_p20220411.html 40335 BLAKE2B 6eec5080226d7759e8bdf97b2238fb33e85700d29b0b539fcb797fa219d9d00461aafdabf2642e2cf1a622cf633cf889d71381bb3342113736ddfdafca3582de SHA512 6cccd5388e8af6f814d735c643abb231dab21a16799fba080858b15885a77b99bf37a5c7bac72958bbfcacea2ed54635ccc6323f5c7d47e2a1a73fffa8952504
 DIST makeheaders-262696252dc50250c896c90cc240dcd946614b9c7727902aa7606640507e9231.html 40335 BLAKE2B 6eec5080226d7759e8bdf97b2238fb33e85700d29b0b539fcb797fa219d9d00461aafdabf2642e2cf1a622cf633cf889d71381bb3342113736ddfdafca3582de SHA512 6cccd5388e8af6f814d735c643abb231dab21a16799fba080858b15885a77b99bf37a5c7bac72958bbfcacea2ed54635ccc6323f5c7d47e2a1a73fffa8952504
 DIST makeheaders-cae894dc3611ee6e0fba4100c0e377fcd3bbc6d8ddb91c997939ce439c50cee2.c 101039 BLAKE2B bff701e0230351b268591c24b3ae255916c0ffcb740375f9029d706b41a4c2a091330d74eee9ff687ff2237b53ebd94913a2e43213315fb01ec862c158b01b63 SHA512 0673648b1d3bb0e665edf05dd8c3075e4e4fa52acd1a051caa1018680d4969d5189c4750d7c36d59ddaa79646432cb75fcfec8181eabca804c56d81b4d8f6600

diff --git a/dev-util/makeheaders/makeheaders-0_p20220411.ebuild b/dev-util/makeheaders/makeheaders-0_p20220411.ebuild
deleted file mode 100644
index 83211402e0ec..000000000000
--- a/dev-util/makeheaders/makeheaders-0_p20220411.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-# https://fossil-scm.org/home/finfo?name=tools/makeheaders.c
-ARTIFACT_C="ca90c1e2460d79e48f97c2aac60a39bcb8024e394de7cff5164c9dcbc96ce529"
-# https://fossil-scm.org/home/finfo?name=tools/makeheaders.html
-ARTIFACT_HTML="262696252dc50250c896c90cc240dcd946614b9c7727902aa7606640507e9231"
-
-DESCRIPTION="Tool that automatically generates .h files for a C or C++ programming project"
-HOMEPAGE="https://www.hwaci.com/sw/mkhdr/"
-
-SRC_URI="
-	https://fossil-scm.org/home/raw/${ARTIFACT_C}?at=makeheaders.c -> makeheaders-${PV}.c
-	https://fossil-scm.org/home/raw/${ARTIFACT_HTML}?at=makeheaders.html  -> makeheaders-${PV}.html
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-
-HTML_DOCS=( "makeheaders.html" )
-
-src_unpack() {
-	mkdir "${S}" || die
-	cp "${DISTDIR}"/makeheaders-${PV}.c "${S}/makeheaders.c" || die
-	cp "${DISTDIR}"/makeheaders-${PV}.html "${S}/makeheaders.html" || die
-}
-
-src_compile() {
-	$(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o makeheaders makeheaders.c || die
-}
-
-src_install() {
-	dobin makeheaders
-
-	einstalldocs
-}


             reply	other threads:[~2024-08-10  7:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-10  7:30 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-17  1:52 [gentoo-commits] repo/gentoo:master commit in: dev-util/makeheaders/ Sam James
2024-11-23 16:12 Sam James
2024-06-26  5:57 Joonas Niilola
2024-06-26  5:57 Joonas Niilola
2024-03-29  7:40 Joonas Niilola
2023-01-14 19:17 Sam James
2023-01-13 14:50 Sam James
2023-01-13 14:50 Sam James
2022-12-13 18:28 Viorel Munteanu
2022-12-13 18:28 Viorel Munteanu
2017-12-27 22:31 David Seifert

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=1723274999.a9961b61b9574e78bc15e72da2d078810f9b5ebd.juippis@gentoo \
    --to=juippis@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