summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/libhugetlbfs: install uncompressed man pagesThomas Deutschmann2020-09-092-0/+35
| | | | | | Closes: https://bugs.gentoo.org/704326 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-libs/libhugetlbfs: bump to v2.23Thomas Deutschmann2020-09-092-0/+160
| | | | | Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-libs/libhugetlbfs: drop oldThomas Deutschmann2020-09-022-159/+0
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-libs/libhugetlbfs: add Python 3.8+ supportThomas Deutschmann2020-09-021-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [QA] Remove redundant `|| die` guardsDavid Seifert2019-12-112-2/+2
| | | | | | | | | | | | * 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-112-1/+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-libs/libhugetlbfs: remove unused patchesMichael Mair-Keimberger2019-11-182-166/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13652 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* sys-libs/libhugetlbfs: Tests require python3 nowLars Wendler2019-09-091-1/+1
| | | | | | Closes: https://bugs.gentoo.org/693848 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/libhugetlbfs: Removed oldLars Wendler2019-09-083-170/+0
| | | | | Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/libhugetlbfs: Bump to version 2.22Lars Wendler2019-09-082-0/+159
| | | | | Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/libhugetlbfs: Removed old.Lars Wendler2018-09-195-504/+0
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* sys-libs/libhugetlbfs: Bump to version 2.21Lars Wendler2018-09-192-0/+158
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* sys-libs: Update Manifest hashes.Ulrich Müller2017-12-091-3/+3
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-284-4/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-5/+5
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* sys-libs/libhugetlbfs: version bump to 2.20Mike Frysinger2015-12-143-0/+303
|
* sys-libs/libhugetlbfs: make perl support optional #554688Mike Frysinger2015-12-142-2/+12
|
* sys-libs/libhugetlbfs: fix D-vs-ED handlingMike Frysinger2015-12-141-2/+2
|
* sys-libs/libhugetlbfs: control python usage during testingThomas D2015-12-141-3/+7
| | | | | The test code uses python, and only supports py2, so make sure the ebuild expresses those requirements when the default is py3.
* sys-libs/libhugetlbfs: do not gzip manpagesMike Frysinger2015-12-141-0/+1
| | | | We'll handle compressing of files ourselves, so don't waste time on it.
* sys-libs/libhugetlbfs: Fix perl module installation paths and perl ↵Andreas K. Hüttel2015-12-121-0/+153
| | | | | | dependency, see bug 554688 comment 7. Needs EAPI=5 bump. Package-Manager: portage-2.2.26
* standardize various metadata.xml styleMike Frysinger2015-11-241-6/+6
|
* Add missing remote-id type=sourceforgeJustin Lecher2015-10-011-1/+2
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-libs/libhugetlbfs: update upstream to github #554688Thomas D2015-09-262-2/+4
|
* 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-087-0/+410
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