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-libs/stb/
Date: Wed,  1 Jul 2020 06:39:08 +0000 (UTC)	[thread overview]
Message-ID: <1593585511.9049f05e1e9c725bb72e3769ba3f114c0d884c3a.juippis@gentoo> (raw)

commit:     9049f05e1e9c725bb72e3769ba3f114c0d884c3a
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 16 04:44:18 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jul  1 06:38:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9049f05e

dev-libs/stb: version bump 20200205

Closes: https://bugs.gentoo.org/696726
Bug: https://bugs.gentoo.org/711274

Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/16264
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-libs/stb/Manifest            |  1 +
 dev-libs/stb/stb-20200205.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-libs/stb/Manifest b/dev-libs/stb/Manifest
index d666f693370..6e9db73a9c5 100644
--- a/dev-libs/stb/Manifest
+++ b/dev-libs/stb/Manifest
@@ -1 +1,2 @@
 DIST stb-20180211.tar.gz 1327803 BLAKE2B a910ac78c5e3760a3e4c74e033d15230c39abd89aeb083ba6c7cd23f8339926e8ab82fde1b6f4fe7a1a312023979a74b961abe263c40b18b3bb8239cbdfa204e SHA512 232ef301d4d6c82c7c5f0e4234b9160cc815f3b6bcc35d341cdf8738646f2f0887ee9838680699f4c9f4274b1390036b2c4fb3ebc2d663af8ff888114dc9f04b
+DIST stb-20200205.tar.gz 1375616 BLAKE2B 11acfb4b1938e75c388b426e4b568c2976566259469716514d0ac8c97ab23d45f51fed1dcf458ca8f07e51d88d90708b33d66d545ed1aa09cd96fea46b9eb738 SHA512 31f945de8b642a359363c81e67f09b71aa663eacd68f5ec602eed40987f2d953943871af3b408d1e948a9e5c953098fca34b9e971fdeed92b734bb0c79c79a42

diff --git a/dev-libs/stb/stb-20200205.ebuild b/dev-libs/stb/stb-20200205.ebuild
new file mode 100644
index 00000000000..78f6c462e4c
--- /dev/null
+++ b/dev-libs/stb/stb-20200205.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# There are no official releases
+CHECKSUM="f54acd4e13430c5122cab4ca657705c84aa61b08"
+
+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 ~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:[~2020-07-01  6:39 UTC|newest]

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

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=1593585511.9049f05e1e9c725bb72e3769ba3f114c0d884c3a.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