public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/scdrand/
@ 2019-04-26 19:50 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2019-04-26 19:50 UTC (permalink / raw
  To: gentoo-commits

commit:     80ed857db41f7fffe7091fcd3a1931ff977fada5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 20:24:28 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 19:50:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ed857d

app-crypt/scdrand: Initial ebuild for 0.3.4

Initial ebuild for scdrand, the tool to feed kernel's random thingy
from smartcard (e.g. Nitrokey).

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-crypt/scdrand/Manifest             |  1 +
 app-crypt/scdrand/metadata.xml         |  8 ++++++++
 app-crypt/scdrand/scdrand-0.3.4.ebuild | 34 ++++++++++++++++++++++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/app-crypt/scdrand/Manifest b/app-crypt/scdrand/Manifest
new file mode 100644
index 00000000000..a91e0fbfebd
--- /dev/null
+++ b/app-crypt/scdrand/Manifest
@@ -0,0 +1 @@
+DIST scdtools-0.3.4.tar.gz 254227 BLAKE2B d2959d1be860b4809f4b20b5b3e2b06534bb49220b6818b4ac9c8e73751c31dfa4a6c0200cc6bbb33d4a627f0d55b1c3cefda3def6a78bde925a0c58d9c0429a SHA512 ff25f6360c9bd73e63cefd8fe37103dc1ef2528d87ddf7c1006e913c921e78569ff6f12096d1407bfabf626e73376f13e25f606f8c45cba79803689176801b73

diff --git a/app-crypt/scdrand/metadata.xml b/app-crypt/scdrand/metadata.xml
new file mode 100644
index 00000000000..0319eec4c8b
--- /dev/null
+++ b/app-crypt/scdrand/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/app-crypt/scdrand/scdrand-0.3.4.ebuild b/app-crypt/scdrand/scdrand-0.3.4.ebuild
new file mode 100644
index 00000000000..a440b78d218
--- /dev/null
+++ b/app-crypt/scdrand/scdrand-0.3.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P=scdtools-${PV}
+DESCRIPTION="Feed kernel entropy pool from smartcard's TRNG"
+HOMEPAGE="https://incenp.org/dvlpt/scdtools.html"
+SRC_URI="https://incenp.org/files/softs/scdtools/$(ver_cut 1-2)/${MY_P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/libgcrypt:=
+	dev-libs/libassuan:=
+	dev-libs/libgpg-error:="
+RDEPEND="${DEPEND}
+	app-crypt/gnupg"
+
+S=${WORKDIR}/${MY_P}
+
+src_compile() {
+	emake -C lib
+	emake -C src scdrand
+}
+
+src_test() { :; }
+
+src_install() {
+	emake DESTDIR="${D}" -C man man_MANS="scdrand.1" install
+	emake DESTDIR="${D}" -C src bin_PROGRAMS="scdrand" install
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/scdrand/
@ 2020-08-09  7:14 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2020-08-09  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     0c54680845c724233d2901779f1d933cc658469d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  9 07:03:13 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug  9 07:14:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c546808

app-crypt/scdrand: Bump to 0.3.5

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-crypt/scdrand/Manifest             |  1 +
 app-crypt/scdrand/scdrand-0.3.5.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/app-crypt/scdrand/Manifest b/app-crypt/scdrand/Manifest
index a91e0fbfebd..406c6f3be84 100644
--- a/app-crypt/scdrand/Manifest
+++ b/app-crypt/scdrand/Manifest
@@ -1 +1,2 @@
 DIST scdtools-0.3.4.tar.gz 254227 BLAKE2B d2959d1be860b4809f4b20b5b3e2b06534bb49220b6818b4ac9c8e73751c31dfa4a6c0200cc6bbb33d4a627f0d55b1c3cefda3def6a78bde925a0c58d9c0429a SHA512 ff25f6360c9bd73e63cefd8fe37103dc1ef2528d87ddf7c1006e913c921e78569ff6f12096d1407bfabf626e73376f13e25f606f8c45cba79803689176801b73
+DIST scdtools-0.3.5.tar.gz 155529 BLAKE2B 9b0791d8a5d92240968be82fbffd1838229586ce33b857d13fa40732bf3424df88c33c5f792e8178b52fbe06ff91c9c74e59ee686552973f7a8bbf8b1249589b SHA512 5c45948f7e6b6357aa6305c942bb388f9693908991049b2b279bbf1f27bb2de3df1b8278da30b1cc423975880890cf4533f10ca3de42c9dc88182aacc6466ced

diff --git a/app-crypt/scdrand/scdrand-0.3.5.ebuild b/app-crypt/scdrand/scdrand-0.3.5.ebuild
new file mode 100644
index 00000000000..da331728dfe
--- /dev/null
+++ b/app-crypt/scdrand/scdrand-0.3.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P=scdtools-${PV}
+DESCRIPTION="Feed kernel entropy pool from smartcard's TRNG"
+HOMEPAGE="https://incenp.org/dvlpt/scdtools.html"
+SRC_URI="https://incenp.org/files/softs/scdtools/$(ver_cut 1-2)/${MY_P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/libgcrypt:=
+	dev-libs/libassuan:=
+	dev-libs/libgpg-error:="
+RDEPEND="${DEPEND}
+	app-crypt/gnupg"
+
+S=${WORKDIR}/${MY_P}
+
+src_compile() {
+	emake -C lib
+	emake -C src scdrand
+}
+
+src_test() { :; }
+
+src_install() {
+	emake DESTDIR="${D}" -C man man_MANS="scdrand.1" install
+	emake DESTDIR="${D}" -C src bin_PROGRAMS="scdrand" install
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-crypt/scdrand/
@ 2024-01-07  0:20 Conrad Kostecki
  0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2024-01-07  0:20 UTC (permalink / raw
  To: gentoo-commits

commit:     d83daa06efcf1f9aeb3824e6b20b54541f771d4f
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Dec 31 17:17:29 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 00:19:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d83daa06

app-crypt/scdrand: EAPI8 bump, fix calling AR directly, bug #722026

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>

Closes: https://bugs.gentoo.org/722026
Closes: https://github.com/gentoo/gentoo/pull/34586
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-crypt/scdrand/scdrand-0.3.5.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-crypt/scdrand/scdrand-0.3.5.ebuild b/app-crypt/scdrand/scdrand-0.3.5.ebuild
index da331728dfe5..33f8ef8cb4ed 100644
--- a/app-crypt/scdrand/scdrand-0.3.5.ebuild
+++ b/app-crypt/scdrand/scdrand-0.3.5.ebuild
@@ -1,17 +1,19 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-MY_P=scdtools-${PV}
+inherit toolchain-funcs
+
+MY_P="scdtools-${PV}"
 DESCRIPTION="Feed kernel entropy pool from smartcard's TRNG"
 HOMEPAGE="https://incenp.org/dvlpt/scdtools.html"
 SRC_URI="https://incenp.org/files/softs/scdtools/$(ver_cut 1-2)/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 DEPEND="dev-libs/libgcrypt:=
 	dev-libs/libassuan:=
@@ -19,10 +21,8 @@ DEPEND="dev-libs/libgcrypt:=
 RDEPEND="${DEPEND}
 	app-crypt/gnupg"
 
-S=${WORKDIR}/${MY_P}
-
 src_compile() {
-	emake -C lib
+	emake AR="$(tc-getAR)" -C lib
 	emake -C src scdrand
 }
 


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

end of thread, other threads:[~2024-01-07  0:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-09  7:14 [gentoo-commits] repo/gentoo:master commit in: app-crypt/scdrand/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2024-01-07  0:20 Conrad Kostecki
2019-04-26 19:50 Michał Górny

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