summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/beecrypt: Drop oldPacho Ramos2019-02-201-98/+0
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* dev-libs/beecrypt: amd64 stable wrt bug #676458Mikle Kolyada2019-02-201-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* dev-libs/beecrypt: arm stable, bug #676458Markus Meier2019-02-191-1/+1
| | | | | | Signed-off-by: Markus Meier <maekke@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="arm"
* dev-libs/beecrypt: x86 stable (bug #676458)Thomas Deutschmann2019-02-151-1/+1
| | | | | Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-libs/beecrypt: stable 4.2.1-r6 for ppc64, bug #676458Sergei Trofimovich2019-02-021-1/+1
| | | | | | Package-Manager: Portage-2.3.59, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/beecrypt: stable 4.2.1-r6 for ppc, bug #676458Sergei Trofimovich2019-02-021-1/+1
| | | | | | Package-Manager: Portage-2.3.59, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/beecrypt-4.2.1-r6: alpha stableTobias Klausmann2019-02-011-1/+1
| | | | | Bug: http://bugs.gentoo.org/676458 Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
* dev-libs/beecrypt: stable 4.2.1-r6 for sparc, bug #676458Rolf Eike Beer2019-01-281-2/+2
| | | | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/beecrypt: Drop 4.2.1-r4Andreas Sturmlechner2018-11-091-96/+0
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-libs/beecrypt: arm stable wrt bug #668280Mikle Kolyada2018-11-091-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-libs/beecrypt: disable assembly for x32, bug #461960Sergei Trofimovich2018-10-281-0/+104
| | | | | | | | | | | | | | | | | | | | | | | beecrypt has target-specifix assembly code for arithmetics in gas/mpopt.x86_64.m4. That assumes that x86_64 has 64-bit items to represent bignums. Unfortunately that is not true for x32 ABI as detection is based on size of 'unsigned long': ``` AC_DEFUN([BEE_CPU_BITS],[ AC_CHECK_SIZEOF([unsigned long]) if test $ac_cv_sizeof_unsigned_long -eq 8; then AC_SUBST(MP_WBITS,64U) ``` To workaround this deficiency disable assembly code completely: pass --enable-debug. Closes: https://bugs.gentoo.org/461960 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-libs/beecrypt: amd64 stable wrt bug #668280Mikle Kolyada2018-10-201-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* dev-libs/beecrypt-4.2.1-r5: alpha stableTobias Klausmann2018-10-181-1/+1
| | | | | Bug: http://bugs.gentoo.org/668280 Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
* dev-libs/beecrypt: stable 4.2.1-r5 for ppc64, bug #668280Sergei Trofimovich2018-10-141-1/+1
| | | | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc64"
* dev-libs/beecrypt: stable 4.2.1-r5 for ppc, bug #668280Sergei Trofimovich2018-10-141-1/+1
| | | | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc"
* dev-libs/beecrypt: stable 4.2.1-r5 for hppa, bug #668280Sergei Trofimovich2018-10-141-1/+1
| | | | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa"
* dev-libs/beecrypt: x86 stable (bug #668280)Thomas Deutschmann2018-10-141-1/+1
| | | | | Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-libs/beecrypt: tweak for icu-61, bug #666542Sergei Trofimovich2018-09-272-0/+149
| | | | | | | | | | | | | | On icu-61 built failures look like: include/beecrypt/c++/lang/String.h:76:17: error: ‘UnicodeString’ does not name a type ICU-61 moved all names into icu:: space. The fix is to add 'using icu::<symbol>'. Reported-by: Juergen Rose Closes: https://bugs.gentoo.org/666542 Package-Manager: Portage-2.3.50, Repoman-2.3.11
* dev-libs/beecrypt: drop executable bit from patchSergei Trofimovich2018-09-231-0/+0
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.11
* Drop arm-linux keyword from tree.Benda Xu2018-08-311-1/+1
| | | | | | | | "arm-linux" is considered deprecated, unmaintained and easily replaced by "arm". Closes: https://bugs.gentoo.org/664598 Reference: https://archives.gentoo.org/gentoo-dev/message/63bafa051cccd1eb3d2ade16823671fa
* dev-libs/beecrypt: Override JNI CFLAG detection with eclass helperJames Le Cuirot2018-03-101-1/+2
| | | | | | | | | The detection was failing for some people. I wasn't able to reproduce this but the detection is a bit convoluted in any case so using the eclass helper is much safer. Closes: https://bugs.gentoo.org/582052 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-libs/beecrypt: Build in C++14 modeDavid Seifert2018-03-101-2/+6
| | | | | Closes: https://bugs.gentoo.org/649548 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-libs/beecrypt: Fix compilation with >=dev-libs/icu-59.Ulrich Müller2017-12-013-1/+216
| | | | | Closes: https://bugs.gentoo.org/618676 Package-Manager: Portage-2.3.16, Repoman-2.3.6
* dev-libs/beecrypt: [QA] Add missing python metadata variablesDavid Seifert2017-04-231-1/+1
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-libs/beecrypt: remove old, bug #582052Amy Liffey2017-02-202-87/+2
| | | | | | - Fix keywords Package-Manager: portage-2.3.0
* dev-libs/beecrypt: add missing 'use'Mike Gilbert2016-10-231-1/+1
| | | | Package-Manager: portage-2.3.2
* dev-libs/beecrypt: Allow for compiling with GCC 6Peter-Levine2016-10-233-2/+119
| | | | | | | | | | | Gentoo-bug: 596904 * EAPI=6 * Improve DOCS and HTML_DOCS handling * Minor QA fixes Closes: https://github.com/gentoo/gentoo/pull/2551 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-libs/beecrypt: Drop oldPacho Ramos2016-10-181-87/+0
| | | | Package-Manager: portage-2.3.1
* dev-libs/beecrypt: Stable for PPC64 (bug #577864).Jeroen Roovers2016-10-051-1/+1
| | | | | Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches
* dev-libs/beecrypt: Stable for HPPA (bug #577864).Jeroen Roovers2016-08-031-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches
* sourceforge: switch to https:// URIsMike Frysinger2016-07-272-2/+2
|
* dev-libs/beecrypt: ppc stable wrt bug #577864Agostino Sarubbo2016-07-061-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/beecrypt: x86 stable wrt bug #577864Agostino Sarubbo2016-06-251-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/beecrypt-4.2.1-r3: add alpha keywordTobias Klausmann2016-05-281-2/+2
| | | | | | Gentoo-Bug: 577864 Package-Manager: portage-2.3.0_rc1
* dev-libs/beecrypt: arm stable, bug #577864Markus Meier2016-04-011-1/+1
| | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="arm"
* dev-libs/beecrypt: amd64 stable wrt bug #577864Agostino Sarubbo2016-03-221-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* metadata.xml: Add maintainer-needed comment to packages without maintainer.Ulrich Müller2016-02-281-0/+1
| | | | Bug: 575810
* Remove explicit notion of maintainer-needed, for GLEP 67Michał Górny2016-01-241-3/+0
| | | | | | GLEP 67 removes the explicit notion of maintainer-needed@g.o being used for packages lacking maintainers, in favor of assuming maintainer-needed whenever the package has no maintainers.
* 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-086-0/+354
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