summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-crypt/rhash: Version bump to 1.3.8James Le Cuirot2019-03-032-0/+78
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-crypt/rhash: fix configure for SolarisFabian Groffen2019-01-141-0/+3
| | | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* app-crypt/rhash: Fix 1.3.7 dependencies for EAPI 7James Le Cuirot2019-01-131-2/+7
| | | | | Package-Manager: Portage-2.3.55, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-crypt/rhash: Version bump to 1.3.7James Le Cuirot2019-01-132-0/+70
| | | | | Package-Manager: Portage-2.3.55, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-crypt/rhash: mark ~x86-linuxMichael Haubenwallner2019-01-091-2/+2
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* app-crypt/rhash: stable 1.3.6-r1 for hppa, bug #663198Sergei Trofimovich2018-12-011-1/+1
| | | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-crypt/rhash: stable 1.3.6-r1 for sparc, bug #663198Rolf Eike Beer2018-11-131-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>
* app-crypt/rhash: Drop old 1.3.5James Le Cuirot2018-09-132-95/+0
| | | | | | hppa and sparc should stabilise 1.3.6 to prevent depgraph breakage. Package-Manager: Portage-2.3.49, Repoman-2.3.10
* app-crypt/rhash-1.3.6-r1: alpha stableTobias Klausmann2018-09-131-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/663198
* app-crypt/rhash-1.3.6-r1: arm64 stable (bug #663198)Mart Raudsepp2018-08-211-1/+1
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* app-crypt/rhash: restore s390 stable keywordMikle Kolyada2018-08-171-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-crypt/rhash: arm stable wrt bug #663198Mikle Kolyada2018-08-171-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-crypt/rhash: x86 stable (bug #663198)Thomas Deutschmann2018-08-161-1/+1
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10
* app-crypt/rhash: stable 1.3.6-r1 for ppc, bug #663198Sergei Trofimovich2018-08-111-1/+1
| | | | | Package-Manager: Portage-2.3.45, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc"
* app-crypt/rhash: stable 1.3.6-r1 for ppc64, bug #663198Sergei Trofimovich2018-08-111-1/+1
| | | | | Package-Manager: Portage-2.3.45, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc64"
* app-crypt/rhash: stable 1.3.6-r1 for ia64, bug #663198Sergei Trofimovich2018-08-111-1/+1
| | | | | Package-Manager: Portage-2.3.45, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* app-crypt/rhash: Fix triplet issues and restore fbsd/macos keywordsJames Le Cuirot2018-08-093-1/+48
| | | | | | | | I was waiting for upstream to release the fix but that is taking a while so I've patched it. Closes: https://bugs.gentoo.org/651334 Package-Manager: Portage-2.3.45, Repoman-2.3.10
* app-crypt/rhash: amd64 stable wrt bug #663198Mikle Kolyada2018-08-091-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-crypt/rhash: mark s390 stableMikle Kolyada2018-06-031-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-crypt/rhash: add LibreSSL supportAaron Bauman2018-04-283-10/+15
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* app-crypt/rhash: Drop macos prefix keywords from 1.3.6James Le Cuirot2018-03-251-1/+1
| | | | | | | | It doesn't handle Darwin as an explicitly stated target. This will be fixed in the next release. Bug: https://bugs.gentoo.org/651334 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-crypt/rhash: Remove *-fbsd keywords from 1.3.6-r1Michał Górny2018-03-241-1/+1
| | | | Bug: https://bugs.gentoo.org/651334
* app-crypt/rhash: pass --target=${CHOST} to configureMarty E. Plummer2018-03-221-2/+4
| | | | | | | | | | Without this change, app-crypt/rhash when built with a mingw-w64 crossdev toolchain ends up with the various rhash binaries being PE32 binaries without an '*.exe' extension and librhash having a '*.so' extension, also a PE32 library, and no import library ('*.dll.a'). Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7548
* app-crypt/rhash: Fix missing headers and dash issueJames Le Cuirot2018-03-192-0/+58
| | | | | | | | I swear it installed the headers without this line at least some of the time. Yay for custom build systems. Closes: https://bugs.gentoo.org/650840 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-crypt/rhash: Version bump to 1.3.6, new build systemJames Le Cuirot2018-03-183-0/+94
| | | | | | | | The static Makefiles are now complemented with a hand-written configure script. :| On the plus side, it does at least deal with all the portability issues we had to hack around before. Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-crypt/rhash-1.3.5: arm64 stable (bug #642236)Mart Raudsepp2018-03-021-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* app-crypt/rhash: marked ~ppc-macosFabian Groffen2018-01-091-2/+2
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-crypt/rhash: arm stable, bug #634088Markus Meier2017-12-052-2/+2
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
* app-crypt/rhash: add ~amd64-fbsd, ~x86-fbsd KEYWORDSYuta Satoh2017-11-261-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/6307
* app-crypt/rhash: Remove old 1.3.4James Le Cuirot2017-11-082-91/+0
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* app-crypt/rhash: stabilise 1.3.5 for x86Michael Palimaka2017-10-231-1/+1
| | | | | Bug: https://bugs.gentoo.org/634088 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* app-crypt/rhash-1.3.5-r0: alpha stableTobias Klausmann2017-10-211-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/634088
* app-crypt/rhash: Stable on amd64Manuel Rüger2017-10-161-1/+1
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* app-crypt/rhash: stable 1.3.5 for ppc/ppc64, bug #634088Sergei Trofimovich2017-10-141-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc ppc64"
* app-crypt/rhash: stable 1.3.5 for hppa/sparc, bug #634088 (thanks to Rolf ↵Sergei Trofimovich2017-10-131-1/+1
| | | | | | | Eike Beer) Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="hppa sparc"
* app-crypt/rhash: stable 1.3.5 for ia64, bug #634088Sergei Trofimovich2017-10-131-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ia64"
* app-crypt/rhash: keyworded 1.3.5 for sparc, bug #615428 (thanks to Dakon)Sergei Trofimovich2017-09-121-1/+1
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc"
* app-crypt/rhash: keyworded 1.3.4 for sparc, bug #615428 (thanks to Dakon)Sergei Trofimovich2017-09-121-1/+1
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc"
* app-crypt/rhash: Drop Louis Sautier as maintainerJames Le Cuirot2017-09-021-8/+0
| | | | | | He no longer wants to maintain this. Package-Manager: Portage-2.3.8, Repoman-2.3.2
* app-crypt/rhash: Apply -lintl fix to BSD libcs (bug #629060)James Le Cuirot2017-09-021-1/+2
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.2
* app-crypt/rhash: Use elibc USE flags instead of CHOST for fixesJames Le Cuirot2017-09-021-4/+4
| | | | | | This is more accurate. Package-Manager: Portage-2.3.8, Repoman-2.3.2
* app-crypt/rhash: Version bump to 1.3.5, fixes bug #617548James Le Cuirot2017-08-172-0/+90
| | | | | | My BSD build fixes were merged upstream. Package-Manager: Portage-2.3.8, Repoman-2.3.2
* app-crypt/rhash: keyworded 1.3.4 for ppc, bug #615428Sergei Trofimovich2017-08-101-1/+1
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc"
* app-crypt/rhash: ia64 keyworded, bug #615428Sergei Trofimovich2017-06-301-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* app-crypt/rhash: marked ~amd64-linuxFabian Groffen2017-06-201-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* app-crypt/rhash: keyword ~mipsAnthony G. Basile2017-06-151-1/+1
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1
* app-crypt/rhash: keyword ~arm64Alexis Ballier2017-06-151-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* app-crypt/rhash: fix and keyword for SolarisFabian Groffen2017-04-131-4/+10
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-crypt/rhash: fixed for Prefix and macOS, keywordedFabian Groffen2017-04-131-2/+20
| | | | Package-Manager: Portage-2.3.5-prefix, 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>