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

2022-08-20 Thread Andreas Sturmlechner
commit: 538b60f77c7113f20c7e44874cb5813a6c6545ce
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 16 20:48:03 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 20 11:40:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538b60f7

app-crypt/envchain: drop 1.0.0, EAPI-6--

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-crypt/envchain/Manifest  |  1 -
 app-crypt/envchain/envchain-1.0.0.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/app-crypt/envchain/Manifest b/app-crypt/envchain/Manifest
index 28f23dc492ce..2bcac1db1dff 100644
--- a/app-crypt/envchain/Manifest
+++ b/app-crypt/envchain/Manifest
@@ -1,2 +1 @@
-DIST envchain-1.0.0.tar.gz 8252 BLAKE2B 
5b4e07421d47eede180ddbd1968090050ec4b25e887d235f2714604ed0d4439f1a36b72f0d277c53e3b9f010ee9c6bb61f598daec330641384c21b00802feadd
 SHA512 
0c7e129509fa60adbbedd995c30a11e981171b85dfce60385a0fd4a3d8264f1a2d65300f882e45075556490dfff0255eb6a6688066455809653b81e83d29c514
 DIST envchain-1.0.1.tar.gz 8604 BLAKE2B 
6273eac40cf2a9eaf0704ee81d23b6e72cd296232f378bf5e5b15cdfb29a91bd394201724491e3a7104017b2416084d16e07b3634e5abe382e05eec52e388410
 SHA512 
ac2bca6e53f46c10978d55b2924595988ed6d76a9969691f01c1a57d17e5e8e2abd21653cba996aad31408bb029e8ba00818100c60f5b089b84c70eaf20a2c75

diff --git a/app-crypt/envchain/envchain-1.0.0.ebuild 
b/app-crypt/envchain/envchain-1.0.0.ebuild
deleted file mode 100644
index ce7a32c6d46b..
--- a/app-crypt/envchain/envchain-1.0.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Save environment variables in a secret vault"
-HOMEPAGE="https://github.com/sorah/envchain";
-SRC_URI="https://github.com/sorah/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-   sys-libs/readline:0=
-   app-crypt/libsecret"
-
-RDEPEND="${DEPEND}"
-
-src_install() {
-   emake DESTDIR="${D}/usr" install
-}



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

2020-06-15 Thread Joonas Niilola
commit: 511d8d12300c84523b2808113fda4e6a66e50237
Author: Hans Fernhout  fernhout  info>
AuthorDate: Mon May 25 13:32:21 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Jun 16 06:02:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511d8d12

app-crypt/envchain: version bump to 1.0.1

Closes: https://bugs.gentoo.org/696414

Changes are:
- v1.0.1: this release has some bugfixes
- keyword ~x86 added: tested and works fine
- EAPI 7: which required no other changes
- packages was up for grabs: added myself as proxy maintainer

Signed-off-by: Jahannes Willem Fernhout  fernhout.info>
Closes: https://github.com/gentoo/gentoo/pull/15961
Signed-off-by: Joonas Niilola  gentoo.org>

 app-crypt/envchain/Manifest  |  1 +
 app-crypt/envchain/envchain-1.0.1.ebuild | 23 +++
 app-crypt/envchain/metadata.xml  | 27 +--
 3 files changed, 41 insertions(+), 10 deletions(-)

diff --git a/app-crypt/envchain/Manifest b/app-crypt/envchain/Manifest
index 1d8fb657127..28f23dc492c 100644
--- a/app-crypt/envchain/Manifest
+++ b/app-crypt/envchain/Manifest
@@ -1 +1,2 @@
 DIST envchain-1.0.0.tar.gz 8252 BLAKE2B 
5b4e07421d47eede180ddbd1968090050ec4b25e887d235f2714604ed0d4439f1a36b72f0d277c53e3b9f010ee9c6bb61f598daec330641384c21b00802feadd
 SHA512 
0c7e129509fa60adbbedd995c30a11e981171b85dfce60385a0fd4a3d8264f1a2d65300f882e45075556490dfff0255eb6a6688066455809653b81e83d29c514
+DIST envchain-1.0.1.tar.gz 8604 BLAKE2B 
6273eac40cf2a9eaf0704ee81d23b6e72cd296232f378bf5e5b15cdfb29a91bd394201724491e3a7104017b2416084d16e07b3634e5abe382e05eec52e388410
 SHA512 
ac2bca6e53f46c10978d55b2924595988ed6d76a9969691f01c1a57d17e5e8e2abd21653cba996aad31408bb029e8ba00818100c60f5b089b84c70eaf20a2c75

diff --git a/app-crypt/envchain/envchain-1.0.1.ebuild 
b/app-crypt/envchain/envchain-1.0.1.ebuild
new file mode 100644
index 000..2fbc68f9cb3
--- /dev/null
+++ b/app-crypt/envchain/envchain-1.0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Save environment variables in a secret vault"
+HOMEPAGE="https://github.com/sorah/envchain";
+SRC_URI="https://github.com/sorah/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   sys-libs/readline:0=
+   app-crypt/libsecret"
+
+RDEPEND="${DEPEND}"
+
+src_install() {
+   emake DESTDIR="${D}/usr" install
+}

diff --git a/app-crypt/envchain/metadata.xml b/app-crypt/envchain/metadata.xml
index 103ed877db3..da51982cb6e 100644
--- a/app-crypt/envchain/metadata.xml
+++ b/app-crypt/envchain/metadata.xml
@@ -1,14 +1,21 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-  
-Set environment variables with OS X keychain or D-Bus secret service.
-Envchain allows you to save credentials in a secure vault to use as
-environment variables only when you need them.
-  
-  
-sorah/envchain
-https://github.com/sorah/envchain/issues
-  
+   
+   hf...@fernhout.info
+   Hans Fernhout
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   Set environment variables with OS X keychain or D-Bus secret 
service.
+   Envchain allows you to save credentials in a secure vault to 
use as
+   environment variables only when you need them.
+   
+   
+   sorah/envchain
+   https://github.com/sorah/envchain/issues
+   
 



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

2016-06-13 Thread Patrice Clement
commit: 637b0685ca37047527a373796658b8497b4cfe80
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jun 12 21:58:27 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jun 13 07:05:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637b0685

app-crypt/envchain: Rework ebuild a bit. Add proxy-maint   to metadata.xml.

Package-Manager: portage-2.2.28

 app-crypt/envchain/Manifest  |  2 +-
 app-crypt/envchain/envchain-1.0.0.ebuild | 10 +-
 app-crypt/envchain/metadata.xml  |  8 ++--
 3 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/app-crypt/envchain/Manifest b/app-crypt/envchain/Manifest
index 8c257eb..0b7b8b0 100644
--- a/app-crypt/envchain/Manifest
+++ b/app-crypt/envchain/Manifest
@@ -1 +1 @@
-DIST v1.0.0.tar.gz 8252 SHA256 
cd190c8c9a86ebf0723491b5372051e84eaaf3252ccc9da6554caa45bd5eae20 SHA512 
0c7e129509fa60adbbedd995c30a11e981171b85dfce60385a0fd4a3d8264f1a2d65300f882e45075556490dfff0255eb6a6688066455809653b81e83d29c514
 WHIRLPOOL 
52ba2d9bcece8494bb5ae4fdaa8a29c722eea6f0911d157af5b6be3b9b78849b7635199385008af52fe3980541303f72cd086d0171415b0a8e6c32c797d4ac41
+DIST envchain-1.0.0.tar.gz 8252 SHA256 
cd190c8c9a86ebf0723491b5372051e84eaaf3252ccc9da6554caa45bd5eae20 SHA512 
0c7e129509fa60adbbedd995c30a11e981171b85dfce60385a0fd4a3d8264f1a2d65300f882e45075556490dfff0255eb6a6688066455809653b81e83d29c514
 WHIRLPOOL 
52ba2d9bcece8494bb5ae4fdaa8a29c722eea6f0911d157af5b6be3b9b78849b7635199385008af52fe3980541303f72cd086d0171415b0a8e6c32c797d4ac41

diff --git a/app-crypt/envchain/envchain-1.0.0.ebuild 
b/app-crypt/envchain/envchain-1.0.0.ebuild
index c223ad5..54368e4 100644
--- a/app-crypt/envchain/envchain-1.0.0.ebuild
+++ b/app-crypt/envchain/envchain-1.0.0.ebuild
@@ -4,9 +4,9 @@
 
 EAPI=6
 
-DESCRIPTION="Set environment variables with OS X keychain or D-Bus Secret 
Service"
+DESCRIPTION="Save environment variables in a secret vault"
 HOMEPAGE="https://github.com/sorah/envchain";
-SRC_URI="https://github.com/sorah/${PN}/archive/v${PV}.tar.gz";
+SRC_URI="https://github.com/sorah/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -14,9 +14,9 @@ KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="
-sys-libs/readline:*
-app-crypt/libsecret
-"
+   sys-libs/readline:0=
+   app-crypt/libsecret"
+
 RDEPEND="${DEPEND}"
 
 src_install() {

diff --git a/app-crypt/envchain/metadata.xml b/app-crypt/envchain/metadata.xml
index abce821..9cbc0ac 100644
--- a/app-crypt/envchain/metadata.xml
+++ b/app-crypt/envchain/metadata.xml
@@ -5,10 +5,14 @@
 h...@sorah.jp
 Sorah Fukumori
   
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
   
 Set environment variables with OS X keychain or D-Bus secret service.
-
-Envchain allows you to save credentials in a secure vault to use as 
environment variables only when you need them.
+Envchain allows you to save credentials in a secure vault to use as
+environment variables only when you need them.
   
   
 sorah/envchain



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

2016-06-12 Thread Patrice Clement
commit: 8f9ed180c9f7e79719042cfe8a7fa687535c600e
Author: Sorah Fukumori  sorah  jp>
AuthorDate: Sat Jun 11 20:37:32 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jun 12 21:51:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f9ed180

app-crypt/envchain: Add new ebuild to the tree.

envchain allows to save credentials or any secret values in a secure vault, via
libsecret/gnome-keyring for Linux, in order to avoid writing credentials to a
flat file.

Gentoo-Bug: https://bugs.gentoo.org/585634
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1654

Signed-off-by: Patrice Clement  gentoo.org>

 app-crypt/envchain/Manifest  |  1 +
 app-crypt/envchain/envchain-1.0.0.ebuild | 24 
 app-crypt/envchain/metadata.xml  | 17 +
 3 files changed, 42 insertions(+)

diff --git a/app-crypt/envchain/Manifest b/app-crypt/envchain/Manifest
new file mode 100644
index 000..8c257eb
--- /dev/null
+++ b/app-crypt/envchain/Manifest
@@ -0,0 +1 @@
+DIST v1.0.0.tar.gz 8252 SHA256 
cd190c8c9a86ebf0723491b5372051e84eaaf3252ccc9da6554caa45bd5eae20 SHA512 
0c7e129509fa60adbbedd995c30a11e981171b85dfce60385a0fd4a3d8264f1a2d65300f882e45075556490dfff0255eb6a6688066455809653b81e83d29c514
 WHIRLPOOL 
52ba2d9bcece8494bb5ae4fdaa8a29c722eea6f0911d157af5b6be3b9b78849b7635199385008af52fe3980541303f72cd086d0171415b0a8e6c32c797d4ac41

diff --git a/app-crypt/envchain/envchain-1.0.0.ebuild 
b/app-crypt/envchain/envchain-1.0.0.ebuild
new file mode 100644
index 000..c223ad5
--- /dev/null
+++ b/app-crypt/envchain/envchain-1.0.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Set environment variables with OS X keychain or D-Bus Secret 
Service"
+HOMEPAGE="https://github.com/sorah/envchain";
+SRC_URI="https://github.com/sorah/${PN}/archive/v${PV}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+sys-libs/readline:*
+app-crypt/libsecret
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   emake DESTDIR="${D}/usr" install
+}

diff --git a/app-crypt/envchain/metadata.xml b/app-crypt/envchain/metadata.xml
new file mode 100644
index 000..abce821
--- /dev/null
+++ b/app-crypt/envchain/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+h...@sorah.jp
+Sorah Fukumori
+  
+  
+Set environment variables with OS X keychain or D-Bus secret service.
+
+Envchain allows you to save credentials in a secure vault to use as 
environment variables only when you need them.
+  
+  
+sorah/envchain
+https://github.com/sorah/envchain/issues
+  
+