summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Backport upstream patch for off-by-one error in tag_to_udev_node function ↵Samuli Suominen2013-10-091-9/+10
| | | | | | (for upcoming stabilization of 208) (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Force old version of sys-apps/hwids which didn't have 60-keyboard.hwdb file ↵Samuli Suominen2013-10-081-9/+9
| | | | | | yet because it's incompatible with the old keymap feature. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Change patchset SRC_URI to Gentoo mirrors by request of Poly-C. Remove ↵Samuli Suominen2013-10-031-9/+9
| | | | | | deprecated use of preserve_old_lib in favour of PM contained preserved-libs support. (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* oldSamuli Suominen2013-10-031-11/+8
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Upstream retagged 208. Use -r1 in the tarball name to avoid Manifest ↵Samuli Suominen2013-10-021-10/+10
| | | | | | (distfiles) collision. (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Version bump.Samuli Suominen2013-10-021-8/+10
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* oldSamuli Suominen2013-09-191-11/+8
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Set the minimum kernel version based on upstream README but adjust it for ↵Samuli Suominen2013-09-191-10/+11
| | | | | | arch's with accept4() support in Linux 2.6.32.61 (since we don't apply the -accept4.patch anymore). Backport some bug fixes from upstream repository. (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Pass --disable-python-devel to avoid bug #484934 as reported by Mike GilbertSamuli Suominen2013-09-141-10/+10
| | | | (Portage version: 2.2.3/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Version bump.Samuli Suominen2013-09-131-10/+12
| | | | (Portage version: 2.2.3/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* typoSamuli Suominen2013-08-161-8/+8
| | | | (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Replace use of install-man7 and install-man8 targets with "doman" line in ↵Samuli Suominen2013-08-161-10/+10
| | | | | | attempt of ensuring we don't hit race w/ build-sys attempting to regenerated the manpages needlessly wrt #480924 by Markos Chandras (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Don't run xsltproc needlessly when installing for non native ABI wrt #480924 ↵Samuli Suominen2013-08-131-10/+10
| | | | | | by Markos Chandras (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Tell people exactly howto restart the daemon with sys-apps/openrc by CardoeSamuli Suominen2013-08-131-10/+10
| | | | (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Only reload the hwdb.bin when we are not upgrading to avoid potential race ↵Samuli Suominen2013-08-121-10/+10
| | | | | | w/ incompatible hwdb.bin and the running udevd. (Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Don't reload the /etc/udev/hwdb.bin when $ROOT isn't set or when it isn't /Samuli Suominen2013-08-111-10/+10
| | | | (Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Move symlinking udevadm and renaming of udevd from ↵Samuli Suominen2013-08-111-10/+10
| | | | | | multilib_src_install_all() to multilib_src_install() inside the if and else for multilib_is_native_abi. (Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Run udevadm control --reload to reload the /etc/udev/hwdb.bin after ↵Samuli Suominen2013-08-111-10/+10
| | | | | | regenerating it. (Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* oldSamuli Suominen2013-08-091-12/+8
| | | | (Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Remove entire USE="hwdb" which was only controlling the sys-apps/hwids ↵Samuli Suominen2013-08-091-9/+10
| | | | | | dependency as suggested by WilliamH. Not having sys-apps/hwids installed is not really supported configuration. (Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Backport upstream patch for respecting udev_log="" value from ↵Samuli Suominen2013-08-091-8/+10
| | | | | | /etc/udev/udev.conf again wrt http://cgit.freedesktop.org/systemd/systemd/commit/?id=689a97f52383110bf0da049e8f6294993f4020dd (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Pass explicit --disable-xattr because it's only used by systemd-only files ↵Samuli Suominen2013-08-081-10/+10
| | | | | | src/core/socket.c (used only for systemd-core target at Makefile.am) and src/journal/journal-*.c to avoid build failure when sys-apps/attr headers are installed, but the 32bit library is missing. Thanks to Alexis Ballier for detecting this. (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Block revision of emul-linux-x86-baselibs that dropped the colliding files.Samuli Suominen2013-08-081-11/+11
| | | | (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Remove use of preserve_old_lib because FEATURES="preserved-libs" is now ↵Samuli Suominen2013-08-081-10/+10
| | | | | | enabled by default in stable sys-apps/portage. (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Enable USE="hwdb" by default to match upstream behavior.Samuli Suominen2013-08-081-10/+10
| | | | (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Initial multilib-minimal.eclass conversion (to build libudev.so.1)Samuli Suominen2013-08-071-9/+10
| | | | (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Update udev guide link to the wiki page.Samuli Suominen2013-07-301-11/+11
| | | | (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Fix missing ChangeLog entrySamuli Suominen2013-07-271-8/+8
| | | | (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Fix manifest (bug #478266).Tim Harder2013-07-261-8/+8
| | | | (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
* oldSamuli Suominen2013-07-261-18/+8
| | | | (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* m68k stable wrt #470580Samuli Suominen2013-07-261-9/+9
| | | | (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Move building of mans behind ifdef in src_compile() as reported by hwoarangSamuli Suominen2013-07-251-10/+10
| | | | (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Force at least sys-apps/kmod >= 14-r1 to be OpenRC compatible with the ↵Samuli Suominen2013-07-231-10/+10
| | | | | | static-nodes init script. (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Version bump. Stop defining bash-completion directory and let the build-sys ↵Samuli Suominen2013-07-231-10/+13
| | | | | | read it from bash-completion.pc pkg-config file. (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4868F14D)
* Rearrange manpage dependencies to match git and future tarballSamuli Suominen2013-07-171-10/+10
| | | | (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* This commit will require 60-keyboard.hwdb file from sys-apps/hwids. ↵Samuli Suominen2013-07-161-9/+9
| | | | | | Upstream removed keymaps in favour of hwdb based ones, see http://cgit.freedesktop.org/systemd/systemd/commit/?id=ddc77f62244bb41d5c8261517e2e1ff1b763fc94 (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* gperf is a harrdep again, due to changes made by upstream in gitSamuli Suominen2013-07-151-9/+9
| | | | (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Force at least sys-apps/kmod >= 14 wrt ↵Samuli Suominen2013-07-091-9/+9
| | | | | | http://cgit.freedesktop.org/systemd/systemd/commit/?id=edeb68c53f1cdc452016b4c8512586a70b1262e3 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Pass --disable-machined which was split out from --disable-logind. Version bump.Samuli Suominen2013-07-041-9/+12
| | | | (Portage version: 2.2.0_alpha184/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* whitespace, ChangeLog even moreSamuli Suominen2013-07-011-9/+9
| | | | (Portage version: 2.2.0_alpha184/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4868F14D)
* Revert --disable-smack line which went in by mistake.Samuli Suominen2013-07-011-8/+8
| | | | (Portage version: 2.2.0_alpha184/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4868F14D)
* Improve the postinst message about networking wrt #474864 by "Coacher". Pass ↵Samuli Suominen2013-07-011-16/+10
| | | | | | --disable-tmpfiles to follow upstream git. Separate building of the udev helpers to avoid more parallel make problems that aren't fixed by upgrading sys-devel/make to 3.82-r4. (Portage version: 2.2.0_alpha184/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4868F14D)
* Stable for s390, wrt bug #470580Agostino Sarubbo2013-06-301-15/+15
| | | | (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="s390", signed Manifest commit with key 7194459F)
* Stable for ppc64, wrt bug #470580Agostino Sarubbo2013-06-291-15/+15
| | | | (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
* Stable for ppc, wrt bug #470580Agostino Sarubbo2013-06-291-15/+15
| | | | (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
* Stable for sparc, wrt bug #470580Agostino Sarubbo2013-06-291-15/+15
| | | | (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
* Stable for arm, wrt bug #470580Agostino Sarubbo2013-06-261-15/+15
| | | | (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)
* Stable for ia64, wrt bug #470580Agostino Sarubbo2013-06-261-15/+15
| | | | (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
* Stable for alpha, wrt bug #470580Agostino Sarubbo2013-06-261-15/+15
| | | | (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
* Stable for x86, wrt bug #470580Agostino Sarubbo2013-06-251-15/+15
| | | | (Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)