public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-zstd/, profiles/
@ 2024-09-18 13:12 Arsen Arsenović
  0 siblings, 0 replies; only message in thread
From: Arsen Arsenović @ 2024-09-18 13:12 UTC (permalink / raw
  To: gentoo-commits

commit:     89844b38f532e1edb01c217fe1b484bec37a72c4
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Tue Aug 27 00:00:49 2024 +0000
Commit:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 13:06:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89844b38

dev-scheme/guile-zstd: switch to new guile mechanism

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Arsen Arsenović <arsen <AT> gentoo.org>

 dev-scheme/guile-zstd/guile-zstd-0.1.1-r100.ebuild | 46 ++++++++++++++++++++++
 profiles/package.mask                              |  1 +
 2 files changed, 47 insertions(+)

diff --git a/dev-scheme/guile-zstd/guile-zstd-0.1.1-r100.ebuild b/dev-scheme/guile-zstd/guile-zstd-0.1.1-r100.ebuild
new file mode 100644
index 000000000000..093c50da4eda
--- /dev/null
+++ b/dev-scheme/guile-zstd/guile-zstd-0.1.1-r100.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+GUILE_COMPAT=( 2-2 3-0 )
+inherit autotools guile
+
+DESCRIPTION="GNU Guile bindings to the zstd compression library"
+HOMEPAGE="https://notabug.org/guile-zstd/guile-zstd/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://notabug.org/${PN}/${PN}.git"
+else
+	SRC_URI="https://notabug.org/${PN}/${PN}/archive/v${PV}.tar.gz
+		-> ${P}.tar.gz"
+	S="${WORKDIR}/${PN}"
+
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+REQUIRED_USED="${GUILE_REQUIRED_USE}"
+
+# In zstd-1.5.5-r1 library was moved back from "/lib" to "/usr/lib".
+RDEPEND="
+	${GUILE_DEPS}
+	>=app-arch/zstd-1.5.5-r1
+"
+DEPEND="
+	${RDEPEND}
+"
+BDEPEND="
+	virtual/pkgconfig
+"
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+src_prepare() {
+	guile_src_prepare
+	eautoreconf
+}

diff --git a/profiles/package.mask b/profiles/package.mask
index 9d5dc045d555..65ef9501f2c9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -382,6 +382,7 @@ dev-scheme/guile:3.0
 >=dev-scheme/guile-sqlite3-0.1.3-r100
 >=dev-scheme/guile-ssh-0.16.4-r100
 >=dev-scheme/guile-zlib-0.1.0-r100
+>=dev-scheme/guile-zstd-0.1.1-r100
 
 # Eli Schwartz <eschwartz@gentoo.org> (2024-08-15)
 # Abandoned upstream since 2011, unmaintained in gentoo since 2017. Tons of


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-09-18 13:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-18 13:12 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-zstd/, profiles/ Arsen Arsenović

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox