Install this version:
emerge -a =dev-libs/lasso-2.8.2.23
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/lasso-2.8.2.23
Or alternatively:
emerge --autounmask-write -a =dev-libs/lasso-2.8.2.23
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.8.2.23 | 8 | ~amd64 | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="C library aiming to implement the Liberty Alliance standards"
HOMEPAGE="https://lasso.entrouvert.org/"
#SRC_URI="https://dev.entrouvert.org/releases/lasso/lasso-${PV}.tar.gz"
SRC_URI="https://dev.entrouvert.org/attachments/80509 -> ${P}.tar.gz"
S="${WORKDIR}/${P}.g6479a"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
DOCS="ChangeLog NEWS README README.JAVA"
CDEPEND="
>=dev-libs/glib-2.17.0
dev-libs/libxml2
dev-libs/libltdl
dev-libs/openssl:0
>=dev-libs/xmlsec-1.3.0[openssl]
dev-libs/libxslt
sys-libs/zlib
"
DEPEND=${CDEPEND}
BDEPEND="dev-python/six virtual/pkgconfig"
RDEPEND=${CDEPEND}
PATCHES=( "${FILESDIR}/${P}-xmlsec.patch" )
src_configure() {
# Avoid automagic dependencies for now. Disable tests because they
# do not compile.
econf \
--with-default-sign-algo=rsa-sha256 \
--with-min-hash-algo=sha256 \
--disable-java \
--disable-python \
--disable-php5 \
--disable-php7 \
--disable-perl \
--disable-tests \
--docdir="/usr/share/doc/${PF}"
}
>=dev-libs/glib-2.17.0 dev-libs/libxml2 dev-libs/libltdl dev-libs/openssl:0 >=dev-libs/xmlsec-1.3.0[openssl] dev-libs/libxslt sys-libs/zlib
>=dev-libs/glib-2.17.0 dev-libs/libxml2 dev-libs/libltdl dev-libs/openssl:0 >=dev-libs/xmlsec-1.3.0[openssl] dev-libs/libxslt sys-libs/zlib
dev-python/six virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | lasso-2.8.2.23.tar.gz | 4028917 bytes | https://dev.entrouvert.org/attachments/80509 |