public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/lsbcrypt/
@ 2023-07-02 20:28 Lucio Sauer
  0 siblings, 0 replies; 5+ messages in thread
From: Lucio Sauer @ 2023-07-02 20:28 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:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
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] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/lsbcrypt/
@ 2024-05-05  1:17 Okamura Kazuya
  0 siblings, 0 replies; 5+ messages in thread
From: Okamura Kazuya @ 2024-05-05  1:17 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:     Okamura Kazuya <trakrailysurely <AT> danceylove <DOT> net>
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] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/lsbcrypt/
@ 2023-07-03 16:58 Lucio Sauer
  0 siblings, 0 replies; 5+ messages in thread
From: Lucio Sauer @ 2023-07-03 16:58 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:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
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] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/lsbcrypt/
@ 2023-07-02 17:15 Anna Vyalkova
  0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2023-07-02 17:15 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:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
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] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/lsbcrypt/
@ 2023-06-27 15:29 Okamura Kazuya
  0 siblings, 0 replies; 5+ messages in thread
From: Okamura Kazuya @ 2023-06-27 15:29 UTC (permalink / raw
  To: gentoo-commits

commit:     e01c54343b75e3e083758f6897200e72dfeee06a
Author:     Okamura Kazuya <gentoo-guru <AT> danceylove <DOT> net>
AuthorDate: Tue Jun 27 15:27:33 2023 +0000
Commit:     Okamura Kazuya <trakrailysurely <AT> danceylove <DOT> net>
CommitDate: Tue Jun 27 15:27:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e01c5434

dev-libs/lsbcrypt: new package, add 1.0.0

Signed-off-by: Okamura Kazuya <gentoo-guru <AT> danceylove.net>

 dev-libs/lsbcrypt/lsbcrypt-1.0.0.ebuild | 37 +++++++++++++++++++++++++++++++++
 dev-libs/lsbcrypt/metadata.xml          | 11 ++++++++++
 2 files changed, 48 insertions(+)

diff --git a/dev-libs/lsbcrypt/lsbcrypt-1.0.0.ebuild b/dev-libs/lsbcrypt/lsbcrypt-1.0.0.ebuild
new file mode 100644
index 000000000..e0196648b
--- /dev/null
+++ b/dev-libs/lsbcrypt/lsbcrypt-1.0.0.ebuild
@@ -0,0 +1,37 @@
+# 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="~amd64"
+
+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/
+}

diff --git a/dev-libs/lsbcrypt/metadata.xml b/dev-libs/lsbcrypt/metadata.xml
new file mode 100644
index 000000000..366501a50
--- /dev/null
+++ b/dev-libs/lsbcrypt/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>gentoo-guru@danceylove.net</email>
+    <name>Okamura Kazuya</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">litespeedtech/libbcrypt</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-05-05  1:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-02 20:28 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/lsbcrypt/ Lucio Sauer
  -- strict thread matches above, loose matches on Subject: below --
2024-05-05  1:17 Okamura Kazuya
2023-07-03 16:58 Lucio Sauer
2023-07-02 17:15 Anna Vyalkova
2023-06-27 15:29 Okamura Kazuya

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