* [gentoo-commits] repo/proj/guru:master commit in: dev-libs/lsbcrypt/
@ 2023-07-04 4:53 Viorel Munteanu
0 siblings, 0 replies; 4+ messages in thread
From: Viorel Munteanu @ 2023-07-04 4:53 UTC (permalink / raw
To: gentoo-commits
commit: c8fc9d9872cb7f38afbd43bac6663fa26b9cf17b
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jul 2 17:14:43 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 17:14:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8fc9d98
dev-libs/lsbcrypt: fix VisibleVcsPkg
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-libs/lsbcrypt/lsbcrypt-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/lsbcrypt/lsbcrypt-1.0.0.ebuild b/dev-libs/lsbcrypt/lsbcrypt-1.0.0.ebuild
index e0196648b..ab505bdd8 100644
--- a/dev-libs/lsbcrypt/lsbcrypt-1.0.0.ebuild
+++ b/dev-libs/lsbcrypt/lsbcrypt-1.0.0.ebuild
@@ -11,7 +11,7 @@ EGIT_REPO_URI="https://github.com/litespeedtech/libbcrypt/"
LICENSE="CC0-1.0"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS=""
src_prepare() {
eapply_user
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-libs/lsbcrypt/
@ 2023-07-04 4:53 Viorel Munteanu
0 siblings, 0 replies; 4+ messages in thread
From: Viorel Munteanu @ 2023-07-04 4:53 UTC (permalink / raw
To: gentoo-commits
commit: a2da0bfeaa5e4a8a79e252efda8d943a80ef5613
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sun Jul 2 20:28:19 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 20:28:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2da0bfe
dev-libs/lsbcrypt: drop 1.0.0
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-libs/lsbcrypt/lsbcrypt-1.0.0.ebuild | 37 ---------------------------------
1 file changed, 37 deletions(-)
diff --git a/dev-libs/lsbcrypt/lsbcrypt-1.0.0.ebuild b/dev-libs/lsbcrypt/lsbcrypt-1.0.0.ebuild
deleted file mode 100644
index ab505bdd8..000000000
--- a/dev-libs/lsbcrypt/lsbcrypt-1.0.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake git-r3
-
-DESCRIPTION="libcrypt Wrapper for LiteSpeedTech"
-HOMEPAGE="https://github.com/litespeedtech/libbcrypt/"
-EGIT_REPO_URI="https://github.com/litespeedtech/libbcrypt/"
-
-LICENSE="CC0-1.0"
-SLOT="0"
-KEYWORDS=""
-
-src_prepare() {
- eapply_user
-}
-
-src_configure() {
- true
-}
-
-src_compile() {
- make
-}
-
-src_install() {
- true
-}
-
-pkg_preinst() {
- mkdir -p ${D}/usr/lib/
- mkdir -p ${D}/usr/include/
- cp -a ${S}/bcrypt.h ${D}/usr/include/
- cp -a ${S}/bcrypt.a ${D}/usr/lib/
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-libs/lsbcrypt/
@ 2023-07-04 4:53 Viorel Munteanu
0 siblings, 0 replies; 4+ messages in thread
From: Viorel Munteanu @ 2023-07-04 4:53 UTC (permalink / raw
To: gentoo-commits
commit: 7d76196bf75d50c7efdb2c0918db94101e40ff8f
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon Jul 3 16:55:18 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Jul 3 16:57:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d76196b
dev-libs/lsbcrypt: install library header
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild b/dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild
index c25c6972d..3bc066b9e 100644
--- a/dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild
+++ b/dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild
@@ -24,5 +24,6 @@ src_test() {
src_install() {
newlib.a bcrypt.a libbcrypt.a
+ newheader bcrypt.h libbcrypt.h
einstalldocs
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-libs/lsbcrypt/
@ 2024-05-05 13:19 Julien Roy
0 siblings, 0 replies; 4+ messages in thread
From: Julien Roy @ 2024-05-05 13:19 UTC (permalink / raw
To: gentoo-commits
commit: 6cd12c6ccfa35e923fcba100aa08440c88a92f9e
Author: Okamura Kazuya <gentoo-guru <AT> danceylove <DOT> net>
AuthorDate: Sun May 5 01:11:04 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun May 5 01:11:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6cd12c6c
dev-libs/lsbcrypt: drop 1.0.0-r1
Signed-off-by: Okamura Kazuya <gentoo-guru <AT> danceylove.net>
dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild | 31 ------------------------------
1 file changed, 31 deletions(-)
diff --git a/dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild b/dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild
deleted file mode 100644
index 62d5ed367a..0000000000
--- a/dev-libs/lsbcrypt/lsbcrypt-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-COMMIT="55ff64349dec3012cfbbb1c4f92d4dbd46920213"
-
-DESCRIPTION="libcrypt wrapper for LiteSpeedTech"
-HOMEPAGE="https://github.com/litespeedtech/libbcrypt/"
-SRC_URI="https://github.com/litespeedtech/libbcrypt/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz"
-
-S="${WORKDIR}/libbcrypt-${COMMIT}"
-
-LICENSE="CC0-1.0 public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-
-PATCHES=(
- "${FILESDIR}"/${PV}-fix-tests.patch
-)
-
-src_test() {
- default
- ./bcrypt_test || die "Tests failed!"
-}
-
-src_install() {
- newlib.a bcrypt.a libbcrypt.a
- newheader bcrypt.h libbcrypt.h
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-05-05 13:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-04 4:53 [gentoo-commits] repo/proj/guru:master commit in: dev-libs/lsbcrypt/ Viorel Munteanu
-- strict thread matches above, loose matches on Subject: below --
2023-07-04 4:53 Viorel Munteanu
2023-07-04 4:53 Viorel Munteanu
2024-05-05 13:19 Julien Roy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox