[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2023-01-15 Thread Erik Mackdanz
commit: 4a2f76ed8d18d76ab6835d95277b8b62bccf2a3b
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Jan 15 21:27:49 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jan 15 21:36:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2f76ed

games-roguelike/stone-soup: stabilize 0.29.1 for amd64, x86

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/stone-soup-0.29.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-roguelike/stone-soup/stone-soup-0.29.1.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.29.1.ebuild
index 46207c02a59e..95f813f887ab 100644
--- a/games-roguelike/stone-soup/stone-soup-0.29.1.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.29.1.ebuild
@@ -40,7 +40,7 @@ SRC_URI="
 # Public Domain|CC0: most of tiles
 # MIT: json.cc/json.h, some .js files in webserver/static/scripts/contrib/
 LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="advpng debug ncurses sound test +tiles"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="${LUA_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2023-01-15 Thread Erik Mackdanz
commit: 8ca21470303b6591dae6124ff88f92cb6a62cba7
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Jan 15 21:29:02 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jan 15 21:36:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ca21470

games-roguelike/stone-soup: drop 0.29.0

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/Manifest|   1 -
 .../stone-soup/stone-soup-0.29.0.ebuild| 225 -
 2 files changed, 226 deletions(-)

diff --git a/games-roguelike/stone-soup/Manifest 
b/games-roguelike/stone-soup/Manifest
index 4c327f7988b4..6935f1e8d89e 100644
--- a/games-roguelike/stone-soup/Manifest
+++ b/games-roguelike/stone-soup/Manifest
@@ -13,4 +13,3 @@ DIST stone_soup-0.25.1.zip 95477710 BLAKE2B 
0b38a6c7cb7c4c87acccb861b5aae665cd2b
 DIST stone_soup-0.26.1.zip 95585384 BLAKE2B 
6d1cb99fc44e918cad4144608f259e67a26df444b93c8501590ff209e8856fd08c514d4c8c78cb0848d8e6127cdf4360b47d21ced5d919da982421934b46102d
 SHA512 
637f1a07e9f35e18eda10c17dc28449364c56aee8456497e30552acb55608a9433cff8b64af877049c21cb2a42eb2fcad28f58a7e57a1d835eb8c252e580205d
 DIST stone_soup-0.27.1.zip 96934633 BLAKE2B 
8821920a4faad9474f08a34ae3c272cb9dcd3ddeb9029e033c22eb8e6650ef20bbc30e0c0ca1556d08c1b7b898fdbdd3667a3ac9a8527e0c322cd8c78ab391bb
 SHA512 
845dafc9895ada3712903de63b95cca9eeb66160e4a04ba21193d916447fca8e7248b851f1e938f43b8d3937cf4f4437443bdc4fe2da893fe3918fed4e0b5204
 DIST stone_soup-0.28.0.zip 98876317 BLAKE2B 
10f554ea004778b6a2537caa2f994c8e7b12e190ddaaf55f9fb5d2499b91ee6d15d63a9d50167528c1625058bc262c5cba8ba08235fc377e83329ba5f80158be
 SHA512 
7316175ccf6efea376a8a9157f9c4d1786f59c544af39e5ff28a9fcd889e23ef58c2a3680df46807c84b2ce0feb347e661c929195e8affb3d3f98c24832b17e0
-DIST stone_soup-0.29.0.zip 100424389 BLAKE2B 
8b8b72a01519984dad1ee7915572e65d7578e5163a9eaf3ce5d6c1a31196b369d9417fdc255a48951f2e23c732f50e934e5edab5cb2f82e7582dcf86d7712254
 SHA512 
a84c8bcd6d4d50a74144068462b3b4c14d3ce40e7cf857b31516617273ee4ad2330f6591c671862c9b69a6f4812ee6e8bebee1cc9117f3570b40f0d5bec4c074

diff --git a/games-roguelike/stone-soup/stone-soup-0.29.0.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.29.0.ebuild
deleted file mode 100644
index 5e98debbd3fa..
--- a/games-roguelike/stone-soup/stone-soup-0.29.0.ebuild
+++ /dev/null
@@ -1,225 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LUA_COMPAT=( lua5-1 )
-LUA_REQ_USE="deprecated"
-PYTHON_COMPAT=( python3_{9,10,11} )
-VIRTUALX_REQUIRED="manual"
-inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs
-
-DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting 
in dungeons"
-HOMEPAGE="https://crawl.develz.org;
-SLOT="0.29"
-
-# Leave empty string if not a _pre release
-COMMITSHA=""
-if [ -z "${COMMITSHA}" ]; then
-   # This is a proper release
-   SRC_URI="
-   
https://github.com/crawl/crawl/releases/download/${PV}/${PN/-/_}-${PV}.zip
-   https://dev.gentoo.org/~stasibear/distfiles/${PN}.png -> 
${PN}-${SLOT}.png
-   https://dev.gentoo.org/~stasibear/distfiles/${PN}.svg -> 
${PN}-${SLOT}.svg
-   "
-   MY_P="stone_soup-${PV}"
-else
-   # This is a _pre release
-   SRC_URI="
-   https://github.com/crawl/crawl/archive/${COMMITSHA}.tar.gz -> 
${P}.tar.gz
-   https://dev.gentoo.org/~stasibear/distfiles/${PN}.png -> 
${PN}-${SLOT}.png
-   https://dev.gentoo.org/~stasibear/distfiles/${PN}.svg -> 
${PN}-${SLOT}.svg
-   "
-   MY_P="crawl-${COMMITSHA}/crawl-ref"
-fi
-
-# 3-clause BSD: mt19937ar.cc, MSVC/stdint.h
-# 2-clause BSD: all contributions by Steve Noonan and Jesse Luehrs
-# Public Domain|CC0: most of tiles
-# MIT: json.cc/json.h, some .js files in webserver/static/scripts/contrib/
-LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT"
-KEYWORDS="amd64 x86"
-IUSE="advpng debug ncurses sound test +tiles"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-
-S=${WORKDIR}/${MY_P}/source
-RDEPEND="
-   ${LUA_DEPS}
-   dev-db/sqlite:3
-   sys-libs/zlib
-   !ncurses? ( !tiles? ( sys-libs/ncurses:0 ) )
-   ncurses? ( sys-libs/ncurses:0 )
-   tiles? (
-   media-fonts/dejavu
-   media-libs/freetype:2
-   media-libs/libpng:0
-   sound? (
-  media-libs/libsdl2[X,opengl,sound,video]
-  media-libs/sdl2-mixer
-   )
-   !sound? ( media-libs/libsdl2[X,opengl,video] )
-   media-libs/sdl2-image[png]
-   virtual/glu
-   virtual/opengl
-   )"
-DEPEND="${RDEPEND}
-   test? ( &qu

[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2023-01-15 Thread Erik Mackdanz
commit: fc9df50fb7be2e571b76079757546c5c29ae9c16
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Jan 15 21:35:11 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jan 15 21:36:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9df50f

games-roguelike/stone-soup: explain why so many slots are maintained

Closes: https://bugs.gentoo.org/878535
Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild | 11 +++
 games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild   | 11 +++
 games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild   | 11 +++
 games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild   | 11 +++
 games-roguelike/stone-soup/stone-soup-0.29.1.ebuild  | 11 +++
 5 files changed, 55 insertions(+)

diff --git a/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild
index cd2d967e423b..bb46296e7328 100644
--- a/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild
@@ -1,6 +1,17 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# There are many slots for this package because people in the community
+# like to play old versions.  Every release includes content changes
+# where species/spells/monsters are added or removed.  The public
+# servers (e.g. http://crawl.akrasiac.org:8080) usually support playing
+# versions back to 0.11.
+
+# It's not necessary for Gentoo to support these old version but it's
+# something nice that our distro can offer that others don't.  If the
+# maintenance burden becomes excessive than we can revisit that
+# position.
+
 EAPI=8
 
 LUA_COMPAT=( lua5-1 )

diff --git a/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild
index 76e44f85900a..4108daba0ebf 100644
--- a/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild
@@ -1,6 +1,17 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# There are many slots for this package because people in the community
+# like to play old versions.  Every release includes content changes
+# where species/spells/monsters are added or removed.  The public
+# servers (e.g. http://crawl.akrasiac.org:8080) usually support playing
+# versions back to 0.11.
+
+# It's not necessary for Gentoo to support these old version but it's
+# something nice that our distro can offer that others don't.  If the
+# maintenance burden becomes excessive than we can revisit that
+# position.
+
 EAPI=8
 
 LUA_COMPAT=( lua5-1 )

diff --git a/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild
index 60968ed55f17..96b13258933b 100644
--- a/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild
@@ -1,6 +1,17 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# There are many slots for this package because people in the community
+# like to play old versions.  Every release includes content changes
+# where species/spells/monsters are added or removed.  The public
+# servers (e.g. http://crawl.akrasiac.org:8080) usually support playing
+# versions back to 0.11.
+
+# It's not necessary for Gentoo to support these old version but it's
+# something nice that our distro can offer that others don't.  If the
+# maintenance burden becomes excessive than we can revisit that
+# position.
+
 EAPI=8
 
 LUA_COMPAT=( lua5-1 )

diff --git a/games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild
index 86c062d4a981..138d4f637a0f 100644
--- a/games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild
@@ -1,6 +1,17 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# There are many slots for this package because people in the community
+# like to play old versions.  Every release includes content changes
+# where species/spells/monsters are added or removed.  The public
+# servers (e.g. http://crawl.akrasiac.org:8080) usually support playing
+# versions back to 0.11.
+
+# It's not necessary for Gentoo to support these old version but it's
+# something nice that our distro can offer that others don't.  If the
+# maintenance burden becomes excessive than we can revisit that
+# position.
+
 EAPI=8
 
 LUA_COMPAT=( lua5-1 )

diff --git a/games-roguelike/stone-soup/stone-soup-0.29.1.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.29.1.ebuild
index 95f813f887ab..16d449839711 100644
--- a/games-roguelike/stone-soup/stone-so

[gentoo-commits] repo/gentoo:master commit in: net-libs/libnpupnp/

2023-01-15 Thread Erik Mackdanz
commit: 3552ad063b49d0dfa19ae5718f2bd53543a8c4b7
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Jan 14 16:11:45 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jan 15 21:24:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3552ad06

net-libs/libnpupnp: drop 4.2.2

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libnpupnp/Manifest   |  1 -
 net-libs/libnpupnp/libnpupnp-4.2.2.ebuild | 48 ---
 2 files changed, 49 deletions(-)

diff --git a/net-libs/libnpupnp/Manifest b/net-libs/libnpupnp/Manifest
index 205b83e634be..a1548b43c5a1 100644
--- a/net-libs/libnpupnp/Manifest
+++ b/net-libs/libnpupnp/Manifest
@@ -1,2 +1 @@
-DIST libnpupnp-4.2.2.tar.gz 544198 BLAKE2B 
450b3bf3f3ef2027bf50ad339c74b20dc4f075aac5c1b2419954bd558f114ca1dd973f5c14962b046cd6e57a0256586070aab7639b7da080452406d8a0fd24bc
 SHA512 
22262e3dcb42f8c5ceb3df6296682ba993c4f86a810aaa63c7a6b5ec277c525d3d666a58840fb40833096e4f69916d309ca549bf67a137f200a236b1f71ec1f8
 DIST libnpupnp-5.0.0.tar.gz 545368 BLAKE2B 
a0b83186df66ff5608a7d579d3653028497ce92536ea85abc03c73134046c4f55ad31fb849c7231cf7842a424e4f408747f7da3769aae441499fd7ec7ae2544f
 SHA512 
325be49f64d901e67aaf3893ac91f21523e81b1810c717f70a40486dde65080620ffa38f622ec785475b181f84a6d51fad89a86e709a9bd5554f278b90ae92f9

diff --git a/net-libs/libnpupnp/libnpupnp-4.2.2.ebuild 
b/net-libs/libnpupnp/libnpupnp-4.2.2.ebuild
deleted file mode 100644
index 19af384d8482..
--- a/net-libs/libnpupnp/libnpupnp-4.2.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="A C++ base UPnP library, derived from Portable UPnP, a.k.a 
libupnp"
-HOMEPAGE="https://framagit.org/medoc92/npupnp;
-SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-libs/expat
-   net-libs/libmicrohttpd
-   net-misc/curl
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --enable-client \
-   --enable-debug \
-   --enable-device \
-   --enable-gena \
-   --enable-ipv6 \
-   --enable-optssdp \
-   --enable-reuseaddr \
-   --enable-soap \
-   --enable-ssdp \
-   --enable-tools \
-   --enable-webserver
-}
-
-src_install() {
-   default
-
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/

2023-01-15 Thread Erik Mackdanz
commit: 5805c624a5396982518f57705eb21f0f609033f5
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Jan 14 16:16:47 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jan 15 21:24:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5805c624

net-libs/libupnpp: stabilize 0.22.2 for amd64, x86

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libupnpp/libupnpp-0.22.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libupnpp/libupnpp-0.22.2.ebuild 
b/net-libs/libupnpp/libupnpp-0.22.2.ebuild
index 1027290bd71a..ec0227f9ec2d 100644
--- a/net-libs/libupnpp/libupnpp-0.22.2.ebuild
+++ b/net-libs/libupnpp/libupnpp-0.22.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,7 +8,7 @@ 
SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
dev-libs/expat



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/

2023-01-15 Thread Erik Mackdanz
commit: 1587a5eff30eb86bbe9e0b06d50a0eaf994a5c3a
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Jan 14 16:25:51 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jan 15 21:25:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1587a5ef

net-libs/libupnpp: add 0.22.4

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libupnpp/Manifest   |  1 +
 net-libs/libupnpp/libupnpp-0.22.4.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index e23eb089d079..a9e071f6646d 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1 +1,2 @@
 DIST libupnpp-0.22.2.tar.gz 479341 BLAKE2B 
5dbfa76614bb1aca1d8a3f03019ed6a95de3640a86f4ca0f3736d15fee7ccb54d454b0cb08f9595789b7478a8238410adabfdaea3a39f131094b9485a0faa701
 SHA512 
670f9639a4068013e1cd5cc6610e9bf38c6ab0d854079c3344525a4c5e553088a1dc49354ca8e8d8fb487fc2c0a724f1cf3a99bf6b6f47d6a281f3a8e9e4
+DIST libupnpp-0.22.4.tar.gz 481758 BLAKE2B 
41da0dc744e0cddd2d322de297a87c50d975871dcc2b3c22e0381e044ea40787834442161c9bae8c2c3c89226aff7a264e172dedf3c107a8945308f915971785
 SHA512 
ab97a8a5903e43a138b59c9f5805b85fee07da8e73a1b205c5e57688334f3719f84b3483e6bdde461d9b201f064c4afba0f319989627939e6c9f9d6acef84f31

diff --git a/net-libs/libupnpp/libupnpp-0.22.4.ebuild 
b/net-libs/libupnpp/libupnpp-0.22.4.ebuild
new file mode 100644
index ..b05822c3f097
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.22.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli 
and upplay"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli;
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-libs/expat
+   net-libs/libnpupnp
+   net-misc/curl
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   default_src_install
+   find "${ED}" -name '*.la' -delete || die "Couldn't delete .la files"
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/

2023-01-15 Thread Erik Mackdanz
commit: 040c5bc48f1eaaf1a4d35c1029322c11d9e3d8cf
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Jan 14 16:17:37 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jan 15 21:24:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040c5bc4

net-libs/libupnpp: drop 0.21.0

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libupnpp/Manifest   |  1 -
 net-libs/libupnpp/libupnpp-0.21.0.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 408ccbfdfa8d..e23eb089d079 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1,2 +1 @@
-DIST libupnpp-0.21.0.tar.gz 478894 BLAKE2B 
093803ff0a4a0b76272f44e470df69169053c66ae27a42b483623b50d0c2bffa61f51e0ca9a82b4fc759492640c68d0eae90cdc46a1e6e6f38f7655190e4101b
 SHA512 
1032ef83e6880c1e4ae4903f6e175640b1d3da7090bfb04bf480f70d58436ef89e6a43886c86dcda2c4aab8370cbd0d5260601ac359a3dded0688ac2748d30fd
 DIST libupnpp-0.22.2.tar.gz 479341 BLAKE2B 
5dbfa76614bb1aca1d8a3f03019ed6a95de3640a86f4ca0f3736d15fee7ccb54d454b0cb08f9595789b7478a8238410adabfdaea3a39f131094b9485a0faa701
 SHA512 
670f9639a4068013e1cd5cc6610e9bf38c6ab0d854079c3344525a4c5e553088a1dc49354ca8e8d8fb487fc2c0a724f1cf3a99bf6b6f47d6a281f3a8e9e4

diff --git a/net-libs/libupnpp/libupnpp-0.21.0.ebuild 
b/net-libs/libupnpp/libupnpp-0.21.0.ebuild
deleted file mode 100644
index 1e34570c792d..
--- a/net-libs/libupnpp/libupnpp-0.21.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli 
and upplay"
-HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli;
-SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="
-   dev-libs/expat
-   net-libs/libnpupnp
-   net-misc/curl
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   default_src_install
-   find "${ED}" -name '*.la' -delete || die "Couldn't delete .la files"
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/

2023-01-15 Thread Erik Mackdanz
commit: 27f2b3f3ab74f1b038a1d1e4b8a91c4d22a2e7b4
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Jan 15 21:15:35 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jan 15 21:25:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27f2b3f3

media-sound/upmpdcli: stabilize 1.5.20 for amd64, x86

Signed-off-by: Erik Mackdanz  gentoo.org>

 media-sound/upmpdcli/upmpdcli-1.5.20.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/upmpdcli/upmpdcli-1.5.20.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.5.20.ebuild
index 68874e5bd6ed..a73fac04902e 100644
--- a/media-sound/upmpdcli/upmpdcli-1.5.20.ebuild
+++ b/media-sound/upmpdcli/upmpdcli-1.5.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ LICENSE="GPL-2"
 
 SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="thirdparty"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/

2023-01-15 Thread Erik Mackdanz
commit: e1f8dcf28abf68b83bbda12873ce3cee37ec3207
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Jan 15 21:23:17 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jan 15 21:25:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f8dcf2

media-sound/upmpdcli: add 1.6.3

Signed-off-by: Erik Mackdanz  gentoo.org>

 media-sound/upmpdcli/Manifest  |  1 +
 media-sound/upmpdcli/upmpdcli-1.6.3.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
index 7caf760327b8..8e215e59b184 100644
--- a/media-sound/upmpdcli/Manifest
+++ b/media-sound/upmpdcli/Manifest
@@ -1 +1,2 @@
 DIST upmpdcli-1.5.20.tar.gz 595015 BLAKE2B 
5c679e00557b70e64015d6e0ab7b32147d26ac281b57b6a416f28bdf1f02f8b7b7aac3e9b521c511325f2ed9518d45077c9a7a0415ef145aaa60722143a07481
 SHA512 
ce852f7b99903761bfd30af8788603d4af80b78a4b6507e5c4ef55c9da42be4124af855fa890d10087f6aa1f7c5b5eb8cf1727ca6ead45ca090060b032260fc2
+DIST upmpdcli-1.6.3.tar.gz 598611 BLAKE2B 
bd4a3cf2fd54be48326d0588af5e334a4258e88f16d18f5706a8991d7677f06ded110ffe90ce6c1f02c3b265d3f046b74cb3ffd7c346b15a99e8abf88b70893c
 SHA512 
1a33c0fca54f3291861e0228fd821f42fea0d92a496035e620103dbce1e06143946423b8951e3394654ebb365a93ca325714bd0aaf13ed3de7d7f8f4a7cf

diff --git a/media-sound/upmpdcli/upmpdcli-1.6.3.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.6.3.ebuild
new file mode 100644
index ..a73fac04902e
--- /dev/null
+++ b/media-sound/upmpdcli/upmpdcli-1.6.3.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html;
+LICENSE="GPL-2"
+
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="thirdparty"
+
+DEPEND="
+   dev-libs/jsoncpp
+   media-libs/libmpdclient
+   net-libs/libmicrohttpd
+   net-libs/libupnpp
+"
+RDEPEND="
+   ${DEPEND}
+   acct-group/upmpdcli
+   acct-user/upmpdcli
+   app-misc/recoll
+   thirdparty? ( dev-python/requests )
+"
+
+src_configure() {
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var/lib \
+   --disable-dependency-tracking \
+   --disable-silent-rules \
+   "--docdir=/usr/share/doc/${P}" \
+   "--htmldir=/usr/share/doc/${P}/html" \
+   --libdir=/usr/lib64 \
+   || die "Configure failed"
+
+}
+
+src_install() {
+   default
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
+   systemd_dounit systemd/upmpdcli.service
+}
+
+pkg_postinst() {
+   einfo
+   einfo "This package no longer assumes that upmpdcli is driving an"
+   einfo "mpd instance on the same host (https://bugs.gentoo.org/670130)."
+   einfo "Probably it is though, so be sure your mpd is built with"
+   einfo "USE=curl."
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnpupnp/

2023-01-15 Thread Erik Mackdanz
commit: 5ba39ba73ba38203050218b3436c8800c490de2c
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Jan 14 16:10:24 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jan 15 21:24:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba39ba7

net-libs/libnpupnp: stabilize 5.0.0 for amd64, x86

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libnpupnp/libnpupnp-5.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libnpupnp/libnpupnp-5.0.0.ebuild 
b/net-libs/libnpupnp/libnpupnp-5.0.0.ebuild
index e43e9d04e31f..f1e07f46c8cb 100644
--- a/net-libs/libnpupnp/libnpupnp-5.0.0.ebuild
+++ b/net-libs/libnpupnp/libnpupnp-5.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-libs/expat



[gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/

2023-01-15 Thread Erik Mackdanz
commit: 731bb3427a027b9becb33845ea2633dfc942d6d8
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Jan 15 21:16:53 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jan 15 21:25:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=731bb342

media-sound/upmpdcli: drop 1.5.19

Signed-off-by: Erik Mackdanz  gentoo.org>

 media-sound/upmpdcli/Manifest   |  1 -
 media-sound/upmpdcli/upmpdcli-1.5.19.ebuild | 59 -
 2 files changed, 60 deletions(-)

diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
index 003705a31f5d..7caf760327b8 100644
--- a/media-sound/upmpdcli/Manifest
+++ b/media-sound/upmpdcli/Manifest
@@ -1,2 +1 @@
-DIST upmpdcli-1.5.19.tar.gz 586888 BLAKE2B 
1784d41dd09b8bee93e9bd8c650480f48cee8324a0cae85068bb628cb748b223f20a37608369b085c154327569203421d476ad5e6bc1a044fa5d5ad920e2a768
 SHA512 
517fae799e0d400268f968ea7983b1cb7e22759ad7a0b9fe194a5bbfbb2db16ea26a233cb1784fae6d7e3b8f28ff3443a8f8ab3e447719d05e48be36b49ded08
 DIST upmpdcli-1.5.20.tar.gz 595015 BLAKE2B 
5c679e00557b70e64015d6e0ab7b32147d26ac281b57b6a416f28bdf1f02f8b7b7aac3e9b521c511325f2ed9518d45077c9a7a0415ef145aaa60722143a07481
 SHA512 
ce852f7b99903761bfd30af8788603d4af80b78a4b6507e5c4ef55c9da42be4124af855fa890d10087f6aa1f7c5b5eb8cf1727ca6ead45ca090060b032260fc2

diff --git a/media-sound/upmpdcli/upmpdcli-1.5.19.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.5.19.ebuild
deleted file mode 100644
index c7e369caaab6..
--- a/media-sound/upmpdcli/upmpdcli-1.5.19.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
-HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html;
-LICENSE="GPL-2"
-
-SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="thirdparty"
-
-DEPEND="
-   dev-libs/jsoncpp
-   media-libs/libmpdclient
-   net-libs/libmicrohttpd
-   net-libs/libupnpp
-"
-RDEPEND="
-   ${DEPEND}
-   acct-group/upmpdcli
-   acct-user/upmpdcli
-   app-misc/recoll
-   thirdparty? ( dev-python/requests )
-"
-
-src_configure() {
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var/lib \
-   --disable-dependency-tracking \
-   --disable-silent-rules \
-   "--docdir=/usr/share/doc/${P}" \
-   "--htmldir=/usr/share/doc/${P}/html" \
-   --libdir=/usr/lib64 \
-   || die "Configure failed"
-
-}
-
-src_install() {
-   default
-   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
-   systemd_dounit systemd/upmpdcli.service
-}
-
-pkg_postinst() {
-   einfo
-   einfo "This package no longer assumes that upmpdcli is driving an"
-   einfo "mpd instance on the same host (https://bugs.gentoo.org/670130)."
-   einfo "Probably it is though, so be sure your mpd is built with"
-   einfo "USE=curl."
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/cheetah3/

2023-03-19 Thread Erik Mackdanz
commit: dcd0897771b8363c84db5d06b99239e2bace7224
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Mar 19 13:44:21 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Mar 19 13:44:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcd08977

dev-python/cheetah3: keyword 3.2.6_p2 for ~ppc64

Signed-off-by: Erik Mackdanz  gentoo.org>

 dev-python/cheetah3/cheetah3-3.2.6_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cheetah3/cheetah3-3.2.6_p2.ebuild 
b/dev-python/cheetah3/cheetah3-3.2.6_p2.ebuild
index d40d485e41b3..609d7d6073f4 100644
--- a/dev-python/cheetah3/cheetah3-3.2.6_p2.ebuild
+++ b/dev-python/cheetah3/cheetah3-3.2.6_p2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ~loong ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv x86"
 SLOT="0"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-office/ledger/

2023-03-19 Thread Erik Mackdanz
commit: 3943c71614d59a0687c04f14d8ea17139bf37fb2
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Mar 19 13:48:55 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Mar 19 13:49:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3943c716

app-office/ledger: keyword 3.3.1 for ~ppc64

Signed-off-by: Erik Mackdanz  gentoo.org>
Closes: https://bugs.gentoo.org/881185

 app-office/ledger/ledger-3.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/ledger/ledger-3.3.1.ebuild 
b/app-office/ledger/ledger-3.3.1.ebuild
index 833204a40ea1..d0356531b28f 100644
--- a/app-office/ledger/ledger-3.3.1.ebuild
+++ b/app-office/ledger/ledger-3.3.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="debug doc python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/

2023-03-05 Thread Erik Mackdanz
commit: d08091dca464d7d716d3e94be4f74bd53cf4433d
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Mar  5 15:21:26 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Mar  5 15:22:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d08091dc

net-libs/libupnpp: stabilize 0.22.4 for amd64, x86

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libupnpp/libupnpp-0.22.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libupnpp/libupnpp-0.22.4.ebuild 
b/net-libs/libupnpp/libupnpp-0.22.4.ebuild
index b05822c3f097..ec0227f9ec2d 100644
--- a/net-libs/libupnpp/libupnpp-0.22.4.ebuild
+++ b/net-libs/libupnpp/libupnpp-0.22.4.ebuild
@@ -8,7 +8,7 @@ 
SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
dev-libs/expat



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/

2023-03-05 Thread Erik Mackdanz
commit: dc974bd5bf88ce4c60fcd79822ac5f0a3ca7c645
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Mar  5 15:22:22 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Mar  5 15:22:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc974bd5

net-libs/libupnpp: drop 0.22.2

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libupnpp/Manifest   |  1 -
 net-libs/libupnpp/libupnpp-0.22.2.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index a9e071f6646d..e00029229391 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1,2 +1 @@
-DIST libupnpp-0.22.2.tar.gz 479341 BLAKE2B 
5dbfa76614bb1aca1d8a3f03019ed6a95de3640a86f4ca0f3736d15fee7ccb54d454b0cb08f9595789b7478a8238410adabfdaea3a39f131094b9485a0faa701
 SHA512 
670f9639a4068013e1cd5cc6610e9bf38c6ab0d854079c3344525a4c5e553088a1dc49354ca8e8d8fb487fc2c0a724f1cf3a99bf6b6f47d6a281f3a8e9e4
 DIST libupnpp-0.22.4.tar.gz 481758 BLAKE2B 
41da0dc744e0cddd2d322de297a87c50d975871dcc2b3c22e0381e044ea40787834442161c9bae8c2c3c89226aff7a264e172dedf3c107a8945308f915971785
 SHA512 
ab97a8a5903e43a138b59c9f5805b85fee07da8e73a1b205c5e57688334f3719f84b3483e6bdde461d9b201f064c4afba0f319989627939e6c9f9d6acef84f31

diff --git a/net-libs/libupnpp/libupnpp-0.22.2.ebuild 
b/net-libs/libupnpp/libupnpp-0.22.2.ebuild
deleted file mode 100644
index ec0227f9ec2d..
--- a/net-libs/libupnpp/libupnpp-0.22.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli 
and upplay"
-HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli;
-SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="
-   dev-libs/expat
-   net-libs/libnpupnp
-   net-misc/curl
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   default_src_install
-   find "${ED}" -name '*.la' -delete || die "Couldn't delete .la files"
-}



[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2023-03-05 Thread Erik Mackdanz
commit: 4195e0f3924bbc740034e8325373b63150f45b73
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Mar  5 15:19:08 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Mar  5 15:22:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4195e0f3

games-roguelike/stone-soup: stabilize 0.30.0_pre20230129 for amd64, x86

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/stone-soup-0.30.0_pre20230129.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-roguelike/stone-soup/stone-soup-0.30.0_pre20230129.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.30.0_pre20230129.ebuild
index 7d2e05402a44..61ab7b0bd76c 100644
--- a/games-roguelike/stone-soup/stone-soup-0.30.0_pre20230129.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.30.0_pre20230129.ebuild
@@ -51,7 +51,7 @@ SRC_URI="
 # Public Domain|CC0: most of tiles
 # MIT: json.cc/json.h, some .js files in webserver/static/scripts/contrib/
 LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="advpng debug ncurses sound test +tiles"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="${LUA_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnpupnp/

2023-03-01 Thread Erik Mackdanz
commit: 2bcab0a8fb658631cf4a2cb39d655231b992db64
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Thu Mar  2 06:14:16 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Thu Mar  2 06:14:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bcab0a8

net-libs/libnpupnp: add 5.0.1

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libnpupnp/Manifest   |  1 +
 net-libs/libnpupnp/libnpupnp-5.0.1.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/net-libs/libnpupnp/Manifest b/net-libs/libnpupnp/Manifest
index a1548b43c5a1..b6f48618090f 100644
--- a/net-libs/libnpupnp/Manifest
+++ b/net-libs/libnpupnp/Manifest
@@ -1 +1,2 @@
 DIST libnpupnp-5.0.0.tar.gz 545368 BLAKE2B 
a0b83186df66ff5608a7d579d3653028497ce92536ea85abc03c73134046c4f55ad31fb849c7231cf7842a424e4f408747f7da3769aae441499fd7ec7ae2544f
 SHA512 
325be49f64d901e67aaf3893ac91f21523e81b1810c717f70a40486dde65080620ffa38f622ec785475b181f84a6d51fad89a86e709a9bd5554f278b90ae92f9
+DIST libnpupnp-5.0.1.tar.gz 553258 BLAKE2B 
141967e60a4776b6470dc55d2b0736e17281c671d7f102aee9553ff48d66833ec0c97d405427161989130f6cac21c90c2663f945e6c69c317de710a08e84627a
 SHA512 
2a8cd7c1f2bd710a9b72d69dde56b2e5094ef1b6282239377f7fd15e0a6d9f85218f5b95ec17dabc678897f2d597cf7bf800890524762488c0e6fcc315a8cef7

diff --git a/net-libs/libnpupnp/libnpupnp-5.0.1.ebuild 
b/net-libs/libnpupnp/libnpupnp-5.0.1.ebuild
new file mode 100644
index ..9990fede9a9f
--- /dev/null
+++ b/net-libs/libnpupnp/libnpupnp-5.0.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="A C++ base UPnP library, derived from Portable UPnP, a.k.a 
libupnp"
+HOMEPAGE="https://framagit.org/medoc92/npupnp;
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/expat
+   net-libs/libmicrohttpd
+   net-misc/curl
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --enable-client \
+   --enable-debug \
+   --enable-device \
+   --enable-gena \
+   --enable-ipv6 \
+   --enable-optssdp \
+   --enable-reuseaddr \
+   --enable-soap \
+   --enable-ssdp \
+   --enable-tools \
+   --enable-webserver
+}
+
+src_install() {
+   default
+
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/ledger/

2023-03-01 Thread Erik Mackdanz
commit: da2555bd4dcd9764a6a2186b4967b7b419cb995f
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Thu Mar  2 06:03:57 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Thu Mar  2 06:04:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2555bd

app-office/ledger: add 3.3.0

Signed-off-by: Erik Mackdanz  gentoo.org>

 app-office/ledger/Manifest|   1 +
 app-office/ledger/ledger-3.3.0.ebuild | 113 ++
 2 files changed, 114 insertions(+)

diff --git a/app-office/ledger/Manifest b/app-office/ledger/Manifest
index 7a65150ea97c..894a29ed1fa2 100644
--- a/app-office/ledger/Manifest
+++ b/app-office/ledger/Manifest
@@ -1 +1,2 @@
 DIST ledger-3.2.1.tar.gz 790959 BLAKE2B 
a25b08f37c6bcf409fb60e0bcc6e11021515fe17f7eb6f23781bd7a7c16b58ac92d4684e5936901ed87f2f5be4df427bd95fe856f8e7eff1e2609329866de71a
 SHA512 
526c60cee354c9d2ead38cef3b89b349467e41fa3ec0927b51e7246a3352f19f0f81574211f20ba9bac5915590b870b9f9478a103ab661d3d9a10f41c52f4512
+DIST ledger-3.3.0.tar.gz 824584 BLAKE2B 
e5f5c63941025391f1e6431a5237c04c035700c7ea26e7a6b077d32195ad20ad120f001f3d630621ad702fa99491463f7235b8ab2fce6a77d4d815ce16c1be2a
 SHA512 
2de12b46dbc770dd615fbb8a3ad951102fdf63d0de0392361b4e8c1ef001f3f0b76911d92ec5d9ef79d6c486c9969c372f27eddc9f2e227388d4d9b7641f

diff --git a/app-office/ledger/ledger-3.3.0.ebuild 
b/app-office/ledger/ledger-3.3.0.ebuild
new file mode 100644
index ..833204a40ea1
--- /dev/null
+++ b/app-office/ledger/ledger-3.3.0.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9,10,11} )
+CMAKE_REMOVE_MODULES_LIST=( FindPython Support )
+inherit bash-completion-r1 check-reqs cmake python-single-r1
+
+DESCRIPTION="Double-entry accounting system with a command-line reporting 
interface"
+HOMEPAGE="https://www.ledger-cli.org/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+IUSE="debug doc python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RESTRICT="test"
+
+CHECKREQS_MEMORY=8G
+
+RDEPEND="
+   dev-libs/boost:=[python?]
+   dev-libs/gmp:0=
+   dev-libs/mpfr:0=
+   python? (
+   $(python_gen_cond_dep '
+   dev-libs/boost:=[${PYTHON_USEDEP}]
+   dev-python/cheetah3:=[${PYTHON_USEDEP}]
+   ')
+   ${PYTHON_DEPS}
+   )
+"
+DEPEND="${RDEPEND}
+   dev-libs/utfcpp
+   doc? (
+   app-text/texlive[extra]
+   sys-apps/texinfo
+   virtual/texi2dvi
+   )
+"
+
+pkg_pretend() {
+   if use python; then
+   check-reqs_pkg_pretend
+   fi
+}
+
+pkg_setup() {
+   if use python; then
+   check-reqs_pkg_setup
+   python-single-r1_pkg_setup
+   fi
+}
+
+src_prepare() {
+   cmake_src_prepare
+
+   # Want to type "info ledger" not "info ledger3"
+   sed -i -e 's/ledger3/ledger/g' \
+   doc/{CMakeLists.txt,ledger3.texi} test/CheckTexinfo.py \
+   tools/{cleanup.sh,gendocs.sh,prepare-commit-msg,spellcheck.sh} \
+   || die "Failed to update info file name in file contents"
+
+   mv doc/ledger{3,}.texi || die "Failed to rename info file name"
+
+   rm -r lib/utfcpp || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_DOCS="$(usex doc)"
+   -DBUILD_WEB_DOCS="$(usex doc)"
+   -DUSE_PYTHON="$(usex python)"
+   -DCMAKE_INSTALL_DOCDIR="/usr/share/doc/${PF}"
+   -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON
+   -DBUILD_DEBUG="$(usex debug)"
+   -DUTFCPP_PATH="${ESYSROOT}/usr/include/utf8cpp"
+   )
+   if use python; then
+   mycmakeargs+=(
+   -DPython_EXECUTABLE="${PYTHON}"
+   -DPython_INCLUDE_DIR="$(python_get_includedir)"
+   )
+   fi
+
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+
+   use doc && cmake_src_compile doc
+}
+
+src_install() {
+   cmake_src_install
+
+   newbashcomp contrib/${PN}-completion.bash ${PN}
+}
+
+pkg_postinst() {
+   elog
+   elog "Since version 3, vim support is released separately."
+   elog "See https://github.com/ledger/vim-ledger;
+   elog
+   elog "For Emacs mode, emerge app-emacs/ledger-mode"
+}
+
+# rainy day TODO:
+# - IUSE test



[gentoo-commits] repo/gentoo:master commit in: app-office/ledger/

2023-03-01 Thread Erik Mackdanz
commit: ec89a3661182eb65f8869518691e243c9460e023
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Thu Mar  2 05:57:03 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Thu Mar  2 06:03:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec89a366

app-office/ledger: stabilize 3.2.1-r1 for arm, add python 3.11

Signed-off-by: Erik Mackdanz  gentoo.org>
Closes: https://bugs.gentoo.org/show_bug.cgi?id=896610

 app-office/ledger/ledger-3.2.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/ledger/ledger-3.2.1-r1.ebuild 
b/app-office/ledger/ledger-3.2.1-r1.ebuild
index 49587347c778..f69e8b3b7799 100644
--- a/app-office/ledger/ledger-3.2.1-r1.ebuild
+++ b/app-office/ledger/ledger-3.2.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{9,10,11} )
 CMAKE_REMOVE_MODULES_LIST=( FindPython Support )
 inherit bash-completion-r1 check-reqs cmake python-single-r1
 
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~riscv x86"
 IUSE="debug doc python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/

2023-03-01 Thread Erik Mackdanz
commit: 159dc73b50483f5650a7480b860007e8ca3b022c
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Thu Mar  2 06:11:59 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Thu Mar  2 06:12:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=159dc73b

media-sound/upmpdcli: drop 1.7.1

Signed-off-by: Erik Mackdanz  gentoo.org>

 media-sound/upmpdcli/Manifest  |  1 -
 media-sound/upmpdcli/upmpdcli-1.7.1.ebuild | 68 --
 2 files changed, 69 deletions(-)

diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
index dda98e6ab2bc..5cd19636080d 100644
--- a/media-sound/upmpdcli/Manifest
+++ b/media-sound/upmpdcli/Manifest
@@ -1,3 +1,2 @@
 DIST upmpdcli-1.6.3.tar.gz 598611 BLAKE2B 
bd4a3cf2fd54be48326d0588af5e334a4258e88f16d18f5706a8991d7677f06ded110ffe90ce6c1f02c3b265d3f046b74cb3ffd7c346b15a99e8abf88b70893c
 SHA512 
1a33c0fca54f3291861e0228fd821f42fea0d92a496035e620103dbce1e06143946423b8951e3394654ebb365a93ca325714bd0aaf13ed3de7d7f8f4a7cf
-DIST upmpdcli-1.7.1.tar.gz 600772 BLAKE2B 
12a37528d132b925b1fa32fb6189b3174bb8afb4d5e1dac59ef9236b1b6016acd552e353b1d101ebbf204461e800c1e0c8b8afcae1f80ff6b71d47797ea9650d
 SHA512 
ee20d8c9e71b5b17c69375e117dc863a2f0616cf9a3189bd4f1fa006f63c000a3582e545b197e8f1e2748905332cb37247a77ceaff02c4ac0ec3c905d7978146
 DIST upmpdcli-1.7.2.tar.gz 604605 BLAKE2B 
c5b5493d4ef9f13d6311b36927c3a97b77fee01a683d6af30ee317c67cbb3370e4743f8e59936d5e1f0e3961eff14dbb52b15fb5b54cf9d95ce98ad32487df6b
 SHA512 
ab95f04d56925665d644e60532907f943a14dbf4cf760b1149ea071029077809e2d24e58ed41deee26b780d7cc53bad9815f3923c65e682f133d775c0608f0c5

diff --git a/media-sound/upmpdcli/upmpdcli-1.7.1.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.7.1.ebuild
deleted file mode 100644
index d25f68706433..
--- a/media-sound/upmpdcli/upmpdcli-1.7.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools systemd
-
-DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
-HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html;
-LICENSE="GPL-2"
-
-SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="thirdparty"
-
-DEPEND="
-   dev-libs/jsoncpp
-   media-libs/libmpdclient
-   net-libs/libmicrohttpd
-   net-libs/libupnpp
-"
-RDEPEND="
-   ${DEPEND}
-   acct-group/upmpdcli
-   acct-user/upmpdcli
-   app-misc/recoll
-   thirdparty? ( dev-python/requests )
-"
-
-PATCHES=(
-   "${FILESDIR}"/makefile.patch
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var/lib \
-   --disable-dependency-tracking \
-   --disable-silent-rules \
-   "--docdir=/usr/share/doc/${P}" \
-   "--htmldir=/usr/share/doc/${P}/html" \
-   --libdir=/usr/lib64 \
-   || die "Configure failed"
-
-}
-
-src_install() {
-   default
-   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
-   systemd_dounit systemd/upmpdcli.service
-}
-
-pkg_postinst() {
-   einfo
-   einfo "This package no longer assumes that upmpdcli is driving an"
-   einfo "mpd instance on the same host (https://bugs.gentoo.org/670130)."
-   einfo "Probably it is though, so be sure your mpd is built with"
-   einfo "USE=curl."
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/

2023-03-01 Thread Erik Mackdanz
commit: 2613239941e40f709b837fe411dc7b8046ff0a6e
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Thu Mar  2 06:11:31 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Thu Mar  2 06:11:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26132399

media-sound/upmpdcli: add 1.7.2

Signed-off-by: Erik Mackdanz  gentoo.org>

 media-sound/upmpdcli/Manifest  |  1 +
 media-sound/upmpdcli/upmpdcli-1.7.2.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
index 10f5d0c82dc1..dda98e6ab2bc 100644
--- a/media-sound/upmpdcli/Manifest
+++ b/media-sound/upmpdcli/Manifest
@@ -1,2 +1,3 @@
 DIST upmpdcli-1.6.3.tar.gz 598611 BLAKE2B 
bd4a3cf2fd54be48326d0588af5e334a4258e88f16d18f5706a8991d7677f06ded110ffe90ce6c1f02c3b265d3f046b74cb3ffd7c346b15a99e8abf88b70893c
 SHA512 
1a33c0fca54f3291861e0228fd821f42fea0d92a496035e620103dbce1e06143946423b8951e3394654ebb365a93ca325714bd0aaf13ed3de7d7f8f4a7cf
 DIST upmpdcli-1.7.1.tar.gz 600772 BLAKE2B 
12a37528d132b925b1fa32fb6189b3174bb8afb4d5e1dac59ef9236b1b6016acd552e353b1d101ebbf204461e800c1e0c8b8afcae1f80ff6b71d47797ea9650d
 SHA512 
ee20d8c9e71b5b17c69375e117dc863a2f0616cf9a3189bd4f1fa006f63c000a3582e545b197e8f1e2748905332cb37247a77ceaff02c4ac0ec3c905d7978146
+DIST upmpdcli-1.7.2.tar.gz 604605 BLAKE2B 
c5b5493d4ef9f13d6311b36927c3a97b77fee01a683d6af30ee317c67cbb3370e4743f8e59936d5e1f0e3961eff14dbb52b15fb5b54cf9d95ce98ad32487df6b
 SHA512 
ab95f04d56925665d644e60532907f943a14dbf4cf760b1149ea071029077809e2d24e58ed41deee26b780d7cc53bad9815f3923c65e682f133d775c0608f0c5

diff --git a/media-sound/upmpdcli/upmpdcli-1.7.2.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.7.2.ebuild
new file mode 100644
index ..d25f68706433
--- /dev/null
+++ b/media-sound/upmpdcli/upmpdcli-1.7.2.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools systemd
+
+DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html;
+LICENSE="GPL-2"
+
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="thirdparty"
+
+DEPEND="
+   dev-libs/jsoncpp
+   media-libs/libmpdclient
+   net-libs/libmicrohttpd
+   net-libs/libupnpp
+"
+RDEPEND="
+   ${DEPEND}
+   acct-group/upmpdcli
+   acct-user/upmpdcli
+   app-misc/recoll
+   thirdparty? ( dev-python/requests )
+"
+
+PATCHES=(
+   "${FILESDIR}"/makefile.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var/lib \
+   --disable-dependency-tracking \
+   --disable-silent-rules \
+   "--docdir=/usr/share/doc/${P}" \
+   "--htmldir=/usr/share/doc/${P}/html" \
+   --libdir=/usr/lib64 \
+   || die "Configure failed"
+
+}
+
+src_install() {
+   default
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
+   systemd_dounit systemd/upmpdcli.service
+}
+
+pkg_postinst() {
+   einfo
+   einfo "This package no longer assumes that upmpdcli is driving an"
+   einfo "mpd instance on the same host (https://bugs.gentoo.org/670130)."
+   einfo "Probably it is though, so be sure your mpd is built with"
+   einfo "USE=curl."
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Headers-ActionPack/

2023-04-24 Thread Erik Mackdanz
commit: 9a867a58903a45181fa4a4ff86231fd25efea061
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Tue Apr 25 00:31:19 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Tue Apr 25 00:32:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a867a58

dev-perl/HTTP-Headers-ActionPack: add missing test deps

Signed-off-by: Erik Mackdanz  gentoo.org>
Closes: https://bugs.gentoo.org/904077

 .../HTTP-Headers-ActionPack/HTTP-Headers-ActionPack-0.09.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git 
a/dev-perl/HTTP-Headers-ActionPack/HTTP-Headers-ActionPack-0.09.ebuild 
b/dev-perl/HTTP-Headers-ActionPack/HTTP-Headers-ActionPack-0.09.ebuild
index 5c15bfdf3150..07de734db2bc 100644
--- a/dev-perl/HTTP-Headers-ActionPack/HTTP-Headers-ActionPack-0.09.ebuild
+++ b/dev-perl/HTTP-Headers-ActionPack/HTTP-Headers-ActionPack-0.09.ebuild
@@ -11,6 +11,8 @@ DESCRIPTION="HTTP Action, Adventure and Excitement"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
virtual/perl-Carp
@@ -27,4 +29,8 @@ RDEPEND="
 BDEPEND="${RDEPEND}
dev-perl/Module-Build
virtual/perl-ExtUtils-MakeMaker
+   test? (
+   dev-perl/Test-Fatal
+   dev-perl/Test-Warnings
+   )
 "



[gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/

2023-04-24 Thread Erik Mackdanz
commit: b8b72b65cf6e3122f805da736f807694105c66a5
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Tue Apr 25 04:38:33 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Tue Apr 25 04:39:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8b72b65

media-sound/upmpdcli: drop 1.7.7

Signed-off-by: Erik Mackdanz  gentoo.org>

 media-sound/upmpdcli/Manifest  |  1 -
 media-sound/upmpdcli/upmpdcli-1.7.7.ebuild | 68 --
 2 files changed, 69 deletions(-)

diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
index d0ead17664cf..f1bb32f3926d 100644
--- a/media-sound/upmpdcli/Manifest
+++ b/media-sound/upmpdcli/Manifest
@@ -1,3 +1,2 @@
 DIST upmpdcli-1.7.2.tar.gz 604605 BLAKE2B 
c5b5493d4ef9f13d6311b36927c3a97b77fee01a683d6af30ee317c67cbb3370e4743f8e59936d5e1f0e3961eff14dbb52b15fb5b54cf9d95ce98ad32487df6b
 SHA512 
ab95f04d56925665d644e60532907f943a14dbf4cf760b1149ea071029077809e2d24e58ed41deee26b780d7cc53bad9815f3923c65e682f133d775c0608f0c5
-DIST upmpdcli-1.7.7.tar.gz 606480 BLAKE2B 
2be284a864bb93511553a248ec76df7203103d5be3102547208f8b13451292e3254895d112071177bfeef49f9dfe71b6c98a82c7bda1b18f7ecac7526235
 SHA512 
764606805f413643e1432d27f407ab3020d55e6c374210d56708ddd94285e364fdb266739d6f5d406e8f8708669820e4841449aebd2ea966974144ae90bfa38c
 DIST upmpdcli-1.7.9.tar.gz 612647 BLAKE2B 
8234dc1872482eb8d53419b8fe02b5d87e9833eb436089b198a7d18402573d48facfcb42d65847b013d462905cdd556203fbaf91f3947a3b87ceee0b0ebd4edf
 SHA512 
0432d32e96d7f9ae0700030fd5c9d35730e1004a995eaebba2a25e0564627c4fe62d23d7f933c2c0e54d8a70b6378cfde0ed903b7be695d468db8eeb9a33e907

diff --git a/media-sound/upmpdcli/upmpdcli-1.7.7.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.7.7.ebuild
deleted file mode 100644
index d25f68706433..
--- a/media-sound/upmpdcli/upmpdcli-1.7.7.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools systemd
-
-DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
-HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html;
-LICENSE="GPL-2"
-
-SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="thirdparty"
-
-DEPEND="
-   dev-libs/jsoncpp
-   media-libs/libmpdclient
-   net-libs/libmicrohttpd
-   net-libs/libupnpp
-"
-RDEPEND="
-   ${DEPEND}
-   acct-group/upmpdcli
-   acct-user/upmpdcli
-   app-misc/recoll
-   thirdparty? ( dev-python/requests )
-"
-
-PATCHES=(
-   "${FILESDIR}"/makefile.patch
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var/lib \
-   --disable-dependency-tracking \
-   --disable-silent-rules \
-   "--docdir=/usr/share/doc/${P}" \
-   "--htmldir=/usr/share/doc/${P}/html" \
-   --libdir=/usr/lib64 \
-   || die "Configure failed"
-
-}
-
-src_install() {
-   default
-   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
-   systemd_dounit systemd/upmpdcli.service
-}
-
-pkg_postinst() {
-   einfo
-   einfo "This package no longer assumes that upmpdcli is driving an"
-   einfo "mpd instance on the same host (https://bugs.gentoo.org/670130)."
-   einfo "Probably it is though, so be sure your mpd is built with"
-   einfo "USE=curl."
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/

2023-04-24 Thread Erik Mackdanz
commit: 3bbd1c9440871988c170111d84e793d573bd33f8
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Tue Apr 25 04:37:26 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Tue Apr 25 04:39:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bbd1c94

media-sound/upmpdcli: add 1.7.9

Signed-off-by: Erik Mackdanz  gentoo.org>

 media-sound/upmpdcli/Manifest  |  1 +
 media-sound/upmpdcli/upmpdcli-1.7.9.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
index 177607f5f8aa..d0ead17664cf 100644
--- a/media-sound/upmpdcli/Manifest
+++ b/media-sound/upmpdcli/Manifest
@@ -1,2 +1,3 @@
 DIST upmpdcli-1.7.2.tar.gz 604605 BLAKE2B 
c5b5493d4ef9f13d6311b36927c3a97b77fee01a683d6af30ee317c67cbb3370e4743f8e59936d5e1f0e3961eff14dbb52b15fb5b54cf9d95ce98ad32487df6b
 SHA512 
ab95f04d56925665d644e60532907f943a14dbf4cf760b1149ea071029077809e2d24e58ed41deee26b780d7cc53bad9815f3923c65e682f133d775c0608f0c5
 DIST upmpdcli-1.7.7.tar.gz 606480 BLAKE2B 
2be284a864bb93511553a248ec76df7203103d5be3102547208f8b13451292e3254895d112071177bfeef49f9dfe71b6c98a82c7bda1b18f7ecac7526235
 SHA512 
764606805f413643e1432d27f407ab3020d55e6c374210d56708ddd94285e364fdb266739d6f5d406e8f8708669820e4841449aebd2ea966974144ae90bfa38c
+DIST upmpdcli-1.7.9.tar.gz 612647 BLAKE2B 
8234dc1872482eb8d53419b8fe02b5d87e9833eb436089b198a7d18402573d48facfcb42d65847b013d462905cdd556203fbaf91f3947a3b87ceee0b0ebd4edf
 SHA512 
0432d32e96d7f9ae0700030fd5c9d35730e1004a995eaebba2a25e0564627c4fe62d23d7f933c2c0e54d8a70b6378cfde0ed903b7be695d468db8eeb9a33e907

diff --git a/media-sound/upmpdcli/upmpdcli-1.7.9.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.7.9.ebuild
new file mode 100644
index ..d25f68706433
--- /dev/null
+++ b/media-sound/upmpdcli/upmpdcli-1.7.9.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools systemd
+
+DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html;
+LICENSE="GPL-2"
+
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="thirdparty"
+
+DEPEND="
+   dev-libs/jsoncpp
+   media-libs/libmpdclient
+   net-libs/libmicrohttpd
+   net-libs/libupnpp
+"
+RDEPEND="
+   ${DEPEND}
+   acct-group/upmpdcli
+   acct-user/upmpdcli
+   app-misc/recoll
+   thirdparty? ( dev-python/requests )
+"
+
+PATCHES=(
+   "${FILESDIR}"/makefile.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var/lib \
+   --disable-dependency-tracking \
+   --disable-silent-rules \
+   "--docdir=/usr/share/doc/${P}" \
+   "--htmldir=/usr/share/doc/${P}/html" \
+   --libdir=/usr/lib64 \
+   || die "Configure failed"
+
+}
+
+src_install() {
+   default
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
+   systemd_dounit systemd/upmpdcli.service
+}
+
+pkg_postinst() {
+   einfo
+   einfo "This package no longer assumes that upmpdcli is driving an"
+   einfo "mpd instance on the same host (https://bugs.gentoo.org/670130)."
+   einfo "Probably it is though, so be sure your mpd is built with"
+   einfo "USE=curl."
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/

2023-04-24 Thread Erik Mackdanz
commit: 410a79c9a2a7d39dda6fb44f303aa7b77fb9c6bf
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Tue Apr 25 04:28:55 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Tue Apr 25 04:39:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410a79c9

net-libs/libupnpp: add 0.22.5

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libupnpp/Manifest   |  1 +
 net-libs/libupnpp/libupnpp-0.22.5.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index e00029229391..03aa414e682b 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1 +1,2 @@
 DIST libupnpp-0.22.4.tar.gz 481758 BLAKE2B 
41da0dc744e0cddd2d322de297a87c50d975871dcc2b3c22e0381e044ea40787834442161c9bae8c2c3c89226aff7a264e172dedf3c107a8945308f915971785
 SHA512 
ab97a8a5903e43a138b59c9f5805b85fee07da8e73a1b205c5e57688334f3719f84b3483e6bdde461d9b201f064c4afba0f319989627939e6c9f9d6acef84f31
+DIST libupnpp-0.22.5.tar.gz 482678 BLAKE2B 
b4fd760666ffe6d75ca3ae5866eda8627304a0e390145f2fe3f0ab9e168bd2e6a97d596e119aea75fd33fb20525816898f00ab14f78c73e8e673b76a5ddba268
 SHA512 
118347f5c644daf4a044aca441c2636cc5791cee5a33f0fc97e9101e1de0d8bdac2bc85be714343ffcc2c981a02aac59aec920dfcf37d6a24fa9d17215156bc8

diff --git a/net-libs/libupnpp/libupnpp-0.22.5.ebuild 
b/net-libs/libupnpp/libupnpp-0.22.5.ebuild
new file mode 100644
index ..b05822c3f097
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.22.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli 
and upplay"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli;
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-libs/expat
+   net-libs/libnpupnp
+   net-misc/curl
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   default_src_install
+   find "${ED}" -name '*.la' -delete || die "Couldn't delete .la files"
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnpupnp/

2023-04-24 Thread Erik Mackdanz
commit: 681d93ca2b5060d43ed4281f01a51c536b538975
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Tue Apr 25 04:31:39 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Tue Apr 25 04:39:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681d93ca

net-libs/libnpupnp: add 5.0.2

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libnpupnp/Manifest   |  1 +
 net-libs/libnpupnp/libnpupnp-5.0.2.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/net-libs/libnpupnp/Manifest b/net-libs/libnpupnp/Manifest
index 34ffd1075a07..8b64d82369bd 100644
--- a/net-libs/libnpupnp/Manifest
+++ b/net-libs/libnpupnp/Manifest
@@ -1 +1,2 @@
 DIST libnpupnp-5.0.1.tar.gz 553258 BLAKE2B 
141967e60a4776b6470dc55d2b0736e17281c671d7f102aee9553ff48d66833ec0c97d405427161989130f6cac21c90c2663f945e6c69c317de710a08e84627a
 SHA512 
2a8cd7c1f2bd710a9b72d69dde56b2e5094ef1b6282239377f7fd15e0a6d9f85218f5b95ec17dabc678897f2d597cf7bf800890524762488c0e6fcc315a8cef7
+DIST libnpupnp-5.0.2.tar.gz 553436 BLAKE2B 
d285bf2b58c74f2aefd98ffb4a0021d82ac508cf91be0dd02db9125fb2966358ce8e5969f540de8c4e6c4930b5f55e1a55588fcd65010b9e0181aa01d70f0b72
 SHA512 
6beab39649acd9ad3ac71420455bf4449f3c8223abcd84578c0a4a0ec52e5fa8df2c07cfda439ce91bc8c83b3a43b74c36de8765adf4feb11b61ee72936ede4e

diff --git a/net-libs/libnpupnp/libnpupnp-5.0.2.ebuild 
b/net-libs/libnpupnp/libnpupnp-5.0.2.ebuild
new file mode 100644
index ..9990fede9a9f
--- /dev/null
+++ b/net-libs/libnpupnp/libnpupnp-5.0.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="A C++ base UPnP library, derived from Portable UPnP, a.k.a 
libupnp"
+HOMEPAGE="https://framagit.org/medoc92/npupnp;
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/expat
+   net-libs/libmicrohttpd
+   net-misc/curl
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --enable-client \
+   --enable-debug \
+   --enable-device \
+   --enable-gena \
+   --enable-ipv6 \
+   --enable-optssdp \
+   --enable-reuseaddr \
+   --enable-soap \
+   --enable-ssdp \
+   --enable-tools \
+   --enable-webserver
+}
+
+src_install() {
+   default
+
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-FormatExternal/

2023-04-24 Thread Erik Mackdanz
commit: 5ae969bcf357d9c0d7b5ed913ff46e48ccf25907
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Tue Apr 25 03:49:47 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Tue Apr 25 03:51:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae969bc

dev-perl/HTML-FormatExternal: disable some failing test inputs

Signed-off-by: Erik Mackdanz  gentoo.org>
Closes: https://bugs.gentoo.org/904076

 dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild 
b/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild
index 954b212ca422..5d3592da89dc 100644
--- a/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild
+++ b/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild
@@ -23,3 +23,14 @@ BDEPEND="${RDEPEND}
dev-perl/Module-Build
virtual/perl-ExtUtils-MakeMaker
 "
+
+src_prepare() {
+   # remove some test inputs that fail in w3m
+   # https://bugs.gentoo.org/904076
+   sed -i -e 's/-###/-/' t/FormatExternal.t || \
+   die "Couldn't replace -### test input"
+   sed -i -e 's/%57/-/' t/FormatExternal.t || \
+   die "Couldn't replace %57 test input"
+
+   eapply_user
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Web-Machine/

2023-04-23 Thread Erik Mackdanz
commit: 80514c2deac75714aa3ee8cf668d222a79f7a79f
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Apr 23 19:38:21 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Apr 23 19:38:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80514c2d

dev-perl/Web-Machine: add missing test deps

Signed-off-by: Erik Mackdanz  gentoo.org>
Closes: https://bugs.gentoo.org/904075

 dev-perl/Web-Machine/Web-Machine-0.17.ebuild | 9 +
 1 file changed, 9 insertions(+)

diff --git a/dev-perl/Web-Machine/Web-Machine-0.17.ebuild 
b/dev-perl/Web-Machine/Web-Machine-0.17.ebuild
index 885f1a81f71b..a684da4e15d0 100644
--- a/dev-perl/Web-Machine/Web-Machine-0.17.ebuild
+++ b/dev-perl/Web-Machine/Web-Machine-0.17.ebuild
@@ -11,6 +11,8 @@ DESCRIPTION="A Perl port of Webmachine"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
virtual/perl-Carp
@@ -28,4 +30,11 @@ RDEPEND="
 BDEPEND="${RDEPEND}
dev-perl/Module-Build
virtual/perl-ExtUtils-MakeMaker
+   test? (
+   dev-perl/Net-HTTP
+   dev-perl/Path-Class
+   dev-perl/Plack[minimal]
+   dev-perl/Test-FailWarnings
+   dev-perl/Test-Fatal
+   )
 "



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Web-Machine/, dev-perl/HTML-FormatExternal/, dev-perl/Text-WordDiff/, ...

2023-04-23 Thread Erik Mackdanz
commit: 08fe8570de1ef3828ef92129c448a482da026896
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Apr 23 19:36:20 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Apr 23 19:36:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08fe8570

dev-perl/*: add self as maintainer to some new packages

Signed-off-by: Erik Mackdanz  gentoo.org>

 dev-perl/HTML-FormatExternal/metadata.xml | 4 
 dev-perl/HTTP-Headers-ActionPack/metadata.xml | 4 
 dev-perl/MooX-TypeTiny/metadata.xml   | 4 
 dev-perl/Path-Dispatcher/metadata.xml | 4 
 dev-perl/Text-WordDiff/metadata.xml   | 4 
 dev-perl/Web-Machine/metadata.xml | 4 
 6 files changed, 24 insertions(+)

diff --git a/dev-perl/HTML-FormatExternal/metadata.xml 
b/dev-perl/HTML-FormatExternal/metadata.xml
index 917cf9bb0616..df70d8bd7e68 100644
--- a/dev-perl/HTML-FormatExternal/metadata.xml
+++ b/dev-perl/HTML-FormatExternal/metadata.xml
@@ -1,6 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+  
+stasib...@gentoo.org
+Erik Mackdanz
+  
   
 p...@gentoo.org
 Gentoo Perl Project

diff --git a/dev-perl/HTTP-Headers-ActionPack/metadata.xml 
b/dev-perl/HTTP-Headers-ActionPack/metadata.xml
index 00469e964686..c477da3c9424 100644
--- a/dev-perl/HTTP-Headers-ActionPack/metadata.xml
+++ b/dev-perl/HTTP-Headers-ActionPack/metadata.xml
@@ -1,6 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+  
+stasib...@gentoo.org
+    Erik Mackdanz
+  
   
 p...@gentoo.org
 Gentoo Perl Project

diff --git a/dev-perl/MooX-TypeTiny/metadata.xml 
b/dev-perl/MooX-TypeTiny/metadata.xml
index 0d4a43c07db0..1ee318944501 100644
--- a/dev-perl/MooX-TypeTiny/metadata.xml
+++ b/dev-perl/MooX-TypeTiny/metadata.xml
@@ -1,6 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+  
+stasib...@gentoo.org
+Erik Mackdanz
+  
   
 p...@gentoo.org
 Gentoo Perl Project

diff --git a/dev-perl/Path-Dispatcher/metadata.xml 
b/dev-perl/Path-Dispatcher/metadata.xml
index b575f67909f3..a48be3d49117 100644
--- a/dev-perl/Path-Dispatcher/metadata.xml
+++ b/dev-perl/Path-Dispatcher/metadata.xml
@@ -1,6 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+  
+stasib...@gentoo.org
+Erik Mackdanz
+  
   
 p...@gentoo.org
 Gentoo Perl Project

diff --git a/dev-perl/Text-WordDiff/metadata.xml 
b/dev-perl/Text-WordDiff/metadata.xml
index 9c1ff0161184..b4ff0b5fbe32 100644
--- a/dev-perl/Text-WordDiff/metadata.xml
+++ b/dev-perl/Text-WordDiff/metadata.xml
@@ -1,6 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+  
+stasib...@gentoo.org
+Erik Mackdanz
+  
   
 p...@gentoo.org
 Gentoo Perl Project

diff --git a/dev-perl/Web-Machine/metadata.xml 
b/dev-perl/Web-Machine/metadata.xml
index 956dbc38d102..14cec25dde6c 100644
--- a/dev-perl/Web-Machine/metadata.xml
+++ b/dev-perl/Web-Machine/metadata.xml
@@ -1,6 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+  
+    stasib...@gentoo.org
+Erik Mackdanz
+  
   
 p...@gentoo.org
 Gentoo Perl Project



[gentoo-commits] repo/gentoo:master commit in: app-office/ledger/

2023-04-08 Thread Erik Mackdanz
commit: 30429f6a2f4ab2bb5eb367cb1bdc83a9e7aa2f0c
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Apr  8 16:13:50 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sat Apr  8 16:14:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30429f6a

app-office/ledger: stabilize 3.3.1 for amd64, arm, arm64, x86

Signed-off-by: Erik Mackdanz  gentoo.org>

 app-office/ledger/ledger-3.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/ledger/ledger-3.3.1.ebuild 
b/app-office/ledger/ledger-3.3.1.ebuild
index d0356531b28f..c9108199104d 100644
--- a/app-office/ledger/ledger-3.3.1.ebuild
+++ b/app-office/ledger/ledger-3.3.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
 IUSE="debug doc python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: app-office/ledger/

2023-04-08 Thread Erik Mackdanz
commit: c4c9d6af5cf7ba7271b013a6ff59fa231c55c5dc
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Apr  8 16:24:18 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sat Apr  8 16:24:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c9d6af

app-office/ledger: add 3.3.2

Signed-off-by: Erik Mackdanz  gentoo.org>

 app-office/ledger/Manifest|   1 +
 app-office/ledger/ledger-3.3.2.ebuild | 113 ++
 2 files changed, 114 insertions(+)

diff --git a/app-office/ledger/Manifest b/app-office/ledger/Manifest
index a30b13250716..89c5c05f9fdc 100644
--- a/app-office/ledger/Manifest
+++ b/app-office/ledger/Manifest
@@ -1 +1,2 @@
 DIST ledger-3.3.1.tar.gz 825005 BLAKE2B 
72207dd53e8e8a201511cf9ca245c505e953fee4dc88e2be46753f4037be46dbd882ed94327f502622c1a23f332ddf9a94d2dfa60986fd82f192103612da6ca8
 SHA512 
6271f5beb0d0b9f157c06bf701f302b229bea1db5343f9d9239a8723039f248920d545bcc4fbea35646fdbcffb960f7830266b141a58ba88496ed34ee7d770a1
+DIST ledger-3.3.2.tar.gz 825274 BLAKE2B 
ee0901eaba234688cc36e399bd86118269d8691162feacf25e70ffaf28e8d572f47a62fb014126f5dce65c73135f21ad4364a642637a80d2577bf20b657fc9a4
 SHA512 
d5d7058f0e9a02ad1d46e6780675d446070824b321f0f4c1ea6ac0c3dd4f11f259113bc36cbc796e4bb6d0a7898d6a68a25cce639e27a2b2434eec11a612ecb0

diff --git a/app-office/ledger/ledger-3.3.2.ebuild 
b/app-office/ledger/ledger-3.3.2.ebuild
new file mode 100644
index ..d0356531b28f
--- /dev/null
+++ b/app-office/ledger/ledger-3.3.2.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9,10,11} )
+CMAKE_REMOVE_MODULES_LIST=( FindPython Support )
+inherit bash-completion-r1 check-reqs cmake python-single-r1
+
+DESCRIPTION="Double-entry accounting system with a command-line reporting 
interface"
+HOMEPAGE="https://www.ledger-cli.org/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="debug doc python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RESTRICT="test"
+
+CHECKREQS_MEMORY=8G
+
+RDEPEND="
+   dev-libs/boost:=[python?]
+   dev-libs/gmp:0=
+   dev-libs/mpfr:0=
+   python? (
+   $(python_gen_cond_dep '
+   dev-libs/boost:=[${PYTHON_USEDEP}]
+   dev-python/cheetah3:=[${PYTHON_USEDEP}]
+   ')
+   ${PYTHON_DEPS}
+   )
+"
+DEPEND="${RDEPEND}
+   dev-libs/utfcpp
+   doc? (
+   app-text/texlive[extra]
+   sys-apps/texinfo
+   virtual/texi2dvi
+   )
+"
+
+pkg_pretend() {
+   if use python; then
+   check-reqs_pkg_pretend
+   fi
+}
+
+pkg_setup() {
+   if use python; then
+   check-reqs_pkg_setup
+   python-single-r1_pkg_setup
+   fi
+}
+
+src_prepare() {
+   cmake_src_prepare
+
+   # Want to type "info ledger" not "info ledger3"
+   sed -i -e 's/ledger3/ledger/g' \
+   doc/{CMakeLists.txt,ledger3.texi} test/CheckTexinfo.py \
+   tools/{cleanup.sh,gendocs.sh,prepare-commit-msg,spellcheck.sh} \
+   || die "Failed to update info file name in file contents"
+
+   mv doc/ledger{3,}.texi || die "Failed to rename info file name"
+
+   rm -r lib/utfcpp || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_DOCS="$(usex doc)"
+   -DBUILD_WEB_DOCS="$(usex doc)"
+   -DUSE_PYTHON="$(usex python)"
+   -DCMAKE_INSTALL_DOCDIR="/usr/share/doc/${PF}"
+   -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON
+   -DBUILD_DEBUG="$(usex debug)"
+   -DUTFCPP_PATH="${ESYSROOT}/usr/include/utf8cpp"
+   )
+   if use python; then
+   mycmakeargs+=(
+   -DPython_EXECUTABLE="${PYTHON}"
+   -DPython_INCLUDE_DIR="$(python_get_includedir)"
+   )
+   fi
+
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+
+   use doc && cmake_src_compile doc
+}
+
+src_install() {
+   cmake_src_install
+
+   newbashcomp contrib/${PN}-completion.bash ${PN}
+}
+
+pkg_postinst() {
+   elog
+   elog "Since version 3, vim support is released separately."
+   elog "See https://github.com/ledger/vim-ledger;
+   elog
+   elog "For Emacs mode, emerge app-emacs/ledger-mode"
+}
+
+# rainy day TODO:
+# - IUSE test



[gentoo-commits] repo/gentoo:master commit in: app-office/ledger/

2023-04-08 Thread Erik Mackdanz
commit: e72690d728edb658f5586d28583a5336acd2980f
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Apr  8 16:15:29 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sat Apr  8 16:15:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e72690d7

app-office/ledger: drop 3.2.1-r1

Signed-off-by: Erik Mackdanz  gentoo.org>

 app-office/ledger/Manifest   |   1 -
 app-office/ledger/ledger-3.2.1-r1.ebuild | 117 ---
 2 files changed, 118 deletions(-)

diff --git a/app-office/ledger/Manifest b/app-office/ledger/Manifest
index 5f5bdbde34bb..a30b13250716 100644
--- a/app-office/ledger/Manifest
+++ b/app-office/ledger/Manifest
@@ -1,2 +1 @@
-DIST ledger-3.2.1.tar.gz 790959 BLAKE2B 
a25b08f37c6bcf409fb60e0bcc6e11021515fe17f7eb6f23781bd7a7c16b58ac92d4684e5936901ed87f2f5be4df427bd95fe856f8e7eff1e2609329866de71a
 SHA512 
526c60cee354c9d2ead38cef3b89b349467e41fa3ec0927b51e7246a3352f19f0f81574211f20ba9bac5915590b870b9f9478a103ab661d3d9a10f41c52f4512
 DIST ledger-3.3.1.tar.gz 825005 BLAKE2B 
72207dd53e8e8a201511cf9ca245c505e953fee4dc88e2be46753f4037be46dbd882ed94327f502622c1a23f332ddf9a94d2dfa60986fd82f192103612da6ca8
 SHA512 
6271f5beb0d0b9f157c06bf701f302b229bea1db5343f9d9239a8723039f248920d545bcc4fbea35646fdbcffb960f7830266b141a58ba88496ed34ee7d770a1

diff --git a/app-office/ledger/ledger-3.2.1-r1.ebuild 
b/app-office/ledger/ledger-3.2.1-r1.ebuild
deleted file mode 100644
index f69e8b3b7799..
--- a/app-office/ledger/ledger-3.2.1-r1.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9,10,11} )
-CMAKE_REMOVE_MODULES_LIST=( FindPython Support )
-inherit bash-completion-r1 check-reqs cmake python-single-r1
-
-DESCRIPTION="Double-entry accounting system with a command-line reporting 
interface"
-HOMEPAGE="https://www.ledger-cli.org/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~riscv x86"
-IUSE="debug doc python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RESTRICT="test"
-
-CHECKREQS_MEMORY=8G
-
-RDEPEND="
-   dev-libs/boost:=[python?]
-   dev-libs/gmp:0=
-   dev-libs/mpfr:0=
-   python? (
-   $(python_gen_cond_dep '
-   dev-libs/boost:=[python,${PYTHON_USEDEP}]
-   dev-python/cheetah3:=[${PYTHON_USEDEP}]
-   ')
-   ${PYTHON_DEPS}
-   )
-"
-DEPEND="${RDEPEND}
-   dev-libs/utfcpp
-   doc? (
-   dev-texlive/texlive-fontsrecommended
-   sys-apps/texinfo
-   virtual/texi2dvi
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-3.2.1-fix-build-boost-1-76.patch
-)
-
-pkg_pretend() {
-   if use python; then
-   check-reqs_pkg_pretend
-   fi
-}
-
-pkg_setup() {
-   if use python; then
-   check-reqs_pkg_setup
-   python-single-r1_pkg_setup
-   fi
-}
-
-src_prepare() {
-   cmake_src_prepare
-
-   # Want to type "info ledger" not "info ledger3"
-   sed -i -e 's/ledger3/ledger/g' \
-   doc/{CMakeLists.txt,ledger3.texi} test/CheckTexinfo.py \
-   tools/{cleanup.sh,gendocs.sh,prepare-commit-msg,spellcheck.sh} \
-   || die "Failed to update info file name in file contents"
-
-   mv doc/ledger{3,}.texi || die "Failed to rename info file name"
-
-   rm -r lib/utfcpp || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_DOCS="$(usex doc)"
-   -DBUILD_WEB_DOCS="$(usex doc)"
-   -DUSE_PYTHON="$(usex python)"
-   -DCMAKE_INSTALL_DOCDIR="/usr/share/doc/${PF}"
-   -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON
-   -DBUILD_DEBUG="$(usex debug)"
-   -DUTFCPP_PATH="${ESYSROOT}/usr/include/utf8cpp"
-   )
-   if use python; then
-   mycmakeargs+=(
-   -DPython_EXECUTABLE="${PYTHON}"
-   -DPython_INCLUDE_DIR="$(python_get_includedir)"
-   )
-   fi
-
-   cmake_src_configure
-}
-
-src_compile() {
-   cmake_src_compile
-
-   use doc && cmake_src_compile doc
-}
-
-src_install() {
-   cmake_src_install
-
-   newbashcomp contrib/${PN}-completion.bash ${PN}
-}
-
-pkg_postinst() {
-   elog
-   elog "Since version 3, vim support is released separately."
-   elog "See https://github.com/ledger/vim-ledger;
-   elog
-   elog "For Emacs mode, emerge app-emacs/ledger-mode"
-}
-
-# rainy day TODO:
-# - IUSE test



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnpupnp/

2023-04-08 Thread Erik Mackdanz
commit: 53ed9a4db18ce688240f968a6845f9df006870ef
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Apr  8 20:05:07 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sat Apr  8 20:05:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ed9a4d

net-libs/libnpupnp: drop 5.0.0

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libnpupnp/Manifest   |  1 -
 net-libs/libnpupnp/libnpupnp-5.0.0.ebuild | 48 ---
 2 files changed, 49 deletions(-)

diff --git a/net-libs/libnpupnp/Manifest b/net-libs/libnpupnp/Manifest
index b6f48618090f..34ffd1075a07 100644
--- a/net-libs/libnpupnp/Manifest
+++ b/net-libs/libnpupnp/Manifest
@@ -1,2 +1 @@
-DIST libnpupnp-5.0.0.tar.gz 545368 BLAKE2B 
a0b83186df66ff5608a7d579d3653028497ce92536ea85abc03c73134046c4f55ad31fb849c7231cf7842a424e4f408747f7da3769aae441499fd7ec7ae2544f
 SHA512 
325be49f64d901e67aaf3893ac91f21523e81b1810c717f70a40486dde65080620ffa38f622ec785475b181f84a6d51fad89a86e709a9bd5554f278b90ae92f9
 DIST libnpupnp-5.0.1.tar.gz 553258 BLAKE2B 
141967e60a4776b6470dc55d2b0736e17281c671d7f102aee9553ff48d66833ec0c97d405427161989130f6cac21c90c2663f945e6c69c317de710a08e84627a
 SHA512 
2a8cd7c1f2bd710a9b72d69dde56b2e5094ef1b6282239377f7fd15e0a6d9f85218f5b95ec17dabc678897f2d597cf7bf800890524762488c0e6fcc315a8cef7

diff --git a/net-libs/libnpupnp/libnpupnp-5.0.0.ebuild 
b/net-libs/libnpupnp/libnpupnp-5.0.0.ebuild
deleted file mode 100644
index f1e07f46c8cb..
--- a/net-libs/libnpupnp/libnpupnp-5.0.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="A C++ base UPnP library, derived from Portable UPnP, a.k.a 
libupnp"
-HOMEPAGE="https://framagit.org/medoc92/npupnp;
-SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-libs/expat
-   net-libs/libmicrohttpd
-   net-misc/curl
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --enable-client \
-   --enable-debug \
-   --enable-device \
-   --enable-gena \
-   --enable-ipv6 \
-   --enable-optssdp \
-   --enable-reuseaddr \
-   --enable-soap \
-   --enable-ssdp \
-   --enable-tools \
-   --enable-webserver
-}
-
-src_install() {
-   default
-
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnpupnp/

2023-04-08 Thread Erik Mackdanz
commit: 04b51690d65a37ab3ff074275de090d9fb66a4e3
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Apr  8 20:04:14 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sat Apr  8 20:04:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b51690

net-libs/libnpupnp: stabilize 5.0.1 for amd64, x86

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libnpupnp/libnpupnp-5.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnpupnp/libnpupnp-5.0.1.ebuild 
b/net-libs/libnpupnp/libnpupnp-5.0.1.ebuild
index 9990fede9a9f..f1e07f46c8cb 100644
--- a/net-libs/libnpupnp/libnpupnp-5.0.1.ebuild
+++ b/net-libs/libnpupnp/libnpupnp-5.0.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-libs/expat



[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/, games-roguelike/stone-soup/files/

2023-04-08 Thread Erik Mackdanz
commit: 82d4b0dd38996a280b120dd72d3698c4120b1e87
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Apr  9 00:13:26 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Apr  9 00:14:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d4b0dd

games-roguelike/stone-soup: add 0.30.0_pre20230408

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/Manifest|   1 +
 games-roguelike/stone-soup/files/make-v3.patch | 112 ++
 .../stone-soup-0.30.0_pre20230408.ebuild   | 238 +
 3 files changed, 351 insertions(+)

diff --git a/games-roguelike/stone-soup/Manifest 
b/games-roguelike/stone-soup/Manifest
index e44b6493bc06..8774e05af573 100644
--- a/games-roguelike/stone-soup/Manifest
+++ b/games-roguelike/stone-soup/Manifest
@@ -10,6 +10,7 @@ DIST stone-soup-0.29.1.tar.gz 17510846 BLAKE2B 
65b84797c8d8a268a3ce95de9d928e131
 DIST stone-soup-0.29.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
 DIST stone-soup-0.29.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f
 DIST stone-soup-0.30.0_pre20230129.tar.gz 20929296 BLAKE2B 
4ca826d5157c3530c3d7a1f36aa10cc8fbf961a33aca06e2dcd3afc1896e12babdc8e2e33fd937397d72cded0f208422f21757d95ad70171f4938237f6d4f034
 SHA512 
9d27d209eaee58bf33eaf84288e3f48b72bfb701496d8c3ac98f6207ef761d23134270a837194e0f18c9a6e64774949b4668929614db1f9a7334e7abbb5db4ea
+DIST stone-soup-0.30.0_pre20230408.tar.gz 21062127 BLAKE2B 
41a06df2e9298cc5ec6ee1e7180dc93691d6414f959f59fea6f309cec859bd2ee7432680ef1b4af795101f056332ac1ccfde05f3ed67751c81f05fce819bdf34
 SHA512 
bf134484e56c77ed9aeb2300d3d040b4a4c53eabb6bd7b6bb5e1396cb4c290573a4bbdad90fd0553498883e0747cc2e0cfab7505cae092d5504b4a5184765a33
 DIST stone-soup-0.30.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
 DIST stone-soup-0.30.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f
 DIST stone_soup-0.25.1.zip 95477710 BLAKE2B 
0b38a6c7cb7c4c87acccb861b5aae665cd2b6b532f6e86d4a9fa594e0d363b86b4af1ea47275f7fd026ea69d85215be8cdf46258bd620e738b4850e5eceed006
 SHA512 
fa7e8be582c5c6615531884ade4c113542c06c164b6912095c1adf2f16a31cb2ecce057d74132b11b1b1c256a77433037948d4e54819739b7e222cc896cd5220

diff --git a/games-roguelike/stone-soup/files/make-v3.patch 
b/games-roguelike/stone-soup/files/make-v3.patch
new file mode 100644
index ..9d1235e3c604
--- /dev/null
+++ b/games-roguelike/stone-soup/files/make-v3.patch
@@ -0,0 +1,112 @@
+--- a/Makefile 2023-04-08 18:39:09.818483802 -0500
 b/Makefile 2023-04-08 18:44:54.509321177 -0500
+@@ -92,7 +92,7 @@
+ # processes. Not supported for MSYS2/cygwin builds, and will be overridden for
+ # mac universal builds. This does not count as a change in build flags.
+ ifndef GAME
+-  GAME = crawl
++  GAME = crawl-0.30
+ endif
+ 
+ # Disable GNU Make implicit rules and variables. Leaving them enabled will 
slow
+@@ -206,7 +206,7 @@
+ uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
+ uname_M := $(shell sh -c 'uname -m 2>/dev/null || echo not')
+ 
+-HOST := $(shell sh -c 'cc -dumpmachine || echo unknown')
++HOST :=
+ ARCH := $(HOST)
+ 
+ ifdef CROSSHOST
+@@ -509,15 +509,7 @@
+ GCC_VER_SUFFIX:=-$(GCC_VER)
+ endif
+ 
+-# Attempt to use a full compiler name, to make
+-# distcc builds work nicely.
+-LMACH := $(shell gcc -dumpmachine)-
+-ifeq ($(LMACH),-)
+ LMACH :=
+-endif
+-ifeq ($(shell which $(LMACH)gcc$(GCC_VER_SUFFIX) > /dev/null 2> /dev/null && 
echo "Yes"),)
+-LMACH :=
+-endif
+ 
+ ifneq ($(FORCE_CC),)
+ GCC := $(FORCE_CC)
+@@ -862,10 +854,11 @@
+   COVERAGE=YesPlease
+   # current catch2 doesn't support c++11
+   STDFLAG = -std=c++14
++  # tests require this
++  LIBS += -lgcov
+ endif
+ 
+ ifdef HURRY
+-  NO_OPTIMIZE=YesPlease
+ endif
+ 
+ ifdef COVERAGE
+@@ -1017,7 +1010,7 @@
+ INSTALL_FONTS += "$(PROPORTIONAL_FONT)"
+   endif
+ else
+-  SYS_PROPORTIONAL_FONT = $(shell util/find_font "$(OUR_PROPORTIONAL_FONT)")
++  SYS_PROPORTIONAL_FONT = /usr/share/font

[gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/

2023-04-08 Thread Erik Mackdanz
commit: d49e1fa002a456e044d4a4b85a50967ebc701941
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Apr  8 20:14:06 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sat Apr  8 20:14:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49e1fa0

media-sound/upmpdcli: add 1.7.7

Signed-off-by: Erik Mackdanz  gentoo.org>

 media-sound/upmpdcli/Manifest  |  1 +
 media-sound/upmpdcli/upmpdcli-1.7.7.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
index 583c5434165b..177607f5f8aa 100644
--- a/media-sound/upmpdcli/Manifest
+++ b/media-sound/upmpdcli/Manifest
@@ -1 +1,2 @@
 DIST upmpdcli-1.7.2.tar.gz 604605 BLAKE2B 
c5b5493d4ef9f13d6311b36927c3a97b77fee01a683d6af30ee317c67cbb3370e4743f8e59936d5e1f0e3961eff14dbb52b15fb5b54cf9d95ce98ad32487df6b
 SHA512 
ab95f04d56925665d644e60532907f943a14dbf4cf760b1149ea071029077809e2d24e58ed41deee26b780d7cc53bad9815f3923c65e682f133d775c0608f0c5
+DIST upmpdcli-1.7.7.tar.gz 606480 BLAKE2B 
2be284a864bb93511553a248ec76df7203103d5be3102547208f8b13451292e3254895d112071177bfeef49f9dfe71b6c98a82c7bda1b18f7ecac7526235
 SHA512 
764606805f413643e1432d27f407ab3020d55e6c374210d56708ddd94285e364fdb266739d6f5d406e8f8708669820e4841449aebd2ea966974144ae90bfa38c

diff --git a/media-sound/upmpdcli/upmpdcli-1.7.7.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.7.7.ebuild
new file mode 100644
index ..d25f68706433
--- /dev/null
+++ b/media-sound/upmpdcli/upmpdcli-1.7.7.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools systemd
+
+DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html;
+LICENSE="GPL-2"
+
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="thirdparty"
+
+DEPEND="
+   dev-libs/jsoncpp
+   media-libs/libmpdclient
+   net-libs/libmicrohttpd
+   net-libs/libupnpp
+"
+RDEPEND="
+   ${DEPEND}
+   acct-group/upmpdcli
+   acct-user/upmpdcli
+   app-misc/recoll
+   thirdparty? ( dev-python/requests )
+"
+
+PATCHES=(
+   "${FILESDIR}"/makefile.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var/lib \
+   --disable-dependency-tracking \
+   --disable-silent-rules \
+   "--docdir=/usr/share/doc/${P}" \
+   "--htmldir=/usr/share/doc/${P}/html" \
+   --libdir=/usr/lib64 \
+   || die "Configure failed"
+
+}
+
+src_install() {
+   default
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
+   systemd_dounit systemd/upmpdcli.service
+}
+
+pkg_postinst() {
+   einfo
+   einfo "This package no longer assumes that upmpdcli is driving an"
+   einfo "mpd instance on the same host (https://bugs.gentoo.org/670130)."
+   einfo "Probably it is though, so be sure your mpd is built with"
+   einfo "USE=curl."
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/

2023-04-08 Thread Erik Mackdanz
commit: f1a3bfc318a50af0fd372be9f5980990d6352200
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Apr  8 20:08:38 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sat Apr  8 20:14:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a3bfc3

media-sound/upmpdcli: drop 1.6.3

Signed-off-by: Erik Mackdanz  gentoo.org>

 media-sound/upmpdcli/Manifest  |  1 -
 media-sound/upmpdcli/upmpdcli-1.6.3.ebuild | 68 --
 2 files changed, 69 deletions(-)

diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
index 5cd19636080d..583c5434165b 100644
--- a/media-sound/upmpdcli/Manifest
+++ b/media-sound/upmpdcli/Manifest
@@ -1,2 +1 @@
-DIST upmpdcli-1.6.3.tar.gz 598611 BLAKE2B 
bd4a3cf2fd54be48326d0588af5e334a4258e88f16d18f5706a8991d7677f06ded110ffe90ce6c1f02c3b265d3f046b74cb3ffd7c346b15a99e8abf88b70893c
 SHA512 
1a33c0fca54f3291861e0228fd821f42fea0d92a496035e620103dbce1e06143946423b8951e3394654ebb365a93ca325714bd0aaf13ed3de7d7f8f4a7cf
 DIST upmpdcli-1.7.2.tar.gz 604605 BLAKE2B 
c5b5493d4ef9f13d6311b36927c3a97b77fee01a683d6af30ee317c67cbb3370e4743f8e59936d5e1f0e3961eff14dbb52b15fb5b54cf9d95ce98ad32487df6b
 SHA512 
ab95f04d56925665d644e60532907f943a14dbf4cf760b1149ea071029077809e2d24e58ed41deee26b780d7cc53bad9815f3923c65e682f133d775c0608f0c5

diff --git a/media-sound/upmpdcli/upmpdcli-1.6.3.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.6.3.ebuild
deleted file mode 100644
index 6f8f00af7075..
--- a/media-sound/upmpdcli/upmpdcli-1.6.3.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools systemd
-
-DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
-HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html;
-LICENSE="GPL-2"
-
-SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="thirdparty"
-
-DEPEND="
-   dev-libs/jsoncpp
-   media-libs/libmpdclient
-   net-libs/libmicrohttpd
-   net-libs/libupnpp
-"
-RDEPEND="
-   ${DEPEND}
-   acct-group/upmpdcli
-   acct-user/upmpdcli
-   app-misc/recoll
-   thirdparty? ( dev-python/requests )
-"
-
-PATCHES=(
-   "${FILESDIR}"/makefile.patch
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var/lib \
-   --disable-dependency-tracking \
-   --disable-silent-rules \
-   "--docdir=/usr/share/doc/${P}" \
-   "--htmldir=/usr/share/doc/${P}/html" \
-   --libdir=/usr/lib64 \
-   || die "Configure failed"
-
-}
-
-src_install() {
-   default
-   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
-   systemd_dounit systemd/upmpdcli.service
-}
-
-pkg_postinst() {
-   einfo
-   einfo "This package no longer assumes that upmpdcli is driving an"
-   einfo "mpd instance on the same host (https://bugs.gentoo.org/670130)."
-   einfo "Probably it is though, so be sure your mpd is built with"
-   einfo "USE=curl."
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/

2023-04-08 Thread Erik Mackdanz
commit: 5192bd7056f48eae21ab7e747ad26865658362b9
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Apr  8 20:07:30 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sat Apr  8 20:14:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5192bd70

media-sound/upmpdcli: stabilize 1.7.2 for amd64, x86

Signed-off-by: Erik Mackdanz  gentoo.org>

 media-sound/upmpdcli/upmpdcli-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/upmpdcli/upmpdcli-1.7.2.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.7.2.ebuild
index d25f68706433..6f8f00af7075 100644
--- a/media-sound/upmpdcli/upmpdcli-1.7.2.ebuild
+++ b/media-sound/upmpdcli/upmpdcli-1.7.2.ebuild
@@ -11,7 +11,7 @@ LICENSE="GPL-2"
 
 SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="thirdparty"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-WordDiff/

2023-04-09 Thread Erik Mackdanz
commit: 3e4d9027c1032e69a53cc31d0fa40061ba57c2be
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Apr  9 13:41:21 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Apr  9 13:41:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e4d9027

dev-perl/Text-WordDiff: new package, add 0.09

Signed-off-by: Erik Mackdanz  gentoo.org>

 dev-perl/Text-WordDiff/Manifest  |  1 +
 dev-perl/Text-WordDiff/Text-WordDiff-0.09.ebuild | 23 +++
 dev-perl/Text-WordDiff/metadata.xml  | 12 
 3 files changed, 36 insertions(+)

diff --git a/dev-perl/Text-WordDiff/Manifest b/dev-perl/Text-WordDiff/Manifest
new file mode 100644
index ..ed25dbbe02b0
--- /dev/null
+++ b/dev-perl/Text-WordDiff/Manifest
@@ -0,0 +1 @@
+DIST Text-WordDiff-0.09.tar.gz 26020 BLAKE2B 
ec8796fa571161799d0a6570915522f22ea05913e9c15a5cce4afd64414505ac529f6c96549b435ad56f4e15869e74f03058ed9b93dbb776b52ffeef8be29987
 SHA512 
4a3182a4b2ca8f904e88e59a6df3fb43607571af6c248b7c1063d1602e0ba93dd1baba0338ef1a1ba7aefcb9808e4c358880ac3f7fedd711e9001b6c9aa8341e

diff --git a/dev-perl/Text-WordDiff/Text-WordDiff-0.09.ebuild 
b/dev-perl/Text-WordDiff/Text-WordDiff-0.09.ebuild
new file mode 100644
index ..fa9c314949af
--- /dev/null
+++ b/dev-perl/Text-WordDiff/Text-WordDiff-0.09.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=TIMK
+DIST_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION="Track changes between documents"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-perl/Algorithm-Diff
+   dev-perl/HTML-Parser
+   virtual/perl-Term-ANSIColor
+"
+BDEPEND="${RDEPEND}
+   dev-perl/Module-Build
+   virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/Text-WordDiff/metadata.xml 
b/dev-perl/Text-WordDiff/metadata.xml
new file mode 100644
index ..9c1ff0161184
--- /dev/null
+++ b/dev-perl/Text-WordDiff/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Text-WordDiff
+Text::WordDiff
+  
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-FormatExternal/

2023-04-09 Thread Erik Mackdanz
commit: c30186083ea0443ce2b5633ceb6db01296a8424f
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Apr  9 13:42:56 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Apr  9 13:43:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3018608

dev-perl/HTML-FormatExternal: new package, add 26

Signed-off-by: Erik Mackdanz  gentoo.org>

 .../HTML-FormatExternal-26.ebuild  | 25 ++
 dev-perl/HTML-FormatExternal/Manifest  |  1 +
 dev-perl/HTML-FormatExternal/metadata.xml  | 20 +
 3 files changed, 46 insertions(+)

diff --git a/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild 
b/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild
new file mode 100644
index ..954b212ca422
--- /dev/null
+++ b/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=KRYDE
+DIST_VERSION=26
+inherit perl-module
+
+DESCRIPTION="HTML to text formatting using external programs"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   virtual/perl-File-Spec
+   virtual/perl-File-Temp
+   dev-perl/IPC-Run
+   dev-perl/URI
+   dev-perl/constant-defer
+"
+BDEPEND="${RDEPEND}
+   dev-perl/Module-Build
+   virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/HTML-FormatExternal/Manifest 
b/dev-perl/HTML-FormatExternal/Manifest
new file mode 100644
index ..10a185b8ffc1
--- /dev/null
+++ b/dev-perl/HTML-FormatExternal/Manifest
@@ -0,0 +1 @@
+DIST HTML-FormatExternal-26.tar.gz 57363 BLAKE2B 
750c2032e55f7fadc14dc3c936fb367c1a48ad1f4f681950ada9453a9495cfc01c235d7bf3317231f171c695d6a80962a94d22a8d2c07b2f34a913c3067bb1dc
 SHA512 
8b052d8b6e3af27a572583d3ac44edc49b743c4a3dfe4d3f063764cb4ed959d055275a037e08aee2b5c981a524c8c5040d9ebed1a51093e5274c567dbc6d6945

diff --git a/dev-perl/HTML-FormatExternal/metadata.xml 
b/dev-perl/HTML-FormatExternal/metadata.xml
new file mode 100644
index ..917cf9bb0616
--- /dev/null
+++ b/dev-perl/HTML-FormatExternal/metadata.xml
@@ -0,0 +1,20 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+HTML-FormatExternal
+HTML::FormatExternal
+HTML::FormatText::Elinks
+HTML::FormatText::Html2text
+HTML::FormatText::Links
+HTML::FormatText::Lynx
+HTML::FormatText::Netrik
+HTML::FormatText::Vilisextum
+HTML::FormatText::W3m
+HTML::FormatText::Zen
+  
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Dispatcher/

2023-04-09 Thread Erik Mackdanz
commit: 5620e457eaacffb8586a1e09249aab6763a5ba44
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Apr  9 13:40:32 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Apr  9 13:40:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5620e457

dev-perl/Path-Dispatcher: new package, add 1.08

Signed-off-by: Erik Mackdanz  gentoo.org>

 dev-perl/Path-Dispatcher/Manifest  |  1 +
 .../Path-Dispatcher/Path-Dispatcher-1.08.ebuild| 26 ++
 dev-perl/Path-Dispatcher/metadata.xml  | 31 ++
 3 files changed, 58 insertions(+)

diff --git a/dev-perl/Path-Dispatcher/Manifest 
b/dev-perl/Path-Dispatcher/Manifest
new file mode 100644
index ..b505a5fab35a
--- /dev/null
+++ b/dev-perl/Path-Dispatcher/Manifest
@@ -0,0 +1 @@
+DIST Path-Dispatcher-1.08.tar.gz 50388 BLAKE2B 
cea31a6e2f846f60dd28682e50c50cc7cc5dc1ee957329073a952d1ed17d28deb967de50a438d2c53432949010a8e2f39b953d0f836339e19a310afc097e4330
 SHA512 
3cda047a70dafc0ce54dad949b567d872b9c911c670a66d5f022cf21706ced2b6ff40b615458c2b7b06693141f9504beceb93c7c6b532eba53f32290b93b27c2

diff --git a/dev-perl/Path-Dispatcher/Path-Dispatcher-1.08.ebuild 
b/dev-perl/Path-Dispatcher/Path-Dispatcher-1.08.ebuild
new file mode 100644
index ..814ac1ab7c78
--- /dev/null
+++ b/dev-perl/Path-Dispatcher/Path-Dispatcher-1.08.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=1.08
+inherit perl-module
+
+DESCRIPTION="Flexible and extensible dispatch"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   virtual/perl-Carp
+   dev-perl/Moo
+   dev-perl/MooX-TypeTiny
+   virtual/perl-Scalar-List-Utils
+   dev-perl/Try-Tiny
+   dev-perl/Type-Tiny
+"
+BDEPEND="${RDEPEND}
+   dev-perl/Module-Build-Tiny
+   virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/Path-Dispatcher/metadata.xml 
b/dev-perl/Path-Dispatcher/metadata.xml
new file mode 100644
index ..b575f67909f3
--- /dev/null
+++ b/dev-perl/Path-Dispatcher/metadata.xml
@@ -0,0 +1,31 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Path-Dispatcher
+Path-Dispatcher
+Path-Dispatcher::Dispatch
+Path-Dispatcher::Match
+Path-Dispatcher::Path
+Path-Dispatcher::Role::Rules
+Path-Dispatcher::Rule
+Path-Dispatcher::Rule::Alternation
+Path-Dispatcher::Rule::Always
+Path-Dispatcher::Rule::Chain
+Path-Dispatcher::Rule::CodeRef
+Path-Dispatcher::Rule::Dispatch
+Path-Dispatcher::Rule::Empty
+Path-Dispatcher::Rule::Enum
+Path-Dispatcher::Rule::Eq
+Path-Dispatcher::Rule::Intersection
+Path-Dispatcher::Rule::Metadata
+Path-Dispatcher::Rule::Regex
+Path-Dispatcher::Rule::Sequence
+Path-Dispatcher::Rule::Tokens
+Path-Dispatcher::Rule::Under
+  
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-TypeTiny/

2023-04-09 Thread Erik Mackdanz
commit: a0b33ddd79064838df2700f419c3341fa615072a
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Apr  9 13:38:10 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Apr  9 13:38:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0b33ddd

dev-perl/MooX-TypeTiny: new package, add 0.002003

Signed-off-by: Erik Mackdanz  gentoo.org>

 dev-perl/MooX-TypeTiny/Manifest|  1 +
 .../MooX-TypeTiny/MooX-TypeTiny-0.002003.ebuild| 22 ++
 dev-perl/MooX-TypeTiny/metadata.xml| 12 
 3 files changed, 35 insertions(+)

diff --git a/dev-perl/MooX-TypeTiny/Manifest b/dev-perl/MooX-TypeTiny/Manifest
new file mode 100644
index ..418725bbbd55
--- /dev/null
+++ b/dev-perl/MooX-TypeTiny/Manifest
@@ -0,0 +1 @@
+DIST MooX-TypeTiny-0.002003.tar.gz 13601 BLAKE2B 
48504d511d9b6068d1f16c2660aa198176a5029f60c550e5e739403625ed0fafca7db60866a3b07acc4d9cca0c03e561234eff8c1a02479f3e10bb04aab53021
 SHA512 
52cfc9b54c9468c411e5033e27fbc3c6af9ef8be1c3ae62cce4e56a40f9a3ac6e4354f990f870702a9061893b64b46262621aa1464ece0c337930b7b0a7d16e6

diff --git a/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.002003.ebuild 
b/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.002003.ebuild
new file mode 100644
index ..cadf9d72d7bf
--- /dev/null
+++ b/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.002003.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=HAARG
+DIST_VERSION=0.002003
+inherit perl-module
+
+DESCRIPTION="Optimized type checks for Moo + Type::Tiny"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-perl/Moo
+   dev-perl/Type-Tiny
+"
+BDEPEND="${RDEPEND}
+   dev-perl/Module-Build
+   virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/MooX-TypeTiny/metadata.xml 
b/dev-perl/MooX-TypeTiny/metadata.xml
new file mode 100644
index ..0d4a43c07db0
--- /dev/null
+++ b/dev-perl/MooX-TypeTiny/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+MooX-TypeTiny
+MooX::TypeTiny
+  
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Web-Machine/

2023-04-09 Thread Erik Mackdanz
commit: f41ccb4bc761df882e4017d7d17c85154fd5ac0b
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Apr  9 13:39:26 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Apr  9 13:39:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f41ccb4b

dev-perl/Web-Machine: new package, add 0.17

Signed-off-by: Erik Mackdanz  gentoo.org>

 dev-perl/Web-Machine/Manifest|  1 +
 dev-perl/Web-Machine/Web-Machine-0.17.ebuild | 31 
 dev-perl/Web-Machine/metadata.xml| 20 ++
 3 files changed, 52 insertions(+)

diff --git a/dev-perl/Web-Machine/Manifest b/dev-perl/Web-Machine/Manifest
new file mode 100644
index ..912d28bf69a2
--- /dev/null
+++ b/dev-perl/Web-Machine/Manifest
@@ -0,0 +1 @@
+DIST Web-Machine-0.17.tar.gz 73528 BLAKE2B 
63b74a0399d94ab6ed80cb6a70ab6d01c0679a4ef346a246f7af42bbb07d6dcdb45a5fd47201b8acc42a466642d8d84310d74a3b9f934ef3921bf2bcbcb0d070
 SHA512 
be05338cba3a46b16d508518c9c4b67f88b1cd979a4354668b53898f6e03e40e1fd59ab46850668f2bb75d3927f07790d68cf57a1d7aabaa0ed9181c2db56410

diff --git a/dev-perl/Web-Machine/Web-Machine-0.17.ebuild 
b/dev-perl/Web-Machine/Web-Machine-0.17.ebuild
new file mode 100644
index ..885f1a81f71b
--- /dev/null
+++ b/dev-perl/Web-Machine/Web-Machine-0.17.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=0.17
+inherit perl-module
+
+DESCRIPTION="A Perl port of Webmachine"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-Data-Dumper
+   virtual/perl-Encode
+   dev-perl/HTTP-Headers-ActionPack
+   dev-perl/Hash-MultiValue
+   dev-perl/IO-Handle-Util
+   virtual/perl-Scalar-List-Utils
+   virtual/perl-Locale-Maketext
+   dev-perl/Module-Runtime
+   dev-perl/Sub-Exporter
+   dev-perl/Try-Tiny
+"
+BDEPEND="${RDEPEND}
+   dev-perl/Module-Build
+   virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/Web-Machine/metadata.xml 
b/dev-perl/Web-Machine/metadata.xml
new file mode 100644
index ..956dbc38d102
--- /dev/null
+++ b/dev-perl/Web-Machine/metadata.xml
@@ -0,0 +1,20 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+Web-Machine
+Web::Machine
+Web::Machine::Manual
+Web::Machine::FSM
+Web::Machine::FSM::States
+Web::Machine::I18N
+Web::Machine::I18N::en
+Web::Machine::Util
+Web::Machine::Util::BodyEncoding
+Web::Machine::Util::ContentNegotiation
+  
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Headers-ActionPack/

2023-04-09 Thread Erik Mackdanz
commit: a96bb3f8ea39ef641487699fbb06b8958973
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Apr  9 13:43:57 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Apr  9 13:44:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96bb3f8

dev-perl/HTTP-Headers-ActionPack: new package, add 0.09

Signed-off-by: Erik Mackdanz  gentoo.org>

 .../HTTP-Headers-ActionPack-0.09.ebuild| 30 
 dev-perl/HTTP-Headers-ActionPack/Manifest  |  1 +
 dev-perl/HTTP-Headers-ActionPack/metadata.xml  | 32 ++
 3 files changed, 63 insertions(+)

diff --git 
a/dev-perl/HTTP-Headers-ActionPack/HTTP-Headers-ActionPack-0.09.ebuild 
b/dev-perl/HTTP-Headers-ActionPack/HTTP-Headers-ActionPack-0.09.ebuild
new file mode 100644
index ..5c15bfdf3150
--- /dev/null
+++ b/dev-perl/HTTP-Headers-ActionPack/HTTP-Headers-ActionPack-0.09.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION="HTTP Action, Adventure and Excitement"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-Encode
+   dev-perl/HTTP-Date
+   dev-perl/HTTP-Message
+   virtual/perl-Scalar-List-Utils
+   virtual/perl-MIME-Base64
+   dev-perl/Module-Runtime
+   dev-perl/Sub-Exporter
+   virtual/perl-Time-Piece
+   dev-perl/URI
+"
+BDEPEND="${RDEPEND}
+   dev-perl/Module-Build
+   virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/HTTP-Headers-ActionPack/Manifest 
b/dev-perl/HTTP-Headers-ActionPack/Manifest
new file mode 100644
index ..a1c845af4ec2
--- /dev/null
+++ b/dev-perl/HTTP-Headers-ActionPack/Manifest
@@ -0,0 +1 @@
+DIST HTTP-Headers-ActionPack-0.09.tar.gz 36113 BLAKE2B 
b529d25174e5ecd2fdae51fb49822b9044396f60fc61c31a4fc27142bf246f7ddf6ef549d9c53744ccdcfe4de971b3acab1f2966cc1ac7af4409609296d1d057
 SHA512 
762f147657b10609a49d15b17985403083567cf9dd01c1d3498150885d75d088cae2d51d9a5cebcef81a5959850a5b09ad51411b659b98bfe8a827101de4a2b4

diff --git a/dev-perl/HTTP-Headers-ActionPack/metadata.xml 
b/dev-perl/HTTP-Headers-ActionPack/metadata.xml
new file mode 100644
index ..00469e964686
--- /dev/null
+++ b/dev-perl/HTTP-Headers-ActionPack/metadata.xml
@@ -0,0 +1,32 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+p...@gentoo.org
+Gentoo Perl Project
+  
+  
+HTTP-Headers-ActionPack
+HTTP::Headers::ActionPack
+HTTP::Headers::ActionPack::AcceptCharset
+HTTP::Headers::ActionPack::AcceptLangage
+HTTP::Headers::ActionPack::AuthenticationInfo
+HTTP::Headers::ActionPack::Authorization
+HTTP::Headers::ActionPack::Authorization::Basic
+HTTP::Headers::ActionPack::Authorization::Digest
+HTTP::Headers::ActionPack::ContentNegotiation
+HTTP::Headers::ActionPack::Core::Base
+HTTP::Headers::ActionPack::Core::BaseAuthHeader
+HTTP::Headers::ActionPack::Core::BaseHeaderList
+HTTP::Headers::ActionPack::Core::BaseHeaderType
+HTTP::Headers::ActionPack::Core::BaseHeaderWithParams
+HTTP::Headers::ActionPack::DateHeader
+HTTP::Headers::ActionPack::LinkHeader
+HTTP::Headers::ActionPack::LinkList
+HTTP::Headers::ActionPack::MediaType
+HTTP::Headers::ActionPack::MediaTypeList
+HTTP::Headers::ActionPack::PriorityList
+HTTP::Headers::ActionPack::Util
+HTTP::Headers::ActionPack::WWWAuthenticate
+  
+



[gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/

2023-02-08 Thread Erik Mackdanz
commit: 646464d33c1e5b23aac26f9080674aad16238ee7
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Thu Feb  9 02:41:26 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Thu Feb  9 02:54:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646464d3

media-sound/upmpdcli: drop 1.5.20

Signed-off-by: Erik Mackdanz  gentoo.org>

 media-sound/upmpdcli/Manifest   |  1 -
 media-sound/upmpdcli/upmpdcli-1.5.20.ebuild | 68 -
 2 files changed, 69 deletions(-)

diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
index 8e215e59b184..2ec250bd9209 100644
--- a/media-sound/upmpdcli/Manifest
+++ b/media-sound/upmpdcli/Manifest
@@ -1,2 +1 @@
-DIST upmpdcli-1.5.20.tar.gz 595015 BLAKE2B 
5c679e00557b70e64015d6e0ab7b32147d26ac281b57b6a416f28bdf1f02f8b7b7aac3e9b521c511325f2ed9518d45077c9a7a0415ef145aaa60722143a07481
 SHA512 
ce852f7b99903761bfd30af8788603d4af80b78a4b6507e5c4ef55c9da42be4124af855fa890d10087f6aa1f7c5b5eb8cf1727ca6ead45ca090060b032260fc2
 DIST upmpdcli-1.6.3.tar.gz 598611 BLAKE2B 
bd4a3cf2fd54be48326d0588af5e334a4258e88f16d18f5706a8991d7677f06ded110ffe90ce6c1f02c3b265d3f046b74cb3ffd7c346b15a99e8abf88b70893c
 SHA512 
1a33c0fca54f3291861e0228fd821f42fea0d92a496035e620103dbce1e06143946423b8951e3394654ebb365a93ca325714bd0aaf13ed3de7d7f8f4a7cf

diff --git a/media-sound/upmpdcli/upmpdcli-1.5.20.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.5.20.ebuild
deleted file mode 100644
index 6f8f00af7075..
--- a/media-sound/upmpdcli/upmpdcli-1.5.20.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools systemd
-
-DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
-HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html;
-LICENSE="GPL-2"
-
-SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="thirdparty"
-
-DEPEND="
-   dev-libs/jsoncpp
-   media-libs/libmpdclient
-   net-libs/libmicrohttpd
-   net-libs/libupnpp
-"
-RDEPEND="
-   ${DEPEND}
-   acct-group/upmpdcli
-   acct-user/upmpdcli
-   app-misc/recoll
-   thirdparty? ( dev-python/requests )
-"
-
-PATCHES=(
-   "${FILESDIR}"/makefile.patch
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var/lib \
-   --disable-dependency-tracking \
-   --disable-silent-rules \
-   "--docdir=/usr/share/doc/${P}" \
-   "--htmldir=/usr/share/doc/${P}/html" \
-   --libdir=/usr/lib64 \
-   || die "Configure failed"
-
-}
-
-src_install() {
-   default
-   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
-   systemd_dounit systemd/upmpdcli.service
-}
-
-pkg_postinst() {
-   einfo
-   einfo "This package no longer assumes that upmpdcli is driving an"
-   einfo "mpd instance on the same host (https://bugs.gentoo.org/670130)."
-   einfo "Probably it is though, so be sure your mpd is built with"
-   einfo "USE=curl."
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/, media-sound/upmpdcli/files/

2023-02-08 Thread Erik Mackdanz
commit: 73f7abb9421ae66329a0f82a2b00962356252684
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Thu Feb  9 02:37:32 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Thu Feb  9 02:54:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f7abb9

media-sound/upmpdcli: fix race in 'make install'

Closes: https://bugs.gentoo.org/890298
Signed-off-by: Erik Mackdanz  gentoo.org>

 media-sound/upmpdcli/files/makefile.patch   | 22 ++
 media-sound/upmpdcli/upmpdcli-1.5.20.ebuild | 11 ++-
 media-sound/upmpdcli/upmpdcli-1.6.3.ebuild  | 11 ++-
 3 files changed, 42 insertions(+), 2 deletions(-)

diff --git a/media-sound/upmpdcli/files/makefile.patch 
b/media-sound/upmpdcli/files/makefile.patch
new file mode 100644
index ..dd259a1406a6
--- /dev/null
+++ b/media-sound/upmpdcli/files/makefile.patch
@@ -0,0 +1,22 @@
+--- a/Makefile.in  2023-02-08 13:40:15.504842769 -0600
 b/Makefile.in  2023-02-08 13:40:30.175898082 -0600
+@@ -2002,7 +2002,7 @@
+ @MAKECONFGUI_TRUE@prefix=$(prefix) exec_prefix=$(exec_prefix) 
libdir=$(libdir) \
+ @MAKECONFGUI_TRUE@install
+ 
+-install-data-hook:
++install-data-hook: install-dist_sysconfDATA
+   (cd $(DESTDIR)$(sysconfdir); test -f upmpdcli.conf || \
+   mv upmpdcli.conf-dist upmpdcli.conf; chmod 600 upmpdcli.conf)
+   (cd $(DESTDIR)$(pkgdatadir); test -d src_scripts || mkdir src_scripts)
+--- a/Makefile.am  2023-02-08 13:45:02.076935272 -0600
 b/Makefile.am  2023-02-08 13:45:20.889007724 -0600
+@@ -285,7 +285,7 @@
+ systemd/upmpdcli.service
+ 
+ 
+-install-data-hook:
++install-data-hook: install-dist_sysconfDATA
+   (cd $(DESTDIR)$(sysconfdir); test -f upmpdcli.conf || \
+   mv upmpdcli.conf-dist upmpdcli.conf; chmod 600 upmpdcli.conf)
+   (cd $(DESTDIR)$(pkgdatadir); test -d src_scripts || mkdir src_scripts)

diff --git a/media-sound/upmpdcli/upmpdcli-1.5.20.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.5.20.ebuild
index a73fac04902e..6f8f00af7075 100644
--- a/media-sound/upmpdcli/upmpdcli-1.5.20.ebuild
+++ b/media-sound/upmpdcli/upmpdcli-1.5.20.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit systemd
+inherit autotools systemd
 
 DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
 HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html;
@@ -28,6 +28,15 @@ RDEPEND="
thirdparty? ( dev-python/requests )
 "
 
+PATCHES=(
+   "${FILESDIR}"/makefile.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
 src_configure() {
 
./configure \

diff --git a/media-sound/upmpdcli/upmpdcli-1.6.3.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.6.3.ebuild
index a73fac04902e..6f8f00af7075 100644
--- a/media-sound/upmpdcli/upmpdcli-1.6.3.ebuild
+++ b/media-sound/upmpdcli/upmpdcli-1.6.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit systemd
+inherit autotools systemd
 
 DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
 HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html;
@@ -28,6 +28,15 @@ RDEPEND="
thirdparty? ( dev-python/requests )
 "
 
+PATCHES=(
+   "${FILESDIR}"/makefile.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
 src_configure() {
 
./configure \



[gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/

2023-02-08 Thread Erik Mackdanz
commit: a5a73bc7d70b504299ecdb7946e83168944730e0
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Thu Feb  9 02:53:05 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Thu Feb  9 02:54:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a73bc7

media-sound/upmpdcli: add 1.7.1

Signed-off-by: Erik Mackdanz  gentoo.org>

 media-sound/upmpdcli/Manifest  |  1 +
 media-sound/upmpdcli/upmpdcli-1.7.1.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
index 2ec250bd9209..10f5d0c82dc1 100644
--- a/media-sound/upmpdcli/Manifest
+++ b/media-sound/upmpdcli/Manifest
@@ -1 +1,2 @@
 DIST upmpdcli-1.6.3.tar.gz 598611 BLAKE2B 
bd4a3cf2fd54be48326d0588af5e334a4258e88f16d18f5706a8991d7677f06ded110ffe90ce6c1f02c3b265d3f046b74cb3ffd7c346b15a99e8abf88b70893c
 SHA512 
1a33c0fca54f3291861e0228fd821f42fea0d92a496035e620103dbce1e06143946423b8951e3394654ebb365a93ca325714bd0aaf13ed3de7d7f8f4a7cf
+DIST upmpdcli-1.7.1.tar.gz 600772 BLAKE2B 
12a37528d132b925b1fa32fb6189b3174bb8afb4d5e1dac59ef9236b1b6016acd552e353b1d101ebbf204461e800c1e0c8b8afcae1f80ff6b71d47797ea9650d
 SHA512 
ee20d8c9e71b5b17c69375e117dc863a2f0616cf9a3189bd4f1fa006f63c000a3582e545b197e8f1e2748905332cb37247a77ceaff02c4ac0ec3c905d7978146

diff --git a/media-sound/upmpdcli/upmpdcli-1.7.1.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.7.1.ebuild
new file mode 100644
index ..d25f68706433
--- /dev/null
+++ b/media-sound/upmpdcli/upmpdcli-1.7.1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools systemd
+
+DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html;
+LICENSE="GPL-2"
+
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="thirdparty"
+
+DEPEND="
+   dev-libs/jsoncpp
+   media-libs/libmpdclient
+   net-libs/libmicrohttpd
+   net-libs/libupnpp
+"
+RDEPEND="
+   ${DEPEND}
+   acct-group/upmpdcli
+   acct-user/upmpdcli
+   app-misc/recoll
+   thirdparty? ( dev-python/requests )
+"
+
+PATCHES=(
+   "${FILESDIR}"/makefile.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var/lib \
+   --disable-dependency-tracking \
+   --disable-silent-rules \
+   "--docdir=/usr/share/doc/${P}" \
+   "--htmldir=/usr/share/doc/${P}/html" \
+   --libdir=/usr/lib64 \
+   || die "Configure failed"
+
+}
+
+src_install() {
+   default
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
+   systemd_dounit systemd/upmpdcli.service
+}
+
+pkg_postinst() {
+   einfo
+   einfo "This package no longer assumes that upmpdcli is driving an"
+   einfo "mpd instance on the same host (https://bugs.gentoo.org/670130)."
+   einfo "Probably it is though, so be sure your mpd is built with"
+   einfo "USE=curl."
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/ledger/

2023-07-02 Thread Erik Mackdanz
commit: f1968dfea3428f063a97e25a810577992466e053
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Jul  2 19:54:37 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jul  2 19:54:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1968dfe

app-office/ledger: drop 3.3.1

Signed-off-by: Erik Mackdanz  gentoo.org>

 app-office/ledger/Manifest|   1 -
 app-office/ledger/ledger-3.3.1.ebuild | 113 --
 2 files changed, 114 deletions(-)

diff --git a/app-office/ledger/Manifest b/app-office/ledger/Manifest
index 89c5c05f9fdc..f9cd92662768 100644
--- a/app-office/ledger/Manifest
+++ b/app-office/ledger/Manifest
@@ -1,2 +1 @@
-DIST ledger-3.3.1.tar.gz 825005 BLAKE2B 
72207dd53e8e8a201511cf9ca245c505e953fee4dc88e2be46753f4037be46dbd882ed94327f502622c1a23f332ddf9a94d2dfa60986fd82f192103612da6ca8
 SHA512 
6271f5beb0d0b9f157c06bf701f302b229bea1db5343f9d9239a8723039f248920d545bcc4fbea35646fdbcffb960f7830266b141a58ba88496ed34ee7d770a1
 DIST ledger-3.3.2.tar.gz 825274 BLAKE2B 
ee0901eaba234688cc36e399bd86118269d8691162feacf25e70ffaf28e8d572f47a62fb014126f5dce65c73135f21ad4364a642637a80d2577bf20b657fc9a4
 SHA512 
d5d7058f0e9a02ad1d46e6780675d446070824b321f0f4c1ea6ac0c3dd4f11f259113bc36cbc796e4bb6d0a7898d6a68a25cce639e27a2b2434eec11a612ecb0

diff --git a/app-office/ledger/ledger-3.3.1.ebuild 
b/app-office/ledger/ledger-3.3.1.ebuild
deleted file mode 100644
index c9108199104d..
--- a/app-office/ledger/ledger-3.3.1.ebuild
+++ /dev/null
@@ -1,113 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9,10,11} )
-CMAKE_REMOVE_MODULES_LIST=( FindPython Support )
-inherit bash-completion-r1 check-reqs cmake python-single-r1
-
-DESCRIPTION="Double-entry accounting system with a command-line reporting 
interface"
-HOMEPAGE="https://www.ledger-cli.org/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
-IUSE="debug doc python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RESTRICT="test"
-
-CHECKREQS_MEMORY=8G
-
-RDEPEND="
-   dev-libs/boost:=[python?]
-   dev-libs/gmp:0=
-   dev-libs/mpfr:0=
-   python? (
-   $(python_gen_cond_dep '
-   dev-libs/boost:=[${PYTHON_USEDEP}]
-   dev-python/cheetah3:=[${PYTHON_USEDEP}]
-   ')
-   ${PYTHON_DEPS}
-   )
-"
-DEPEND="${RDEPEND}
-   dev-libs/utfcpp
-   doc? (
-   app-text/texlive[extra]
-   sys-apps/texinfo
-   virtual/texi2dvi
-   )
-"
-
-pkg_pretend() {
-   if use python; then
-   check-reqs_pkg_pretend
-   fi
-}
-
-pkg_setup() {
-   if use python; then
-   check-reqs_pkg_setup
-   python-single-r1_pkg_setup
-   fi
-}
-
-src_prepare() {
-   cmake_src_prepare
-
-   # Want to type "info ledger" not "info ledger3"
-   sed -i -e 's/ledger3/ledger/g' \
-   doc/{CMakeLists.txt,ledger3.texi} test/CheckTexinfo.py \
-   tools/{cleanup.sh,gendocs.sh,prepare-commit-msg,spellcheck.sh} \
-   || die "Failed to update info file name in file contents"
-
-   mv doc/ledger{3,}.texi || die "Failed to rename info file name"
-
-   rm -r lib/utfcpp || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_DOCS="$(usex doc)"
-   -DBUILD_WEB_DOCS="$(usex doc)"
-   -DUSE_PYTHON="$(usex python)"
-   -DCMAKE_INSTALL_DOCDIR="/usr/share/doc/${PF}"
-   -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON
-   -DBUILD_DEBUG="$(usex debug)"
-   -DUTFCPP_PATH="${ESYSROOT}/usr/include/utf8cpp"
-   )
-   if use python; then
-   mycmakeargs+=(
-   -DPython_EXECUTABLE="${PYTHON}"
-   -DPython_INCLUDE_DIR="$(python_get_includedir)"
-   )
-   fi
-
-   cmake_src_configure
-}
-
-src_compile() {
-   cmake_src_compile
-
-   use doc && cmake_src_compile doc
-}
-
-src_install() {
-   cmake_src_install
-
-   newbashcomp contrib/${PN}-completion.bash ${PN}
-}
-
-pkg_postinst() {
-   elog
-   elog "Since version 3, vim support is released separately."
-   elog "See https://github.com/ledger/vim-ledger;
-   elog
-   elog "For Emacs mode, emerge app-emacs/ledger-mode"
-}
-
-# rainy day TODO:
-# - IUSE test



[gentoo-commits] repo/gentoo:master commit in: app-office/ledger/

2023-07-02 Thread Erik Mackdanz
commit: 8f0c1237edd9a44638b824b2cba1d1ff538aae74
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Jul  2 19:53:16 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jul  2 19:53:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0c1237

app-office/ledger: stabilize 3.3.2 for amd64, arm, arm64, x86

Signed-off-by: Erik Mackdanz  gentoo.org>

 app-office/ledger/ledger-3.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/ledger/ledger-3.3.2.ebuild 
b/app-office/ledger/ledger-3.3.2.ebuild
index d0356531b28f..c9108199104d 100644
--- a/app-office/ledger/ledger-3.3.2.ebuild
+++ b/app-office/ledger/ledger-3.3.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
 IUSE="debug doc python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2023-07-02 Thread Erik Mackdanz
commit: 9dc5f16e77a9775ac4699bed8aabc288139eafc0
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Jul  2 19:58:49 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jul  2 20:18:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc5f16e

games-roguelike/stone-soup: drop 0.30.0_pre20230408

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/Manifest|   1 -
 .../stone-soup-0.30.0_pre20230408.ebuild   | 238 -
 2 files changed, 239 deletions(-)

diff --git a/games-roguelike/stone-soup/Manifest 
b/games-roguelike/stone-soup/Manifest
index 71bb9459d18a..8f057f853ce5 100644
--- a/games-roguelike/stone-soup/Manifest
+++ b/games-roguelike/stone-soup/Manifest
@@ -10,7 +10,6 @@ DIST stone-soup-0.29.1.tar.gz 17510846 BLAKE2B 
65b84797c8d8a268a3ce95de9d928e131
 DIST stone-soup-0.29.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
 DIST stone-soup-0.29.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f
 DIST stone-soup-0.30.0.tar.gz 21498124 BLAKE2B 
18a615d7a882d900d3c7f6523590c75064be8098415c7537ea709f44fe15ec795eb5f9014eefe813111b4a3273c0924e32fa25ba90153e04c1adfec12eee31a3
 SHA512 
f722a94fc5ce4a46e92a3f1d2dd1766d343662899d61eaab971df311f98d86fdd520264e2a800159e7bad57cc2af9a9a952bb01fde05438e191e1168747e4b4f
-DIST stone-soup-0.30.0_pre20230408.tar.gz 21062127 BLAKE2B 
41a06df2e9298cc5ec6ee1e7180dc93691d6414f959f59fea6f309cec859bd2ee7432680ef1b4af795101f056332ac1ccfde05f3ed67751c81f05fce819bdf34
 SHA512 
bf134484e56c77ed9aeb2300d3d040b4a4c53eabb6bd7b6bb5e1396cb4c290573a4bbdad90fd0553498883e0747cc2e0cfab7505cae092d5504b4a5184765a33
 DIST stone-soup-0.30.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
 DIST stone-soup-0.30.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f
 DIST stone_soup-0.25.1.zip 95477710 BLAKE2B 
0b38a6c7cb7c4c87acccb861b5aae665cd2b6b532f6e86d4a9fa594e0d363b86b4af1ea47275f7fd026ea69d85215be8cdf46258bd620e738b4850e5eceed006
 SHA512 
fa7e8be582c5c6615531884ade4c113542c06c164b6912095c1adf2f16a31cb2ecce057d74132b11b1b1c256a77433037948d4e54819739b7e222cc896cd5220

diff --git a/games-roguelike/stone-soup/stone-soup-0.30.0_pre20230408.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.30.0_pre20230408.ebuild
deleted file mode 100644
index e28370cae715..
--- a/games-roguelike/stone-soup/stone-soup-0.30.0_pre20230408.ebuild
+++ /dev/null
@@ -1,238 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# There are many slots for this package because people in the community
-# like to play old versions.  Every release includes content changes
-# where species/spells/monsters are added or removed.  The public
-# servers (e.g. http://crawl.akrasiac.org:8080) usually support playing
-# versions back to 0.11.
-
-# It's not necessary for Gentoo to support these old version but it's
-# something nice that our distro can offer that others don't.  If the
-# maintenance burden becomes excessive than we can revisit that
-# position.
-
-EAPI=8
-
-LUA_COMPAT=( lua5-1 )
-LUA_REQ_USE="deprecated"
-PYTHON_COMPAT=( python3_{9,10,11,12} )
-VIRTUALX_REQUIRED="manual"
-inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs
-
-DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting 
in dungeons"
-HOMEPAGE="https://crawl.develz.org;
-SLOT="0.30"
-
-# Leave empty string if not a _pre release
-COMMITSHA="acf32f4bd3330cf0c882ac39c3e11ce40d587b49"
-if [ -z "${COMMITSHA}" ]; then
-   # This is a tagged release
-   # Note the archive URI and file layout changed upstream between 0.29.0 
and 0.29.1
-   SRC_URI="
-   https://github.com/crawl/crawl/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz
-   "
-   MY_P="crawl-${PV}/crawl-ref"
-else
-   # This is a _pre release
-   SRC_URI="
-   https://github.com/crawl/crawl/archive/

[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2023-07-02 Thread Erik Mackdanz
commit: 0abe036dd47507ac4a13a14185fb5bf1dc8cbc77
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Jul  2 19:57:52 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jul  2 20:18:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0abe036d

games-roguelike/stone-soup: stabilize 0.30.0 for amd64, x86

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/stone-soup-0.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-roguelike/stone-soup/stone-soup-0.30.0.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.30.0.ebuild
index a1e2b48e31eb..cc9c0daa09b4 100644
--- a/games-roguelike/stone-soup/stone-soup-0.30.0.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.30.0.ebuild
@@ -51,7 +51,7 @@ SRC_URI="
 # Public Domain|CC0: most of tiles
 # MIT: json.cc/json.h, some .js files in webserver/static/scripts/contrib/
 LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="advpng debug ncurses sound test +tiles"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="${LUA_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2023-07-02 Thread Erik Mackdanz
commit: cafb5a63130b2211b2201fb28bd4e458863057f8
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Jul  2 20:02:12 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jul  2 20:18:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cafb5a63

games-roguelike/stone-soup: add 0.30.1

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/Manifest|   1 +
 .../stone-soup/stone-soup-0.30.1.ebuild| 238 +
 2 files changed, 239 insertions(+)

diff --git a/games-roguelike/stone-soup/Manifest 
b/games-roguelike/stone-soup/Manifest
index 8f057f853ce5..8be8b404eabe 100644
--- a/games-roguelike/stone-soup/Manifest
+++ b/games-roguelike/stone-soup/Manifest
@@ -10,6 +10,7 @@ DIST stone-soup-0.29.1.tar.gz 17510846 BLAKE2B 
65b84797c8d8a268a3ce95de9d928e131
 DIST stone-soup-0.29.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
 DIST stone-soup-0.29.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f
 DIST stone-soup-0.30.0.tar.gz 21498124 BLAKE2B 
18a615d7a882d900d3c7f6523590c75064be8098415c7537ea709f44fe15ec795eb5f9014eefe813111b4a3273c0924e32fa25ba90153e04c1adfec12eee31a3
 SHA512 
f722a94fc5ce4a46e92a3f1d2dd1766d343662899d61eaab971df311f98d86fdd520264e2a800159e7bad57cc2af9a9a952bb01fde05438e191e1168747e4b4f
+DIST stone-soup-0.30.1.tar.gz 21502317 BLAKE2B 
5fc39bb83c5d6b96a00d55c4bf18ee0e6051dd8513ee397dda7b2a55c730c31a4582860c2077e78fed3fda24b5e51c52ae037c603c7dec3376deb93402e2aa72
 SHA512 
069c9f9d8115f4865daa277a3621534839e3bd9bd5811ae2a9d1486d25abd66461b8e49f6ef4a4265b261be73c6c66c118c49b97c3f6e05087abde7064bf0d5f
 DIST stone-soup-0.30.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
 DIST stone-soup-0.30.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f
 DIST stone_soup-0.25.1.zip 95477710 BLAKE2B 
0b38a6c7cb7c4c87acccb861b5aae665cd2b6b532f6e86d4a9fa594e0d363b86b4af1ea47275f7fd026ea69d85215be8cdf46258bd620e738b4850e5eceed006
 SHA512 
fa7e8be582c5c6615531884ade4c113542c06c164b6912095c1adf2f16a31cb2ecce057d74132b11b1b1c256a77433037948d4e54819739b7e222cc896cd5220

diff --git a/games-roguelike/stone-soup/stone-soup-0.30.1.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.30.1.ebuild
new file mode 100644
index ..a1e2b48e31eb
--- /dev/null
+++ b/games-roguelike/stone-soup/stone-soup-0.30.1.ebuild
@@ -0,0 +1,238 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# There are many slots for this package because people in the community
+# like to play old versions.  Every release includes content changes
+# where species/spells/monsters are added or removed.  The public
+# servers (e.g. http://crawl.akrasiac.org:8080) usually support playing
+# versions back to 0.11.
+
+# It's not necessary for Gentoo to support these old version but it's
+# something nice that our distro can offer that others don't.  If the
+# maintenance burden becomes excessive than we can revisit that
+# position.
+
+EAPI=8
+
+LUA_COMPAT=( lua5-1 )
+LUA_REQ_USE="deprecated"
+PYTHON_COMPAT=( python3_{9,10,11,12} )
+VIRTUALX_REQUIRED="manual"
+inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs
+
+DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting 
in dungeons"
+HOMEPAGE="https://crawl.develz.org;
+SLOT="0.30"
+
+# Leave empty string if not a _pre release
+COMMITSHA=""
+if [ -z "${COMMITSHA}" ]; then
+   # This is a tagged release
+   # Note the archive URI and file layout changed upstream between 0.29.0 
and 0.29.1
+   SRC_URI="
+   https://github.com/crawl/crawl/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz
+   "
+   MY_P="crawl-${PV}/crawl-ref"
+else
+   # This is a _pre release
+   SRC_URI="
+   https://github.com/crawl/crawl/archive/${COMMITSHA}.tar.gz -> 
${P}.tar.gz
+   "
+   MY_P="crawl-${COMMITSHA}/crawl-ref"
+fi
+SRC_UR

[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/

2023-07-02 Thread Erik Mackdanz
commit: 03b934a856a57810619cbefed0465cfac55ed544
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Jul  2 17:01:15 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jul  2 17:01:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b934a8

net-libs/libupnpp: add 0.23.0

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libupnpp/Manifest   |  1 +
 net-libs/libupnpp/libupnpp-0.23.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 03aa414e682b..d64a65bc8c42 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1,2 +1,3 @@
 DIST libupnpp-0.22.4.tar.gz 481758 BLAKE2B 
41da0dc744e0cddd2d322de297a87c50d975871dcc2b3c22e0381e044ea40787834442161c9bae8c2c3c89226aff7a264e172dedf3c107a8945308f915971785
 SHA512 
ab97a8a5903e43a138b59c9f5805b85fee07da8e73a1b205c5e57688334f3719f84b3483e6bdde461d9b201f064c4afba0f319989627939e6c9f9d6acef84f31
 DIST libupnpp-0.22.5.tar.gz 482678 BLAKE2B 
b4fd760666ffe6d75ca3ae5866eda8627304a0e390145f2fe3f0ab9e168bd2e6a97d596e119aea75fd33fb20525816898f00ab14f78c73e8e673b76a5ddba268
 SHA512 
118347f5c644daf4a044aca441c2636cc5791cee5a33f0fc97e9101e1de0d8bdac2bc85be714343ffcc2c981a02aac59aec920dfcf37d6a24fa9d17215156bc8
+DIST libupnpp-0.23.0.tar.gz 482952 BLAKE2B 
1e4615367f311c47ac99e70d926086585e4e06c7c245cf4e2b463a5c47ca71286c287829f46305202cb24ba4add138aa5fd2864387253e478defa2d083e5526a
 SHA512 
56a90635144a074680b20b28bc55d2258e25730d72fc99cab849e6f343f62ba2646c1510ad3dbfc2733895eba5ae9dd0ade8478f2debe4425781557ecd515b0e

diff --git a/net-libs/libupnpp/libupnpp-0.23.0.ebuild 
b/net-libs/libupnpp/libupnpp-0.23.0.ebuild
new file mode 100644
index ..b05822c3f097
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.23.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli 
and upplay"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli;
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-libs/expat
+   net-libs/libnpupnp
+   net-misc/curl
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   default_src_install
+   find "${ED}" -name '*.la' -delete || die "Couldn't delete .la files"
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/

2023-07-02 Thread Erik Mackdanz
commit: 123c65d25c66926d9beef4c1d064c34a79056d0a
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Jul  2 17:03:25 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jul  2 17:03:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123c65d2

net-libs/libupnpp: drop 0.22.4

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libupnpp/Manifest   |  1 -
 net-libs/libupnpp/libupnpp-0.22.4.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index d64a65bc8c42..9c5405c2811c 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1,3 +1,2 @@
-DIST libupnpp-0.22.4.tar.gz 481758 BLAKE2B 
41da0dc744e0cddd2d322de297a87c50d975871dcc2b3c22e0381e044ea40787834442161c9bae8c2c3c89226aff7a264e172dedf3c107a8945308f915971785
 SHA512 
ab97a8a5903e43a138b59c9f5805b85fee07da8e73a1b205c5e57688334f3719f84b3483e6bdde461d9b201f064c4afba0f319989627939e6c9f9d6acef84f31
 DIST libupnpp-0.22.5.tar.gz 482678 BLAKE2B 
b4fd760666ffe6d75ca3ae5866eda8627304a0e390145f2fe3f0ab9e168bd2e6a97d596e119aea75fd33fb20525816898f00ab14f78c73e8e673b76a5ddba268
 SHA512 
118347f5c644daf4a044aca441c2636cc5791cee5a33f0fc97e9101e1de0d8bdac2bc85be714343ffcc2c981a02aac59aec920dfcf37d6a24fa9d17215156bc8
 DIST libupnpp-0.23.0.tar.gz 482952 BLAKE2B 
1e4615367f311c47ac99e70d926086585e4e06c7c245cf4e2b463a5c47ca71286c287829f46305202cb24ba4add138aa5fd2864387253e478defa2d083e5526a
 SHA512 
56a90635144a074680b20b28bc55d2258e25730d72fc99cab849e6f343f62ba2646c1510ad3dbfc2733895eba5ae9dd0ade8478f2debe4425781557ecd515b0e

diff --git a/net-libs/libupnpp/libupnpp-0.22.4.ebuild 
b/net-libs/libupnpp/libupnpp-0.22.4.ebuild
deleted file mode 100644
index ec0227f9ec2d..
--- a/net-libs/libupnpp/libupnpp-0.22.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli 
and upplay"
-HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli;
-SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="
-   dev-libs/expat
-   net-libs/libnpupnp
-   net-misc/curl
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   default_src_install
-   find "${ED}" -name '*.la' -delete || die "Couldn't delete .la files"
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/

2023-07-02 Thread Erik Mackdanz
commit: fa061928e4fafeaaa68a8a7eaf9b7a716e5af166
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Jul  2 17:02:33 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jul  2 17:02:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa061928

net-libs/libupnpp: stabilize 0.22.5 for amd64, x86

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libupnpp/libupnpp-0.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libupnpp/libupnpp-0.22.5.ebuild 
b/net-libs/libupnpp/libupnpp-0.22.5.ebuild
index b05822c3f097..ec0227f9ec2d 100644
--- a/net-libs/libupnpp/libupnpp-0.22.5.ebuild
+++ b/net-libs/libupnpp/libupnpp-0.22.5.ebuild
@@ -8,7 +8,7 @@ 
SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
dev-libs/expat



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnpupnp/

2023-07-02 Thread Erik Mackdanz
commit: 4b393a59cccac858afc5a7907f28a7be6435
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Jul  2 17:07:02 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jul  2 17:07:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b393a59

net-libs/libnpupnp: drop 5.0.1-r1

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libnpupnp/Manifest  |  1 -
 net-libs/libnpupnp/libnpupnp-5.0.1-r1.ebuild | 48 
 2 files changed, 49 deletions(-)

diff --git a/net-libs/libnpupnp/Manifest b/net-libs/libnpupnp/Manifest
index 8b64d82369bd..37047f7c4d55 100644
--- a/net-libs/libnpupnp/Manifest
+++ b/net-libs/libnpupnp/Manifest
@@ -1,2 +1 @@
-DIST libnpupnp-5.0.1.tar.gz 553258 BLAKE2B 
141967e60a4776b6470dc55d2b0736e17281c671d7f102aee9553ff48d66833ec0c97d405427161989130f6cac21c90c2663f945e6c69c317de710a08e84627a
 SHA512 
2a8cd7c1f2bd710a9b72d69dde56b2e5094ef1b6282239377f7fd15e0a6d9f85218f5b95ec17dabc678897f2d597cf7bf800890524762488c0e6fcc315a8cef7
 DIST libnpupnp-5.0.2.tar.gz 553436 BLAKE2B 
d285bf2b58c74f2aefd98ffb4a0021d82ac508cf91be0dd02db9125fb2966358ce8e5969f540de8c4e6c4930b5f55e1a55588fcd65010b9e0181aa01d70f0b72
 SHA512 
6beab39649acd9ad3ac71420455bf4449f3c8223abcd84578c0a4a0ec52e5fa8df2c07cfda439ce91bc8c83b3a43b74c36de8765adf4feb11b61ee72936ede4e

diff --git a/net-libs/libnpupnp/libnpupnp-5.0.1-r1.ebuild 
b/net-libs/libnpupnp/libnpupnp-5.0.1-r1.ebuild
deleted file mode 100644
index 47edf9c364e2..
--- a/net-libs/libnpupnp/libnpupnp-5.0.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="A C++ base UPnP library, derived from Portable UPnP, a.k.a 
libupnp"
-HOMEPAGE="https://framagit.org/medoc92/npupnp;
-SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-libs/expat
-   net-libs/libmicrohttpd:=
-   net-misc/curl
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --enable-client \
-   --enable-debug \
-   --enable-device \
-   --enable-gena \
-   --enable-ipv6 \
-   --enable-optssdp \
-   --enable-reuseaddr \
-   --enable-soap \
-   --enable-ssdp \
-   --enable-tools \
-   --enable-webserver
-}
-
-src_install() {
-   default
-
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnpupnp/

2023-07-02 Thread Erik Mackdanz
commit: 06f8ffdb9a0de68f90dcf834fd3a4e44af069dfc
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Jul  2 17:06:16 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jul  2 17:06:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f8ffdb

net-libs/libnpupnp: stabilize 5.0.2-r1 for amd64, x86

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libnpupnp/libnpupnp-5.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnpupnp/libnpupnp-5.0.2-r1.ebuild 
b/net-libs/libnpupnp/libnpupnp-5.0.2-r1.ebuild
index f6bed8de5a5f..47edf9c364e2 100644
--- a/net-libs/libnpupnp/libnpupnp-5.0.2-r1.ebuild
+++ b/net-libs/libnpupnp/libnpupnp-5.0.2-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-libs/expat



[gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/

2023-07-02 Thread Erik Mackdanz
commit: b137038b007e8d12003ca9e1f2a1a1da47669b4a
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Jul  2 17:09:37 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jul  2 17:09:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b137038b

media-sound/upmpdcli: drop 1.7.2-r1

Signed-off-by: Erik Mackdanz  gentoo.org>

 media-sound/upmpdcli/Manifest |  1 -
 media-sound/upmpdcli/upmpdcli-1.7.2-r1.ebuild | 68 ---
 2 files changed, 69 deletions(-)

diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
index f1bb32f3926d..04efcc9347a4 100644
--- a/media-sound/upmpdcli/Manifest
+++ b/media-sound/upmpdcli/Manifest
@@ -1,2 +1 @@
-DIST upmpdcli-1.7.2.tar.gz 604605 BLAKE2B 
c5b5493d4ef9f13d6311b36927c3a97b77fee01a683d6af30ee317c67cbb3370e4743f8e59936d5e1f0e3961eff14dbb52b15fb5b54cf9d95ce98ad32487df6b
 SHA512 
ab95f04d56925665d644e60532907f943a14dbf4cf760b1149ea071029077809e2d24e58ed41deee26b780d7cc53bad9815f3923c65e682f133d775c0608f0c5
 DIST upmpdcli-1.7.9.tar.gz 612647 BLAKE2B 
8234dc1872482eb8d53419b8fe02b5d87e9833eb436089b198a7d18402573d48facfcb42d65847b013d462905cdd556203fbaf91f3947a3b87ceee0b0ebd4edf
 SHA512 
0432d32e96d7f9ae0700030fd5c9d35730e1004a995eaebba2a25e0564627c4fe62d23d7f933c2c0e54d8a70b6378cfde0ed903b7be695d468db8eeb9a33e907

diff --git a/media-sound/upmpdcli/upmpdcli-1.7.2-r1.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.7.2-r1.ebuild
deleted file mode 100644
index 83569f8de8c1..
--- a/media-sound/upmpdcli/upmpdcli-1.7.2-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools systemd
-
-DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
-HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html;
-LICENSE="GPL-2"
-
-SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="thirdparty"
-
-DEPEND="
-   dev-libs/jsoncpp
-   media-libs/libmpdclient
-   net-libs/libmicrohttpd:=
-   net-libs/libupnpp
-"
-RDEPEND="
-   ${DEPEND}
-   acct-group/upmpdcli
-   acct-user/upmpdcli
-   app-misc/recoll
-   thirdparty? ( dev-python/requests )
-"
-
-PATCHES=(
-   "${FILESDIR}"/makefile.patch
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var/lib \
-   --disable-dependency-tracking \
-   --disable-silent-rules \
-   "--docdir=/usr/share/doc/${P}" \
-   "--htmldir=/usr/share/doc/${P}/html" \
-   --libdir=/usr/lib64 \
-   || die "Configure failed"
-
-}
-
-src_install() {
-   default
-   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
-   systemd_dounit systemd/upmpdcli.service
-}
-
-pkg_postinst() {
-   einfo
-   einfo "This package no longer assumes that upmpdcli is driving an"
-   einfo "mpd instance on the same host (https://bugs.gentoo.org/670130)."
-   einfo "Probably it is though, so be sure your mpd is built with"
-   einfo "USE=curl."
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/

2023-07-02 Thread Erik Mackdanz
commit: ca12d5724c17a1ec72b3ff0b530167feb0f7dfe6
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Jul  2 17:14:34 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jul  2 17:14:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca12d572

media-sound/upmpdcli: add 1.8.1

Signed-off-by: Erik Mackdanz  gentoo.org>

 media-sound/upmpdcli/Manifest  |  1 +
 media-sound/upmpdcli/upmpdcli-1.8.1.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
index 04efcc9347a4..4c29154cc8a9 100644
--- a/media-sound/upmpdcli/Manifest
+++ b/media-sound/upmpdcli/Manifest
@@ -1 +1,2 @@
 DIST upmpdcli-1.7.9.tar.gz 612647 BLAKE2B 
8234dc1872482eb8d53419b8fe02b5d87e9833eb436089b198a7d18402573d48facfcb42d65847b013d462905cdd556203fbaf91f3947a3b87ceee0b0ebd4edf
 SHA512 
0432d32e96d7f9ae0700030fd5c9d35730e1004a995eaebba2a25e0564627c4fe62d23d7f933c2c0e54d8a70b6378cfde0ed903b7be695d468db8eeb9a33e907
+DIST upmpdcli-1.8.1.tar.gz 629467 BLAKE2B 
dcc5f719721711e8b1ab53c8a163aa1230f01358fea54aad4e4fc7bc9e1f1442c31328f16637606fc06bebdff012c581a16f843885e2675949f2cb92a6ce6444
 SHA512 
35c1cc3ac215d783253b93f88a50fef2caa2d9ac541240fe58398ae062f02c4934c7b832f0159c7e542284496af59f91a59a2cfe3a0d5e2152dd40e7dec1aed7

diff --git a/media-sound/upmpdcli/upmpdcli-1.8.1.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.8.1.ebuild
new file mode 100644
index ..bba4fa0a43cb
--- /dev/null
+++ b/media-sound/upmpdcli/upmpdcli-1.8.1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools systemd
+
+DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html;
+LICENSE="GPL-2"
+
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="thirdparty"
+
+DEPEND="
+   dev-libs/jsoncpp
+   media-libs/libmpdclient
+   net-libs/libmicrohttpd:=
+   net-libs/libupnpp
+"
+RDEPEND="
+   ${DEPEND}
+   acct-group/upmpdcli
+   acct-user/upmpdcli
+   app-misc/recoll
+   thirdparty? ( dev-python/requests )
+"
+
+PATCHES=(
+   "${FILESDIR}"/makefile.patch
+   "${FILESDIR}"/configure.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+
+   eautoconf
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var/lib \
+   --disable-dependency-tracking \
+   --disable-silent-rules \
+   "--docdir=/usr/share/doc/${P}" \
+   "--htmldir=/usr/share/doc/${P}/html" \
+   --libdir=/usr/lib64 \
+   || die "Configure failed"
+
+}
+
+src_install() {
+   default
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
+   systemd_dounit systemd/upmpdcli.service
+}
+
+pkg_postinst() {
+   einfo
+   einfo "This package no longer assumes that upmpdcli is driving an"
+   einfo "mpd instance on the same host (https://bugs.gentoo.org/670130)."
+   einfo "Probably it is though, so be sure your mpd is built with"
+   einfo "USE=curl."
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/

2023-07-02 Thread Erik Mackdanz
commit: df6f1982fc107222527e0fb9b062c08907d906b4
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun Jul  2 17:08:40 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun Jul  2 17:08:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6f1982

media-sound/upmpdcli: stabilize 1.7.9-r1 for amd64, x86

Signed-off-by: Erik Mackdanz  gentoo.org>

 media-sound/upmpdcli/upmpdcli-1.7.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/upmpdcli/upmpdcli-1.7.9-r1.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.7.9-r1.ebuild
index bba4fa0a43cb..49aa560b65d7 100644
--- a/media-sound/upmpdcli/upmpdcli-1.7.9-r1.ebuild
+++ b/media-sound/upmpdcli/upmpdcli-1.7.9-r1.ebuild
@@ -11,7 +11,7 @@ LICENSE="GPL-2"
 
 SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="thirdparty"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/, games-roguelike/stone-soup/files/

2023-07-12 Thread Erik Mackdanz
commit: 7ae60d06a530df1f5aa157d7f6dc727fc1931ec5
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Thu Jul 13 04:40:21 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Thu Jul 13 04:41:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae60d06

games-roguelike/stone-soup: add 0.31.0_pre20230712

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/Manifest|   3 +
 games-roguelike/stone-soup/files/make-v3.patch |   9 -
 .../stone-soup-0.31.0_pre20230712.ebuild   | 238 +
 3 files changed, 241 insertions(+), 9 deletions(-)

diff --git a/games-roguelike/stone-soup/Manifest 
b/games-roguelike/stone-soup/Manifest
index 8be8b404eabe..bcf75caca211 100644
--- a/games-roguelike/stone-soup/Manifest
+++ b/games-roguelike/stone-soup/Manifest
@@ -13,6 +13,9 @@ DIST stone-soup-0.30.0.tar.gz 21498124 BLAKE2B 
18a615d7a882d900d3c7f6523590c7506
 DIST stone-soup-0.30.1.tar.gz 21502317 BLAKE2B 
5fc39bb83c5d6b96a00d55c4bf18ee0e6051dd8513ee397dda7b2a55c730c31a4582860c2077e78fed3fda24b5e51c52ae037c603c7dec3376deb93402e2aa72
 SHA512 
069c9f9d8115f4865daa277a3621534839e3bd9bd5811ae2a9d1486d25abd66461b8e49f6ef4a4265b261be73c6c66c118c49b97c3f6e05087abde7064bf0d5f
 DIST stone-soup-0.30.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
 DIST stone-soup-0.30.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f
+DIST stone-soup-0.31.0_pre20230712.tar.gz 21654476 BLAKE2B 
c58e59eee09996d109aeb2ef21334497b18b665cfef42c77857446bf8108fe0e50064a29e662eb7c513026fba4f9f1b8ebe2122d5fc317223f61037ac31bee68
 SHA512 
bad8ba6a4479ed34f1a5b081062db11eb73f8a6cd7637a44c8c7da7013b0a0b943ef921345f5071be245eb7a575bffaef1c04973d634b6c5092a09211126f46a
+DIST stone-soup-0.31.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
+DIST stone-soup-0.31.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f
 DIST stone_soup-0.25.1.zip 95477710 BLAKE2B 
0b38a6c7cb7c4c87acccb861b5aae665cd2b6b532f6e86d4a9fa594e0d363b86b4af1ea47275f7fd026ea69d85215be8cdf46258bd620e738b4850e5eceed006
 SHA512 
fa7e8be582c5c6615531884ade4c113542c06c164b6912095c1adf2f16a31cb2ecce057d74132b11b1b1c256a77433037948d4e54819739b7e222cc896cd5220
 DIST stone_soup-0.26.1.zip 95585384 BLAKE2B 
6d1cb99fc44e918cad4144608f259e67a26df444b93c8501590ff209e8856fd08c514d4c8c78cb0848d8e6127cdf4360b47d21ced5d919da982421934b46102d
 SHA512 
637f1a07e9f35e18eda10c17dc28449364c56aee8456497e30552acb55608a9433cff8b64af877049c21cb2a42eb2fcad28f58a7e57a1d835eb8c252e580205d
 DIST stone_soup-0.27.1.zip 96934633 BLAKE2B 
8821920a4faad9474f08a34ae3c272cb9dcd3ddeb9029e033c22eb8e6650ef20bbc30e0c0ca1556d08c1b7b898fdbdd3667a3ac9a8527e0c322cd8c78ab391bb
 SHA512 
845dafc9895ada3712903de63b95cca9eeb66160e4a04ba21193d916447fca8e7248b851f1e938f43b8d3937cf4f4437443bdc4fe2da893fe3918fed4e0b5204

diff --git a/games-roguelike/stone-soup/files/make-v3.patch 
b/games-roguelike/stone-soup/files/make-v3.patch
index 9d1235e3c604..7a1308b36bd6 100644
--- a/games-roguelike/stone-soup/files/make-v3.patch
+++ b/games-roguelike/stone-soup/files/make-v3.patch
@@ -1,14 +1,5 @@
 --- a/Makefile 2023-04-08 18:39:09.818483802 -0500
 +++ b/Makefile 2023-04-08 18:44:54.509321177 -0500
-@@ -92,7 +92,7 @@
- # processes. Not supported for MSYS2/cygwin builds, and will be overridden for
- # mac universal builds. This does not count as a change in build flags.
- ifndef GAME
--  GAME = crawl
-+  GAME = crawl-0.30
- endif
- 
- # Disable GNU Make implicit rules and variables. Leaving them enabled will 
slow
 @@ -206,7 +206,7 @@
  uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
  uname_M := $(shell sh -c 'uname -m 2>/dev/null || echo not')

diff --git a/games-roguelike/stone-soup/stone-soup-0.31.0_pre20230712.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.31.0_pre20230712.ebuild
new file mode 100644
index ..9ea0126c9a43
--- /dev/null
+++ b/games-roguelike/stone-soup/stone-soup-0.31.0_pre20230712.ebuild
@@ -0,0 +1,238 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed 

[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2023-06-09 Thread Erik Mackdanz
commit: 9bdd0d6c59b1ad446efd401dabc9ea718e1b6008
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Fri Jun  9 21:38:23 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Fri Jun  9 21:39:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bdd0d6c

games-roguelike/stone-soup: enable py3.12

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild| 2 +-
 games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild  | 2 +-
 games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild  | 2 +-
 games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild  | 2 +-
 games-roguelike/stone-soup/stone-soup-0.29.1.ebuild | 2 +-
 games-roguelike/stone-soup/stone-soup-0.30.0.ebuild | 2 +-
 games-roguelike/stone-soup/stone-soup-0.30.0_pre20230408.ebuild | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild
index bb46296e7328..150e83d6270e 100644
--- a/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild
@@ -16,7 +16,7 @@ EAPI=8
 
 LUA_COMPAT=( lua5-1 )
 LUA_REQ_USE="deprecated"
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{9,10,11,12} )
 VIRTUALX_REQUIRED="manual"
 inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs
 

diff --git a/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild
index 4108daba0ebf..76214392d586 100644
--- a/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild
@@ -16,7 +16,7 @@ EAPI=8
 
 LUA_COMPAT=( lua5-1 )
 LUA_REQ_USE="deprecated"
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{9,10,11,12} )
 VIRTUALX_REQUIRED="manual"
 inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs
 

diff --git a/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild
index 96b13258933b..3f0437547cfa 100644
--- a/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild
@@ -16,7 +16,7 @@ EAPI=8
 
 LUA_COMPAT=( lua5-1 )
 LUA_REQ_USE="deprecated"
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{9,10,11,12} )
 VIRTUALX_REQUIRED="manual"
 inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs
 

diff --git a/games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild
index 138d4f637a0f..64e098e751ce 100644
--- a/games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild
@@ -16,7 +16,7 @@ EAPI=8
 
 LUA_COMPAT=( lua5-1 )
 LUA_REQ_USE="deprecated"
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{9,10,11,12} )
 VIRTUALX_REQUIRED="manual"
 inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs
 

diff --git a/games-roguelike/stone-soup/stone-soup-0.29.1.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.29.1.ebuild
index 16d449839711..5ff221ce1c56 100644
--- a/games-roguelike/stone-soup/stone-soup-0.29.1.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.29.1.ebuild
@@ -16,7 +16,7 @@ EAPI=8
 
 LUA_COMPAT=( lua5-1 )
 LUA_REQ_USE="deprecated"
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{9,10,11,12} )
 VIRTUALX_REQUIRED="manual"
 inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs
 

diff --git a/games-roguelike/stone-soup/stone-soup-0.30.0.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.30.0.ebuild
index 626cff947189..a1e2b48e31eb 100644
--- a/games-roguelike/stone-soup/stone-soup-0.30.0.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.30.0.ebuild
@@ -16,7 +16,7 @@ EAPI=8
 
 LUA_COMPAT=( lua5-1 )
 LUA_REQ_USE="deprecated"
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{9,10,11,12} )
 VIRTUALX_REQUIRED="manual"
 inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs
 

diff --git a/games-roguelike/stone-soup/stone-soup-0.30.0_pre20230408.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.30.0_pre20230408.ebuild
index f9f297b0b3fb..e28370cae715 100644
--- a/games-roguelike/stone-soup/stone-soup-0.30.0_pre20230408.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.30.0_pre20230408.ebuild
@@ -16,7 +16,7 @@ EAPI=8
 
 LUA_COMPAT=( lua5-1 )
 LUA_REQ_USE="deprecated"
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{9,10,11,12} )
 VIRTUALX_REQUIRED="manual"
 inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs
 



[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2023-06-09 Thread Erik Mackdanz
commit: edc64bfd040a3560f13dfce0aa027d272881de17
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Fri Jun  9 21:30:49 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Fri Jun  9 21:39:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc64bfd

games-roguelike/stone-soup: metadata fix

Closes: https://bugs.gentoo.org/906146
Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/Manifest |  2 +-
 games-roguelike/stone-soup/stone-soup-0.30.0.ebuild | 12 +++-
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/games-roguelike/stone-soup/Manifest 
b/games-roguelike/stone-soup/Manifest
index 7d7a9a528f64..71bb9459d18a 100644
--- a/games-roguelike/stone-soup/Manifest
+++ b/games-roguelike/stone-soup/Manifest
@@ -9,7 +9,7 @@ DIST stone-soup-0.28.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d2
 DIST stone-soup-0.29.1.tar.gz 17510846 BLAKE2B 
65b84797c8d8a268a3ce95de9d928e131bf6e21a1ea6ac3e72263c75f9d6288e9d95f9df6401528c06aefbda9bb642c79bf78065a65224297d33c050abf37056
 SHA512 
2ca49c4cd228526d47e4ad7e9556b6c26566595458423cd8e6b762298f229eb7ba273770ae1e12939ba66574a5b55e44812d06c4809d4327ed9bfd738501af04
 DIST stone-soup-0.29.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
 DIST stone-soup-0.29.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f
-DIST stone-soup-0.30.0.tar.gz 21062127 BLAKE2B 
41a06df2e9298cc5ec6ee1e7180dc93691d6414f959f59fea6f309cec859bd2ee7432680ef1b4af795101f056332ac1ccfde05f3ed67751c81f05fce819bdf34
 SHA512 
bf134484e56c77ed9aeb2300d3d040b4a4c53eabb6bd7b6bb5e1396cb4c290573a4bbdad90fd0553498883e0747cc2e0cfab7505cae092d5504b4a5184765a33
+DIST stone-soup-0.30.0.tar.gz 21498124 BLAKE2B 
18a615d7a882d900d3c7f6523590c75064be8098415c7537ea709f44fe15ec795eb5f9014eefe813111b4a3273c0924e32fa25ba90153e04c1adfec12eee31a3
 SHA512 
f722a94fc5ce4a46e92a3f1d2dd1766d343662899d61eaab971df311f98d86fdd520264e2a800159e7bad57cc2af9a9a952bb01fde05438e191e1168747e4b4f
 DIST stone-soup-0.30.0_pre20230408.tar.gz 21062127 BLAKE2B 
41a06df2e9298cc5ec6ee1e7180dc93691d6414f959f59fea6f309cec859bd2ee7432680ef1b4af795101f056332ac1ccfde05f3ed67751c81f05fce819bdf34
 SHA512 
bf134484e56c77ed9aeb2300d3d040b4a4c53eabb6bd7b6bb5e1396cb4c290573a4bbdad90fd0553498883e0747cc2e0cfab7505cae092d5504b4a5184765a33
 DIST stone-soup-0.30.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
 DIST stone-soup-0.30.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f

diff --git a/games-roguelike/stone-soup/stone-soup-0.30.0.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.30.0.ebuild
index 4f66438c8b87..626cff947189 100644
--- a/games-roguelike/stone-soup/stone-soup-0.30.0.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.30.0.ebuild
@@ -24,19 +24,21 @@ DESCRIPTION="Role-playing roguelike game of exploration and 
treasure-hunting in
 HOMEPAGE="https://crawl.develz.org;
 SLOT="0.30"
 
-COMMITSHA="acf32f4bd3330cf0c882ac39c3e11ce40d587b49"
-MY_P="crawl-${COMMITSHA}/crawl-ref"
-IS_RELEASE=true
-
-if [ "${IS_RELEASE}" = true ]; then
+# Leave empty string if not a _pre release
+COMMITSHA=""
+if [ -z "${COMMITSHA}" ]; then
+   # This is a tagged release
+   # Note the archive URI and file layout changed upstream between 0.29.0 
and 0.29.1
SRC_URI="
https://github.com/crawl/crawl/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz
"
+   MY_P="crawl-${PV}/crawl-ref"
 else
# This is a _pre release
SRC_URI="
https://github.com/crawl/crawl/archive/${COMMITSHA}.tar.gz -> 
${P}.tar.gz
"
+   MY_P="crawl-${COMMITSHA}/crawl-ref"
 fi
 SRC_URI="
${SRC_URI}



[gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/, media-sound/upmpdcli/files/

2023-06-10 Thread Erik Mackdanz
commit: 5e1af15dc3180bad9cc46ec25f6dc0786df68f58
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Jun 10 15:58:12 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sat Jun 10 15:58:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e1af15d

media-sound/upmpdcli: patch config-time implicit decl

Closes: https://bugs.gentoo.org/904997
Signed-off-by: Erik Mackdanz  gentoo.org>

 media-sound/upmpdcli/files/configure.patch| 11 +++
 media-sound/upmpdcli/upmpdcli-1.7.9-r1.ebuild |  3 +++
 2 files changed, 14 insertions(+)

diff --git a/media-sound/upmpdcli/files/configure.patch 
b/media-sound/upmpdcli/files/configure.patch
new file mode 100644
index ..d708186f652b
--- /dev/null
+++ b/media-sound/upmpdcli/files/configure.patch
@@ -0,0 +1,11 @@
+--- a/configure.ac 2023-06-10 10:21:38.770760698 -0500
 b/configure.ac 2023-06-10 10:22:01.670904090 -0500
+@@ -86,7 +86,7 @@
+ 
+  Functions
+ AC_LINK_IFELSE(
+-[AC_LANG_PROGRAM([#include ], [double x = exp10(1.0);])],
++[AC_LANG_PROGRAM([#include ], [double exp10(double x);], [double 
x = exp10(1.0);])],
+ [AC_DEFINE([HAVE_EXP10], [1], [Define to 1 if you have the 'exp10' 
function])],
+   [])
+ 

diff --git a/media-sound/upmpdcli/upmpdcli-1.7.9-r1.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.7.9-r1.ebuild
index c38f8d283050..bba4fa0a43cb 100644
--- a/media-sound/upmpdcli/upmpdcli-1.7.9-r1.ebuild
+++ b/media-sound/upmpdcli/upmpdcli-1.7.9-r1.ebuild
@@ -30,6 +30,7 @@ RDEPEND="
 
 PATCHES=(
"${FILESDIR}"/makefile.patch
+   "${FILESDIR}"/configure.patch
 )
 
 src_prepare() {
@@ -39,6 +40,8 @@ src_prepare() {
 
 src_configure() {
 
+   eautoconf
+
./configure \
--prefix=/usr \
--sysconfdir=/etc \



[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2023-05-10 Thread Erik Mackdanz
commit: 606d5c380e4d69da1fd65165e270d8d38f0dfe52
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Thu May 11 03:06:13 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Thu May 11 03:06:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=606d5c38

games-roguelike/stone-soup: stabilize 0.30.0_pre20230408 for amd64, x86

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/stone-soup-0.30.0_pre20230408.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-roguelike/stone-soup/stone-soup-0.30.0_pre20230408.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.30.0_pre20230408.ebuild
index 353556d7ed6e..f9f297b0b3fb 100644
--- a/games-roguelike/stone-soup/stone-soup-0.30.0_pre20230408.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.30.0_pre20230408.ebuild
@@ -51,7 +51,7 @@ SRC_URI="
 # Public Domain|CC0: most of tiles
 # MIT: json.cc/json.h, some .js files in webserver/static/scripts/contrib/
 LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="advpng debug ncurses sound test +tiles"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="${LUA_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2023-05-10 Thread Erik Mackdanz
commit: cae04364eb6e0d94fa86814e15ba7bcf506f4443
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Thu May 11 03:09:39 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Thu May 11 03:09:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae04364

games-roguelike/stone-soup: drop 0.30.0_pre20230129

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/Manifest|   1 -
 .../stone-soup-0.30.0_pre20230129.ebuild   | 238 -
 2 files changed, 239 deletions(-)

diff --git a/games-roguelike/stone-soup/Manifest 
b/games-roguelike/stone-soup/Manifest
index 8774e05af573..8329b932bf9d 100644
--- a/games-roguelike/stone-soup/Manifest
+++ b/games-roguelike/stone-soup/Manifest
@@ -9,7 +9,6 @@ DIST stone-soup-0.28.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d2
 DIST stone-soup-0.29.1.tar.gz 17510846 BLAKE2B 
65b84797c8d8a268a3ce95de9d928e131bf6e21a1ea6ac3e72263c75f9d6288e9d95f9df6401528c06aefbda9bb642c79bf78065a65224297d33c050abf37056
 SHA512 
2ca49c4cd228526d47e4ad7e9556b6c26566595458423cd8e6b762298f229eb7ba273770ae1e12939ba66574a5b55e44812d06c4809d4327ed9bfd738501af04
 DIST stone-soup-0.29.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
 DIST stone-soup-0.29.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f
-DIST stone-soup-0.30.0_pre20230129.tar.gz 20929296 BLAKE2B 
4ca826d5157c3530c3d7a1f36aa10cc8fbf961a33aca06e2dcd3afc1896e12babdc8e2e33fd937397d72cded0f208422f21757d95ad70171f4938237f6d4f034
 SHA512 
9d27d209eaee58bf33eaf84288e3f48b72bfb701496d8c3ac98f6207ef761d23134270a837194e0f18c9a6e64774949b4668929614db1f9a7334e7abbb5db4ea
 DIST stone-soup-0.30.0_pre20230408.tar.gz 21062127 BLAKE2B 
41a06df2e9298cc5ec6ee1e7180dc93691d6414f959f59fea6f309cec859bd2ee7432680ef1b4af795101f056332ac1ccfde05f3ed67751c81f05fce819bdf34
 SHA512 
bf134484e56c77ed9aeb2300d3d040b4a4c53eabb6bd7b6bb5e1396cb4c290573a4bbdad90fd0553498883e0747cc2e0cfab7505cae092d5504b4a5184765a33
 DIST stone-soup-0.30.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
 DIST stone-soup-0.30.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f

diff --git a/games-roguelike/stone-soup/stone-soup-0.30.0_pre20230129.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.30.0_pre20230129.ebuild
deleted file mode 100644
index 61ab7b0bd76c..
--- a/games-roguelike/stone-soup/stone-soup-0.30.0_pre20230129.ebuild
+++ /dev/null
@@ -1,238 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# There are many slots for this package because people in the community
-# like to play old versions.  Every release includes content changes
-# where species/spells/monsters are added or removed.  The public
-# servers (e.g. http://crawl.akrasiac.org:8080) usually support playing
-# versions back to 0.11.
-
-# It's not necessary for Gentoo to support these old version but it's
-# something nice that our distro can offer that others don't.  If the
-# maintenance burden becomes excessive than we can revisit that
-# position.
-
-EAPI=8
-
-LUA_COMPAT=( lua5-1 )
-LUA_REQ_USE="deprecated"
-PYTHON_COMPAT=( python3_{9,10,11} )
-VIRTUALX_REQUIRED="manual"
-inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs
-
-DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting 
in dungeons"
-HOMEPAGE="https://crawl.develz.org;
-SLOT="0.30"
-
-# Leave empty string if not a _pre release
-COMMITSHA="c68057be0a1ad1b17d0337fd8baed0213a428039"
-if [ -z "${COMMITSHA}" ]; then
-   # This is a tagged release
-   # Note the archive URI and file layout changed upstream between 0.29.0 
and 0.29.1
-   SRC_URI="
-   https://github.com/crawl/crawl/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz
-   "
-   MY_P="crawl-${PV}/crawl-ref"
-else
-   # This is a _pre release
-   SRC_URI="
-   https://github.com/crawl/crawl/archive/

[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2023-05-10 Thread Erik Mackdanz
commit: c43204dff42729d98061dae291756912fdc4b054
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Thu May 11 03:13:04 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Thu May 11 03:13:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c43204df

games-roguelike/stone-soup: add 0.30.0

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/Manifest|   1 +
 .../stone-soup/stone-soup-0.30.0.ebuild| 236 +
 2 files changed, 237 insertions(+)

diff --git a/games-roguelike/stone-soup/Manifest 
b/games-roguelike/stone-soup/Manifest
index 8329b932bf9d..7d7a9a528f64 100644
--- a/games-roguelike/stone-soup/Manifest
+++ b/games-roguelike/stone-soup/Manifest
@@ -9,6 +9,7 @@ DIST stone-soup-0.28.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d2
 DIST stone-soup-0.29.1.tar.gz 17510846 BLAKE2B 
65b84797c8d8a268a3ce95de9d928e131bf6e21a1ea6ac3e72263c75f9d6288e9d95f9df6401528c06aefbda9bb642c79bf78065a65224297d33c050abf37056
 SHA512 
2ca49c4cd228526d47e4ad7e9556b6c26566595458423cd8e6b762298f229eb7ba273770ae1e12939ba66574a5b55e44812d06c4809d4327ed9bfd738501af04
 DIST stone-soup-0.29.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
 DIST stone-soup-0.29.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f
+DIST stone-soup-0.30.0.tar.gz 21062127 BLAKE2B 
41a06df2e9298cc5ec6ee1e7180dc93691d6414f959f59fea6f309cec859bd2ee7432680ef1b4af795101f056332ac1ccfde05f3ed67751c81f05fce819bdf34
 SHA512 
bf134484e56c77ed9aeb2300d3d040b4a4c53eabb6bd7b6bb5e1396cb4c290573a4bbdad90fd0553498883e0747cc2e0cfab7505cae092d5504b4a5184765a33
 DIST stone-soup-0.30.0_pre20230408.tar.gz 21062127 BLAKE2B 
41a06df2e9298cc5ec6ee1e7180dc93691d6414f959f59fea6f309cec859bd2ee7432680ef1b4af795101f056332ac1ccfde05f3ed67751c81f05fce819bdf34
 SHA512 
bf134484e56c77ed9aeb2300d3d040b4a4c53eabb6bd7b6bb5e1396cb4c290573a4bbdad90fd0553498883e0747cc2e0cfab7505cae092d5504b4a5184765a33
 DIST stone-soup-0.30.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
 DIST stone-soup-0.30.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f

diff --git a/games-roguelike/stone-soup/stone-soup-0.30.0.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.30.0.ebuild
new file mode 100644
index ..4f66438c8b87
--- /dev/null
+++ b/games-roguelike/stone-soup/stone-soup-0.30.0.ebuild
@@ -0,0 +1,236 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# There are many slots for this package because people in the community
+# like to play old versions.  Every release includes content changes
+# where species/spells/monsters are added or removed.  The public
+# servers (e.g. http://crawl.akrasiac.org:8080) usually support playing
+# versions back to 0.11.
+
+# It's not necessary for Gentoo to support these old version but it's
+# something nice that our distro can offer that others don't.  If the
+# maintenance burden becomes excessive than we can revisit that
+# position.
+
+EAPI=8
+
+LUA_COMPAT=( lua5-1 )
+LUA_REQ_USE="deprecated"
+PYTHON_COMPAT=( python3_{9,10,11} )
+VIRTUALX_REQUIRED="manual"
+inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs
+
+DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting 
in dungeons"
+HOMEPAGE="https://crawl.develz.org;
+SLOT="0.30"
+
+COMMITSHA="acf32f4bd3330cf0c882ac39c3e11ce40d587b49"
+MY_P="crawl-${COMMITSHA}/crawl-ref"
+IS_RELEASE=true
+
+if [ "${IS_RELEASE}" = true ]; then
+   SRC_URI="
+   https://github.com/crawl/crawl/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz
+   "
+else
+   # This is a _pre release
+   SRC_URI="
+   https://github.com/crawl/crawl/archive/${COMMITSHA}.tar.gz -> 
${P}.tar.gz
+   "
+fi
+SRC_URI="
+   ${SRC_URI}
+   https://dev.gentoo.org/~stasibear/distfiles/${PN}.png -> 
${PN}-${SLOT}.png
+   https://dev.gentoo.org/~stas

[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/files/, games-roguelike/stone-soup/

2023-08-14 Thread Erik Mackdanz
commit: eaab00c81c45e54fd2174fee1caa92b17c61c50a
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Mon Aug 14 17:53:53 2023 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Mon Aug 14 17:55:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaab00c8

games-roguelike/stone-soup: avoid execinfo.h on non-glibc

Upstream: https://github.com/crawl/crawl/issues/2446
Closes: https://bugs.gentoo.org/831632
Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/files/avoid-musl-execinfo.patch   | 12 
 games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild |  1 +
 games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild   |  1 +
 games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild   |  1 +
 games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild   |  1 +
 games-roguelike/stone-soup/stone-soup-0.29.1.ebuild  |  1 +
 games-roguelike/stone-soup/stone-soup-0.30.1.ebuild  |  1 +
 .../stone-soup/stone-soup-0.31.0_pre20230712.ebuild  |  1 +
 8 files changed, 19 insertions(+)

diff --git a/games-roguelike/stone-soup/files/avoid-musl-execinfo.patch 
b/games-roguelike/stone-soup/files/avoid-musl-execinfo.patch
new file mode 100644
index ..923f940c3f57
--- /dev/null
+++ b/games-roguelike/stone-soup/files/avoid-musl-execinfo.patch
@@ -0,0 +1,12 @@
+--- a/crash.cc2023-08-14 02:39:46.638062516 +
 b/crash.cc2023-08-14 02:41:28.020698537 +
+@@ -27,7 +27,8 @@
+ #endif
+
+ #ifdef BACKTRACE_SUPPORTED
+-#if defined(TARGET_CPU_MIPS) || \
++#if !defined(__GLIBC__) || \
++defined(TARGET_CPU_MIPS) || \
+ defined(TARGET_OS_FREEBSD) || \
+ defined(TARGET_OS_NETBSD) || \
+ defined(TARGET_OS_OPENBSD) || \

diff --git a/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild
index 150e83d6270e..cfb186245ce1 100644
--- a/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild
@@ -87,6 +87,7 @@ S=${WORKDIR}/${MY_P}/source
 PATCHES=(
"${FILESDIR}"/make.patch
"${FILESDIR}"/rltiles-make.patch
+   "${FILESDIR}"/avoid-musl-execinfo.patch
 )
 
 python_check_deps() {

diff --git a/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild
index 76214392d586..ac840b8128cf 100644
--- a/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild
@@ -87,6 +87,7 @@ S=${WORKDIR}/${MY_P}/source
 PATCHES=(
"${FILESDIR}"/make.patch
"${FILESDIR}"/rltiles-make.patch
+   "${FILESDIR}"/avoid-musl-execinfo.patch
 )
 
 python_check_deps() {

diff --git a/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild
index 3f0437547cfa..c8dde8ecd912 100644
--- a/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild
@@ -87,6 +87,7 @@ S=${WORKDIR}/${MY_P}/source
 PATCHES=(
"${FILESDIR}"/make.patch
"${FILESDIR}"/rltiles-make.patch
+   "${FILESDIR}"/avoid-musl-execinfo.patch
 )
 
 python_check_deps() {

diff --git a/games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild
index 64e098e751ce..1907acb253f4 100644
--- a/games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild
@@ -101,6 +101,7 @@ BDEPEND="
 PATCHES=(
"${FILESDIR}"/make.patch
"${FILESDIR}"/rltiles-make.patch
+   "${FILESDIR}"/avoid-musl-execinfo.patch
 )
 
 python_check_deps() {

diff --git a/games-roguelike/stone-soup/stone-soup-0.29.1.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.29.1.ebuild
index 5ff221ce1c56..d751569f7cc8 100644
--- a/games-roguelike/stone-soup/stone-soup-0.29.1.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.29.1.ebuild
@@ -103,6 +103,7 @@ BDEPEND="
 PATCHES=(
"${FILESDIR}"/make.patch
"${FILESDIR}"/rltiles-make.patch
+   "${FILESDIR}"/avoid-musl-execinfo.patch
 )
 
 python_check_deps() {

diff --git a/games-roguelike/stone-soup/stone-soup-0.30.1.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.30.1.ebuild
index cc9c0daa09b4..48d500eea5f4 100644
--- a/games-roguelike/stone-soup/stone-soup-0.30.1.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.30.1.ebuild
@@ -103,6 +103,7 @@ BDEPEND="
 PATCHES=(
"${FILESDIR}"/make-v3.patch
"${FILESDIR}"/rltiles-make.patch
+   "${FILESDIR}"/avoid-musl-execinfo.patch
 )
 
 python_check_deps() {

diff --git a/games-roguelike/stone-soup/stone-soup-0.31.0_pre20230712.ebuild 
b/games-roguelike/stone-soup/stone-soup-0

[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2024-01-20 Thread Erik Mackdanz
commit: edbbe15f49c5e294376e1b10b13c8bdfc75603c9
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Jan 20 15:07:53 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sat Jan 20 15:40:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edbbe15f

games-roguelike/stone-soup: drop 0.31.0_pre20230712

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/Manifest|   1 -
 .../stone-soup-0.31.0_pre20230712.ebuild   | 239 -
 2 files changed, 240 deletions(-)

diff --git a/games-roguelike/stone-soup/Manifest 
b/games-roguelike/stone-soup/Manifest
index 74157170ec07..508d7c33b989 100644
--- a/games-roguelike/stone-soup/Manifest
+++ b/games-roguelike/stone-soup/Manifest
@@ -13,7 +13,6 @@ DIST stone-soup-0.30.1.tar.gz 21502317 BLAKE2B 
5fc39bb83c5d6b96a00d55c4bf18ee0e6
 DIST stone-soup-0.30.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
 DIST stone-soup-0.30.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f
 DIST stone-soup-0.31.0.tar.gz 22432560 BLAKE2B 
f3e696915458674e3f7ce2a47d19c740c53de897ab40227efc9c127be42dcfbb4b3ee93258ea4094fb1a18aceb37c4341aac86c1174c42ab1ce300bca3281fc6
 SHA512 
ad354d57a39d07ad8a1a89a7fd20b33a4cd88fcbf1f2276cdefe8890c223272b7a34969a373f6b1f39cff72499c1e2773592ce368e887307908acd59ca00ca4b
-DIST stone-soup-0.31.0_pre20230712.tar.gz 21654476 BLAKE2B 
c58e59eee09996d109aeb2ef21334497b18b665cfef42c77857446bf8108fe0e50064a29e662eb7c513026fba4f9f1b8ebe2122d5fc317223f61037ac31bee68
 SHA512 
bad8ba6a4479ed34f1a5b081062db11eb73f8a6cd7637a44c8c7da7013b0a0b943ef921345f5071be245eb7a575bffaef1c04973d634b6c5092a09211126f46a
 DIST stone-soup-0.31.0_pre20231027.tar.gz 22093957 BLAKE2B 
7f434b3430f2b4c99abbb52fd245349caaf3864fc992263482144e1bb3c12a9b58be8b918d21c829e8c188116900dfbac082f5e1c490faf4f4a27e1d04998fd5
 SHA512 
76f957e5cbd580969aa8c1aa09c47604bb0eee85ea3e7895d3e311567a0ec5ece51b3816b143233e2be9a434baf7ad5dd86d815d06bd6ec6e9aac0df5d3d8ac5
 DIST stone-soup-0.31.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
 DIST stone-soup-0.31.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f

diff --git a/games-roguelike/stone-soup/stone-soup-0.31.0_pre20230712.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.31.0_pre20230712.ebuild
deleted file mode 100644
index 30ae6c07f99f..
--- a/games-roguelike/stone-soup/stone-soup-0.31.0_pre20230712.ebuild
+++ /dev/null
@@ -1,239 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# There are many slots for this package because people in the community
-# like to play old versions.  Every release includes content changes
-# where species/spells/monsters are added or removed.  The public
-# servers (e.g. http://crawl.akrasiac.org:8080) usually support playing
-# versions back to 0.11.
-
-# It's not necessary for Gentoo to support these old version but it's
-# something nice that our distro can offer that others don't.  If the
-# maintenance burden becomes excessive than we can revisit that
-# position.
-
-EAPI=8
-
-LUA_COMPAT=( lua5-1 )
-LUA_REQ_USE="deprecated"
-PYTHON_COMPAT=( python3_{10,11,12} )
-VIRTUALX_REQUIRED="manual"
-inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs
-
-DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting 
in dungeons"
-HOMEPAGE="https://crawl.develz.org;
-SLOT="0.31"
-
-# Leave empty string if not a _pre release
-COMMITSHA="771a54ca4b33d56804086cbf34083023ac7d748c"
-if [ -z "${COMMITSHA}" ]; then
-   # This is a tagged release
-   # Note the archive URI and file layout changed upstream between 0.29.0 
and 0.29.1
-   SRC_URI="
-   https://github.com/crawl/crawl/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz
-   "
-   MY_P="crawl-${PV}/crawl-ref"
-else
-   # This is a _pre release
-   SRC_URI="
-   https://github.com/crawl/crawl/archive/

[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2024-01-20 Thread Erik Mackdanz
commit: d2557e8382ff04be6a70e07a0ab55ee94e13000f
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Jan 20 05:11:38 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sat Jan 20 15:40:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2557e83

games-roguelike/stone-soup: add 0.31.0

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/Manifest|   1 +
 .../stone-soup/stone-soup-0.31.0.ebuild| 239 +
 2 files changed, 240 insertions(+)

diff --git a/games-roguelike/stone-soup/Manifest 
b/games-roguelike/stone-soup/Manifest
index 981029eacdd5..74157170ec07 100644
--- a/games-roguelike/stone-soup/Manifest
+++ b/games-roguelike/stone-soup/Manifest
@@ -12,6 +12,7 @@ DIST stone-soup-0.29.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d2
 DIST stone-soup-0.30.1.tar.gz 21502317 BLAKE2B 
5fc39bb83c5d6b96a00d55c4bf18ee0e6051dd8513ee397dda7b2a55c730c31a4582860c2077e78fed3fda24b5e51c52ae037c603c7dec3376deb93402e2aa72
 SHA512 
069c9f9d8115f4865daa277a3621534839e3bd9bd5811ae2a9d1486d25abd66461b8e49f6ef4a4265b261be73c6c66c118c49b97c3f6e05087abde7064bf0d5f
 DIST stone-soup-0.30.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
 DIST stone-soup-0.30.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f
+DIST stone-soup-0.31.0.tar.gz 22432560 BLAKE2B 
f3e696915458674e3f7ce2a47d19c740c53de897ab40227efc9c127be42dcfbb4b3ee93258ea4094fb1a18aceb37c4341aac86c1174c42ab1ce300bca3281fc6
 SHA512 
ad354d57a39d07ad8a1a89a7fd20b33a4cd88fcbf1f2276cdefe8890c223272b7a34969a373f6b1f39cff72499c1e2773592ce368e887307908acd59ca00ca4b
 DIST stone-soup-0.31.0_pre20230712.tar.gz 21654476 BLAKE2B 
c58e59eee09996d109aeb2ef21334497b18b665cfef42c77857446bf8108fe0e50064a29e662eb7c513026fba4f9f1b8ebe2122d5fc317223f61037ac31bee68
 SHA512 
bad8ba6a4479ed34f1a5b081062db11eb73f8a6cd7637a44c8c7da7013b0a0b943ef921345f5071be245eb7a575bffaef1c04973d634b6c5092a09211126f46a
 DIST stone-soup-0.31.0_pre20231027.tar.gz 22093957 BLAKE2B 
7f434b3430f2b4c99abbb52fd245349caaf3864fc992263482144e1bb3c12a9b58be8b918d21c829e8c188116900dfbac082f5e1c490faf4f4a27e1d04998fd5
 SHA512 
76f957e5cbd580969aa8c1aa09c47604bb0eee85ea3e7895d3e311567a0ec5ece51b3816b143233e2be9a434baf7ad5dd86d815d06bd6ec6e9aac0df5d3d8ac5
 DIST stone-soup-0.31.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc

diff --git a/games-roguelike/stone-soup/stone-soup-0.31.0.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.31.0.ebuild
new file mode 100644
index ..c44ae6304971
--- /dev/null
+++ b/games-roguelike/stone-soup/stone-soup-0.31.0.ebuild
@@ -0,0 +1,239 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# There are many slots for this package because people in the community
+# like to play old versions.  Every release includes content changes
+# where species/spells/monsters are added or removed.  The public
+# servers (e.g. http://crawl.akrasiac.org:8080) usually support playing
+# versions back to 0.11.
+
+# It's not necessary for Gentoo to support these old version but it's
+# something nice that our distro can offer that others don't.  If the
+# maintenance burden becomes excessive than we can revisit that
+# position.
+
+EAPI=8
+
+LUA_COMPAT=( lua5-1 )
+LUA_REQ_USE="deprecated"
+PYTHON_COMPAT=( python3_{10,11,12} )
+VIRTUALX_REQUIRED="manual"
+inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs
+
+DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting 
in dungeons"
+HOMEPAGE="https://crawl.develz.org;
+SLOT="0.31"
+
+# Leave empty string if not a _pre release
+COMMITSHA=""
+if [ -z "${COMMITSHA}" ]; then
+   # This is a tagged release
+   # Note the archive URI and file layout changed upstream between 0.29.0 
and 0.29.1
+   SRC_URI="
+   https://github.com/crawl/crawl/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz
+   "
+   MY_P="crawl-${PV}/crawl-ref"
+else
+   # This is a _pre release
+   SRC_URI="
+   https://github.com/crawl/crawl/archive/${COMMITSHA}.tar.gz -> 
${P}.tar.gz
+   "
+   MY_P="crawl-${CO

[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2024-04-09 Thread Erik Mackdanz
commit: 7948a4f78e862b1a1a251a52166274f3ae26761b
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Wed Apr 10 03:53:15 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Wed Apr 10 04:47:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7948a4f7

games-roguelike/stone-soup: stabilize 0.31.0 for amd64, x86

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/stone-soup-0.31.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-roguelike/stone-soup/stone-soup-0.31.0.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.31.0.ebuild
index c44ae6304971..3461e75a1504 100644
--- a/games-roguelike/stone-soup/stone-soup-0.31.0.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.31.0.ebuild
@@ -51,7 +51,7 @@ SRC_URI="
 # Public Domain|CC0: most of tiles
 # MIT: json.cc/json.h, some .js files in webserver/static/scripts/contrib/
 LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="advpng debug ncurses sound test +tiles"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="${LUA_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2024-04-09 Thread Erik Mackdanz
commit: f4e804178ec47706d9b1ae61b1dff20d9be15da7
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Wed Apr 10 04:46:11 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Wed Apr 10 04:47:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e80417

games-roguelike/stone-soup: add 0.32.0_pre20240409

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/Manifest|   3 +
 .../stone-soup-0.32.0_pre20240409.ebuild   | 241 +
 2 files changed, 244 insertions(+)

diff --git a/games-roguelike/stone-soup/Manifest 
b/games-roguelike/stone-soup/Manifest
index a6c692f90cf0..a0219e086b37 100644
--- a/games-roguelike/stone-soup/Manifest
+++ b/games-roguelike/stone-soup/Manifest
@@ -15,6 +15,9 @@ DIST stone-soup-0.30.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d2
 DIST stone-soup-0.31.0.tar.gz 22432560 BLAKE2B 
f3e696915458674e3f7ce2a47d19c740c53de897ab40227efc9c127be42dcfbb4b3ee93258ea4094fb1a18aceb37c4341aac86c1174c42ab1ce300bca3281fc6
 SHA512 
ad354d57a39d07ad8a1a89a7fd20b33a4cd88fcbf1f2276cdefe8890c223272b7a34969a373f6b1f39cff72499c1e2773592ce368e887307908acd59ca00ca4b
 DIST stone-soup-0.31.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
 DIST stone-soup-0.31.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f
+DIST stone-soup-0.32.0_pre20240409.tar.gz 23206591 BLAKE2B 
7d5f44adc4aaa1c7f881e4fddf2bd83240c126987168c8ef2e15681f83790b6f5ff5ca840ea46091c24a2dbaf80fe456c6919a09665519d71c6430d6ac9f09ad
 SHA512 
81992f69fb7d70c968bc82f91131a55753d4323c15a12a1fd095cb4b75b77dc9645c4b5d9eb1106227d81d31d705bdc5ecc0e2ad3a63ba6562ee3730545a6c2a
+DIST stone-soup-0.32.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
+DIST stone-soup-0.32.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f
 DIST stone_soup-0.25.1.zip 95477710 BLAKE2B 
0b38a6c7cb7c4c87acccb861b5aae665cd2b6b532f6e86d4a9fa594e0d363b86b4af1ea47275f7fd026ea69d85215be8cdf46258bd620e738b4850e5eceed006
 SHA512 
fa7e8be582c5c6615531884ade4c113542c06c164b6912095c1adf2f16a31cb2ecce057d74132b11b1b1c256a77433037948d4e54819739b7e222cc896cd5220
 DIST stone_soup-0.26.1.zip 95585384 BLAKE2B 
6d1cb99fc44e918cad4144608f259e67a26df444b93c8501590ff209e8856fd08c514d4c8c78cb0848d8e6127cdf4360b47d21ced5d919da982421934b46102d
 SHA512 
637f1a07e9f35e18eda10c17dc28449364c56aee8456497e30552acb55608a9433cff8b64af877049c21cb2a42eb2fcad28f58a7e57a1d835eb8c252e580205d
 DIST stone_soup-0.27.1.zip 96934633 BLAKE2B 
8821920a4faad9474f08a34ae3c272cb9dcd3ddeb9029e033c22eb8e6650ef20bbc30e0c0ca1556d08c1b7b898fdbdd3667a3ac9a8527e0c322cd8c78ab391bb
 SHA512 
845dafc9895ada3712903de63b95cca9eeb66160e4a04ba21193d916447fca8e7248b851f1e938f43b8d3937cf4f4437443bdc4fe2da893fe3918fed4e0b5204

diff --git a/games-roguelike/stone-soup/stone-soup-0.32.0_pre20240409.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.32.0_pre20240409.ebuild
new file mode 100644
index ..053555479849
--- /dev/null
+++ b/games-roguelike/stone-soup/stone-soup-0.32.0_pre20240409.ebuild
@@ -0,0 +1,241 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# There are many slots for this package because people in the community
+# like to play old versions.  Every release includes content changes
+# where species/spells/monsters are added or removed.  The public
+# servers (e.g. http://crawl.akrasiac.org:8080) usually support playing
+# versions back to 0.11.
+
+# It's not necessary for Gentoo to support these old version but it's
+# something nice that our distro can offer that others don't.  If the
+# maintenance burden becomes excessive than we can revisit that
+# position.
+
+EAPI=8
+
+LUA_COMPAT=( lua5-1 )
+LUA_REQ_USE="deprecated"
+PYTHON_COMPAT=( python3_{10,11,12} )
+VIRTUALX_REQUIRED="manual"
+inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs
+
+DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting 
in dungeons"
+HOMEPAGE="https://crawl.devel

[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2024-04-09 Thread Erik Mackdanz
commit: 35cb495fa06fdb252bb06f285e5a3180965466e8
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Wed Apr 10 04:15:14 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Wed Apr 10 04:47:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35cb495f

games-roguelike/stone-soup: reorder vars to satisfy pkgcheck

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild | 10 ++
 games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild   | 10 ++
 games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild   | 10 ++
 games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild   | 14 --
 games-roguelike/stone-soup/stone-soup-0.29.1.ebuild  | 10 ++
 games-roguelike/stone-soup/stone-soup-0.30.1.ebuild  | 10 ++
 games-roguelike/stone-soup/stone-soup-0.31.0.ebuild  | 10 ++
 7 files changed, 44 insertions(+), 30 deletions(-)

diff --git a/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild
index 2fd6ee339cb2..0b712dda89b3 100644
--- a/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild
@@ -23,18 +23,21 @@ inherit desktop python-any-r1 lua-single xdg-utils 
toolchain-funcs
 MY_P="stone_soup-${PV}"
 DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting 
in dungeons"
 HOMEPAGE="https://crawl.develz.org;
-SLOT="0.25"
+# MY_SLOT to satisfy pkgcheck variable order checking
+MY_SLOT="0.25"
 SRC_URI="

https://github.com/crawl/crawl/releases/download/${PV}/${PN/-/_}-${PV}.zip
-   https://dev.gentoo.org/~stasibear/distfiles/${PN}.png -> 
${PN}-${SLOT}.png
-   https://dev.gentoo.org/~stasibear/distfiles/${PN}.svg -> 
${PN}-${SLOT}.svg
+   https://dev.gentoo.org/~stasibear/distfiles/${PN}.png -> 
${PN}-${MY_SLOT}.png
+   https://dev.gentoo.org/~stasibear/distfiles/${PN}.svg -> 
${PN}-${MY_SLOT}.svg
 "
 
+S=${WORKDIR}/${MY_P}/source
 # 3-clause BSD: mt19937ar.cc, MSVC/stdint.h
 # 2-clause BSD: all contributions by Steve Noonan and Jesse Luehrs
 # Public Domain|CC0: most of tiles
 # MIT: json.cc/json.h, some .js files in webserver/static/scripts/contrib/
 LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT"
+SLOT="${MY_SLOT}"
 KEYWORDS="amd64 x86"
 IUSE="advpng debug ncurses sound test +tiles"
 RESTRICT="!test? ( test )"
@@ -83,7 +86,6 @@ BDEPEND="
app-alternatives/yacc
"
 
-S=${WORKDIR}/${MY_P}/source
 PATCHES=(
"${FILESDIR}"/make.patch
"${FILESDIR}"/rltiles-make.patch

diff --git a/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild
index 7429d5fa73d8..6e8f74d68955 100644
--- a/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild
@@ -23,18 +23,21 @@ inherit desktop python-any-r1 lua-single xdg-utils 
toolchain-funcs
 MY_P="stone_soup-${PV}"
 DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting 
in dungeons"
 HOMEPAGE="https://crawl.develz.org;
-SLOT="0.26"
+# MY_SLOT to satisfy pkgcheck variable order checking
+MY_SLOT="0.26"
 SRC_URI="

https://github.com/crawl/crawl/releases/download/${PV}/${PN/-/_}-${PV}.zip
-   https://dev.gentoo.org/~stasibear/distfiles/${PN}.png -> 
${PN}-${SLOT}.png
-   https://dev.gentoo.org/~stasibear/distfiles/${PN}.svg -> 
${PN}-${SLOT}.svg
+   https://dev.gentoo.org/~stasibear/distfiles/${PN}.png -> 
${PN}-${MY_SLOT}.png
+   https://dev.gentoo.org/~stasibear/distfiles/${PN}.svg -> 
${PN}-${MY_SLOT}.svg
 "
 
+S=${WORKDIR}/${MY_P}/source
 # 3-clause BSD: mt19937ar.cc, MSVC/stdint.h
 # 2-clause BSD: all contributions by Steve Noonan and Jesse Luehrs
 # Public Domain|CC0: most of tiles
 # MIT: json.cc/json.h, some .js files in webserver/static/scripts/contrib/
 LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT"
+SLOT="${MY_SLOT}"
 KEYWORDS="amd64 x86"
 IUSE="advpng debug ncurses sound test +tiles"
 RESTRICT="!test? ( test )"
@@ -83,7 +86,6 @@ BDEPEND="
app-alternatives/yacc
"
 
-S=${WORKDIR}/${MY_P}/source
 PATCHES=(
"${FILESDIR}"/make.patch
"${FILESDIR}"/rltiles-make.patch

diff --git a/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild
index c22746fce76b..0c67e25b1d5e 100644
--- a/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild
@@ -23,18 +23,21 @@ inherit desktop python-any-r1 lua-single xdg-utils 
toolchain-funcs
 MY_P=&q

[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2024-04-09 Thread Erik Mackdanz
commit: 244a20341fe47d91492317c90f17cca9ad76e5d4
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Wed Apr 10 03:54:48 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Wed Apr 10 04:47:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244a2034

games-roguelike/stone-soup: drop 0.31.0_pre20231027

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/Manifest|   1 -
 .../stone-soup-0.31.0_pre20231027.ebuild   | 239 -
 2 files changed, 240 deletions(-)

diff --git a/games-roguelike/stone-soup/Manifest 
b/games-roguelike/stone-soup/Manifest
index 508d7c33b989..a6c692f90cf0 100644
--- a/games-roguelike/stone-soup/Manifest
+++ b/games-roguelike/stone-soup/Manifest
@@ -13,7 +13,6 @@ DIST stone-soup-0.30.1.tar.gz 21502317 BLAKE2B 
5fc39bb83c5d6b96a00d55c4bf18ee0e6
 DIST stone-soup-0.30.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
 DIST stone-soup-0.30.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f
 DIST stone-soup-0.31.0.tar.gz 22432560 BLAKE2B 
f3e696915458674e3f7ce2a47d19c740c53de897ab40227efc9c127be42dcfbb4b3ee93258ea4094fb1a18aceb37c4341aac86c1174c42ab1ce300bca3281fc6
 SHA512 
ad354d57a39d07ad8a1a89a7fd20b33a4cd88fcbf1f2276cdefe8890c223272b7a34969a373f6b1f39cff72499c1e2773592ce368e887307908acd59ca00ca4b
-DIST stone-soup-0.31.0_pre20231027.tar.gz 22093957 BLAKE2B 
7f434b3430f2b4c99abbb52fd245349caaf3864fc992263482144e1bb3c12a9b58be8b918d21c829e8c188116900dfbac082f5e1c490faf4f4a27e1d04998fd5
 SHA512 
76f957e5cbd580969aa8c1aa09c47604bb0eee85ea3e7895d3e311567a0ec5ece51b3816b143233e2be9a434baf7ad5dd86d815d06bd6ec6e9aac0df5d3d8ac5
 DIST stone-soup-0.31.png 1351 BLAKE2B 
cc31abd59701aa6f0fb0bdcd90630ceebf7b3cb8b60f0e2817f8800c5bc4b3a5b9fef63c90a97b6248f306e7e3da0df3863a2195b8771863344d2443e7956d59
 SHA512 
4695204c8b936f7aac1ba15b02a6115a955fb2c56aa9a0b968ff007bc9a1a59b608110d60cce5625a9b92cd2c869bbea7e15433a53c1a338622809477a5846bc
 DIST stone-soup-0.31.svg 68546 BLAKE2B 
7c66286c9e8a3516e8483b3edb628a59fce29d8d248c3fd5b06e308782bbc651814f21ec958b30c36074a2576ced4bb10f291b5236da6f6e865ce1d7cefdf96d
 SHA512 
dca555271faf704eb8ecdf5ee8a763df42cdeba94e9c163608c438cfc73c6fbf53416547050cad57f477ade191842e701785b65b7a9f18e27ceab05df8f2f75f
 DIST stone_soup-0.25.1.zip 95477710 BLAKE2B 
0b38a6c7cb7c4c87acccb861b5aae665cd2b6b532f6e86d4a9fa594e0d363b86b4af1ea47275f7fd026ea69d85215be8cdf46258bd620e738b4850e5eceed006
 SHA512 
fa7e8be582c5c6615531884ade4c113542c06c164b6912095c1adf2f16a31cb2ecce057d74132b11b1b1c256a77433037948d4e54819739b7e222cc896cd5220

diff --git a/games-roguelike/stone-soup/stone-soup-0.31.0_pre20231027.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.31.0_pre20231027.ebuild
deleted file mode 100644
index 94add6fe6130..
--- a/games-roguelike/stone-soup/stone-soup-0.31.0_pre20231027.ebuild
+++ /dev/null
@@ -1,239 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# There are many slots for this package because people in the community
-# like to play old versions.  Every release includes content changes
-# where species/spells/monsters are added or removed.  The public
-# servers (e.g. http://crawl.akrasiac.org:8080) usually support playing
-# versions back to 0.11.
-
-# It's not necessary for Gentoo to support these old version but it's
-# something nice that our distro can offer that others don't.  If the
-# maintenance burden becomes excessive than we can revisit that
-# position.
-
-EAPI=8
-
-LUA_COMPAT=( lua5-1 )
-LUA_REQ_USE="deprecated"
-PYTHON_COMPAT=( python3_{10,11,12} )
-VIRTUALX_REQUIRED="manual"
-inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs
-
-DESCRIPTION="Role-playing roguelike game of exploration and treasure-hunting 
in dungeons"
-HOMEPAGE="https://crawl.develz.org;
-SLOT="0.31"
-
-# Leave empty string if not a _pre release
-COMMITSHA="75a2e9a4b400dc4ea8016b403626a028986a60ef"
-if [ -z "${COMMITSHA}" ]; then
-   # This is a tagged release
-   # Note the archive URI and file layout changed upstream between 0.29.0 
and 0.29.1
-   SRC_URI="
-   https://github.com/crawl/crawl/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz
-   "
-   MY_P="crawl-${PV}/crawl-ref"
-else
-   # This is a _pre release
-   SRC_URI="
-   https://github.com/crawl/crawl/archive/

[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/

2024-05-15 Thread Erik Mackdanz
commit: 7c7631bacf9ebb098d95fdeacc9c4cf08fc5625d
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Thu May 16 03:51:18 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Thu May 16 03:52:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c7631ba

games-roguelike/stone-soup: stabilize 0.32.0_pre20240409 for amd64, x86

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/stone-soup-0.32.0_pre20240409.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-roguelike/stone-soup/stone-soup-0.32.0_pre20240409.ebuild 
b/games-roguelike/stone-soup/stone-soup-0.32.0_pre20240409.ebuild
index 053555479849..b86851ad074c 100644
--- a/games-roguelike/stone-soup/stone-soup-0.32.0_pre20240409.ebuild
+++ b/games-roguelike/stone-soup/stone-soup-0.32.0_pre20240409.ebuild
@@ -54,7 +54,7 @@ S=${WORKDIR}/${MY_P}/source
 # MIT: json.cc/json.h, some .js files in webserver/static/scripts/contrib/
 LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT"
 SLOT="${MY_SLOT}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="advpng debug ncurses sound test +tiles"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="${LUA_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/

2024-05-15 Thread Erik Mackdanz
commit: bacd5033257cf259dd236787f099044372b7a78b
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Thu May 16 03:41:04 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Thu May 16 03:47:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bacd5033

net-libs/libupnpp: stabilize 0.26.3 for amd64, x86

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libupnpp/libupnpp-0.26.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libupnpp/libupnpp-0.26.3.ebuild 
b/net-libs/libupnpp/libupnpp-0.26.3.ebuild
index a49d443e93fb..d0c5cec12aa7 100644
--- a/net-libs/libupnpp/libupnpp-0.26.3.ebuild
+++ b/net-libs/libupnpp/libupnpp-0.26.3.ebuild
@@ -8,7 +8,7 @@ 
SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
dev-libs/expat



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/

2024-05-15 Thread Erik Mackdanz
commit: 08ec57259d9c81b4d59c58058bf4df299c63d322
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Thu May 16 03:42:21 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Thu May 16 03:47:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08ec5725

net-libs/libupnpp: drop 0.23.0

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libupnpp/Manifest   |  1 -
 net-libs/libupnpp/libupnpp-0.23.0.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index f77bed7e5c92..53b705cc1627 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1,2 +1 @@
-DIST libupnpp-0.23.0.tar.gz 482952 BLAKE2B 
1e4615367f311c47ac99e70d926086585e4e06c7c245cf4e2b463a5c47ca71286c287829f46305202cb24ba4add138aa5fd2864387253e478defa2d083e5526a
 SHA512 
56a90635144a074680b20b28bc55d2258e25730d72fc99cab849e6f343f62ba2646c1510ad3dbfc2733895eba5ae9dd0ade8478f2debe4425781557ecd515b0e
 DIST libupnpp-0.26.3.tar.gz 485173 BLAKE2B 
9afc516118410bd5ddffe8f59848f25f5fc1da3247127b0fee2d1d6cb18c21247c14628e0e82d1d5ecc640d217a5b463bb692e39864740966a83025801173f9b
 SHA512 
78f9f3fabfbe3f79dc75153e95dc12e6a45064ee853ba19d8e0354baa37e7a2f673d4bc27b73196d91053f976fca7d5837b60de485a48150f6d20217ecedfc78

diff --git a/net-libs/libupnpp/libupnpp-0.23.0.ebuild 
b/net-libs/libupnpp/libupnpp-0.23.0.ebuild
deleted file mode 100644
index ec0227f9ec2d..
--- a/net-libs/libupnpp/libupnpp-0.23.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli 
and upplay"
-HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli;
-SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="
-   dev-libs/expat
-   net-libs/libnpupnp
-   net-misc/curl
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   default_src_install
-   find "${ED}" -name '*.la' -delete || die "Couldn't delete .la files"
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnpupnp/

2024-05-15 Thread Erik Mackdanz
commit: f5fc0962e57d1fccdb712eae2a7e3c5586b7a1a2
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Thu May 16 03:37:50 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Thu May 16 03:47:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5fc0962

net-libs/libnpupnp: drop 5.0.2-r1

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libnpupnp/Manifest  |  1 -
 net-libs/libnpupnp/libnpupnp-5.0.2-r1.ebuild | 48 
 2 files changed, 49 deletions(-)

diff --git a/net-libs/libnpupnp/Manifest b/net-libs/libnpupnp/Manifest
index ddd695b9305f..2e70c09b0012 100644
--- a/net-libs/libnpupnp/Manifest
+++ b/net-libs/libnpupnp/Manifest
@@ -1,2 +1 @@
-DIST libnpupnp-5.0.2.tar.gz 553436 BLAKE2B 
d285bf2b58c74f2aefd98ffb4a0021d82ac508cf91be0dd02db9125fb2966358ce8e5969f540de8c4e6c4930b5f55e1a55588fcd65010b9e0181aa01d70f0b72
 SHA512 
6beab39649acd9ad3ac71420455bf4449f3c8223abcd84578c0a4a0ec52e5fa8df2c07cfda439ce91bc8c83b3a43b74c36de8765adf4feb11b61ee72936ede4e
 DIST libnpupnp-6.1.1.tar.gz 549925 BLAKE2B 
b7d8db7ddf58f77ee855dd6e82567a8e0edf1cbad468e2f4fa9a813908ec3c25a304fd3f41c592f5dfda46831998bf74a39a1be4cb3cd63cdac55f5aa2bc08a0
 SHA512 
905c0dfc7f018a80380406682550271893d795a1964bb5e7c4a56c6934ce06b9b6e29a2c5a7a9c4bf1a5a2348637ad6af3fd99cd38d7bba9d935fdbec6a6dce5

diff --git a/net-libs/libnpupnp/libnpupnp-5.0.2-r1.ebuild 
b/net-libs/libnpupnp/libnpupnp-5.0.2-r1.ebuild
deleted file mode 100644
index 47edf9c364e2..
--- a/net-libs/libnpupnp/libnpupnp-5.0.2-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="A C++ base UPnP library, derived from Portable UPnP, a.k.a 
libupnp"
-HOMEPAGE="https://framagit.org/medoc92/npupnp;
-SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-libs/expat
-   net-libs/libmicrohttpd:=
-   net-misc/curl
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --enable-client \
-   --enable-debug \
-   --enable-device \
-   --enable-gena \
-   --enable-ipv6 \
-   --enable-optssdp \
-   --enable-reuseaddr \
-   --enable-soap \
-   --enable-ssdp \
-   --enable-tools \
-   --enable-webserver
-}
-
-src_install() {
-   default
-
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/

2024-05-15 Thread Erik Mackdanz
commit: d8b910c22cc7f2076e75d1b55d88428f62178496
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Thu May 16 03:45:23 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Thu May 16 03:47:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8b910c2

media-sound/upmpdcli: stabilize 1.8.9 for amd64, x86

Signed-off-by: Erik Mackdanz  gentoo.org>

 media-sound/upmpdcli/upmpdcli-1.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/upmpdcli/upmpdcli-1.8.9.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.8.9.ebuild
index 620cb2f7e971..db09e520668f 100644
--- a/media-sound/upmpdcli/upmpdcli-1.8.9.ebuild
+++ b/media-sound/upmpdcli/upmpdcli-1.8.9.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html;
 SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="thirdparty"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/

2024-05-15 Thread Erik Mackdanz
commit: d7f96cb342f14bd2c240ef903084165215ec2868
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Thu May 16 03:46:36 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Thu May 16 03:47:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f96cb3

media-sound/upmpdcli: drop 1.8.1

Signed-off-by: Erik Mackdanz  gentoo.org>

 media-sound/upmpdcli/Manifest  |  1 -
 media-sound/upmpdcli/upmpdcli-1.8.1.ebuild | 71 --
 2 files changed, 72 deletions(-)

diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
index 7d2114cde2d6..e79b86e3716b 100644
--- a/media-sound/upmpdcli/Manifest
+++ b/media-sound/upmpdcli/Manifest
@@ -1,2 +1 @@
-DIST upmpdcli-1.8.1.tar.gz 629467 BLAKE2B 
dcc5f719721711e8b1ab53c8a163aa1230f01358fea54aad4e4fc7bc9e1f1442c31328f16637606fc06bebdff012c581a16f843885e2675949f2cb92a6ce6444
 SHA512 
35c1cc3ac215d783253b93f88a50fef2caa2d9ac541240fe58398ae062f02c4934c7b832f0159c7e542284496af59f91a59a2cfe3a0d5e2152dd40e7dec1aed7
 DIST upmpdcli-1.8.9.tar.gz 658086 BLAKE2B 
61aa8752f7c2611fd27be5c8114630f9be00f84d27ad2ccbb32320cf7ba00c0dc5a983222de50f9bc361c6a695634c0c0d6896d355bc90bb26637f35bc4432be
 SHA512 
f7fc474d91076acfe1d1482db6ea3e9a4a15612cfdef854e11721673f5822f1d2adf1b353b39bdbfbb6cbf869f4b6e8b6995c78e11555cd03c44140f4104b087

diff --git a/media-sound/upmpdcli/upmpdcli-1.8.1.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.8.1.ebuild
deleted file mode 100644
index 49aa560b65d7..
--- a/media-sound/upmpdcli/upmpdcli-1.8.1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools systemd
-
-DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
-HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html;
-LICENSE="GPL-2"
-
-SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="thirdparty"
-
-DEPEND="
-   dev-libs/jsoncpp
-   media-libs/libmpdclient
-   net-libs/libmicrohttpd:=
-   net-libs/libupnpp
-"
-RDEPEND="
-   ${DEPEND}
-   acct-group/upmpdcli
-   acct-user/upmpdcli
-   app-misc/recoll
-   thirdparty? ( dev-python/requests )
-"
-
-PATCHES=(
-   "${FILESDIR}"/makefile.patch
-   "${FILESDIR}"/configure.patch
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-
-   eautoconf
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var/lib \
-   --disable-dependency-tracking \
-   --disable-silent-rules \
-   "--docdir=/usr/share/doc/${P}" \
-   "--htmldir=/usr/share/doc/${P}/html" \
-   --libdir=/usr/lib64 \
-   || die "Configure failed"
-
-}
-
-src_install() {
-   default
-   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
-   systemd_dounit systemd/upmpdcli.service
-}
-
-pkg_postinst() {
-   einfo
-   einfo "This package no longer assumes that upmpdcli is driving an"
-   einfo "mpd instance on the same host (https://bugs.gentoo.org/670130)."
-   einfo "Probably it is though, so be sure your mpd is built with"
-   einfo "USE=curl."
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnpupnp/

2024-05-15 Thread Erik Mackdanz
commit: bedf47a8a13158721672350ef93d1dbd79c9
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Thu May 16 03:32:29 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Thu May 16 03:47:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bedf47a8

net-libs/libnpupnp: stabilize 6.1.1 for amd64, x86

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libnpupnp/libnpupnp-6.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnpupnp/libnpupnp-6.1.1.ebuild 
b/net-libs/libnpupnp/libnpupnp-6.1.1.ebuild
index fb767483046f..cc6a0334d4dd 100644
--- a/net-libs/libnpupnp/libnpupnp-6.1.1.ebuild
+++ b/net-libs/libnpupnp/libnpupnp-6.1.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-libs/expat



[gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/

2024-03-16 Thread Erik Mackdanz
commit: 651d4f84dd9f06bf52c9468e08257dfaec68e229
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Mar 16 15:07:46 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sat Mar 16 15:09:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651d4f84

media-sound/upmpdcli: add 1.8.9

Signed-off-by: Erik Mackdanz  gentoo.org>

 media-sound/upmpdcli/Manifest  |  1 +
 media-sound/upmpdcli/upmpdcli-1.8.9.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
index d8a01e1b29b8..7d2114cde2d6 100644
--- a/media-sound/upmpdcli/Manifest
+++ b/media-sound/upmpdcli/Manifest
@@ -1 +1,2 @@
 DIST upmpdcli-1.8.1.tar.gz 629467 BLAKE2B 
dcc5f719721711e8b1ab53c8a163aa1230f01358fea54aad4e4fc7bc9e1f1442c31328f16637606fc06bebdff012c581a16f843885e2675949f2cb92a6ce6444
 SHA512 
35c1cc3ac215d783253b93f88a50fef2caa2d9ac541240fe58398ae062f02c4934c7b832f0159c7e542284496af59f91a59a2cfe3a0d5e2152dd40e7dec1aed7
+DIST upmpdcli-1.8.9.tar.gz 658086 BLAKE2B 
61aa8752f7c2611fd27be5c8114630f9be00f84d27ad2ccbb32320cf7ba00c0dc5a983222de50f9bc361c6a695634c0c0d6896d355bc90bb26637f35bc4432be
 SHA512 
f7fc474d91076acfe1d1482db6ea3e9a4a15612cfdef854e11721673f5822f1d2adf1b353b39bdbfbb6cbf869f4b6e8b6995c78e11555cd03c44140f4104b087

diff --git a/media-sound/upmpdcli/upmpdcli-1.8.9.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.8.9.ebuild
new file mode 100644
index ..620cb2f7e971
--- /dev/null
+++ b/media-sound/upmpdcli/upmpdcli-1.8.9.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools systemd
+
+DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html;
+
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="thirdparty"
+
+DEPEND="
+   dev-libs/jsoncpp
+   media-libs/libmpdclient
+   net-libs/libmicrohttpd:=
+   net-libs/libupnpp
+"
+RDEPEND="
+   ${DEPEND}
+   acct-group/upmpdcli
+   acct-user/upmpdcli
+   app-misc/recoll
+   thirdparty? ( dev-python/requests )
+"
+
+PATCHES=(
+   "${FILESDIR}"/makefile.patch
+   "${FILESDIR}"/configure.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+
+   eautoconf
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var/lib \
+   --disable-dependency-tracking \
+   --disable-silent-rules \
+   "--docdir=/usr/share/doc/${P}" \
+   "--htmldir=/usr/share/doc/${P}/html" \
+   --libdir=/usr/lib64 \
+   || die "Configure failed"
+
+}
+
+src_install() {
+   default
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
+   systemd_dounit systemd/upmpdcli.service
+}
+
+pkg_postinst() {
+   einfo
+   einfo "This package no longer assumes that upmpdcli is driving an"
+   einfo "mpd instance on the same host (https://bugs.gentoo.org/670130)."
+   einfo "Probably it is though, so be sure your mpd is built with"
+   einfo "USE=curl."
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnpupnp/

2024-03-16 Thread Erik Mackdanz
commit: 5c48cced1895882ee218acb7f6974ef8b078fbdb
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Mar 16 14:52:35 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sat Mar 16 15:09:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c48cced

net-libs/libnpupnp: add 6.1.1

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libnpupnp/Manifest   |  1 +
 net-libs/libnpupnp/libnpupnp-6.1.1.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/net-libs/libnpupnp/Manifest b/net-libs/libnpupnp/Manifest
index 37047f7c4d55..ddd695b9305f 100644
--- a/net-libs/libnpupnp/Manifest
+++ b/net-libs/libnpupnp/Manifest
@@ -1 +1,2 @@
 DIST libnpupnp-5.0.2.tar.gz 553436 BLAKE2B 
d285bf2b58c74f2aefd98ffb4a0021d82ac508cf91be0dd02db9125fb2966358ce8e5969f540de8c4e6c4930b5f55e1a55588fcd65010b9e0181aa01d70f0b72
 SHA512 
6beab39649acd9ad3ac71420455bf4449f3c8223abcd84578c0a4a0ec52e5fa8df2c07cfda439ce91bc8c83b3a43b74c36de8765adf4feb11b61ee72936ede4e
+DIST libnpupnp-6.1.1.tar.gz 549925 BLAKE2B 
b7d8db7ddf58f77ee855dd6e82567a8e0edf1cbad468e2f4fa9a813908ec3c25a304fd3f41c592f5dfda46831998bf74a39a1be4cb3cd63cdac55f5aa2bc08a0
 SHA512 
905c0dfc7f018a80380406682550271893d795a1964bb5e7c4a56c6934ce06b9b6e29a2c5a7a9c4bf1a5a2348637ad6af3fd99cd38d7bba9d935fdbec6a6dce5

diff --git a/net-libs/libnpupnp/libnpupnp-6.1.1.ebuild 
b/net-libs/libnpupnp/libnpupnp-6.1.1.ebuild
new file mode 100644
index ..fb767483046f
--- /dev/null
+++ b/net-libs/libnpupnp/libnpupnp-6.1.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="A C++ base UPnP library, derived from Portable UPnP, a.k.a 
libupnp"
+HOMEPAGE="https://framagit.org/medoc92/npupnp;
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/expat
+   net-libs/libmicrohttpd:=
+   net-misc/curl
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --enable-client \
+   --enable-debug \
+   --enable-device \
+   --enable-gena \
+   --enable-ipv6 \
+   --enable-optssdp \
+   --enable-reuseaddr \
+   --enable-soap \
+   --enable-ssdp \
+   --enable-tools \
+   --enable-webserver
+}
+
+src_install() {
+   default
+
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/

2024-03-16 Thread Erik Mackdanz
commit: d04e803caa621ab09b87278daa6e4ff142794a85
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Mar 16 14:58:13 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sat Mar 16 15:09:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04e803c

net-libs/libupnpp: add 0.26.3

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libupnpp/Manifest   |  1 +
 net-libs/libupnpp/libupnpp-0.26.3.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 0e097100c8ee..f77bed7e5c92 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1 +1,2 @@
 DIST libupnpp-0.23.0.tar.gz 482952 BLAKE2B 
1e4615367f311c47ac99e70d926086585e4e06c7c245cf4e2b463a5c47ca71286c287829f46305202cb24ba4add138aa5fd2864387253e478defa2d083e5526a
 SHA512 
56a90635144a074680b20b28bc55d2258e25730d72fc99cab849e6f343f62ba2646c1510ad3dbfc2733895eba5ae9dd0ade8478f2debe4425781557ecd515b0e
+DIST libupnpp-0.26.3.tar.gz 485173 BLAKE2B 
9afc516118410bd5ddffe8f59848f25f5fc1da3247127b0fee2d1d6cb18c21247c14628e0e82d1d5ecc640d217a5b463bb692e39864740966a83025801173f9b
 SHA512 
78f9f3fabfbe3f79dc75153e95dc12e6a45064ee853ba19d8e0354baa37e7a2f673d4bc27b73196d91053f976fca7d5837b60de485a48150f6d20217ecedfc78

diff --git a/net-libs/libupnpp/libupnpp-0.26.3.ebuild 
b/net-libs/libupnpp/libupnpp-0.26.3.ebuild
new file mode 100644
index ..a49d443e93fb
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.26.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli 
and upplay"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli;
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-libs/expat
+   net-libs/libnpupnp
+   net-misc/curl
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   default_src_install
+   find "${ED}" -name '*.la' -delete || die "Couldn't delete .la files"
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/ledger/

2024-05-19 Thread Erik Mackdanz
commit: c384dcfc2c6442714c4b4b5fc8ad161171d3ca9b
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun May 19 20:09:57 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun May 19 20:10:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c384dcfc

app-office/ledger: add python 3.12 compat

Closes: https://bugs.gentoo.org/929346
Signed-off-by: Erik Mackdanz  gentoo.org>

 app-office/ledger/ledger-3.3.2-r1.ebuild | 113 +++
 1 file changed, 113 insertions(+)

diff --git a/app-office/ledger/ledger-3.3.2-r1.ebuild 
b/app-office/ledger/ledger-3.3.2-r1.ebuild
new file mode 100644
index ..3f77c0eb287b
--- /dev/null
+++ b/app-office/ledger/ledger-3.3.2-r1.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10,11,12} )
+CMAKE_REMOVE_MODULES_LIST=( FindPython Support )
+inherit bash-completion-r1 check-reqs cmake python-single-r1
+
+DESCRIPTION="Double-entry accounting system with a command-line reporting 
interface"
+HOMEPAGE="https://www.ledger-cli.org/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="debug doc python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RESTRICT="test"
+
+CHECKREQS_MEMORY=8G
+
+RDEPEND="
+   dev-libs/boost:=[python?]
+   dev-libs/gmp:0=
+   dev-libs/mpfr:0=
+   python? (
+   $(python_gen_cond_dep '
+   dev-libs/boost:=[${PYTHON_USEDEP}]
+   dev-python/cheetah3:=[${PYTHON_USEDEP}]
+   ')
+   ${PYTHON_DEPS}
+   )
+"
+DEPEND="${RDEPEND}
+   dev-libs/utfcpp
+   doc? (
+   app-text/texlive[extra]
+   sys-apps/texinfo
+   virtual/texi2dvi
+   )
+"
+
+pkg_pretend() {
+   if use python; then
+   check-reqs_pkg_pretend
+   fi
+}
+
+pkg_setup() {
+   if use python; then
+   check-reqs_pkg_setup
+   python-single-r1_pkg_setup
+   fi
+}
+
+src_prepare() {
+   cmake_src_prepare
+
+   # Want to type "info ledger" not "info ledger3"
+   sed -i -e 's/ledger3/ledger/g' \
+   doc/{CMakeLists.txt,ledger3.texi} test/CheckTexinfo.py \
+   tools/{cleanup.sh,gendocs.sh,prepare-commit-msg,spellcheck.sh} \
+   || die "Failed to update info file name in file contents"
+
+   mv doc/ledger{3,}.texi || die "Failed to rename info file name"
+
+   rm -r lib/utfcpp || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_DOCS="$(usex doc)"
+   -DBUILD_WEB_DOCS="$(usex doc)"
+   -DUSE_PYTHON="$(usex python)"
+   -DCMAKE_INSTALL_DOCDIR="/usr/share/doc/${PF}"
+   -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON
+   -DBUILD_DEBUG="$(usex debug)"
+   -DUTFCPP_PATH="${ESYSROOT}/usr/include/utf8cpp"
+   )
+   if use python; then
+   mycmakeargs+=(
+   -DPython_EXECUTABLE="${PYTHON}"
+   -DPython_INCLUDE_DIR="$(python_get_includedir)"
+   )
+   fi
+
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+
+   use doc && cmake_src_compile doc
+}
+
+src_install() {
+   cmake_src_install
+
+   newbashcomp contrib/${PN}-completion.bash ${PN}
+}
+
+pkg_postinst() {
+   elog
+   elog "Since version 3, vim support is released separately."
+   elog "See https://github.com/ledger/vim-ledger;
+   elog
+   elog "For Emacs mode, emerge app-emacs/ledger-mode"
+}
+
+# rainy day TODO:
+# - IUSE test



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/

2024-05-16 Thread Erik Mackdanz
commit: 676c6f71a3b296c7d930633849340ae39b740ab1
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Fri May 17 02:05:53 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Fri May 17 02:06:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=676c6f71

net-libs/libupnpp: add 0.26.4

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libupnpp/Manifest   |  1 +
 net-libs/libupnpp/libupnpp-0.26.4.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 53b705cc1627..8f12e527e0a0 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1 +1,2 @@
 DIST libupnpp-0.26.3.tar.gz 485173 BLAKE2B 
9afc516118410bd5ddffe8f59848f25f5fc1da3247127b0fee2d1d6cb18c21247c14628e0e82d1d5ecc640d217a5b463bb692e39864740966a83025801173f9b
 SHA512 
78f9f3fabfbe3f79dc75153e95dc12e6a45064ee853ba19d8e0354baa37e7a2f673d4bc27b73196d91053f976fca7d5837b60de485a48150f6d20217ecedfc78
+DIST libupnpp-0.26.4.tar.gz 126724 BLAKE2B 
9679df48583915b92965d1a31effb6ba92d91bd1d676cde6494ae46177500fa2b5d8f2e0a94ae8b291d95fb9057c1105518bd7ecb9d4e09dad0f6bcdcddc73cc
 SHA512 
081fbe87ddf9b2a98114fe0e9e235e80a250b1e0087e029b18df1c333724c243a39c66c1f4a30edd1c476e24f9f83212824e781773d7d926943fa06e092eba80

diff --git a/net-libs/libupnpp/libupnpp-0.26.4.ebuild 
b/net-libs/libupnpp/libupnpp-0.26.4.ebuild
new file mode 100644
index ..a49d443e93fb
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.26.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli 
and upplay"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli;
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-libs/expat
+   net-libs/libnpupnp
+   net-misc/curl
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   default_src_install
+   find "${ED}" -name '*.la' -delete || die "Couldn't delete .la files"
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/

2024-05-24 Thread Erik Mackdanz
commit: 1cf203508b4f6204eb39ea334aa383b4645a0cda
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat May 25 04:24:59 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sat May 25 04:25:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf20350

media-sound/upmpdcli: add 1.8.11

Signed-off-by: Erik Mackdanz  gentoo.org>

 media-sound/upmpdcli/Manifest   |  1 +
 media-sound/upmpdcli/upmpdcli-1.8.11.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
index 28ef27fe3ad3..8282d8f39fc5 100644
--- a/media-sound/upmpdcli/Manifest
+++ b/media-sound/upmpdcli/Manifest
@@ -1,2 +1,3 @@
 DIST upmpdcli-1.8.10.tar.gz 620252 BLAKE2B 
d79a84cfd8c779f05a05034d1fa3bfde50f713ec9eb800d4a4206087ba1dbc64ccec7b53e67c139af548425e6d3e85bb2a72ddb6fa933ebd47ab794d76ea81af
 SHA512 
4f8b430a293d62ca82f8bb88bfe57c13694b1972d16402a492700b0ddf8a3689987d2e0a2b4acc7f982c18c6419e22657057e4037d338ddc1392002fa025b672
+DIST upmpdcli-1.8.11.tar.gz 629053 BLAKE2B 
42b8fa8f69bc0feab8dbeee8be48ec120c7c5084da1ddf64902b26845cecf7b50652260f1e56b9297a632d5b3c143390fbcef9212b0128b8f1b12c05aeb02979
 SHA512 
86badc49d3a6adef1d5283c38776cc8ab8dce6ce516ce6a87af76d00f4a681747eb5d4415640dfa191929ef5b77865a57bc72c7e10bc37e59c66d44119e7749c
 DIST upmpdcli-1.8.9.tar.gz 658086 BLAKE2B 
61aa8752f7c2611fd27be5c8114630f9be00f84d27ad2ccbb32320cf7ba00c0dc5a983222de50f9bc361c6a695634c0c0d6896d355bc90bb26637f35bc4432be
 SHA512 
f7fc474d91076acfe1d1482db6ea3e9a4a15612cfdef854e11721673f5822f1d2adf1b353b39bdbfbb6cbf869f4b6e8b6995c78e11555cd03c44140f4104b087

diff --git a/media-sound/upmpdcli/upmpdcli-1.8.11.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.8.11.ebuild
new file mode 100644
index ..c929aea886e6
--- /dev/null
+++ b/media-sound/upmpdcli/upmpdcli-1.8.11.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson systemd
+
+DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html;
+
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="thirdparty"
+
+DEPEND="
+   net-misc/curl
+   dev-libs/jsoncpp
+   media-libs/libmpdclient
+   net-libs/libmicrohttpd:=
+   >net-libs/libupnpp-0.26.4
+"
+RDEPEND="
+   ${DEPEND}
+   acct-group/upmpdcli
+   acct-user/upmpdcli
+   app-misc/recoll
+   thirdparty? ( dev-python/requests )
+"
+
+src_install() {
+   meson_src_install
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
+   systemd_dounit systemd/upmpdcli.service
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/

2024-05-24 Thread Erik Mackdanz
commit: c798a7172b235f6767a1f7e4117eb07cf53c3d08
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat May 25 04:26:04 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sat May 25 04:26:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c798a717

media-sound/upmpdcli: drop 1.8.10

Signed-off-by: Erik Mackdanz  gentoo.org>

 media-sound/upmpdcli/Manifest   |  1 -
 media-sound/upmpdcli/upmpdcli-1.8.10.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
index 8282d8f39fc5..2350cd7b6332 100644
--- a/media-sound/upmpdcli/Manifest
+++ b/media-sound/upmpdcli/Manifest
@@ -1,3 +1,2 @@
-DIST upmpdcli-1.8.10.tar.gz 620252 BLAKE2B 
d79a84cfd8c779f05a05034d1fa3bfde50f713ec9eb800d4a4206087ba1dbc64ccec7b53e67c139af548425e6d3e85bb2a72ddb6fa933ebd47ab794d76ea81af
 SHA512 
4f8b430a293d62ca82f8bb88bfe57c13694b1972d16402a492700b0ddf8a3689987d2e0a2b4acc7f982c18c6419e22657057e4037d338ddc1392002fa025b672
 DIST upmpdcli-1.8.11.tar.gz 629053 BLAKE2B 
42b8fa8f69bc0feab8dbeee8be48ec120c7c5084da1ddf64902b26845cecf7b50652260f1e56b9297a632d5b3c143390fbcef9212b0128b8f1b12c05aeb02979
 SHA512 
86badc49d3a6adef1d5283c38776cc8ab8dce6ce516ce6a87af76d00f4a681747eb5d4415640dfa191929ef5b77865a57bc72c7e10bc37e59c66d44119e7749c
 DIST upmpdcli-1.8.9.tar.gz 658086 BLAKE2B 
61aa8752f7c2611fd27be5c8114630f9be00f84d27ad2ccbb32320cf7ba00c0dc5a983222de50f9bc361c6a695634c0c0d6896d355bc90bb26637f35bc4432be
 SHA512 
f7fc474d91076acfe1d1482db6ea3e9a4a15612cfdef854e11721673f5822f1d2adf1b353b39bdbfbb6cbf869f4b6e8b6995c78e11555cd03c44140f4104b087

diff --git a/media-sound/upmpdcli/upmpdcli-1.8.10.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.8.10.ebuild
deleted file mode 100644
index c929aea886e6..
--- a/media-sound/upmpdcli/upmpdcli-1.8.10.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson systemd
-
-DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
-HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html;
-
-SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="thirdparty"
-
-DEPEND="
-   net-misc/curl
-   dev-libs/jsoncpp
-   media-libs/libmpdclient
-   net-libs/libmicrohttpd:=
-   >net-libs/libupnpp-0.26.4
-"
-RDEPEND="
-   ${DEPEND}
-   acct-group/upmpdcli
-   acct-user/upmpdcli
-   app-misc/recoll
-   thirdparty? ( dev-python/requests )
-"
-
-src_install() {
-   meson_src_install
-   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
-   systemd_dounit systemd/upmpdcli.service
-}



[gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/files/

2024-05-27 Thread Erik Mackdanz
commit: 1bb6a03d98568d0f01507acfb41d0c47f494b155
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Tue May 28 02:01:35 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Tue May 28 03:06:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bb6a03d

games-roguelike/stone-soup: fix doubled slash for install paths for musl

Closes: https://bugs.gentoo.org/929087

Signed-off-by: Erik Mackdanz  gentoo.org>

 games-roguelike/stone-soup/files/make-v3.patch | 25 ++---
 1 file changed, 18 insertions(+), 7 deletions(-)

diff --git a/games-roguelike/stone-soup/files/make-v3.patch 
b/games-roguelike/stone-soup/files/make-v3.patch
index 7a1308b36bd6..19a308336cc3 100644
--- a/games-roguelike/stone-soup/files/make-v3.patch
+++ b/games-roguelike/stone-soup/files/make-v3.patch
@@ -1,5 +1,5 @@
 a/Makefile 2023-04-08 18:39:09.818483802 -0500
-+++ b/Makefile 2023-04-08 18:44:54.509321177 -0500
+--- a/Makefile 2024-05-27 19:43:53.339479403 -0500
 b/Makefile 2024-05-27 19:45:08.737841222 -0500
 @@ -206,7 +206,7 @@
  uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
  uname_M := $(shell sh -c 'uname -m 2>/dev/null || echo not')
@@ -82,16 +82,27 @@
  WINARCH := $(shell $(GXX) -dumpmachine | grep -q x64_64 && echo win64 || echo 
win32)
  
  export SRC_VERSION
-@@ -1644,7 +1630,7 @@
+@@ -1645,13 +1631,13 @@
$(COPY) dat/tiles/stone_soup_icon-512x512.png 
$(prefix_fp)/share/icons/hicolor/512x512/apps/$(XDG_NAME).png
$(COPY) dat/tiles/stone_soup_icon.svg 
$(prefix_fp)/share/icons/hicolor/scalable/apps/$(XDG_NAME).svg
  
 -install: all install-data
+-  [ -d $(prefix_fp)/$(bin_prefix) ] || mkdir -p $(prefix_fp)/$(bin_prefix)
+-  $(COPY) $(GAME) $(prefix_fp)/$(bin_prefix)/
+-  $(STRIP) $(prefix_fp)/$(bin_prefix)/$(GAME)
 +install: install-data
-   [ -d $(prefix_fp)/$(bin_prefix) ] || mkdir -p $(prefix_fp)/$(bin_prefix)
-   $(COPY) $(GAME) $(prefix_fp)/$(bin_prefix)/
-   $(STRIP) $(prefix_fp)/$(bin_prefix)/$(GAME)
-@@ -1901,9 +1887,6 @@
++  [ -d $(prefix_fp)$(bin_prefix) ] || mkdir -p $(prefix_fp)$(bin_prefix)
++  $(COPY) $(GAME) $(prefix_fp)$(bin_prefix)/
++  $(STRIP) $(prefix_fp)$(bin_prefix)/$(GAME)
+ ifeq ($(USE_DGAMELAUNCH),)
+-  $(CHOWN) $(INSTALL_UGRP) $(prefix_fp)/$(bin_prefix)/$(GAME) || true
+-  $(CHMOD) $(MCHMOD) $(prefix_fp)/$(bin_prefix)/$(GAME) || true
++  $(CHOWN) $(INSTALL_UGRP) $(prefix_fp)$(bin_prefix)/$(GAME) || true
++  $(CHMOD) $(MCHMOD) $(prefix_fp)$(bin_prefix)/$(GAME) || true
+ endif
+ 
+ clean: clean-rltiles clean-webserver clean-android clean-monster clean-catch2 
\
+@@ -1905,9 +1891,6 @@
  
  dat/tiles/%.png: $(RLTILES)/%.png
$(QUIET_PNGCRUSH)$(PNGCRUSH) $< $@



[gentoo-commits] repo/gentoo:master commit in: app-office/ledger/, app-office/ledger/files/

2024-05-21 Thread Erik Mackdanz
commit: aa3771f490b4ce89726b779774a7c6641b8940ce
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Wed May 22 04:15:19 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Wed May 22 04:15:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3771f4

app-office/ledger: fix boost error

Closes: https://bugs.gentoo.org/932238

Signed-off-by: Erik Mackdanz  gentoo.org>

 app-office/ledger/files/convenience.patch | 10 ++
 app-office/ledger/ledger-3.3.2-r1.ebuild  |  3 +++
 2 files changed, 13 insertions(+)

diff --git a/app-office/ledger/files/convenience.patch 
b/app-office/ledger/files/convenience.patch
new file mode 100644
index ..998d248c0932
--- /dev/null
+++ b/app-office/ledger/files/convenience.patch
@@ -0,0 +1,10 @@
+--- a/src/system.hh.in 2024-05-21 22:50:15.026661018 -0500
 b/src/system.hh.in 2024-05-21 22:50:43.466824215 -0500
+@@ -144,7 +144,6 @@
+ #include 
+ #include 
+ 
+-#include 
+ #include 
+ #include 
+ #include 

diff --git a/app-office/ledger/ledger-3.3.2-r1.ebuild 
b/app-office/ledger/ledger-3.3.2-r1.ebuild
index 3f77c0eb287b..709f0d908539 100644
--- a/app-office/ledger/ledger-3.3.2-r1.ebuild
+++ b/app-office/ledger/ledger-3.3.2-r1.ebuild
@@ -67,6 +67,9 @@ src_prepare() {
mv doc/ledger{3,}.texi || die "Failed to rename info file name"
 
rm -r lib/utfcpp || die
+
+   eapply "${FILESDIR}/convenience.patch"
+   eapply_user
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnpupnp/

2024-05-21 Thread Erik Mackdanz
commit: acdbfc65d0f35ff46f9491f7c4c11a8a8bae5b4b
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Wed May 22 01:02:55 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Wed May 22 01:02:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acdbfc65

net-libs/libnpupnp: drop 6.1.2

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libnpupnp/Manifest   |  1 -
 net-libs/libnpupnp/libnpupnp-6.1.2.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/net-libs/libnpupnp/Manifest b/net-libs/libnpupnp/Manifest
index 98192f2c2891..05aad6d6b0c4 100644
--- a/net-libs/libnpupnp/Manifest
+++ b/net-libs/libnpupnp/Manifest
@@ -1,3 +1,2 @@
 DIST libnpupnp-6.1.1.tar.gz 549925 BLAKE2B 
b7d8db7ddf58f77ee855dd6e82567a8e0edf1cbad468e2f4fa9a813908ec3c25a304fd3f41c592f5dfda46831998bf74a39a1be4cb3cd63cdac55f5aa2bc08a0
 SHA512 
905c0dfc7f018a80380406682550271893d795a1964bb5e7c4a56c6934ce06b9b6e29a2c5a7a9c4bf1a5a2348637ad6af3fd99cd38d7bba9d935fdbec6a6dce5
-DIST libnpupnp-6.1.2.tar.gz 447271 BLAKE2B 
3c63fde4a4e526fc5701c51f9da279d7d026744f9d709a83acf2532b8a48d50381887630ee78907266be9e77c27bd58a4ae5783826e28a0f76996a2e4a742abc
 SHA512 
4ca4e56f896e21cd1a47de95e28b2b298b71c385c6ce9841d85c09ce3dd0387742b01ec11d65701dd1f7b2cc9ed30127b53496910601a273f9c7663741b2
 DIST libnpupnp-6.1.3.tar.gz 448010 BLAKE2B 
3bba4abac3702fc5f675110aacdebba0e0850cbf5edfe357944415aff4319c375674fc30418cbf74bfcc6a43ab4c8e308310f20cdb87eb5a9f3338895facf4f8
 SHA512 
763bf891a45efd1e022259839ac258b961a81a0e1e45d0b14c8a84a1ee3cdd02897ab98b9c4264871e2ec9cbc6cd315311d0a058f3fa0040b0f1198d1bd4b986

diff --git a/net-libs/libnpupnp/libnpupnp-6.1.2.ebuild 
b/net-libs/libnpupnp/libnpupnp-6.1.2.ebuild
deleted file mode 100644
index 95bffb2a221d..
--- a/net-libs/libnpupnp/libnpupnp-6.1.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="A C++ base UPnP library, derived from Portable UPnP, a.k.a 
libupnp"
-HOMEPAGE="https://framagit.org/medoc92/npupnp;
-SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-libs/expat
-   net-libs/libmicrohttpd:=
-   net-misc/curl
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/

2024-05-21 Thread Erik Mackdanz
commit: 0f2675e86c6735b061a75a90ba4b1fc01016962e
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Wed May 22 01:01:56 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Wed May 22 01:02:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2675e8

net-libs/libupnpp: drop 0.26.4-r1

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libupnpp/Manifest  |  1 -
 net-libs/libupnpp/libupnpp-0.26.4-r1.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 5c99c106ba10..243e55895d2c 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1,3 +1,2 @@
 DIST libupnpp-0.26.3.tar.gz 485173 BLAKE2B 
9afc516118410bd5ddffe8f59848f25f5fc1da3247127b0fee2d1d6cb18c21247c14628e0e82d1d5ecc640d217a5b463bb692e39864740966a83025801173f9b
 SHA512 
78f9f3fabfbe3f79dc75153e95dc12e6a45064ee853ba19d8e0354baa37e7a2f673d4bc27b73196d91053f976fca7d5837b60de485a48150f6d20217ecedfc78
-DIST libupnpp-0.26.4.tar.gz 126724 BLAKE2B 
9679df48583915b92965d1a31effb6ba92d91bd1d676cde6494ae46177500fa2b5d8f2e0a94ae8b291d95fb9057c1105518bd7ecb9d4e09dad0f6bcdcddc73cc
 SHA512 
081fbe87ddf9b2a98114fe0e9e235e80a250b1e0087e029b18df1c333724c243a39c66c1f4a30edd1c476e24f9f83212824e781773d7d926943fa06e092eba80
 DIST libupnpp-0.26.5.tar.gz 127254 BLAKE2B 
ea34f4bac12a75bb63c6e3f05d10fb5b7e37083d4ee98b5b9c28c7078d4e864f200cbb42cd4a8c1e6c7f567f062d0682f827f36e0afa27047881d8887e7e1531
 SHA512 
619de7f1448dd7473af8bc980e6806c60a6223b26ebcccb1e0a857af48868fe81d8f28cdc713d84c720072f07630751149d1ab5b2a1c5a0890822308ce7bd18e

diff --git a/net-libs/libupnpp/libupnpp-0.26.4-r1.ebuild 
b/net-libs/libupnpp/libupnpp-0.26.4-r1.ebuild
deleted file mode 100644
index ebcc007281ee..
--- a/net-libs/libupnpp/libupnpp-0.26.4-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli 
and upplay"
-HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli;
-SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-   dev-libs/expat
-   net-libs/libnpupnp
-   net-misc/curl
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/

2024-05-21 Thread Erik Mackdanz
commit: af1da7a44ead29b45ac2f7f3770cde47f4c65c2c
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Wed May 22 00:58:58 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Wed May 22 01:01:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1da7a4

net-libs/libupnpp: add 0.26.5

I worked with upstream for a fix with no patching

Closes: https://bugs.gentoo.org/932233
Closes: https://bugs.gentoo.org/927147

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libupnpp/Manifest   |  1 +
 net-libs/libupnpp/libupnpp-0.26.5.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 8f12e527e0a0..5c99c106ba10 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1,2 +1,3 @@
 DIST libupnpp-0.26.3.tar.gz 485173 BLAKE2B 
9afc516118410bd5ddffe8f59848f25f5fc1da3247127b0fee2d1d6cb18c21247c14628e0e82d1d5ecc640d217a5b463bb692e39864740966a83025801173f9b
 SHA512 
78f9f3fabfbe3f79dc75153e95dc12e6a45064ee853ba19d8e0354baa37e7a2f673d4bc27b73196d91053f976fca7d5837b60de485a48150f6d20217ecedfc78
 DIST libupnpp-0.26.4.tar.gz 126724 BLAKE2B 
9679df48583915b92965d1a31effb6ba92d91bd1d676cde6494ae46177500fa2b5d8f2e0a94ae8b291d95fb9057c1105518bd7ecb9d4e09dad0f6bcdcddc73cc
 SHA512 
081fbe87ddf9b2a98114fe0e9e235e80a250b1e0087e029b18df1c333724c243a39c66c1f4a30edd1c476e24f9f83212824e781773d7d926943fa06e092eba80
+DIST libupnpp-0.26.5.tar.gz 127254 BLAKE2B 
ea34f4bac12a75bb63c6e3f05d10fb5b7e37083d4ee98b5b9c28c7078d4e864f200cbb42cd4a8c1e6c7f567f062d0682f827f36e0afa27047881d8887e7e1531
 SHA512 
619de7f1448dd7473af8bc980e6806c60a6223b26ebcccb1e0a857af48868fe81d8f28cdc713d84c720072f07630751149d1ab5b2a1c5a0890822308ce7bd18e

diff --git a/net-libs/libupnpp/libupnpp-0.26.5.ebuild 
b/net-libs/libupnpp/libupnpp-0.26.5.ebuild
new file mode 100644
index ..ebcc007281ee
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.26.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli 
and upplay"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli;
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-libs/expat
+   net-libs/libnpupnp
+   net-misc/curl
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnpupnp/

2024-05-21 Thread Erik Mackdanz
commit: 9ecbe4891bf5e0ed7f1fadd823c2cafba412f09c
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Wed May 22 00:50:49 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Wed May 22 00:50:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ecbe489

net-libs/libnpupnp: add 6.1.3

I worked with upstream to get the fix in without a patch

Closes: https://bugs.gentoo.org/932232
Closes: https://bugs.gentoo.org/927146

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libnpupnp/Manifest   |  1 +
 net-libs/libnpupnp/libnpupnp-6.1.3.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/net-libs/libnpupnp/Manifest b/net-libs/libnpupnp/Manifest
index 35bb969a3964..98192f2c2891 100644
--- a/net-libs/libnpupnp/Manifest
+++ b/net-libs/libnpupnp/Manifest
@@ -1,2 +1,3 @@
 DIST libnpupnp-6.1.1.tar.gz 549925 BLAKE2B 
b7d8db7ddf58f77ee855dd6e82567a8e0edf1cbad468e2f4fa9a813908ec3c25a304fd3f41c592f5dfda46831998bf74a39a1be4cb3cd63cdac55f5aa2bc08a0
 SHA512 
905c0dfc7f018a80380406682550271893d795a1964bb5e7c4a56c6934ce06b9b6e29a2c5a7a9c4bf1a5a2348637ad6af3fd99cd38d7bba9d935fdbec6a6dce5
 DIST libnpupnp-6.1.2.tar.gz 447271 BLAKE2B 
3c63fde4a4e526fc5701c51f9da279d7d026744f9d709a83acf2532b8a48d50381887630ee78907266be9e77c27bd58a4ae5783826e28a0f76996a2e4a742abc
 SHA512 
4ca4e56f896e21cd1a47de95e28b2b298b71c385c6ce9841d85c09ce3dd0387742b01ec11d65701dd1f7b2cc9ed30127b53496910601a273f9c7663741b2
+DIST libnpupnp-6.1.3.tar.gz 448010 BLAKE2B 
3bba4abac3702fc5f675110aacdebba0e0850cbf5edfe357944415aff4319c375674fc30418cbf74bfcc6a43ab4c8e308310f20cdb87eb5a9f3338895facf4f8
 SHA512 
763bf891a45efd1e022259839ac258b961a81a0e1e45d0b14c8a84a1ee3cdd02897ab98b9c4264871e2ec9cbc6cd315311d0a058f3fa0040b0f1198d1bd4b986

diff --git a/net-libs/libnpupnp/libnpupnp-6.1.3.ebuild 
b/net-libs/libnpupnp/libnpupnp-6.1.3.ebuild
new file mode 100644
index ..95bffb2a221d
--- /dev/null
+++ b/net-libs/libnpupnp/libnpupnp-6.1.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="A C++ base UPnP library, derived from Portable UPnP, a.k.a 
libupnp"
+HOMEPAGE="https://framagit.org/medoc92/npupnp;
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/expat
+   net-libs/libmicrohttpd:=
+   net-misc/curl
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/

2024-05-18 Thread Erik Mackdanz
commit: 22aba074842e325d71338821187aaecead75b17f
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat May 18 23:22:32 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sat May 18 23:23:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22aba074

net-libs/libupnpp: uses meson now

Closes: https://bugs.gentoo.org/932092

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libupnpp/libupnpp-0.26.4-r1.ebuild | 20 
 1 file changed, 20 insertions(+)

diff --git a/net-libs/libupnpp/libupnpp-0.26.4-r1.ebuild 
b/net-libs/libupnpp/libupnpp-0.26.4-r1.ebuild
new file mode 100644
index ..ebcc007281ee
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.26.4-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli 
and upplay"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli;
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-libs/expat
+   net-libs/libnpupnp
+   net-misc/curl
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/

2024-05-18 Thread Erik Mackdanz
commit: a24522875a73ef0ab0f6e794ddd3a1373173fc6f
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat May 18 23:25:45 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sat May 18 23:25:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2452287

net-libs/libupnpp: drop 0.26.4

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libupnpp/libupnpp-0.26.4.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/net-libs/libupnpp/libupnpp-0.26.4.ebuild 
b/net-libs/libupnpp/libupnpp-0.26.4.ebuild
deleted file mode 100644
index a49d443e93fb..
--- a/net-libs/libupnpp/libupnpp-0.26.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli 
and upplay"
-HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli;
-SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-   dev-libs/expat
-   net-libs/libnpupnp
-   net-misc/curl
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   default_src_install
-   find "${ED}" -name '*.la' -delete || die "Couldn't delete .la files"
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnpupnp/

2024-05-18 Thread Erik Mackdanz
commit: 2d378418eeabdeebf39d15263d9182be3221881f
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun May 19 04:17:16 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun May 19 04:17:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d378418

net-libs/libnpupnp: add 6.1.2

Signed-off-by: Erik Mackdanz  gentoo.org>

 net-libs/libnpupnp/Manifest   |  1 +
 net-libs/libnpupnp/libnpupnp-6.1.2.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/net-libs/libnpupnp/Manifest b/net-libs/libnpupnp/Manifest
index 2e70c09b0012..35bb969a3964 100644
--- a/net-libs/libnpupnp/Manifest
+++ b/net-libs/libnpupnp/Manifest
@@ -1 +1,2 @@
 DIST libnpupnp-6.1.1.tar.gz 549925 BLAKE2B 
b7d8db7ddf58f77ee855dd6e82567a8e0edf1cbad468e2f4fa9a813908ec3c25a304fd3f41c592f5dfda46831998bf74a39a1be4cb3cd63cdac55f5aa2bc08a0
 SHA512 
905c0dfc7f018a80380406682550271893d795a1964bb5e7c4a56c6934ce06b9b6e29a2c5a7a9c4bf1a5a2348637ad6af3fd99cd38d7bba9d935fdbec6a6dce5
+DIST libnpupnp-6.1.2.tar.gz 447271 BLAKE2B 
3c63fde4a4e526fc5701c51f9da279d7d026744f9d709a83acf2532b8a48d50381887630ee78907266be9e77c27bd58a4ae5783826e28a0f76996a2e4a742abc
 SHA512 
4ca4e56f896e21cd1a47de95e28b2b298b71c385c6ce9841d85c09ce3dd0387742b01ec11d65701dd1f7b2cc9ed30127b53496910601a273f9c7663741b2

diff --git a/net-libs/libnpupnp/libnpupnp-6.1.2.ebuild 
b/net-libs/libnpupnp/libnpupnp-6.1.2.ebuild
new file mode 100644
index ..95bffb2a221d
--- /dev/null
+++ b/net-libs/libnpupnp/libnpupnp-6.1.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="A C++ base UPnP library, derived from Portable UPnP, a.k.a 
libupnp"
+HOMEPAGE="https://framagit.org/medoc92/npupnp;
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/expat
+   net-libs/libmicrohttpd:=
+   net-misc/curl
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/

2024-05-18 Thread Erik Mackdanz
commit: b7423b7d2481e8d664cdfc00a0d718a5458e8f2c
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sun May 19 05:17:39 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sun May 19 05:18:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7423b7d

media-sound/upmpdcli: add 1.8.10

Signed-off-by: Erik Mackdanz  gentoo.org>

 media-sound/upmpdcli/Manifest   |  1 +
 media-sound/upmpdcli/upmpdcli-1.8.10.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/media-sound/upmpdcli/Manifest b/media-sound/upmpdcli/Manifest
index e79b86e3716b..28ef27fe3ad3 100644
--- a/media-sound/upmpdcli/Manifest
+++ b/media-sound/upmpdcli/Manifest
@@ -1 +1,2 @@
+DIST upmpdcli-1.8.10.tar.gz 620252 BLAKE2B 
d79a84cfd8c779f05a05034d1fa3bfde50f713ec9eb800d4a4206087ba1dbc64ccec7b53e67c139af548425e6d3e85bb2a72ddb6fa933ebd47ab794d76ea81af
 SHA512 
4f8b430a293d62ca82f8bb88bfe57c13694b1972d16402a492700b0ddf8a3689987d2e0a2b4acc7f982c18c6419e22657057e4037d338ddc1392002fa025b672
 DIST upmpdcli-1.8.9.tar.gz 658086 BLAKE2B 
61aa8752f7c2611fd27be5c8114630f9be00f84d27ad2ccbb32320cf7ba00c0dc5a983222de50f9bc361c6a695634c0c0d6896d355bc90bb26637f35bc4432be
 SHA512 
f7fc474d91076acfe1d1482db6ea3e9a4a15612cfdef854e11721673f5822f1d2adf1b353b39bdbfbb6cbf869f4b6e8b6995c78e11555cd03c44140f4104b087

diff --git a/media-sound/upmpdcli/upmpdcli-1.8.10.ebuild 
b/media-sound/upmpdcli/upmpdcli-1.8.10.ebuild
new file mode 100644
index ..c929aea886e6
--- /dev/null
+++ b/media-sound/upmpdcli/upmpdcli-1.8.10.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson systemd
+
+DESCRIPTION="UPnP Media Renderer front-end for MPD, the Music Player Daemon"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli/index.html;
+
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz;
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="thirdparty"
+
+DEPEND="
+   net-misc/curl
+   dev-libs/jsoncpp
+   media-libs/libmpdclient
+   net-libs/libmicrohttpd:=
+   >net-libs/libupnpp-0.26.4
+"
+RDEPEND="
+   ${DEPEND}
+   acct-group/upmpdcli
+   acct-user/upmpdcli
+   app-misc/recoll
+   thirdparty? ( dev-python/requests )
+"
+
+src_install() {
+   meson_src_install
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
+   systemd_dounit systemd/upmpdcli.service
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gdm/

2024-05-31 Thread Erik Mackdanz
commit: 99d772fead7d4195bc1b31ed9a24eb3fd2405cd0
Author: Guillermo Joandet  gmail  com>
AuthorDate: Fri May 31 15:07:08 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sat Jun  1 01:41:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d772fe

gnome-base/gdm: Bump to 46.2

Closes: https://github.com/gentoo/gentoo/pull/34749
Signed-off-by: Guillermo Joandet  gmail.com>
Signed-off-by: Erik Mackdanz  gentoo.org>

 gnome-base/gdm/Manifest|   1 +
 gnome-base/gdm/gdm-46.2.ebuild | 210 +
 2 files changed, 211 insertions(+)

diff --git a/gnome-base/gdm/Manifest b/gnome-base/gdm/Manifest
index 86ab48d5ae71..c0cc2cb6e251 100644
--- a/gnome-base/gdm/Manifest
+++ b/gnome-base/gdm/Manifest
@@ -1,2 +1,3 @@
 DIST gdm-45.0.1.tar.xz 855004 BLAKE2B 
1ec7250c49c40a31dbc21d0a141cbe6c2555c43d9a31aa6364b497812de0dab4785f509bf9f8b38febc449ada955a86a22b11986c30d9f9226042e2eb3c485e0
 SHA512 
f0c667dd5df034087e284c2ec1131b55a85cd9e832c15c2aff1637e1e36d4d62a7d86528a2e524bb2782ca7d7cc7cb9c34a9ce9bba688ad222af409e2eb69abe
+DIST gdm-46.2.tar.xz 931868 BLAKE2B 
53b6efb6ae0a60592c6790c4ff676e6bdd7e8096eabb002f3c0d7ad1ba63498cd38799bf0d6606528d05a57b72630ce36bbd1c3e3810bc344df88c445a09c517
 SHA512 
29cb00b42b64313f63cbf33a0caf9ecaf43f38699983017966fba951b867742129ef150cd927d02add5f7c1c20049ba1301e5ee094caa54835dc12cf29c86210
 DIST tango-gentoo-v1.1.tar.gz 29322 BLAKE2B 
83fa2bf37727e60851dd679054fe1b153ebfea58c9a9a40f891f7d68d3b047b02e8effa1d1b4e08d64500a2072ce7200f159c92a352da7124de27e1b05bb6027
 SHA512 
87d47ddab68361db6d99866c51705dcb3e198f8345a1096859acf2c6cca5099dd23c7fb30d124f52c4933ea38fd45fadffbbe6ecbdfa84f5b60938a4824f9045

diff --git a/gnome-base/gdm/gdm-46.2.ebuild b/gnome-base/gdm/gdm-46.2.ebuild
new file mode 100644
index ..e63e0f030e60
--- /dev/null
+++ b/gnome-base/gdm/gdm-46.2.ebuild
@@ -0,0 +1,210 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop gnome2 meson pam readme.gentoo-r1 systemd udev
+
+DESCRIPTION="GNOME Display Manager for managing graphical display servers and 
user logins"
+HOMEPAGE="https://wiki.gnome.org/Projects/GDM 
https://gitlab.gnome.org/GNOME/gdm;
+
+SRC_URI="${SRC_URI}
+   branding? ( 
https://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz
 )
+"
+
+LICENSE="
+   GPL-2+
+   branding? ( CC-BY-SA-4.0 )
+"
+
+SLOT="0"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+IUSE="accessibility audit bluetooth-sound branding elogind fprint plymouth 
selinux systemd tcpd test wayland"
+
+RESTRICT="!test? ( test )"
+REQUIRED_USE="^^ ( elogind systemd )"
+
+# dconf, dbus and g-s-d are needed at install time for dconf update
+# keyutils is automagic dep that makes autologin unlock login keyring
+# when all the passwords match (disk encryption, user pw and login keyring)
+# dbus-run-session used at runtime
+COMMON_DEPEND="
+   virtual/udev
+   >=dev-libs/libgudev-232:=
+   >=dev-libs/glib-2.68:2
+   >=x11-libs/gtk+-2.91.1:3
+   >=dev-libs/json-glib-1.2.0
+   >=media-libs/libcanberra-0.4[gtk3]
+   >=sys-apps/accountsservice-0.6.35
+   x11-libs/libxcb
+   sys-apps/keyutils:=
+   selinux? ( sys-libs/libselinux )
+
+   x11-libs/libX11
+   x11-libs/libXau
+   x11-base/xorg-server[-minimal]
+   x11-libs/libXdmcp
+   tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
+
+   systemd? ( >=sys-apps/systemd-186:0=[pam] )
+   elogind? ( >=sys-auth/elogind-239.3[pam] )
+
+   plymouth? ( sys-boot/plymouth )
+   audit? ( sys-process/audit )
+
+   sys-libs/pam
+   sys-auth/pambase[elogind?,systemd?]
+
+   >=gnome-base/dconf-0.20
+   >=gnome-base/gnome-settings-daemon-3.1.4
+   gnome-base/gsettings-desktop-schemas
+   sys-apps/dbus
+
+   >=x11-misc/xdg-utils-1.0.2-r3
+
+   >=dev-libs/gobject-introspection-0.9.12:=
+"
+# XXX: These deps are from session and desktop files in data/ directory
+# fprintd is used via dbus by gdm-fingerprint-extension
+RDEPEND="${COMMON_DEPEND}
+   acct-group/gdm
+   acct-user/gdm
+   >=gnome-base/gnome-session-3.6
+   >=gnome-base/gnome-shell-3.1.90
+   x11-apps/xhost
+
+   accessibility? (
+   >=app-accessibility/orca-3.10
+   gnome-extra/mousetweaks
+   )
+   fprint? ( sys-auth/fprintd[pam] )
+"
+DEPEND="${COMMON_DEPEND}
+   x11-base/xorg-proto
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/itstool
+   >=gnome-base/dconf-0.20
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   test? ( >=dev-libs/check-0.9.4 )
+"
+
+DOC_CONTENTS=&qu

[gentoo-commits] repo/gentoo:master commit in: app-office/drawio-desktop-bin/

2024-06-01 Thread Erik Mackdanz
commit: c3833d71e83009b10d70c71d967b0eb12820705b
Author: Giuseppe Foti  gmail  com>
AuthorDate: Fri Mar 29 23:46:53 2024 +
Commit:     Erik Mackdanz  gentoo  org>
CommitDate: Sat Jun  1 18:59:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3833d71

app-office/drawio-desktop-bin: add 24.1.0, drop 22.1.21

Signed-off-by: Giuseppe Foti  gmail.com>
Signed-off-by: Erik Mackdanz  gentoo.org>

 app-office/drawio-desktop-bin/Manifest |  6 +++---
 ...top-bin-22.1.21.ebuild => drawio-desktop-bin-24.1.0.ebuild} | 10 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-office/drawio-desktop-bin/Manifest 
b/app-office/drawio-desktop-bin/Manifest
index c47bf7e450ad..e3aa5cb55dec 100644
--- a/app-office/drawio-desktop-bin/Manifest
+++ b/app-office/drawio-desktop-bin/Manifest
@@ -1,9 +1,9 @@
-DIST drawio-22.1.21-icon-r1.svg 1194 BLAKE2B 
624a024e95ff1a68ac298b64d0e633f46411f7ec142d8b2a7d639c7e6a66a1f7c695f67b28a64e323ec1dea36ec4d657e2ee9119cd58f1c84f0d9cb9b5d9755d
 SHA512 
ce010d61c5de3322d4e3c66c87ae199b7d15e68ee7253078f001eccb3b725c0290426978cfd81a4d06276b8b50ea8bd650213a50eb72432451afe536790eb39e
 DIST drawio-23.1.5-icon-r1.svg 1194 BLAKE2B 
624a024e95ff1a68ac298b64d0e633f46411f7ec142d8b2a7d639c7e6a66a1f7c695f67b28a64e323ec1dea36ec4d657e2ee9119cd58f1c84f0d9cb9b5d9755d
 SHA512 
ce010d61c5de3322d4e3c66c87ae199b7d15e68ee7253078f001eccb3b725c0290426978cfd81a4d06276b8b50ea8bd650213a50eb72432451afe536790eb39e
 DIST drawio-24.0.4-icon-r1.svg 1194 BLAKE2B 
624a024e95ff1a68ac298b64d0e633f46411f7ec142d8b2a7d639c7e6a66a1f7c695f67b28a64e323ec1dea36ec4d657e2ee9119cd58f1c84f0d9cb9b5d9755d
 SHA512 
ce010d61c5de3322d4e3c66c87ae199b7d15e68ee7253078f001eccb3b725c0290426978cfd81a4d06276b8b50ea8bd650213a50eb72432451afe536790eb39e
-DIST drawio-desktop-bin-amd64-22.1.21.deb 96067454 BLAKE2B 
4359f16e9932bd0b356cb8e800dab018462f943c81f604cc32837c6fcf1d1eda051380a0efdb122cf08d38d6f9ea6d87fa89de41d11ff33fd132fec037d0ff25
 SHA512 
2c99cefeb9a483e9a687eb1d3945549dda932303e8e7d45e80cc37103659c88e9eaba33b5b663fb96c331800424d24c16e11d670231f04d42dc30119db731ee5
 DIST drawio-desktop-bin-amd64-23.1.5.deb 96278524 BLAKE2B 
589cb585a687d40d2ae763492f0478ad6ee8acd642ecd00a9cd129c0e68bb297477c6b7709de13186d5ad643ee2ddb5d19c2e5d95574bfe49152958de02e44cf
 SHA512 
9ae538f079a4eaa6c191270ed6f3ffc506a5921df109dbedfb7d9e3a4b2b61ebc884a33aca2f894bb0fe532e0069df62e267284250349facfd1d6e5bde7b824c
 DIST drawio-desktop-bin-amd64-24.0.4.deb 96112610 BLAKE2B 
0cc189f9eb22d0995f15b38dde45a37c4ab5cefc0eeefa02398a263b74d1a8ac1bf7ec3a7d29e4a91a91f0481c1c59670238489bdf34500163ae7c9a7995189d
 SHA512 
0fae62cfcd89c2233e5d149b37b122f0a362a8a3753e824d766768aec94ceefbb2d458016c402f1e5c43663b10fdda5a0db65fbe8194f103dbae974520c32b57
-DIST drawio-desktop-bin-arm64-22.1.21.deb 91108260 BLAKE2B 
ff13736806866249ef55ff7dabed173996b910d25f31f72e9755ef22f3e67162aa080046e4fb5af9801b8ddaefe19cdae578ce6a9d314013b01211832b71ded2
 SHA512 
5d273b55839858ab4afb18f9ceab1a8004af7843e73a15944be5991d09b821dc4f9fcf46a8dfca6b1a47d7d6e70e4e905e4dfe13e03fe842b6c1b40fc92164d7
+DIST drawio-desktop-bin-amd64-24.1.0.deb 96075818 BLAKE2B 
d71fd7dba2dab1d94ff7fdada4e5ed72ee61a636e50ef1d62615b21adb3203b350de237d60f9c543a0fc64b19722cf063e0f44b6d5b35c3a5a2ec61efb31a17c
 SHA512 
3e2873ef240ca18267d5c4746e10b89e70605e2070f2280a9472b1b4976575b1d8c5760bc752503ac9e278d3d49c4f6a6ec70332c3fd5b947aa16f97633e7287
 DIST drawio-desktop-bin-arm64-23.1.5.deb 90820726 BLAKE2B 
e937b1fa7675b3ed895776fbbf5b97c2d96d9fdc658789cad6fa7c2633af5257c61850c1e1f3537b4f3b47261f781dcadb316100b53101e1f5979bf6e9572c76
 SHA512 
94608a667a55f6e82321d2fd0e668e88dc27a74e7bd8fbd65317fdb02cd11fb4c0d990d3dc513a9a7584d69204a8d7e7f1b842a3c46938ad38671b44da68d399
 DIST drawio-desktop-bin-arm64-24.0.4.deb 91106114 BLAKE2B 
6e55db288b503af9ca68a5011126bd026c925f96008b3224965f4e4b5a855ef335ad806524f1c8d196dc6690fbf31b0adb669a5a88523a6586c4aad95bb53bb9
 SHA512 
032fadbb00fc31d5e1723612fc33e27573f1aa86c0d3d6bc4ec15ea964db8b81737c0d4c8dcf39e529e9fbda8753221014020e189a449a7c7c280d049dab46e1
+DIST drawio-desktop-bin-arm64-24.1.0.deb 91068516 BLAKE2B 
d2781782b63105d58898e91606331dced0441df60cb69bf8b822f00fef39e23ef25dc1bf68f5f44d785d4602f5c055e6a67589432a2bd0b45bfb4297fdb0ed58
 SHA512 
c76d2ddb5d6e67c44987f9050b20f598e6082a9499af5dcda66a9178f77ab37a5407374d56a8ab5cb05377c95c3a5a47dd2a9e42e399b8b29cc97e597ab6b3d2
+DIST drawio-icon.svg 1194 BLAKE2B 
624a024e95ff1a68ac298b64d0e633f46411f7ec142d8b2a7d639c7e6a66a1f7c695f67b28a64e323ec1dea36ec4d657e2ee9119cd58f1c84f0d9cb9b5d9755d
 SHA512 
ce010d61c5de3322d4e3c66c87ae199b7d15e68ee7253078f001eccb3b725c0290426978cfd81a4d06276b8b50ea8bd650213a50eb72432451afe536790eb39e

diff --git a/app-office/drawio-desktop-bin/drawio-desktop-bin-22.1.21.ebuild 
b/app-office/drawio-desktop-bin/drawio-desktop-bin-24.1.0.ebuild
similarity index 89%
rename from app-office/drawio-desktop-bin/drawio-desktop-bin-22.1.21.ebuil

<    1   2   3   4   5   >