summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2023-08-08 08:15:14 +0200
committerHans de Graaff <hans@degraaff.org>2023-08-08 08:15:14 +0200
commitfb273fc75b3a1d83e32a20febdcf735fe4502a9b (patch)
tree7b1828c2ada64314ae0a4cf0be5002565d3d37d1 /dev-libs
parentdev-ruby/rack-mini-profiler: add 3.1.1 (diff)
downloadgraaff-fb273fc75b3a1d83e32a20febdcf735fe4502a9b.tar.gz
graaff-fb273fc75b3a1d83e32a20febdcf735fe4502a9b.tar.bz2
graaff-fb273fc75b3a1d83e32a20febdcf735fe4502a9b.zip
dev-libs/lasso: drop 2.7.0, 2.8.0
Signed-off-by: Hans de Graaff <hans@degraaff.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/lasso/Manifest2
-rw-r--r--dev-libs/lasso/lasso-2.7.0.ebuild43
-rw-r--r--dev-libs/lasso/lasso-2.8.0.ebuild45
3 files changed, 0 insertions, 90 deletions
diff --git a/dev-libs/lasso/Manifest b/dev-libs/lasso/Manifest
index 72645c2e..304b2f0b 100644
--- a/dev-libs/lasso/Manifest
+++ b/dev-libs/lasso/Manifest
@@ -1,3 +1 @@
-DIST lasso-2.7.0.tar.gz 6332202 BLAKE2B c053ea7e38aa66f3cec967390073bbb767548862aa3c10d2720aa0664f728b0b85bea7c6b3e6cac15c1cf6aa4546bff5a868bc46cba4f93bad72703e485ea4a3 SHA512 98615d6166cdec52abef4f5346119040f310dbee624c2cd168d2f95b5fe3e0e1437ec6bfc2cd8b680044438afa15770402f5aef87d1885f7bc61528617c17a74
-DIST lasso-2.8.0.tar.gz 3975226 BLAKE2B 9b59d6a7d444b7090110569150f52c21cba0de407c59d71bc19b43810b067edf9c182f21a03943188c5a0ff5e632629428e0f7106b31f9e5b5dcbdeb0ccdbec7 SHA512 d1b26608ea7cd08e4e2c40cec0ddc41e3235fd5c2cee64d989ae752bbbc276fe056455e3943a778abcc7f8e8596c85beada75df4290579e6af15e82d0e2fb5ca
DIST lasso-2.8.2.tar.gz 4023587 BLAKE2B c0da56f834ccc87a31a1f5e2bc39b281e1d8eed5daf1c08f3defe7e8c810cf7b48af9e837d5d5773ad45faf84d9afc560b342285f5b2ad63a2978e4bfa87b960 SHA512 f56b5fef68fd1e6025a7cfb0f84d65be9ddf195f0e80d38d60c31d43fcd4377be5a0d67140bc654c224331230f06c10e4eb498671a10ebfadc1d93decadf4c72
diff --git a/dev-libs/lasso/lasso-2.7.0.ebuild b/dev-libs/lasso/lasso-2.7.0.ebuild
deleted file mode 100644
index b0e79eb1..00000000
--- a/dev-libs/lasso/lasso-2.7.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-SRC_URI="https://dev.entrouvert.org/releases/lasso/lasso-${PV}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="C library aiming to implement the Liberty Alliance standards"
-HOMEPAGE="https://lasso.entrouvert.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-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.2.6
- dev-libs/libxslt
- sys-libs/zlib
-"
-DEPEND=${CDEPEND}
-BDEPEND="dev-python/six virtual/pkgconfig"
-RDEPEND=${CDEPEND}
-
-src_configure() {
-
- # Avoid automagic dependencies for now. Disable tests because they
- # do not compile.
- econf \
- --disable-java \
- --disable-python \
- --disable-php5 \
- --disable-php7 \
- --disable-perl \
- --disable-tests \
- --docdir="/usr/share/doc/${PF}"
-}
diff --git a/dev-libs/lasso/lasso-2.8.0.ebuild b/dev-libs/lasso/lasso-2.8.0.ebuild
deleted file mode 100644
index 193622a0..00000000
--- a/dev-libs/lasso/lasso-2.8.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-SRC_URI="https://dev.entrouvert.org/releases/lasso/lasso-${PV}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="C library aiming to implement the Liberty Alliance standards"
-HOMEPAGE="https://lasso.entrouvert.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-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.2.6[openssl]
- dev-libs/libxslt
- sys-libs/zlib
-"
-DEPEND=${CDEPEND}
-BDEPEND="dev-python/six virtual/pkgconfig"
-RDEPEND=${CDEPEND}
-
-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}"
-}