public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/pico8/
Date: Wed, 19 Jun 2024 21:00:12 +0000 (UTC)	[thread overview]
Message-ID: <1718830792.3b000692ca8cd34c6b0889f90bddf6166bcd6958.chewi@gentoo> (raw)

commit:     3b000692ca8cd34c6b0889f90bddf6166bcd6958
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 20:58:34 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 20:59:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b000692

dev-lang/pico8: Bump to 0.2.6b, drop old 0.2.5g

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-lang/pico8/Manifest                                     | 6 +++---
 dev-lang/pico8/{pico8-0.2.5g.ebuild => pico8-0.2.6b.ebuild} | 5 ++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-lang/pico8/Manifest b/dev-lang/pico8/Manifest
index 398f9ce3260e..262a4b648c64 100644
--- a/dev-lang/pico8/Manifest
+++ b/dev-lang/pico8/Manifest
@@ -1,3 +1,3 @@
-DIST pico-8_0.2.5g_amd64.zip 10812535 BLAKE2B 51d4c8d57db31d12aa767b59901d8058e20302f4082022ae9beab559b4ae83cc241a7785facacfe5f7798198905bedd3fc1d5db5fd2bf00f9991dcef34910ea6 SHA512 e8c1ce4a7840f417a064473a77b2b55ba100a9ae232e8c1af0c4d57687d4d55e209ed5a5c75a5853825cfbe6fb138f2d0f99a3025b0ff6f2f8789dc705aa3f11
-DIST pico-8_0.2.5g_i386.zip 10120868 BLAKE2B 0dd33df665128e0221d6d0200da37e77cfebb20d4af869c2dcbeec0cbb126936d7792821c1f131722ee3b63049764eaec9fc5c230042e0a4aa52ff7515da655a SHA512 1f1aeb1c1f8d0d33ef9e9fc0f9afdf1e3993a877b07178d3260f4608641cfceb601819f31b95cde1b8fcb7d441eb5126bed1e3bcdb8f368b6bcfe5963a089511
-DIST pico-8_0.2.5g_raspi.zip 14411901 BLAKE2B 3a35e40b05fe3d8fc678a3fc97a68db6e315d23475e66f25e1e357abb3fb5411a99db85d3ee0ab6d0385b992555570492a42383aefbe48c57523ca58ee144f91 SHA512 a1bc47618394767e14110a47dfd1346a0437917638d3edb8c17656d7cc49b886cc22c39cc48b5e642a7aad3665d30b1e1307f489d1b5552a178e5207a5616d04
+DIST pico-8_0.2.6b_amd64.zip 12838053 BLAKE2B f7577397d32a3e71866782355cb12b17852beb80a4943e5ada4cb02b4c6ec8777a6a620afca99d98e3f423b82881480725c8dd7fc75eadf3a73b17ca750f9809 SHA512 30e4641138975c8f9f407491c18ab427b603d8986c4a65777dbedb43cef5416d1a8a196ca09230a9abcbc75003e5fd2716289327394d392b4e90c7796f68be9b
+DIST pico-8_0.2.6b_i386.zip 12145587 BLAKE2B 3ae5be8bce3d845698e247bf8879d484325af4205d649ef55dd9854a8fce342a5b9744dd77cb0d9839e51e275dd02f19fdaadb06a1d960ea28f93c351ea6be83 SHA512 6982b58abb2d59719a197125e9c4499196a97ec8624b236c553ab6f4bac07b608b650b4d41836eac89651083f22dee819b5f43a57892ecd09adb6d6b3898b492
+DIST pico-8_0.2.6b_raspi.zip 16444282 BLAKE2B 897c8b2c6f2c15a03c297d7a13c61aa08d5c71792aa900f0074127a7f7474a60245751ab4ac759fc088dacae1bd0843ff6007e8c88c67568b50bc3d9546a6879 SHA512 9d46a536ccd34e3e4ff1d62cfcc00b4fe26051d4128c4865f4a252f146ea82c00dd8f8f55e06bea03dc34f49cfacaf8f8509a51b96531d3ef519b0f41eba0023

diff --git a/dev-lang/pico8/pico8-0.2.5g.ebuild b/dev-lang/pico8/pico8-0.2.6b.ebuild
similarity index 97%
rename from dev-lang/pico8/pico8-0.2.5g.ebuild
rename to dev-lang/pico8/pico8-0.2.6b.ebuild
index 844d0a20198d..c9c1a8c0905c 100644
--- a/dev-lang/pico8/pico8-0.2.5g.ebuild
+++ b/dev-lang/pico8/pico8-0.2.6b.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,6 +14,7 @@ SRC_URI="
 	arm64? ( ${MY_PN}_${PV}_raspi.zip )
 	x86? ( ${MY_PN}_${PV}_i386.zip )
 "
+S="${WORKDIR}/${MY_PN}"
 LICENSE="PICO-8 MIT BSD-2"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86"
@@ -26,8 +27,6 @@ RDEPEND="
 
 BDEPEND="app-arch/unzip"
 
-S="${WORKDIR}/${MY_PN}"
-
 DIR="/opt/${PN}"
 QA_PREBUILT="${DIR}/${PN}"
 


             reply	other threads:[~2024-06-19 21:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-19 21:00 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-05 14:48 [gentoo-commits] repo/gentoo:master commit in: dev-lang/pico8/ James Le Cuirot
2022-09-03 13:01 James Le Cuirot
2022-04-23  8:47 Ulrich Müller
2022-04-21 22:32 James Le Cuirot
2022-04-14  3:47 Joonas Niilola
2022-04-10 14:58 James Le Cuirot
2022-04-10 14:53 James Le Cuirot

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=1718830792.3b000692ca8cd34c6b0889f90bddf6166bcd6958.chewi@gentoo \
    --to=chewi@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