summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: reassign k_f's packagesMichał Górny2020-09-071-4/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-crypt/gnupg: Added myself as second backup maintainerLars Wendler2020-09-031-0/+4
| | | | | Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-crypt/gnupg: remove longdescriptionMikle Kolyada2020-08-291-4/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-crypt/gnupg: Add myself as a backup maintainerMikle Kolyada2020-08-241-0/+4
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: reassign crypto@ packagesMikle Kolyada2020-01-081-4/+0
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* metadata.xml: popuplate CPE entries for better CVE trackingAllen Webb2019-09-121-0/+3
| | | | | Signed-off-by: Allen Webb <allenwebb@chromium.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* app-crypt/gnupg: Remove old versions (security cleanup)Kristian Fiskerstrand2019-08-141-3/+0
| | | | | | Bug: https://bugs.gentoo.org/689392 Signed-off-by: Kristian Fiskerstrand <k_f@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
* app-crypt/gnupg: Add user-socket USE flagKristian Fiskerstrand2018-10-211-0/+3
| | | | | | | | The user-socket USE flag enables --enable-run-gnupg-user-socket. Closes: https://bugs.gentoo.org/663142 Signed-off-by: Kristian Fiskerstrand <k_f@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* app-crypt/gnupg: [QA] Fix various QA violationsDavid Seifert2017-07-311-39/+34
| | | | | | | | | | | | | * Sort metadata vars into canonical order set by skel.ebuild * All I/O operations require '|| die' * Repoman warnings about metadata.xml mixing tabs and spaces: metadata.warning 1 app-crypt/gnupg/metadata.xml: inconsistent use of tabs and spaces in indentation Package-Manager: Portage-2.3.6, Repoman-2.3.3
* app-crypt/gnupg: Fix typo in previous commitKristian Fiskerstrand2016-11-271-1/+1
| | | | Package-Manager: portage-2.3.2
* app-crypt/gnupg: More verbose description of toolsKristian Fiskerstrand2016-11-271-1/+1
| | | | Package-Manager: portage-2.3.2
* app-crypt/gnupg: New upstream version 2.1.16Kristian Fiskerstrand2016-11-181-3/+3
| | | | | | Remove 2.1.15-r1 in bump Package-Manager: portage-2.3.2
* app-crypt/gnupg: Add use flag system-cert-storeKristian Fiskerstrand2016-10-271-0/+3
| | | | | | | | | | System cert store is not used by default in GnuPG 2.1 for hkps:// requests to keyservers. Adding a use flag system-cert-store that changes this behavior, matching upstream behavior for KS_FETCH. Gentoo-Bug: 597934 Package-Manager: portage-2.3.2
* app-crypt/gnupg: Add myself as maintainerKristian Fiskerstrand2016-08-061-0/+4
| | | | | | Add myself as maintainer to ensure being assigned/notified on bugs Package-Manager: portage-2.3.0
* app-crypt/gnupg: Fix metadata.xml file. Remove duplicate entry.Patrice Clement2016-04-171-4/+2
| | | | Package-Manager: portage-2.2.26
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-6/+6
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* app-crypt/gnupg: Update metadata.xmlKristian Fiskerstrand2016-01-221-3/+3
| | | | | | | | Remove restricts as smartcard and usb flags are used all over the place Bug: 572574 Package-Manager: portage-2.2.26
* app-crypt/gnupg: Version bump to 2.1.10Kristian Fiskerstrand2015-12-071-0/+4
| | | | | | New upstream version Package-Manager: portage-2.2.20.1
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+31
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed