summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-fs/eudev: [QA] inherit toolchain-funcs.eclass directlyDavid Seifert2020-02-131-2/+2
| | | | | Package-Manager: Portage-2.3.88, Repoman-2.3.20 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>
* sys-fs/eudev: use acct-group packagesMike Gilbert2019-07-291-7/+4
| | | | | Package-Manager: Portage-2.3.69_p3, Repoman-2.3.16_p12 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-fs/eudev: keyword ~riscvAndreas K. Hüttel2019-05-041-2/+2
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-fs/eudev: [QA] Fix invalid stubbing of eclass internalsMichał Górny2018-06-201-4/+3
|
* */*: Remove emul-linux-x86-* blockersDavid Seifert2018-04-201-5/+1
| | | | Closes: https://github.com/gentoo/gentoo/pull/8073
* sys-fs/eudev: prune_libtool_files is no longer available, bug #652394Anthony G. Basile2018-04-041-2/+2
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-fs/eudev: update links to wikiFrancesco Turco2017-09-031-3/+1
|
* sys-fs/eudev: use HTTPS for GitHub, fix whitespaceDavid Hicks2017-07-301-1/+1
| | | | | | | * Use HTTPS for accessing GitHub * Fix whitespace issue reported by Repoman in metadata.xml Package-Manager: Portage-2.3.6, Repoman-2.3.3
* sys-fs/eudev: bump to EAPI=6Anthony G. Basile2017-05-011-4/+4
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-fs/eudev: ensure REPLACING_VERSIONS is processed as a listIan Stakenvicius2016-07-251-25/+26
| | | | | | | | | | | | | | | | | | | | REPLACING_VERSIONS is used in eudev ebuilds during pkg_postinst to determine when udevadm control --reload should be called: - when it is a new installation of udev - when it is a re-emerge of the same version (or a revision-only upgrade) REPLACING_VERSIONS *should* only ever have zero or one values, but it is theoretically possible for it to have more than that if, for instance, a previous upgrade failed to complete during qmerge. If this is the case, and only one of the multiple versions match the version of the ebuild, then we also abort as we don't know which one is the "good" one. Also removed duplicate code that reloads the hwdb (looks like it was a copy-paste from sys-fs/udev) Bug: http://bugs.gentoo.org/589530 Package-Manager: portage-2.2.28
* sys-fs/eudev: update configure --prefixAnthony G. Basile2016-07-041-2/+3
| | | | Package-Manager: portage-2.2.28
* sys-fs/eudev: add live ebuild for testing eudev-4 branchAnthony G. Basile2016-06-241-0/+226
Package-Manager: portage-2.2.28