| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
I spoke with Lars Wendler about this, and we agreed that we should be
using the --bindir and --sbindir configure switches to install the
binaries on / instead of moving things around manually. We also agreed
that the binaries in procps are important enough that there is no issue
with installing them on /.
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="sparc"
|
|
|
|
| |
Package-Manager: portage-2.2.23
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"
|
|
|
|
|
|
|
|
|
| |
Upstream dropped the userbin_execdir variable, so we need to move things
around manually.
See upstream commit 430b559ba2826f80dffa840622ae0fc744000b13.
Package-Manager: portage-2.2.23_p18
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
|
|
|
|
|
| |
Package-Manager: portage-2.2.23
RepoMan-Options: --ignore-arches
|
|
|
|
|
| |
Package-Manager: portage-2.2.23
RepoMan-Options: --ignore-arches
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
|
|
|
|
|
| |
Package-Manager: portage-2.2.23
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
|
|
|
|
|
| |
Package-Manager: portage-2.2.23
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Non-maintainer commit, due to security reasons
Port to EAPI 5, add epatch user
Gentoo-Bug: 453310
Package-Manager: portage-2.2.20
|
|
|
|
| |
Package-Manager: portage-2.2.23
|
|
|
|
| |
Package-Manager: portage-2.2.22
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="arm"
|
|
|
|
| |
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
| |
This also upgrades to EAPI=5.
|
|
|
|
|
|
| |
Add missing SHA512 and WHIRLPOOL hashes
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
|
|
|
|
| |
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
|
| |
|
|
|
|
|
| |
Use SLOT=0 for installing of main development files like other packages
so we can use other SLOTs for installing SONAME libs for binary packages.
|
| |
|
|
|
|
|
|
|
| |
repoman does not yet accept the https version.
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
Bug: https://bugs.gentoo.org/552720
|
|
|
|
| |
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
| |
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
| |
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
| |
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
|
|
| |
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
| |
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
|
|
|
|
|
|
|
|
|
|
| |
The lock in the init script was only needed in Redhat. OpenRC keeps track of if
the process is started so not required. Also fix perms on the systemd unit.
Gentoo-Bug: https://bugs.gentoo.org/556436
Gentoo-Bug: https://bugs.gentoo.org/449990
Package-Manager: portage-2.2.20.1
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
|
| |
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
|
|
|
|
|
| |
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
|
|
|
|
| |
If people want changelogs/history, they can look at the VCS.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Rather than expand CFLAGS in the sed statement, pass it via the env later
on when running make.
Make sure we set up CC to a sane default.
|
|
|
|
|
|
|
|
| |
There's no need to restrict the binary to the root user/group --
it's not like normal users can't run programs themselves, and
access to various state/config files are protected independently.
This also fixes bad +x perms on the /etc config files.
|
|
|
|
|
|
| |
If the system initializes these settings via other means (such as the
kernel handling it), there's no need to force them to start up. Change
the "need" to "use" so that things work correctly.
|
|
|
|
| |
This allows us to show the elog messages only once on initial install.
|
|
|
|
|
| |
We want users to be able to read these after the fact, so make sure
we log them accordingly.
|