summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-fs/eudev: add 3.2.12_pre3, drop 3.2.12_pre2Sam James2022-06-161-4/+6
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/eudev: add 3.2.12_pre1 (unkeyworded)Sam James2022-06-071-30/+39
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/eudev: add sys-apps/systemd-utils[udev] blockerSam James2022-04-171-1/+2
| | | | | | Reported-by: kurly Closes: https://bugs.gentoo.org/838874 Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/eudev: restore dropped keywordsSam James2021-12-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/eudev: fix UnusedInheritsSam James2021-12-181-4/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/eudev: fix DoubleEmptyLineSam James2021-12-181-1/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/eudev: drop extra installation of filesSam James2021-12-181-3/+0
| | | | | | | | Installing to /etc/udev/ is what upstream (eudev) do right now; deviating is just going to be confusing. We should get it sorted properly though. Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/eudev: modernise for EAPI 7Sam James2021-12-181-32/+36
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/eudev: add 3.2.11 (unkeyworded)Sam James2021-12-181-3/+3
| | | | | | First release from new upstream. Experimental still in Gentoo. Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/eudev: update live ebuild for hwids/hwdb changes upstreamSam James2021-12-181-6/+8
| | | | | | | eudev upstream now includes updated hwdb files and shouldn't need hwids. Bug: https://bugs.gentoo.org/717216 Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/eudev: drop obsolete intltool dependencySam James2021-07-201-1/+0
| | | | | | | | | | | | Nobody can find justification for keeping this; the eudev tree doesn't have any record of gettext, libintl, or intltool. Revbumping to allow folks to depclean a possibly large number of Perl modules. Closes: https://bugs.gentoo.org/795795 Signed-off-by: Sam James <sam@gentoo.org>
* sys-fs/eudev: Add missing virtual/libcrypt dependencyAndreas K. Hüttel2021-07-171-1/+2
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* 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-8/+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-1/+1
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-fs/eudev: create kvm/render groupJory Pratt2019-04-101-1/+3
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
* sys-fs/eudev: fix bug #666892, comment #10Anthony G. Basile2018-12-011-2/+4
| | | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* 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-5/+5
| | | | 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: extend prefix support to 9999Anthony G. Basile2016-12-121-4/+4
| | | | Package-Manager: portage-2.3.0
* 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: kernel check for CONFIG_UNIXMike Gilbert2016-05-301-1/+1
| | | | | | Bug: https://bugs.gentoo.org/538088 Package-Manager: portage-2.3.0_rc1_p14
* HTTPS for *.freedesktop.orgAnthony Ryan2016-04-201-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * Excluding xorg.freedesktop.org * Excluding tango.freedesktop.org The following modified ebuilds were found to have problems after modification but the problems were determined to not be a regression. Upstream tarball has a new hash: * app-misc/evtest-1.29 * app-misc/evtest-1.30 * dev-embedded/scratchbox2-2.0-r1 * dev-ml/cairo-ocaml-1.2.0 * net-libs/libqmi-1.0.0 * sys-auth/libfprint-0.4.0 * sys-auth/libfprint-0.5.0 * sys-auth/libfprint-0.5.1 Upstream tarball has been deleted: * dev-libs/liblazy-0.2 * dev-util/pkgconfig-openbsd-20130507-r1 * x11-libs/xvba-video-0.8.0-r3 * x11-misc/driconf-0.9.1-r1 * x11-misc/xdg-utils-1.1.0_rc2-r1
* sys-fs/eudev: keyword ~arm64Anthony G. Basile2016-04-081-1/+1
| | | | Package-Manager: portage-2.2.26
* sys-fs/eudev: drop restriction to automake-1.13, bug #575490Anthony G. Basile2016-02-241-2/+1
| | | | Package-Manager: portage-2.2.26
* sys-fs/eudev: restore keywords for alpha and ia64.Anthony G. Basile2015-10-131-1/+1
| | | | Package-Manager: portage-2.2.20.1
* sys-fs/eudev: remove gtk-doc stuff and add rule-generatorAnthony G. Basile2015-10-121-38/+13
| | | | Package-Manager: portage-2.2.20.1
* sys-fs/eudev: remove gudev from 9999Anthony G. Basile2015-10-121-10/+4
| | | | Package-Manager: portage-2.2.20.1
* Use https by defaultJustin Lecher2015-08-241-2/+2
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Use https by defaultJustin Lecher2015-08-241-2/+2
| | | | | | 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-081-0/+274
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