summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-25fix ebuildV3n3RiX
2016-10-25make xf86-video-virtualbox depend on virtualbox-guest-dkmsV3n3RiX
2016-10-25fix ebuildV3n3RiX
2016-10-25make virtualbox-guest-additions depend to dkmsV3n3RiX
2016-10-25virtualbox-guest-dkms , copied whitout any shame from archlinux :DV3n3RiX
2016-10-24virtualbox-modules-dkmsV3n3RiX
2016-10-24fix race conditionsV3n3RiX
2016-10-24Merge branch 'master' into 'master' Ghiunhan Mamut (aka V3n3RiX)
Fixed the dkms.conf installation issue See merge request !17
2016-10-24Fixed the dkms.conf installation issueStefanCristian
2016-10-24fix depsV3n3RiX
2016-10-24fix depsV3n3RiX
2016-10-24no revision in hereV3n3RiX
2016-10-24add slot, or portage will mask this ebuild...are you sure you tested this ↵V3n3RiX
StefanCristian ?
2016-10-24sometimes I think I have to draw things for StefanCristianV3n3RiX
2016-10-23Merge branch 'master' into 'master' Ghiunhan Mamut (aka V3n3RiX)
Fixed ebuild unneded stuff. See merge request !16
2016-10-24Fixed ebuild unneded stuff.StefanCristian
2016-10-24Adding broadcom-sta-dkms for collection and usage ( of dkms ) :PStefanCristian
2016-10-23Merge branch 'master' into 'master' Ghiunhan Mamut (aka V3n3RiX)
Adding broadcom-sta-dkms for collection and usage ( of dkms ) :P See merge request !15
2016-10-23bbswitch-dkmsV3n3RiX
2016-10-23remove nvidia modules in proper order...newly added nvidia-drm module should ↵V3n3RiX
be unloaded before nvidia-modeset for optimus to work
2016-10-23fix ebuildV3n3RiX
2016-10-23nvidia-drivers-dkms :)V3n3RiX
2016-10-23revbump dkmsV3n3RiX
2016-10-23fix systemd unit fileV3n3RiX
2016-10-23force rebuilding of modules to avoid missmatchesV3n3RiX
2016-10-23drop unneeded rpm dep, add gentoo-functionsV3n3RiX
2016-10-23fix makefile sandbox violationsV3n3RiX
2016-10-23dkms : don't touch config files, use gentoo-functions, add systemd serviceV3n3RiX
2016-10-23dkmsV3n3RiX
2016-10-23autoremove dracut generated initramfs at postrmV3n3RiX
2016-10-22drop entropy stuffV3n3RiX
2016-10-22drop redundant checksV3n3RiX
2016-10-22drop some commented, and long deprecated codeV3n3RiX
2016-10-22adjust elogV3n3RiX
2016-10-22completely axe armV3n3RiX
2016-10-22drop arm bitsV3n3RiX
2016-10-22auto update grub2 configurationV3n3RiX
2016-10-22make sure nvidia-drm module does not brake optimus as nvidia-modeset module didV3n3RiX
2016-10-22adjust calamares dracut kogaion patch for new kernelV3n3RiX
2016-10-22bump kvasileV3n3RiX
2016-10-22sync vboxV3n3RiX
2016-10-22fix sublevelV3n3RiX
2016-10-22push linux kernel 4.8.4V3n3RiX
2016-10-22make lightdm to use qt5 greeter by default and pull it as depV3n3RiX
2016-10-22mark it as stableV3n3RiX
2016-10-22lightdm-qt5-greeter ebuildV3n3RiX
2016-10-22adjust dracut patch for the current kernelV3n3RiX
2016-10-22Merge branch 'master' of gitlab.com:kogaion/kogaion-desktopV3n3RiX
2016-10-22with systemd-cryptsetup we don't really need home rd.luks.uuid, systemd ↵V3n3RiX
should handle it in userspace
2016-10-20Merge branch 'master' into 'master' Ghiunhan Mamut (aka V3n3RiX)
kogaion-kernel eclass revision upgrade @V3n3RiX @bionel This patch's usage: 1) If there is no revision, or revision r0, it must have the form of **version+kernelname.tar.xz** as standard 2) If there is a revision higher than r0, the archive must have the form of **version-revision+kernelname.tar.xz** as standard . In any of these two cases, the gentoo package built out of these cases will have the form: 1) if no revision, standard form **linux-kernelname-version**, analogical to sources 2) if revision, standard form **linux-kernelname-version-revision**, analogical to sources . In the sourcecode build of packages ( i.e. location on filesystem and so forth ) it will have the forms: 1) if no revision, standard form **linux-version-kernelname** 2) if revision, standard form **linux-version-kernelname-revision** . kernel-2.eclass from gentoo considers revisioning as per gentoo package, not kernel source-code. SLOTting is still in the old form ( i.e. no matter the revision, the mainline matters: 4.4, 4.9, etc. ). Not sure which way we will take here. There are multiple methods. See merge request !14