[gentoo-commits] repo/gentoo:master commit in: app-crypt/ssss/

2021-01-16 Thread Conrad Kostecki
commit: e065cd072284d16db2aa199f8e9f7466b0b81fc0
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 16 15:48:53 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 16 15:48:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e065cd07

app-crypt/: x86 stable

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

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

diff --git a/app-crypt//-0.5.7.ebuild b/app-crypt//-0.5.7.ebuild
index 72fe09e3416..53234e2029f 100644
--- a/app-crypt//-0.5.7.ebuild
+++ b/app-crypt//-0.5.7.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-releases-v${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-libs/gmp:0="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-crypt/ssss/

2021-01-16 Thread Conrad Kostecki
commit: b53ef3b9b5f86e2a92075cc4bcae4aca849f26ab
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 16 15:50:39 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 16 15:50:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53ef3b9

app-crypt/: drop old version

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt//Manifest  |  1 -
 app-crypt//-0.5.6.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/app-crypt//Manifest b/app-crypt//Manifest
index 8e338fb09b9..853ce3847b1 100644
--- a/app-crypt//Manifest
+++ b/app-crypt//Manifest
@@ -1,2 +1 @@
-DIST -0.5.6.tar.gz 20128 BLAKE2B 
d42fff5878e2ebcc62cd86b86f0f8a3e522c089cbb5e8fb2585cf375ff133da7d9ccf00e62cc6888e00abe5d64f87ac19ddbb3f6e6a0d86913e6a6aa5a8a1d4c
 SHA512 
964af01610a7a269d19ae1fa1712ef12ca1afab02636ba83dd84ec5aeb185210a1247d932ee39d2869aa76e54ffb051d802800d295d17355d6fe2a8010edd509
 DIST -0.5.7.tar.gz 21774 BLAKE2B 
923f9e0c46e82261dc4f293635aa318c986cee221a93e9df3d232e4b923a7828f0301c8729a5beb72b66e1646e5a0694cfa9546ea26b0e06fa16a8a0c7487ef6
 SHA512 
aca85b7a63e6d009fffe5540b0c8e3190c364aa2070e8d8487fd42d7ac76143e404b226b28f3630022d102679371673cc7c08b8c5d3bcf63e3676b7293d2ba00

diff --git a/app-crypt//-0.5.6.ebuild b/app-crypt//-0.5.6.ebuild
deleted file mode 100644
index 4897601cb3e..000
--- a/app-crypt//-0.5.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Shamir's Secret Sharing Scheme"
-HOMEPAGE="https://github.com/MrJoy/;
-SRC_URI="https://github.com/MrJoy/${PN}/archive/releases/v${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}-releases-v${PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-libs/gmp:0="
-DEPEND="${RDEPEND}"
-BDEPEND="app-doc/xmltoman"
-
-HTML_DOCS=( "doc.html" ".1.html" )
-
-src_prepare() {
-   default
-
-   tc-export CC
-
-   # Respect users [CL]FLAGS and don't strip, as portage does this part
-   sed -e 's/-O2/$(CFLAGS) -lgmp $(LDFLAGS)/g' -e '/strip/d' -i Makefile 
|| die
-}
-
-src_install() {
-   dobin -split
-   dosym -split /usr/bin/-combine
-
-   doman .1
-
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/ssss/

2021-01-16 Thread Conrad Kostecki
commit: a91d7b1288d9143c68fb86ad0866b5c8eca0ec60
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 16 15:47:44 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 16 15:47:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a91d7b12

app-crypt/: amd64 stable

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

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

diff --git a/app-crypt//-0.5.7.ebuild b/app-crypt//-0.5.7.ebuild
index 724f2c160f9..72fe09e3416 100644
--- a/app-crypt//-0.5.7.ebuild
+++ b/app-crypt//-0.5.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-releases-v${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="dev-libs/gmp:0="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-crypt/ssss/

2020-12-17 Thread Conrad Kostecki
commit: d4e12949cb1a2373d748c59ac28a4b0359dc6834
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Dec 17 13:05:45 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 17 13:05:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4e12949

app-crypt/: drop old version

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt//Manifest   |  1 -
 app-crypt//-0.5-r1.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/app-crypt//Manifest b/app-crypt//Manifest
index 2716f988606..8e338fb09b9 100644
--- a/app-crypt//Manifest
+++ b/app-crypt//Manifest
@@ -1,3 +1,2 @@
 DIST -0.5.6.tar.gz 20128 BLAKE2B 
d42fff5878e2ebcc62cd86b86f0f8a3e522c089cbb5e8fb2585cf375ff133da7d9ccf00e62cc6888e00abe5d64f87ac19ddbb3f6e6a0d86913e6a6aa5a8a1d4c
 SHA512 
964af01610a7a269d19ae1fa1712ef12ca1afab02636ba83dd84ec5aeb185210a1247d932ee39d2869aa76e54ffb051d802800d295d17355d6fe2a8010edd509
 DIST -0.5.7.tar.gz 21774 BLAKE2B 
923f9e0c46e82261dc4f293635aa318c986cee221a93e9df3d232e4b923a7828f0301c8729a5beb72b66e1646e5a0694cfa9546ea26b0e06fa16a8a0c7487ef6
 SHA512 
aca85b7a63e6d009fffe5540b0c8e3190c364aa2070e8d8487fd42d7ac76143e404b226b28f3630022d102679371673cc7c08b8c5d3bcf63e3676b7293d2ba00
-DIST -0.5.tar.gz 17435 BLAKE2B 
76aae463ce11341f8b0336526f7d19c9921025cabc05bc9e5b0bdeb676ed5e069226962232f277de2fecb1cd71bafbd4b2fa0c03ef4faf0f66daa24599d1
 SHA512 
be8df1666ac61d4097b5fd54f2cee3640db8f85ec21411f1b208a35b671c5699bc692079525d8d313d1cf2500da31bfb03771829a9fdccc0bb6d806749526ec9

diff --git a/app-crypt//-0.5-r1.ebuild 
b/app-crypt//-0.5-r1.ebuild
deleted file mode 100644
index 99411362aaf..000
--- a/app-crypt//-0.5-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Shamir's Secret Sharing Scheme"
-HOMEPAGE="http://point-at-infinity.org//;
-SRC_URI="http://point-at-infinity.org/${PN}/${P}.tar.gz;
-
-KEYWORDS="amd64 x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="dev-libs/gmp:0="
-DEPEND="${RDEPEND}"
-BDEPEND="app-doc/xmltoman"
-
-DOCS=( "HISTORY" "THANKS" )
-HTML_DOCS=( "doc.html" ".1.html" )
-
-src_prepare() {
-   default
-
-   tc-export CC
-
-   # Respect users [CL]FLAGS and don't strip, as portage does this part
-   sed -e 's/-O2/$(CFLAGS) -lgmp $(LDFLAGS)/g' -e '/strip/d' -i Makefile 
|| die
-}
-
-src_install() {
-   dobin -split
-   dosym -split /usr/bin/-combine
-
-   doman .1
-
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/ssss/

2020-12-17 Thread Sam James
commit: dd2485d02172ea6aba648c8febe5a74a65ab9de1
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 17 12:47:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 17 12:48:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd2485d0

app-crypt/: Stabilize 0.5.6 amd64, #757531

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/app-crypt//-0.5.6.ebuild b/app-crypt//-0.5.6.ebuild
index 89420c41084..4897601cb3e 100644
--- a/app-crypt//-0.5.6.ebuild
+++ b/app-crypt//-0.5.6.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-releases-v${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-libs/gmp:0="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-crypt/ssss/

2020-12-15 Thread Conrad Kostecki
commit: efc34ccde321ae64c422e75c093d69ee04594219
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Dec 15 14:12:22 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Dec 15 14:12:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc34ccd

app-crypt/: bump to version 0.5.7

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt//Manifest  |  1 +
 app-crypt//-0.5.7.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/app-crypt//Manifest b/app-crypt//Manifest
index d4b1b0f6c91..2716f988606 100644
--- a/app-crypt//Manifest
+++ b/app-crypt//Manifest
@@ -1,2 +1,3 @@
 DIST -0.5.6.tar.gz 20128 BLAKE2B 
d42fff5878e2ebcc62cd86b86f0f8a3e522c089cbb5e8fb2585cf375ff133da7d9ccf00e62cc6888e00abe5d64f87ac19ddbb3f6e6a0d86913e6a6aa5a8a1d4c
 SHA512 
964af01610a7a269d19ae1fa1712ef12ca1afab02636ba83dd84ec5aeb185210a1247d932ee39d2869aa76e54ffb051d802800d295d17355d6fe2a8010edd509
+DIST -0.5.7.tar.gz 21774 BLAKE2B 
923f9e0c46e82261dc4f293635aa318c986cee221a93e9df3d232e4b923a7828f0301c8729a5beb72b66e1646e5a0694cfa9546ea26b0e06fa16a8a0c7487ef6
 SHA512 
aca85b7a63e6d009fffe5540b0c8e3190c364aa2070e8d8487fd42d7ac76143e404b226b28f3630022d102679371673cc7c08b8c5d3bcf63e3676b7293d2ba00
 DIST -0.5.tar.gz 17435 BLAKE2B 
76aae463ce11341f8b0336526f7d19c9921025cabc05bc9e5b0bdeb676ed5e069226962232f277de2fecb1cd71bafbd4b2fa0c03ef4faf0f66daa24599d1
 SHA512 
be8df1666ac61d4097b5fd54f2cee3640db8f85ec21411f1b208a35b671c5699bc692079525d8d313d1cf2500da31bfb03771829a9fdccc0bb6d806749526ec9

diff --git a/app-crypt//-0.5.7.ebuild b/app-crypt//-0.5.7.ebuild
new file mode 100644
index 000..724f2c160f9
--- /dev/null
+++ b/app-crypt//-0.5.7.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Shamir's Secret Sharing Scheme"
+HOMEPAGE="https://github.com/MrJoy/;
+SRC_URI="https://github.com/MrJoy/${PN}/archive/releases/v${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-releases-v${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-libs/gmp:0="
+DEPEND="${RDEPEND}"
+BDEPEND="app-doc/xmltoman"
+
+HTML_DOCS=( "doc.html" ".1.html" )
+
+src_prepare() {
+   default
+
+   tc-export CC
+
+   # Respect users [CL]FLAGS and don't strip, as portage does this part
+   sed -e 's/-O2/$(CFLAGS) -lgmp $(LDFLAGS)/g' -e '/strip/d' -i Makefile 
|| die
+}
+
+src_install() {
+   dobin -split
+   dosym -split /usr/bin/-combine
+
+   doman .1
+
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/ssss/

2020-12-02 Thread Thomas Deutschmann
commit: 0f0b9b246245d8828f13a3a118ddd46cbf091f09
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Dec  2 23:28:13 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Dec  2 23:30:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f0b9b24

app-crypt/: x86 stable (bug #757531)

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/app-crypt//-0.5.6.ebuild b/app-crypt//-0.5.6.ebuild
index 724f2c160f9..89420c41084 100644
--- a/app-crypt//-0.5.6.ebuild
+++ b/app-crypt//-0.5.6.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-releases-v${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="dev-libs/gmp:0="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-crypt/ssss/

2020-10-30 Thread Conrad Kostecki
commit: c2b3f6534686c6e2e1b51839b50ea12de6432b5c
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Oct 30 22:28:03 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Oct 30 22:43:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2b3f653

app-crypt/: bump to version 0.5.6

This version switches to a maintained fork, as other distributions
started to use that, which also fixes some bugs and the original author
doesn't have any plans to continue development.

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt//Manifest  |  1 +
 app-crypt//metadata.xml  |  3 +++
 app-crypt//-0.5.6.ebuild | 39 +++
 3 files changed, 43 insertions(+)

diff --git a/app-crypt//Manifest b/app-crypt//Manifest
index c24684b3ff8..d4b1b0f6c91 100644
--- a/app-crypt//Manifest
+++ b/app-crypt//Manifest
@@ -1 +1,2 @@
+DIST -0.5.6.tar.gz 20128 BLAKE2B 
d42fff5878e2ebcc62cd86b86f0f8a3e522c089cbb5e8fb2585cf375ff133da7d9ccf00e62cc6888e00abe5d64f87ac19ddbb3f6e6a0d86913e6a6aa5a8a1d4c
 SHA512 
964af01610a7a269d19ae1fa1712ef12ca1afab02636ba83dd84ec5aeb185210a1247d932ee39d2869aa76e54ffb051d802800d295d17355d6fe2a8010edd509
 DIST -0.5.tar.gz 17435 BLAKE2B 
76aae463ce11341f8b0336526f7d19c9921025cabc05bc9e5b0bdeb676ed5e069226962232f277de2fecb1cd71bafbd4b2fa0c03ef4faf0f66daa24599d1
 SHA512 
be8df1666ac61d4097b5fd54f2cee3640db8f85ec21411f1b208a35b671c5699bc692079525d8d313d1cf2500da31bfb03771829a9fdccc0bb6d806749526ec9

diff --git a/app-crypt//metadata.xml b/app-crypt//metadata.xml
index 51c92c834b2..caba2e85d1b 100644
--- a/app-crypt//metadata.xml
+++ b/app-crypt//metadata.xml
@@ -10,4 +10,7 @@
The program suite does both: the generation of shares for a 
known secret,
and the reconstruction of a secret using user-pro‐vided shares.

+   
+   MrJoy/
+   
 

diff --git a/app-crypt//-0.5.6.ebuild b/app-crypt//-0.5.6.ebuild
new file mode 100644
index 000..724f2c160f9
--- /dev/null
+++ b/app-crypt//-0.5.6.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Shamir's Secret Sharing Scheme"
+HOMEPAGE="https://github.com/MrJoy/;
+SRC_URI="https://github.com/MrJoy/${PN}/archive/releases/v${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-releases-v${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-libs/gmp:0="
+DEPEND="${RDEPEND}"
+BDEPEND="app-doc/xmltoman"
+
+HTML_DOCS=( "doc.html" ".1.html" )
+
+src_prepare() {
+   default
+
+   tc-export CC
+
+   # Respect users [CL]FLAGS and don't strip, as portage does this part
+   sed -e 's/-O2/$(CFLAGS) -lgmp $(LDFLAGS)/g' -e '/strip/d' -i Makefile 
|| die
+}
+
+src_install() {
+   dobin -split
+   dosym -split /usr/bin/-combine
+
+   doman .1
+
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/ssss/

2020-05-10 Thread Conrad Kostecki
commit: b9fef369a54567ecc76f534fd1d0e1e54c344f69
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun May 10 14:38:11 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun May 10 16:22:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9fef369

app-crypt/: respect users ldflags

Closes: https://bugs.gentoo.org/722074
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt//-0.5-r1.ebuild | 39 +++
 1 file changed, 39 insertions(+)

diff --git a/app-crypt//-0.5-r1.ebuild 
b/app-crypt//-0.5-r1.ebuild
new file mode 100644
index 000..99411362aaf
--- /dev/null
+++ b/app-crypt//-0.5-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Shamir's Secret Sharing Scheme"
+HOMEPAGE="http://point-at-infinity.org//;
+SRC_URI="http://point-at-infinity.org/${PN}/${P}.tar.gz;
+
+KEYWORDS="amd64 x86"
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="dev-libs/gmp:0="
+DEPEND="${RDEPEND}"
+BDEPEND="app-doc/xmltoman"
+
+DOCS=( "HISTORY" "THANKS" )
+HTML_DOCS=( "doc.html" ".1.html" )
+
+src_prepare() {
+   default
+
+   tc-export CC
+
+   # Respect users [CL]FLAGS and don't strip, as portage does this part
+   sed -e 's/-O2/$(CFLAGS) -lgmp $(LDFLAGS)/g' -e '/strip/d' -i Makefile 
|| die
+}
+
+src_install() {
+   dobin -split
+   dosym -split /usr/bin/-combine
+
+   doman .1
+
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/ssss/

2020-05-10 Thread Conrad Kostecki
commit: bc795bce28ad719c5773bfc9c0746322e079dd9e
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun May 10 14:38:39 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun May 10 16:22:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc795bce

app-crypt/: drop old version

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt//-0.5.ebuild | 39 ---
 1 file changed, 39 deletions(-)

diff --git a/app-crypt//-0.5.ebuild b/app-crypt//-0.5.ebuild
deleted file mode 100644
index f9d6d9eb8ce..000
--- a/app-crypt//-0.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Shamir's Secret Sharing Scheme"
-HOMEPAGE="http://point-at-infinity.org//;
-SRC_URI="http://point-at-infinity.org/${PN}/${P}.tar.gz;
-
-KEYWORDS="amd64 x86"
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="dev-libs/gmp:0="
-DEPEND="${RDEPEND}"
-BDEPEND="app-doc/xmltoman"
-
-DOCS=( "HISTORY" "THANKS" )
-HTML_DOCS=( "doc.html" ".1.html" )
-
-src_prepare() {
-   default
-
-   tc-export CC
-
-   # Respect users CFLAGS and don't strip, as portage does this part.
-   sed -e 's/-O2/$(CFLAGS)/g' -e '/strip/d' -i Makefile || die
-}
-
-src_install() {
-   dobin -split
-   dosym -split /usr/bin/-combine
-
-   doman .1
-
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/ssss/

2019-06-04 Thread Thomas Deutschmann
commit: a978c8b95ec4fdb80fdbf208d0181e32d8b1497a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 14:27:24 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 14:44:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a978c8b9

app-crypt/: x86 stable (bug #682724)

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/app-crypt//-0.5.ebuild b/app-crypt//-0.5.ebuild
index 949dc6fadce..f9d6d9eb8ce 100644
--- a/app-crypt//-0.5.ebuild
+++ b/app-crypt//-0.5.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Shamir's Secret Sharing Scheme"
 HOMEPAGE="http://point-at-infinity.org//;
 SRC_URI="http://point-at-infinity.org/${PN}/${P}.tar.gz;
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 LICENSE="GPL-2"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: app-crypt/ssss/

2019-04-13 Thread Agostino Sarubbo
commit: ab5df4be5b394b044082df09ace3f2d9097e663f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr 13 19:07:51 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr 13 19:07:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5df4be

app-crypt/: amd64 stable wrt bug #682724

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

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

diff --git a/app-crypt//-0.5.ebuild b/app-crypt//-0.5.ebuild
index 55fa43d76cb..949dc6fadce 100644
--- a/app-crypt//-0.5.ebuild
+++ b/app-crypt//-0.5.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Shamir's Secret Sharing Scheme"
 HOMEPAGE="http://point-at-infinity.org//;
 SRC_URI="http://point-at-infinity.org/${PN}/${P}.tar.gz;
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 LICENSE="GPL-2"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: app-crypt/ssss/

2019-02-22 Thread Patrice Clement
commit: c478e16b2ca105a84815cd45dbc4e588b9328c95
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Thu Feb 21 19:40:35 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Feb 22 21:08:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c478e16b

app-crypt/: new package.

 is an implementation of Shamir's Secret Sharing Scheme.

The program suite does both: the generation of shares for a know secret, and
the reconstruction of a secret using user-pro-vided shares.

Closes: https://bugs.gentoo.org/106932
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Conrad Kostecki  kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/10243
Signed-off-by: Patrice Clement  gentoo.org>

 app-crypt//Manifest|  1 +
 app-crypt//metadata.xml| 17 +
 app-crypt//-0.5.ebuild | 39 +++
 3 files changed, 57 insertions(+)

diff --git a/app-crypt//Manifest b/app-crypt//Manifest
new file mode 100644
index 000..c24684b3ff8
--- /dev/null
+++ b/app-crypt//Manifest
@@ -0,0 +1 @@
+DIST -0.5.tar.gz 17435 BLAKE2B 
76aae463ce11341f8b0336526f7d19c9921025cabc05bc9e5b0bdeb676ed5e069226962232f277de2fecb1cd71bafbd4b2fa0c03ef4faf0f66daa24599d1
 SHA512 
be8df1666ac61d4097b5fd54f2cee3640db8f85ec21411f1b208a35b671c5699bc692079525d8d313d1cf2500da31bfb03771829a9fdccc0bb6d806749526ec9

diff --git a/app-crypt//metadata.xml b/app-crypt//metadata.xml
new file mode 100644
index 000..108893a39ca
--- /dev/null
+++ b/app-crypt//metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+    is an implementation of Shamir's Secret Sharing Scheme.
+   The program suite does both: the generation of shares for a 
known secret,
+   and the reconstruction of a secret using user-pro‐vided shares.
+   
+

diff --git a/app-crypt//-0.5.ebuild b/app-crypt//-0.5.ebuild
new file mode 100644
index 000..55fa43d76cb
--- /dev/null
+++ b/app-crypt//-0.5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Shamir's Secret Sharing Scheme"
+HOMEPAGE="http://point-at-infinity.org//;
+SRC_URI="http://point-at-infinity.org/${PN}/${P}.tar.gz;
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="dev-libs/gmp:0="
+DEPEND="${RDEPEND}"
+BDEPEND="app-doc/xmltoman"
+
+DOCS=( "HISTORY" "THANKS" )
+HTML_DOCS=( "doc.html" ".1.html" )
+
+src_prepare() {
+   default
+
+   tc-export CC
+
+   # Respect users CFLAGS and don't strip, as portage does this part.
+   sed -e 's/-O2/$(CFLAGS)/g' -e '/strip/d' -i Makefile || die
+}
+
+src_install() {
+   dobin -split
+   dosym -split /usr/bin/-combine
+
+   doman .1
+
+   einstalldocs
+}