summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* sys-apps/ifd-gempc: eapi bumpAlon Bar-Lev2017-02-041-5/+10
| | | | Package-Manager: portage-2.3.3
* sys-apps/pcsc-slb-rf72-drv: eapi cleanupsAlon Bar-Lev2017-02-041-2/+8
| | | | Package-Manager: portage-2.3.3
* sys-apps/pcsc-tools: eapi bumpAlon Bar-Lev2017-02-041-4/+9
| | | | Package-Manager: portage-2.3.3
* sys-apps/pcsc-tools: cleanupAlon Bar-Lev2017-02-043-132/+0
| | | | Package-Manager: portage-2.3.3
* sys-apps/usb_modeswitch: udev scripts need RW temporary directoryMaciej S. Szmigiero2017-02-032-1/+20
| | | | | | | | | | | | | | | | | | | /lib/udev/usb_modeswitch script and usb_modeswitch_dispatcher Tcl script that it calls both need a writable temporary directory which is a problematic requirement for example if usb_modeswitch is triggered by a module loaded during system startup. Fortunately, /run is available RW very early at boot so let's redirect them there instead. Fixes a case where system startup with an USB modem plugged in would often result in this modem not being switched correctly if USB host controller modules are loaded via the "modules" service. Gentoo-Bug: https://bugs.gentoo.org/565262 Fixes: https://github.com/gentoo/gentoo/pull/3389 Package-Manager: Portage-2.3.3, Repoman-2.3.1 (cherry picked from commit 1cede4c86a4e691cd51f82aad27c2a4e543cacdd) Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-apps/baselayout-prefix: remove unused patchesMichael Mair-Keimberger (asterix)2017-02-0316-1329/+0
| | | | | | (cherry picked from commit f03cc8dad4f776757112e184b69eb6120d844076) Fixes: https://github.com/gentoo/gentoo/pull/3790 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-apps/coreutils: add longdescription, shorten DESCRIPTIONJonas Stein2017-02-033-3/+5
| | | | | | | | DESCRIPTION must not have more than 80 characters (devman/variables) Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3733
* sys-apps/nix: drop haskell@g.o maintainerSergei Trofimovich2017-02-021-4/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-apps/guix: change maintainer from haskell@g.o to slyfox@g.oSergei Trofimovich2017-02-021-3/+3
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-apps/guix: make ebuild FEATURES=network-sandbox friendly, bug #607988Sergei Trofimovich2017-02-022-1/+45
| | | | | | | | | | | | | | | | | | | In order to shrink tarball size guix does not ship prebuilt guile for supported targets. Instead it downloaded those binaries and verified hashes in gnu/local.mk file. Fix it by pulling all external dependencies into SRC_URI. Found by Toralf Förster on a tinderbox with FEATURES=network-sandbox While at it disabled parallel builds as it occasionally causes guile to run bad code. Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/607988 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-apps/rename: EAPI 6 bump.Patrice Clement2017-02-014-8/+51
| | | | Package-Manager: portage-2.3.3
* sys-apps/guix: new package, the GNU Purely Functional Package ManagerSergei Trofimovich2017-02-016-0/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | Internal data model and command UI is a lot like one of sys-apps/nix. Package description mechanism is a bit different in both surface syntax (guile vs nix expression language) and evaluation method (compiled versus lazy loaded configs) guix (as well as nix) is a source-based package manager with strong support for binary packages. It uses multiple tricks to make package source dependencies robust: - guix installs every package into it's own --prefix=. Example: /gnu/store/6np03bm99hg7gprcwmzpbpaj00cka8p8-icecat-45.5.1-gnu1 - guix builds packages with PATH (and similar) only including explicitly listed depends. This eliminates automagic dependency. - guix tracks full environment where package was built. Once environment changes new package needs to be built. That's how you install firef^Wicecat just for your current user: $ guix package --install icecat Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-apps/nix: don't hardcode UID/GID for nix internal groupsSergei Trofimovich2017-02-012-116/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-apps/portage: add native-extensions USE flag (bug 571444)Zac Medico2017-02-013-2/+13
| | | | | | | | | | The native-extensions USE flag will enable building of the libc bindings. This is not enabled by default because it does not support cross compilation. X-Gentoo-bug: 571444 X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=571444 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-apps/etckeeper: Version bump to 1.18.6Manuel Rüger2017-02-013-0/+151
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-apps/firejail: Remove vulnerable versionAmadeusz Żołnowski2017-01-313-57/+0
| | | | | | Gentoo-Bug: 607382 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-apps/epoch: epoch-9999Alice Ferrazzi2017-02-011-2/+2
| | | | | | fix #607214 missing default config file Package-Manager: portage-2.3.3
* sys-apps/kmod: Stable for HPPA (bug #606420).Jeroen Roovers2017-01-311-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* sys-apps/portage: Stable for HPPA (bug #606936).Jeroen Roovers2017-01-311-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* sys-apps/policycoreutils: Properly depend on audit[python] and fix selocal ↵Sven Vermeulen2017-01-301-0/+187
| | | | | | | | | | | | | | | | | | | | | attribute resolving The first bug this release fixes is bug 597978. Previous policycoreutils versions provided a selocal application which can't deal with the new setools. The previous setools had seinfo return a non-zero return code if an attribute (or role, or ... depending on what was asked) was not found. The newer setools gives this in the output, but keeps the zero return code. selocal depended on the return code previously. The second bug this release fixes is bug 605692. Well, partially, because the bug has two issues mentioned. The first one is the (wrong) dependency on audit. If the policycoreutils package is build with USE="audit" then it should depend on audit[python] rather than just audit. This is the issue that is fixed in this release. The second issue (not being able to use a number of semanage commands when USE="-audit") is not resolved yet. Package-Manager: portage-2.3.3
* sys-apps/firejail: amd64 stable wrt bug #607382Agostino Sarubbo2017-01-301-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-apps/logwatch: Old.Jeroen Roovers2017-01-294-193/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-apps/logwatch: Stable for HPPA (bug #597828).Jeroen Roovers2017-01-291-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* sys-apps/which: dropped ~hppa-hpux ~ia64-hpux ~ia64-linux ~x64-freebsd ↵Fabian Groffen2017-01-291-1/+1
| | | | | | ~x86-freebsd ~x86-interix Package-Manager: portage-2.3.3
* sys-apps/tcp-wrappers: dropped ~ia64-linux ~x86-interixFabian Groffen2017-01-291-2/+2
| | | | Package-Manager: portage-2.3.3
* sys-apps/smartmontools: dropped ~ia64-linux ~x86-freebsdFabian Groffen2017-01-294-8/+8
| | | | Package-Manager: portage-2.3.3
* sys-apps/prefix-chain-utils: dropped ~ia64-hpux ~x86-interixFabian Groffen2017-01-291-2/+2
| | | | Package-Manager: portage-2.3.3
* sys-apps/pcsc-lite: dropped ~ia64-linuxFabian Groffen2017-01-291-1/+1
| | | | Package-Manager: portage-2.3.3
* sys-apps/pciutils: dropped ~x64-freebsdFabian Groffen2017-01-292-3/+3
| | | | Package-Manager: portage-2.3.3
* sys-apps/miscfiles: dropped ~x86-interixFabian Groffen2017-01-293-6/+6
| | | | Package-Manager: portage-2.3.3
* sys-apps/man-pages-posix: dropped ~ia64-linux ~x64-freebsd ~x86-freebsdFabian Groffen2017-01-291-2/+2
| | | | Package-Manager: portage-2.3.3
* sys-apps/man-pages: dropped ~ia64-linux ~x64-freebsd ~x86-freebsdFabian Groffen2017-01-292-4/+4
| | | | Package-Manager: portage-2.3.3
* sys-apps/less: dropped ~hppa-hpux ~ia64-hpux ~ia64-linux ~x64-freebsd ↵Fabian Groffen2017-01-293-6/+6
| | | | | | ~x86-freebsd ~x86-interix Package-Manager: portage-2.3.3
* sys-apps/keyutils: dropped ~ia64-linuxFabian Groffen2017-01-293-5/+5
| | | | Package-Manager: portage-2.3.3
* sys-apps/hwids: dropped ~x64-freebsdFabian Groffen2017-01-297-14/+14
| | | | Package-Manager: portage-2.3.3
* sys-apps/help2man: dropped ~hppa-hpux ~ia64-hpux ~ia64-linux ~x64-freebsd ↵Fabian Groffen2017-01-293-6/+6
| | | | | | ~x86-freebsd ~x86-interix Package-Manager: portage-2.3.3
* sys-apps/groff: dropped ~ia64-hpux ~ia64-linux ~x64-freebsd ~x86-freebsd ↵Fabian Groffen2017-01-292-4/+4
| | | | | | ~x86-interix Package-Manager: portage-2.3.3
* sys-apps/grep: dropped ~hppa-hpux ~ia64-hpux ~ia64-linux ~x64-freebsd ↵Fabian Groffen2017-01-293-6/+6
| | | | | | ~x86-freebsd ~x86-interix Package-Manager: portage-2.3.3
* sys-apps/gentoo-functions: dropped ~hppa-hpux ~ia64-hpux ~ia64-linux ↵Fabian Groffen2017-01-293-6/+6
| | | | | | ~x64-freebsd ~x86-freebsd ~x86-interix Package-Manager: portage-2.3.3
* sys-apps/gawk: dropped ~hppa-hpux ~ia64-hpux ~ia64-linux ~x64-freebsd ↵Fabian Groffen2017-01-293-5/+5
| | | | | | ~x86-freebsd ~x86-interix Package-Manager: portage-2.3.3
* sys-apps/findutils: dropped ~ia64-hpux ~ia64-linux ~x64-freebsd ~x86-freebsd ↵Fabian Groffen2017-01-292-4/+4
| | | | | | ~x86-interix Package-Manager: portage-2.3.3
* sys-apps/file: dropped ~hppa-hpux ~ia64-hpux ~ia64-linux ~x64-freebsd ↵Fabian Groffen2017-01-291-1/+1
| | | | | | ~x86-freebsd ~x86-interix Package-Manager: portage-2.3.3
* sys-apps/ed: dropped ~x64-freebsd ~x86-freebsd ~x86-interixFabian Groffen2017-01-293-3/+3
| | | | Package-Manager: portage-2.3.3
* sys-apps/diffutils: dropped ~hppa-hpux ~ia64-hpux ~ia64-linux ~x64-freebsd ↵Fabian Groffen2017-01-293-6/+6
| | | | | | ~x86-freebsd Package-Manager: portage-2.3.3
* sys-apps/dbus: dropped ~x64-freebsd ~x86-freebsdFabian Groffen2017-01-292-4/+4
| | | | Package-Manager: portage-2.3.3
* sys-apps/baselayout-prefix: dropped ~hppa-hpux ~ia64-hpux ~ia64-linux ↵Fabian Groffen2017-01-296-12/+12
| | | | | | ~x64-freebsd ~x86-freebsd ~x86-interix Package-Manager: portage-2.3.3
* sys-apps/baobab: dropped ~x86-freebsdFabian Groffen2017-01-293-6/+6
| | | | Package-Manager: portage-2.3.3
* sys-apps/acl: dropped ~ia64-linuxFabian Groffen2017-01-291-2/+2
| | | | Package-Manager: portage-2.3.3
* sys-apps/ack: dropped ~x86-interixFabian Groffen2017-01-291-2/+2
| | | | Package-Manager: portage-2.3.3
* sys-apps/firejail-lts: Remove vulnerable versionAmadeusz Żołnowski2017-01-293-63/+0
| | | | | | Gentoo-Bug: 607382 Package-Manager: Portage-2.3.3, Repoman-2.3.1