commit:     634e518e5427fb7cf2e35e52b33806586b5d9e51
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 04:08:03 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 04:10:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=634e518e

app-arch/stormlib: Bump to 9.31

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-arch/stormlib/Manifest             |  1 +
 app-arch/stormlib/stormlib-9.31.ebuild | 40 ++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-arch/stormlib/Manifest b/app-arch/stormlib/Manifest
index c3a67d592c9b..66a5ae29c85a 100644
--- a/app-arch/stormlib/Manifest
+++ b/app-arch/stormlib/Manifest
@@ -1 +1,2 @@
 DIST StormLib-9.30.tar.gz 617848 BLAKE2B 
214289082ad65007d8222663d64a65d55eac32d9aa56d3cd341bbfd16a8e2df748b8dd1d0244e3f12750bd6793ad014031ff91bb630f7445d1d2ebee26769249
 SHA512 
11da94507661c949fd402d06d303323af9964bfa1121226a3fde8858f18aa827b13375ab08e4751f7b4baef01464417898bcd3f29da1aa94083710dcafa1d1f9
+DIST StormLib-9.31.tar.gz 624766 BLAKE2B 
4a54f183f442c2c2002f5df3885518883de05cb84ac54673316b77ac7ad5eefb20a4ae783e1e16001caf5f4af234b82e009253168c52103d723c2620f3e39a88
 SHA512 
5d989c02516e100eae9102080fd72053601f7e284fc38f0359cb7386b9d2e8bcc3768454e2d818085584971a986bebed3daf28b85d924c172417a82fae64c02a

diff --git a/app-arch/stormlib/stormlib-9.31.ebuild 
b/app-arch/stormlib/stormlib-9.31.ebuild
new file mode 100644
index 000000000000..4451dc474c46
--- /dev/null
+++ b/app-arch/stormlib/stormlib-9.31.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2020-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+MY_P=StormLib-${PV}
+DESCRIPTION="Library to read and write MPQ archives (Diablo, StarCraft)"
+HOMEPAGE="
+       http://www.zezula.net/en/mpq/stormlib.html
+       https://github.com/ladislav-zezula/StormLib/
+"
+SRC_URI="
+       https://github.com/ladislav-zezula/StormLib/archive/v${PV}.tar.gz
+               -> ${MY_P}.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+       app-arch/bzip2:=
+       dev-libs/libtomcrypt:=[libtommath]
+       virtual/zlib:=
+"
+DEPEND=${RDEPEND}
+
+src_configure() {
+       local mycmakeargs=(
+               -DBUILD_SHARED_LIBS=ON
+               # interactive test app
+               -DSTORM_BUILD_TESTS=OFF
+               -DWITH_LIBTOMCRYPT=ON
+       )
+
+       cmake_src_configure
+}

Reply via email to