| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.31, Repoman-2.3.9
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Bug: https://bugs.gentoo.org/651334
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Package-Manager: Portage-2.3.19, Repoman-2.3.6
|
|
|
|
| |
Package-Manager: Portage-2.3.13, Repoman-2.3.3
|
|
|
|
|
| |
Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"
|
|
|
|
|
| |
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/6307
|
|
|
|
| |
Package-Manager: Portage-2.3.13, Repoman-2.3.4
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/634088
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
| |
Gentoo-Bug: http://bugs.gentoo.org/634088
|
|
|
|
| |
Package-Manager: Portage-2.3.11, Repoman-2.3.3
|
|
|
|
|
| |
Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc ppc64"
|
|
|
|
|
|
|
| |
Eike Beer)
Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa sparc"
|
|
|
|
|
| |
Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"
|
|
|
|
|
| |
Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"
|
|
|
|
|
| |
Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"
|
|
|
|
|
|
| |
He no longer wants to maintain this.
Package-Manager: Portage-2.3.8, Repoman-2.3.2
|
|
|
|
| |
Package-Manager: Portage-2.3.8, Repoman-2.3.2
|
|
|
|
|
|
| |
This is more accurate.
Package-Manager: Portage-2.3.8, Repoman-2.3.2
|
|
|
|
|
|
| |
My BSD build fixes were merged upstream.
Package-Manager: Portage-2.3.8, Repoman-2.3.2
|
|
|
|
|
| |
Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"
|
|
|
|
| |
Package-Manager: Portage-2.3.6, Repoman-2.3.2
|
|
|
|
| |
Package-Manager: Portage-2.3.6, Repoman-2.3.1
|
|
|
|
| |
Package-Manager: Portage-2.3.5, Repoman-2.3.1
|
|
|
|
| |
Package-Manager: Portage-2.3.6, Repoman-2.3.2
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
| |
Package-Manager: Portage-2.3.5-prefix, Repoman-2.3.2
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches
|
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches
|
|
|
|
| |
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
|
|
| |
The tests all pass.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
|
|
| |
It was using the installed copy and breaking for new installs.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
|
|
|
|
|
|
|
| |
Upstream merged my patch. Always make build-shared as its cheap and
needed for the tests.
Package-Manager: portage-2.3.2
|
|
|
|
|
|
| |
Sorry, should have spotted these before the earlier commit.
Package-Manager: portage-2.3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Install the shared and (optionally) static libraries.
* Multilib support for the libraries.
* Respect CC, CFLAGS, LDFLAGS.
* gettext support via nls flag.
* Additional hash support via openssl.
* Passing test suite.
* Disable debug by default.
These changes were made with sbraz's blessing. Thanks to Raimonds
Cicans for the initial work behind this.
Package-Manager: portage-2.3.0
|
|
|
|
| |
Package-Manager: portage-2.3.0
|
|
RHash is a console utility for computing and verifying hash sums of files.
Gentoo-Bug: https://bugs.gentoo.org/295797
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/1932
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
|