mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-scheme/akku: switch to new guile mechanism
Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
This commit is contained in:
committed by
Arsen Arsenović
parent
74e9a383d5
commit
fcf92a71f3
49
dev-scheme/akku/akku-1.1.0-r100.ebuild
Normal file
49
dev-scheme/akku/akku-1.1.0-r100.ebuild
Normal file
@@ -0,0 +1,49 @@
|
||||
# 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="Language package manager for Scheme"
|
||||
HOMEPAGE="https://akkuscm.org/"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://gitlab.com/akkuscm/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://gitlab.com/akkuscm/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
|
||||
REQUIRED_USE="${GUILE_REQUIRED_USE}"
|
||||
|
||||
# tests require network access
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
${GUILE_DEPS}
|
||||
net-misc/curl[ssl]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
# Installs into its own path
|
||||
# https://gitlab.com/akkuscm/akku/-/commit/d25da297fec2a2b16427359a2cbb0ec745dd8c58
|
||||
QA_PREBUILT="usr/*/${PN}/guile/*/site-ccache/*"
|
||||
|
||||
src_prepare() {
|
||||
guile_src_prepare
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
touch bootstrap.db || die
|
||||
|
||||
guile_src_compile
|
||||
}
|
||||
@@ -360,6 +360,7 @@ dev-scheme/guile:3.0
|
||||
>=app-shells/gash-0.3.0-r100
|
||||
>=dev-build/remake-4.3.1.1.6-r100
|
||||
>=dev-debug/gdb-15.1-r100
|
||||
>=dev-scheme/akku-1.1.0-r100
|
||||
|
||||
# Eli Schwartz <eschwartz@gentoo.org> (2024-08-15)
|
||||
# Abandoned upstream since 2011, unmaintained in gentoo since 2017. Tons of
|
||||
|
||||
Reference in New Issue
Block a user