summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] Remove redundant <longdescription/>sMichał Górny2020-09-141-1/+0
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17540 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-kernel/kpatch: migrate to sys-apps/kmodMikle Kolyada2020-08-082-2/+2
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-113-0/+3
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-kernel/kpatch: add patch to disable DWARF compressionStefan Strogin2019-07-302-0/+34
| | | | | | | Fixes https://github.com/dynup/kpatch/issues/877 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Stefan Strogin <steils@gentoo.org>
* sys-kernel/kpatch: sync live ebuildStefan Strogin2019-07-301-30/+48
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Stefan Strogin <steils@gentoo.org>
* sys-kernel/kpatch: bump version to 0.7.1Stefan Strogin2019-07-302-0/+96
| | | | | | | | | | | | | | - Install files necessary for kpatch-build into /usr/share/${PN}/patch/ - Remove USE=doc as there is only one not very big document in doc/ and nothing to compile. - Install man pages. - Remove redundant dependency on openssl. Closes: https://bugs.gentoo.org/690912 Closes: https://bugs.gentoo.org/690914 Closes: https://github.com/gentoo/gentoo/pull/12566 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Stefan Strogin <steils@gentoo.org>
* sys-kernel/kpatch: remove oldAlice Ferrazzi2019-06-024-231/+0
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
* sys-kernel/kpatch: bump 0.6.3Alice Ferrazzi2019-06-023-0/+91
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
* sys-kernel/kpatch: bumpAlice Ferrazzi2018-10-232-0/+77
| | | | | Signed-off-by: Alice Ferrazzi <alicef@gentoo.org> Package-Manager: Portage-2.3.38, Repoman-2.3.9
* sys-kernel/kpatch: bump to 0.6.0Alice Ferrazzi2018-05-222-0/+77
| | | | Package-Manager: Portage-2.3.38, Repoman-2.3.9
* sys-kernel: Update Manifest hashes.Ulrich Müller2017-12-091-1/+1
|
* sys-kernel/kpatch: add live ebuildAlice Ferrazzi2017-10-231-0/+77
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* sys-kernel/kpatch: Remove oldMichał Górny2017-08-031-69/+0
|
* sys-kernel/kpatch: added revision 1Alice Ferrazzi2017-06-151-0/+76
| | | | | | | | | | removed ncurses and yum dependency Added einstalldocs Force binary installation in /usr/bin/ Divide task in compile and install Use set_arch_to_kernel insted of unset ARCH Package-Manager: Portage-2.3.5, Repoman-2.3.1
* sys-kernel/kpatch: initAlice Ferrazzi2017-06-063-0/+78
Closes: https://github.com/gentoo/gentoo/pull/4844