public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/reop/
@ 2020-05-24  7:57 Haelwenn Monnier
  0 siblings, 0 replies; 11+ messages in thread
From: Haelwenn Monnier @ 2020-05-24  7:57 UTC (permalink / raw
  To: gentoo-commits

commit:     ab9f93926f8bfcee8800a58b13523ae191397b53
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sun May 24 07:50:48 2020 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun May 24 07:55:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab9f9392

app-crypt/reop: New package

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 app-crypt/reop/Manifest          |  1 +
 app-crypt/reop/metadata.xml      |  8 ++++++++
 app-crypt/reop/reop-2.1.1.ebuild | 27 +++++++++++++++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/app-crypt/reop/Manifest b/app-crypt/reop/Manifest
new file mode 100644
index 0000000..9a0f2e9
--- /dev/null
+++ b/app-crypt/reop/Manifest
@@ -0,0 +1 @@
+DIST reop-2.1.1.tgz 32533 BLAKE2B 48d6182f4f6a629f8b32c8144205abd7c719a5586a83914d4d4c574cde3f3b5d32c637bc7cd7c568b9da6164a65d331b38fb96491ac7ff2a2dab7023f8b8b885 SHA512 ce145cfb7c2347c4df4b6a25f28dab22d6bd0b3cf27d9fcb42b81d969634b122b706aff01c1c3108557d5778981dd8a025ac29d1aa2dfe9e77902ed24daa8ef1

diff --git a/app-crypt/reop/metadata.xml b/app-crypt/reop/metadata.xml
new file mode 100644
index 0000000..c698af2
--- /dev/null
+++ b/app-crypt/reop/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>contact@hacktivis.me</email>
+		<name>Haelwenn (lanodan) Monnier</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/app-crypt/reop/reop-2.1.1.ebuild b/app-crypt/reop/reop-2.1.1.ebuild
new file mode 100644
index 0000000..e9ff7d5
--- /dev/null
+++ b/app-crypt/reop/reop-2.1.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="reasonable expectation of privacy"
+HOMEPAGE="https://flak.tedunangst.com/post/reop"
+SRC_URI="https://flak.tedunangst.com/files/reop-2.1.1.tgz"
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-libs/libsodium:="
+RDEPEND="${DEPEND}"
+
+src_compile() {
+	emake CC="${CC}" CFLAGS="${CFLAGS}"
+}
+
+src_test() {
+	cd ./test || die
+	./test.sh || die
+}
+src_install() {
+	dobin reop
+	doman repo.1
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/reop/
@ 2020-05-24  8:02 Haelwenn Monnier
  0 siblings, 0 replies; 11+ messages in thread
From: Haelwenn Monnier @ 2020-05-24  8:02 UTC (permalink / raw
  To: gentoo-commits

commit:     f38a7f246e579c3698ed94ee1a9b9832965ecb3a
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sun May 24 08:02:51 2020 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun May 24 08:02:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f38a7f24

app-crypt/reop: Fix typo

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 app-crypt/reop/reop-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/reop/reop-2.1.1.ebuild b/app-crypt/reop/reop-2.1.1.ebuild
index e9ff7d5..d6b1063 100644
--- a/app-crypt/reop/reop-2.1.1.ebuild
+++ b/app-crypt/reop/reop-2.1.1.ebuild
@@ -23,5 +23,5 @@ src_test() {
 }
 src_install() {
 	dobin reop
-	doman repo.1
+	doman reop.1
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/reop/
  2020-05-24 19:03 [gentoo-commits] repo/proj/guru:master commit in: app-crypt/reop/ Andrew Ammerlaan
@ 2020-05-24 16:19 ` Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2020-05-24 16:19 UTC (permalink / raw
  To: gentoo-commits

commit:     0683e20a4162d1b33812d4ee7d8d6448aa8a4468
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun May 24 16:19:24 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun May 24 16:19:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0683e20a

app-crypt/reop: fix typo in tests, still fails to compile

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 app-crypt/reop/reop-2.1.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-crypt/reop/reop-2.1.1.ebuild b/app-crypt/reop/reop-2.1.1.ebuild
index d6b1063..75f9643 100644
--- a/app-crypt/reop/reop-2.1.1.ebuild
+++ b/app-crypt/reop/reop-2.1.1.ebuild
@@ -18,8 +18,9 @@ src_compile() {
 }
 
 src_test() {
-	cd ./test || die
-	./test.sh || die
+	cd ./tests || die
+	source test.sh || die
+	cd .. || die
 }
 src_install() {
 	dobin reop


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/reop/
@ 2020-05-24 16:35 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2020-05-24 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     bcde1573d267aec760b85cbb779585daa0118f7e
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun May 24 16:30:04 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun May 24 16:30:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bcde1573

app-crypt/reop: make repoman happy

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 app-crypt/reop/reop-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/reop/reop-2.1.1.ebuild b/app-crypt/reop/reop-2.1.1.ebuild
index 75f9643..bc3e143 100644
--- a/app-crypt/reop/reop-2.1.1.ebuild
+++ b/app-crypt/reop/reop-2.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+# Copyright 2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/reop/
@ 2020-05-24 17:43 Haelwenn Monnier
  0 siblings, 0 replies; 11+ messages in thread
From: Haelwenn Monnier @ 2020-05-24 17:43 UTC (permalink / raw
  To: gentoo-commits

commit:     9fed6fe0729bb7592dbeaff4de21eb940d37f281
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sun May 24 17:42:58 2020 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun May 24 17:42:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9fed6fe0

app-crypt/reop: Fallback on cc if $CC is unset

Related: https://github.com/gentoo/guru/commit/ab9f93926f8bfcee8800a58b13523ae191397b53#commitcomment-39401778
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 app-crypt/reop/reop-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/reop/reop-2.1.1.ebuild b/app-crypt/reop/reop-2.1.1.ebuild
index bc3e143..124477a 100644
--- a/app-crypt/reop/reop-2.1.1.ebuild
+++ b/app-crypt/reop/reop-2.1.1.ebuild
@@ -14,7 +14,7 @@ DEPEND="dev-libs/libsodium:="
 RDEPEND="${DEPEND}"
 
 src_compile() {
-	emake CC="${CC}" CFLAGS="${CFLAGS}"
+	emake CC="${CC:-cc}" CFLAGS="${CFLAGS}"
 }
 
 src_test() {


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

* [gentoo-commits] repo/proj/guru:master commit in: app-crypt/reop/
@ 2020-05-24 19:03 Andrew Ammerlaan
  2020-05-24 16:19 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  0 siblings, 1 reply; 11+ messages in thread
From: Andrew Ammerlaan @ 2020-05-24 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     0683e20a4162d1b33812d4ee7d8d6448aa8a4468
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun May 24 16:19:24 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun May 24 16:19:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0683e20a

app-crypt/reop: fix typo in tests, still fails to compile

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 app-crypt/reop/reop-2.1.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-crypt/reop/reop-2.1.1.ebuild b/app-crypt/reop/reop-2.1.1.ebuild
index d6b1063..75f9643 100644
--- a/app-crypt/reop/reop-2.1.1.ebuild
+++ b/app-crypt/reop/reop-2.1.1.ebuild
@@ -18,8 +18,9 @@ src_compile() {
 }
 
 src_test() {
-	cd ./test || die
-	./test.sh || die
+	cd ./tests || die
+	source test.sh || die
+	cd .. || die
 }
 src_install() {
 	dobin reop


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/reop/
@ 2021-03-28  9:39 Andrew Ammerlaan
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2021-03-28  9:39 UTC (permalink / raw
  To: gentoo-commits

commit:     7e07cf5211e992bc6f329fab195e54aeaa61d647
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 09:21:51 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 09:21:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e07cf52

app-crypt/reop: use P in SRC_URI, fix StaticSrcUri

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 app-crypt/reop/reop-2.1.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-crypt/reop/reop-2.1.1.ebuild b/app-crypt/reop/reop-2.1.1.ebuild
index 124477a86..848357b7e 100644
--- a/app-crypt/reop/reop-2.1.1.ebuild
+++ b/app-crypt/reop/reop-2.1.1.ebuild
@@ -1,11 +1,12 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="reasonable expectation of privacy"
 HOMEPAGE="https://flak.tedunangst.com/post/reop"
-SRC_URI="https://flak.tedunangst.com/files/reop-2.1.1.tgz"
+SRC_URI="https://flak.tedunangst.com/files/${P}.tgz"
+
 LICENSE="ISC"
 SLOT="0"
 KEYWORDS="~amd64"


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/reop/
@ 2021-04-23  9:58 Haelwenn Monnier
  0 siblings, 0 replies; 11+ messages in thread
From: Haelwenn Monnier @ 2021-04-23  9:58 UTC (permalink / raw
  To: gentoo-commits

commit:     eb20aca75b8e8685cf17b0e0a3775a2cbfd26f66
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Fri Apr 23 08:55:26 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Apr 23 09:56:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb20aca7

app-crypt/reop: Fix LDFLAGS

Closes: https://bugs.gentoo.org/780609
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 app-crypt/reop/reop-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/reop/reop-2.1.1.ebuild b/app-crypt/reop/reop-2.1.1.ebuild
index 848357b7e..439cf435b 100644
--- a/app-crypt/reop/reop-2.1.1.ebuild
+++ b/app-crypt/reop/reop-2.1.1.ebuild
@@ -15,7 +15,7 @@ DEPEND="dev-libs/libsodium:="
 RDEPEND="${DEPEND}"
 
 src_compile() {
-	emake CC="${CC:-cc}" CFLAGS="${CFLAGS}"
+	emake CC="${CC:-cc}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS} -lsodium"
 }
 
 src_test() {


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/reop/
@ 2021-05-14 11:15 Haelwenn Monnier
  0 siblings, 0 replies; 11+ messages in thread
From: Haelwenn Monnier @ 2021-05-14 11:15 UTC (permalink / raw
  To: gentoo-commits

commit:     69b1a896b2359c0c43f08271b452c7d6e953175e
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Fri May 14 11:15:44 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri May 14 11:15:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=69b1a896

app-crypt/reop: Fix LDFLAGS ordering

Closes: https://bugs.gentoo.org/785229
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 app-crypt/reop/reop-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/reop/reop-2.1.1.ebuild b/app-crypt/reop/reop-2.1.1.ebuild
index 439cf435b..b0b69c931 100644
--- a/app-crypt/reop/reop-2.1.1.ebuild
+++ b/app-crypt/reop/reop-2.1.1.ebuild
@@ -15,7 +15,7 @@ DEPEND="dev-libs/libsodium:="
 RDEPEND="${DEPEND}"
 
 src_compile() {
-	emake CC="${CC:-cc}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS} -lsodium"
+	emake CC="${CC:-cc}" CFLAGS="${CFLAGS}" LDFLAGS="-lsodium ${LDFLAGS}"
 }
 
 src_test() {


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/reop/
@ 2021-05-16 14:06 Anna Vyalkova
  0 siblings, 0 replies; 11+ messages in thread
From: Anna Vyalkova @ 2021-05-16 14:06 UTC (permalink / raw
  To: gentoo-commits

commit:     d592068f9dbdfd5963859ca7a6d26002f1b6f9e0
Author:     Anna Vyalkova <cyber <AT> sysrq <DOT> in>
AuthorDate: Sun May 16 12:12:57 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun May 16 14:05:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d592068f

app-crypt/reop: properly set CC variable

Closes: https://bugs.gentoo.org/784791
Signed-off-by: Anna Vyalkova <cyber <AT> sysrq.in>

 app-crypt/reop/reop-2.1.1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-crypt/reop/reop-2.1.1.ebuild b/app-crypt/reop/reop-2.1.1.ebuild
index b0b69c931..a4bb9583b 100644
--- a/app-crypt/reop/reop-2.1.1.ebuild
+++ b/app-crypt/reop/reop-2.1.1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="reasonable expectation of privacy"
 HOMEPAGE="https://flak.tedunangst.com/post/reop"
 SRC_URI="https://flak.tedunangst.com/files/${P}.tgz"
@@ -15,7 +17,7 @@ DEPEND="dev-libs/libsodium:="
 RDEPEND="${DEPEND}"
 
 src_compile() {
-	emake CC="${CC:-cc}" CFLAGS="${CFLAGS}" LDFLAGS="-lsodium ${LDFLAGS}"
+	emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="-lsodium ${LDFLAGS}"
 }
 
 src_test() {


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/reop/
@ 2021-06-27 13:53 Haelwenn Monnier
  0 siblings, 0 replies; 11+ messages in thread
From: Haelwenn Monnier @ 2021-06-27 13:53 UTC (permalink / raw
  To: gentoo-commits

commit:     592331311e3cf8a3f3c6826993f164c81c35b2ac
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sun Jun 27 13:49:14 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun Jun 27 13:49:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=59233131

app-crypt/reop: Bump to EAPI-8

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 app-crypt/reop/reop-2.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/reop/reop-2.1.1.ebuild b/app-crypt/reop/reop-2.1.1.ebuild
index a4bb9583b..6ce103535 100644
--- a/app-crypt/reop/reop-2.1.1.ebuild
+++ b/app-crypt/reop/reop-2.1.1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit toolchain-funcs
 
@@ -22,7 +22,7 @@ src_compile() {
 
 src_test() {
 	cd ./tests || die
-	source test.sh || die
+	sh ./test.sh || die
 	cd .. || die
 }
 src_install() {


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

end of thread, other threads:[~2021-06-27 13:53 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-24 19:03 [gentoo-commits] repo/proj/guru:master commit in: app-crypt/reop/ Andrew Ammerlaan
2020-05-24 16:19 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-06-27 13:53 Haelwenn Monnier
2021-05-16 14:06 Anna Vyalkova
2021-05-14 11:15 Haelwenn Monnier
2021-04-23  9:58 Haelwenn Monnier
2021-03-28  9:39 Andrew Ammerlaan
2020-05-24 17:43 Haelwenn Monnier
2020-05-24 16:35 Andrew Ammerlaan
2020-05-24  8:02 Haelwenn Monnier
2020-05-24  7:57 Haelwenn Monnier

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