summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] Remove redundant `|| die` guardsDavid Seifert2019-12-111-5/+5
| | | | | | | | | | | | * Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | 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>
* dev-libs/libcgroup: migrate to sys-libs/pamMikle Kolyada2019-10-122-2/+2
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-libs/libcgroup: yank old filesBernardo Meurer2019-09-214-179/+0
| | | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Bernardo Meurer <bernardo@standard.ai> Closes: https://github.com/gentoo/gentoo/pull/12652 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/libcgroup: EAPI-7Bernardo Meurer2019-09-211-15/+20
| | | | | | Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Bernardo Meurer <bernardo@standard.ai> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/libcgroup: add systemd unit filesBernardo Meurer2019-09-213-0/+136
| | | | | | | Closes: https://bugs.gentoo.org/632204 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Bernardo Meurer <bernardo@standard.ai> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/libcgroup: stable on arm64Anthony G. Basile2019-04-201-1/+1
| | | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-libs/libcgroup: keyword ~arm64Anthony G. Basile2019-04-161-2/+2
| | | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-libs/libcgroup: avoid building tests when USE=-testMike Frysinger2019-01-031-1/+6
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* dev-libs/libcgroup: version 0.41-r5 stable on armAnthony G. Basile2018-11-071-2/+2
| | | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* dev-libs/libcgroup: remove vulnerable version, bug #664324Anthony G. Basile2018-08-221-95/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-libs/libcgroup: 0.41-r5 stable on x86Anthony G. Basile2018-08-221-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-libs/libcgroup: 0.41-r5 stable on amd64Anthony G. Basile2018-08-221-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-libs/libcgroup: address CVE-2018-14348, bug #664324Anthony G. Basile2018-08-222-0/+124
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-libs/libcgroup: keyword for ~armAnthony G. Basile2018-08-151-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-libs/libcgroup: epatch->PATCHES=()Marty E. Plummer2018-04-211-8/+10
| | | | | | Also dropped unneeded eutils eclass. Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-libs/libcgroup: remove older versionAnthony G. Basile2017-12-211-104/+0
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/libcgroup: bump to EAPI 6Anthony G. Basile2017-12-211-1/+2
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/libcgroup: 0.41-r4 stable on x86Anthony G. Basile2017-12-211-2/+2
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-libs/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-282-2/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-libs/libcgroup: 0.41-r4 stable on amd64Anthony G. Basile2016-10-101-1/+1
| | | | Package-Manager: portage-2.2.28
* dev-libs/libcgroup: remove older unstable versionsAnthony G. Basile2016-06-123-203/+0
| | | | Package-Manager: portage-2.2.28
* dev-libs/libcgroup: fix cgred service, bug #584962Anthony G. Basile2016-06-122-0/+98
| | | | | | Thanks Nicolas Porcel <nicolas06600@yahoo.fr> Package-Manager: portage-2.2.28
* dev-libs/libcgroup: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-184-4/+4
|
* Convert $Header to $IdJustin Lecher2016-02-092-2/+2
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* dev-libs/libcgroup: refactor the init scripts.Anthony G. Basile2015-11-165-0/+181
| | | | | | Thanks tokiclover@eclipso.email Package-Manager: portage-2.2.20.1
* dev-libs/libcgroup: rev bump to 0.41-r2 to push out changesAnthony G. Basile2015-09-061-0/+0
| | | | Package-Manager: portage-2.2.20.1
* dev-libs/libcgroup: don't skip make install, bug #559772Anthony G. Basile2015-09-061-0/+2
| | | | Package-Manager: portage-2.2.20.1
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0811-0/+735
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed