summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-crypt/envchain: version bump to 1.0.1Hans Fernhout2020-06-163-10/+41
| | | | | | | | | | | | | | 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 <hfern@fernhout.info> Closes: https://github.com/gentoo/gentoo/pull/15961 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-crypt/envchain: drop to m-nJoonas Niilola2020-04-141-8/+1
| | | | | Closes: https://bugs.gentoo.org/632980 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-crypt/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-crypt/envchain: Rework ebuild a bit. Add proxy-maint@ to metadata.xml.Patrice Clement2016-06-133-8/+12
| | | | Package-Manager: portage-2.2.28
* app-crypt/envchain: Add new ebuild to the tree.Sorah Fukumori2016-06-123-0/+42
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 <monsieurp@gentoo.org>