public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/stb/
Date: Mon,  4 Mar 2024 11:16:34 +0000 (UTC)	[thread overview]
Message-ID: <1709550977.5f79238339117499298e6bb5ae7fffce76b6231b.fordfrog@gentoo> (raw)

commit:     5f79238339117499298e6bb5ae7fffce76b6231b
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  4 11:16:17 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Mar  4 11:16:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f792383

dev-libs/stb: dropped obsolete 20200713

Bug: https://bugs.gentoo.org/926154
Bug: https://bugs.gentoo.org/818556
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-libs/stb/Manifest            |  1 -
 dev-libs/stb/stb-20200713.ebuild | 34 ----------------------------------
 2 files changed, 35 deletions(-)

diff --git a/dev-libs/stb/Manifest b/dev-libs/stb/Manifest
index 7b637c0364c7..3878b03f7285 100644
--- a/dev-libs/stb/Manifest
+++ b/dev-libs/stb/Manifest
@@ -1,2 +1 @@
-DIST stb-20200713.tar.gz 1378579 BLAKE2B 13f2deecdc20c95fe3dfd1820346e9c8d1046004082a4b6044934efa7e20270b253953fb8e2d9eecf2a263ea342b740d87807e50da48178c0eb4c7028bd27488 SHA512 a9ba80d19dae4e527171bb02e1caa4d3eb0704cdf7f8fef1a7a09e6b05c65b829b0aa580f469f158a39bf13018289f40c1680ab5c22bfa5e932bff94eced475d
 DIST stb-20240201.tar.gz 1510288 BLAKE2B f11e802c6e9efe60bf08bb6071b6e8a12fc7a0713f450379534c2a4fc96c2023a190f4fed598fa7fa9b577e19f14bffbfa2f54dff1ebf72d933dc0113aa820c5 SHA512 2403ddb14b7c1a49f12bb0b43e52c612d58e4382ed03f59b4255560900eb7f08651b6688ec8b468b89e999611a67de5bd1102aa03d3847e3dd2d464175a11905

diff --git a/dev-libs/stb/stb-20200713.ebuild b/dev-libs/stb/stb-20200713.ebuild
deleted file mode 100644
index 17561e11cde8..000000000000
--- a/dev-libs/stb/stb-20200713.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# There are no official releases
-CHECKSUM="b42009b3b9d4ca35bc703f5310eedc74f584be58"
-
-DESCRIPTION="single-file public domain (or MIT licensed) libraries for C/C++"
-HOMEPAGE="https://github.com/nothings/stb"
-SRC_URI="https://github.com/nothings/stb/archive/${CHECKSUM}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( MIT Unlicense )"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-
-IUSE=""
-
-S="${WORKDIR}/${PN}-${CHECKSUM}"
-
-BDEPEND=""
-RDEPEND=""
-
-src_prepare() {
-	default
-
-	# Move the header files in a folder so they don't pollute the include dir
-	mkdir stb || die
-	mv *.h stb/ || die
-}
-
-src_install() {
-	doheader -r stb
-}


             reply	other threads:[~2024-03-04 11:16 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-04 11:16 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-16 11:58 [gentoo-commits] repo/gentoo:master commit in: dev-libs/stb/ Arthur Zamarin
2025-03-01 22:57 Sam James
2025-03-01 22:50 Sam James
2025-03-01 22:49 Sam James
2025-03-01 22:49 Sam James
2025-03-01 22:49 Sam James
2025-01-25 16:45 Sam James
2025-01-18 10:01 Arthur Zamarin
2025-01-14  6:05 WANG Xuerui
2025-01-12 16:34 Jakov Smolić
2025-01-12 12:45 Sam James
2025-01-12 12:45 Sam James
2024-03-04 15:23 Miroslav Šulc
2024-03-04 11:17 Miroslav Šulc
2024-03-04 11:13 Sam James
2024-02-02  5:35 Dennis Lamm
2022-03-10 21:21 Jakov Smolić
2021-02-07 21:30 Dennis Lamm
2020-11-30 18:37 Dennis Lamm
2020-09-19 16:34 Sam James
2020-09-17 23:26 Sam James
2020-07-01  6:39 Joonas Niilola

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=1709550977.5f79238339117499298e6bb5ae7fffce76b6231b.fordfrog@gentoo \
    --to=fordfrog@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