summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-crypt/ekeyd: drop old versionConrad Kostecki2021-02-171-170/+0
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-crypt/ekeyd: Update for luasocket API changeAlan Swanson2021-02-172-0/+261
| | | | | | | | | | | | | | | | Due to changes in the luasocket API from luasocket-3.0_rc1-r5 to luasocket-3.0_rc1_p20200328 the ekeyd daemon and ekeydctl utility now fail to start. control.lua:755: control.lua:526: attempt to index global 'socket' (a nil value) Patch from a Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852380 Closes: https://github.com/gentoo/gentoo/pull/19508 Closes: https://bugs.gentoo.org/770967 Signed-off-by: Alan Swanson <reiver@improbability.net> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-crypt/ekeyd: remove oldMarek Szuba2021-01-251-163/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/ekeyd: drop unused multilib eclassConrad Kostecki2020-12-062-2/+2
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-crypt/ekeyd: migrate to lua-single.eclassMarek Szuba2020-11-242-0/+185
| | | | | | | | | | | | Confirmed not to work with lua5.2 - linking ekeyd fails with host/lstate.c:430: undefined reference to `luaL_register' . In light of the above and given the age of this code, didn't even bother testing it with 5.3 and 5.4. Closes: https://bugs.gentoo.org/752894 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/ekeyd: migrate to EAPI-7Marek Szuba2020-11-241-12/+11
| | | | | | In preparation for slotted-Lua support. Very nearly trivial. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* */*: reassign k_f's packagesMichał Górny2020-09-071-4/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-crypt/ekeyd: Replace unicode arrowDavid Seifert2020-01-121-2/+2
| | | | | | | | * Mandated by GLEP 31 Closes: https://bugs.gentoo.org/704970 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* app-crypt/ekeyd: remove unused patch/filesMichael Mair-Keimberger2019-11-183-189/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13632 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-crypt/ekeyd: drop old EAPIsAaron Bauman2019-11-093-350/+0
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-crypt/ekeyd: Fixes for systemd service fileKristian Fiskerstrand2018-03-211-0/+2
| | | | | Closes: https://bugs.gentoo.org/649478 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-crypt/ekeyd: don't depend directly on openrcKristian Fiskerstrand2018-03-211-0/+164
| | | | | Closes: https://bugs.gentoo.org/649476 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-crypt/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* app-crypt/ekeyd: [QA] Consistent whitespace in metadata.xmlDavid Seifert2017-11-251-21/+19
|
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-284-4/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-crypt/ekeyd: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-183-3/+3
|
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-3/+3
| | | | | | | 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.
* 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-0818-0/+877
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