summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-crypt/coolkey: fix build w/ upcoming clang16Ionen Wolkens2022-10-142-1/+15
| | | | | | | | | | | | Header that declare this is not installed, and seems like these headers would conflict in all sorts of ways here either way. An alternative fix could be to drop --enable-pk11install which is marked legacy (off by default), but don't know this package and no idea if anyone need this. Closes: https://bugs.gentoo.org/871585 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-crypt/coolkey: drop 1.1.0-r7Sam James2022-04-171-82/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/coolkey: add missing autotools inheritSam James2021-09-251-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/coolkey: revbump: fix configure error and CFLAGS manipulationChristophe Lermytte2021-09-251-0/+90
| | | | | | | | | | | | | | | One of the patches (0004-Bug-fixups.patch) in the patch tarball addresses an error in configure.in, but without a call to (e)autoreconf, the configure script remained unchanged. Also, change the CFLAGS argument to emake to a proper append-flags call (there is some C++ code in there as well). Signed-off-by: Christophe Lermytte <gentoo@lermytte.be> Thanks-to: Sam James <sam@gentoo.org> Closes: https://bugs.gentoo.org/745285 Closes: https://github.com/gentoo/gentoo/pull/22387 Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/coolkey: fix copyright headerJoonas Niilola2021-09-241-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-crypt/coolkey: don't parallel installChristophe Lermytte2021-09-241-1/+6
| | | | | | | | | | | | | | | | | | | Something fishy going on in docs/Makefile install-data-hook: rm -f $(DESTDIR)$(libdir)/libckyapplet.a rm -f $(DESTDIR)$(libdir)/libckyapplet.la but agreed with sam that it's not worth it to debug further (seeing that upstream is dead and the src_compile is being done -j1 as well.) - Override src_install with its default but using '-j1' - Update the copyright Signed-off-by: Christophe Lermytte <gentoo@lermytte.be> Closes: https://github.com/gentoo/gentoo/pull/22381 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* **/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>
* */*: reassign crypto@ packagesMikle Kolyada2020-01-081-4/+1
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-crypt/coolkey: eapi bumpAlon Bar-Lev2018-09-281-5/+4
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* app-crypt/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* app-crypt/coolkey: remove eutilsAlon Bar-Lev2017-03-261-3/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.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/coolkey: Remove oldManuel Rüger2017-02-152-87/+0
| | | | Package-Manager: portage-2.3.3
* app-crypt/coolkey: fix c++11 issueAlon Bar-Lev2016-12-082-0/+82
| | | | | | Bug: 602000 Package-Manager: portage-2.3.0
* 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.
* 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 for kernel.org and redhat.comJustin Lecher2015-08-241-2/+2
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* 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-083-0/+93
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