summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* net-misc/networkmanager: Version bump to 1.32.10Matt Turner2021-08-221-0/+8
| | | | | | | | | | | * switch to Meson * Add IUSE="conncheck debug psl lto syslog tools" * Remove IUSE="ncurses" (replaced by USE="tools"), bug #798483 Closes: https://bugs.gentoo.org/784494 Closes: https://bugs.gentoo.org/796467 Closes: https://bugs.gentoo.org/798483 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* net-misc/networkmanager: Version bump to 1.32.2Matt Turner2021-07-051-20/+38
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* net-misc/networkmanager: Drop old versionsMatt Turner2021-05-301-6/+0
| | | | | Bug: https://bugs.gentoo.org/792345 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* net-misc/networkmanager: drop USE=consolekitSam James2020-10-081-2/+0
| | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* net-misc/networkmanager: bump to 1.22.8Joonas Niilola2020-03-111-0/+4
| | | | | | | | | | | [mattst88]: Fix s/epbf/ebpf/ typo Keep keywords, but add to package.mask Bump 1.22.6 -> 1.22.8 Bug: https://bugs.gentoo.org/665338 Closes: https://bugs.gentoo.org/702898 Signed-off-by: Joonas Niilola <juippis@gentoo.org> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* net-misc/networkmanager: add hints to resolvconf USE descriptionMike Gilbert2018-11-151-1/+4
| | | | | | Bug: https://bugs.gentoo.org/669246 Package-Manager: Portage-2.3.51_p9, Repoman-2.3.12 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-misc/networkmanager: bump to 1.12.2, support iwdMart Raudsepp2018-09-071-2/+3
| | | | | | | | | | | | | | | | | | | iwd support is always built with USE=wifi, as net-wireless/iwd itself is not necessary for build due to pure dbus usage. USE=iwd controls whether USE=wifi ensures wpa_supplicant or iwd is present at runtime, and adds a default config snippet to use iwd as wifi.backend instead of wpa_supplicant. As a result, iwd and wpa_supplicant can be used interchangably with configuration overrides in /etc, despite what NM iwd USE setting was on the install, as long as USE=wifi was enabled; but a choice based default is ensured to be working in lack of overrides. Also remove unused versionator and toolchain-funcs inherits and add now needed glib-utils build dep directly for glib migration to that. Closes: https://bugs.gentoo.org/661278 Package-Manager: Portage-2.3.48, Repoman-2.3.10
* net-misc/networkmanager: remove myself from maintainersMike Gilbert2018-07-251-4/+0
| | | | Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
* net-misc/networkmanager: bump to 1.10.0Mike Gilbert2017-11-261-0/+1
| | | | Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7
* net-misc/networkmanager: restore dhcpcd supportMike Gilbert2017-05-271-0/+1
| | | | | Bug: https://bugs.gentoo.org/605272 Package-Manager: Portage-2.3.6_p1, Repoman-2.3.2_p69
* net-misc/networkmanager: Add USE=elogindAndreas Sturmlechner2017-05-271-0/+1
| | | | | | Gentoo-bug: 607352 Package-Manager: Portage-2.3.5, Repoman-2.3.1
* net-misc/networkmanager: Remove now unused dhcpcd USE flag from metadata.xmlMart Raudsepp2017-01-261-1/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-misc/networkmanager: add myself as maintainerMike Gilbert2017-01-161-0/+4
| | | | | Acked-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.3_p32, Repoman-2.3.1_p25
* net-misc/networkmanager: version bump 1.2.4 → 1.4.0Gilles Dartiguelongue2016-09-111-2/+5
| | | | | | | | Allow consolekit as an alternative for suspend/resume handling, it is now promoted to a RDEPEND. Add missing libaudit support. Add missing REQUIRED_USE for vala. Add missing libselinux dependency. Package-Manager: portage-2.3.0
* 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.
* 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-081-0/+27
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