Commit Graph

53 Commits

Author SHA1 Message Date
Fabio Erculiani d2c4a7d848 [eclass] migrate distfiles.sabayon.org url to mirror://sabayon 2011-02-06 15:48:10 +01:00
Fabio Erculiani f2ae8c05f2 [eclass] sabayon-kernel: do not add linux-binary to PROVIDE for kernel sources 2011-01-29 19:46:34 +01:00
Fabio Erculiani 1429df8881 [eclass] sabayon-kernel: sources don't install with make 3.82 2010-10-31 11:43:39 +01:00
Fabio Erculiani 3cf766cadc [eclass] sabayon-kernel.eclass: do not use linux-mod eclass, but rather linux-info 2010-10-27 19:36:04 +02:00
Mitch Harder 2e29691ff4 [eclass/sabayon-kernel] Add handling for K_SABKERNEL_URI_CONFIG.
Add handling for K_SABKERNEL_URI_CONFIG when copying the config
file.
2010-10-25 15:36:21 -05:00
Fabio Erculiani ee603738a8 [eclass] sabayon-kernel: when overriding depmod, use KV_MAJOR, KV_MINOR, KV_PATCH instead of PV 2010-09-23 16:34:39 +02:00
Fabio Erculiani 23dfb5a2ff [eclass] sabayon-kernel: remove "export" keyword 2010-09-23 16:28:23 +02:00
Fabio Erculiani bd5733a6bb [eclass] sabayon-kernel: add eclass file, fix previous commit 2010-09-23 15:06:35 +02:00
Fabio Erculiani 4fce323e07 [eclass] sabayon-kernel: fix bogus code in Makefile removal condition 2010-09-23 13:08:55 +02:00
Fabio Erculiani 4fc60043ca [eclass] sabayon-kernel: fix workaround with kernel sources pkgs collision and add workaround for bad KV_FULL used by depmod 2010-09-23 12:11:08 +02:00
Fabio Erculiani fff3d303b8 [eclass] sabayon-kernel: be more verbose when handling conflict removal 2010-09-23 11:32:38 +02:00
Fabio Erculiani 535fef89dc [eclass] sabayon-kernel: assimilate Makefile collision workaround in pkg_preinst 2010-09-23 10:08:38 +02:00
Fabio Erculiani e92b80b313 [sys-kernel/{sabayon,server}-sources] pkgmove linux-sabayon-sources and linux-server-sources to sabayon-sources and server-sources 2010-09-22 15:12:44 +02:00
Fabio Erculiani bbfa65bd93 [eclass] sabayon-kernel: be more consistent with kernel-2.eclass, fix scope issues on linux-vserver and linux-openvz 2010-09-22 14:34:10 +02:00
Fabio Erculiani b489047526 [eclass] sabayon-kernel: add K_KERNEL_DISABLE_PR_EXTRAVERSION, to manager K_NOUSEPR 2010-09-20 18:22:15 +02:00
Fabio Erculiani 3f6c261065 [eclass] sabayon-kernel: make possible to override default K_NOUSEPR 2010-09-20 18:11:02 +02:00
Fabio Erculiani 9f04b7605e [eclass] sabayon-kernel: do not use SLOT deps, not allowed with EAPI=0 2010-09-18 19:04:46 +02:00
Fabio Erculiani e0b9adea20 [eclass] sabayon-kernel: add K_KERNEL_PATCH_HOTFIXES, see documentation 2010-09-18 16:50:43 +02:00
Fabio Erculiani 2f4e00f827 [eclass] sabayon-kernel: removing stale /build and /source didn't work correctly, so drop for now 2010-09-02 08:31:14 +02:00
Fabio Erculiani 10f4f3fa18 [eclass] sabayon-kernel: add --iscsi support 2010-09-01 21:43:03 +02:00
Fabio Erculiani 6853828eba [eclass,sys-kernel] add new features to sabayon-kernel.eclass
- All the kernel sources ebuild code has been merged from single ebuilds
  to sabayon-kernel.eclass and is triggered by K_ONLY_SOURCES eclass
  variable.
- The /lib/firmware file collision dirty hack has been resolved by
  introducing sys-kernel/linux-firmwares package and its support in
  sabayon-kernel.eclass by triggering K_FIRMWARE_PACKAGE
2010-09-01 20:47:16 +02:00
Fabio Erculiani 2a4c5b309e [eclass] sabayon-kernel: fix .config installation 2010-08-28 19:30:27 +02:00
Mitch Harder 53aca3a1d0 [eclass] Adjust genkernel dependency in sabayon-kernel.eclass.
Change the genkernel dependency from "<sys-kernel/genkernel-3.4.11"
to a simple "sys-kernel/genkernel" dependency.  This will facilitate
experimentation with genkernel versions that implement dracut
(which are currently masked 9999 versions).
2010-08-24 12:03:06 -05:00
Mitch Harder 16b4cf0777 [eclass] sabayon-kernel: Fix documentation of K_KERNEL_PATCH_VER.
The documentation of K_KERNEL_PATCH_VER in the headers of the
eclass had been doubled up.  The redundant documentation entry
was deleted.
2010-08-21 12:12:24 -05:00
Fabio Erculiani 312e72f8c7 [eclass] sabayon-kernel: make possible to revision bump kernel packages
This patch completely fixes sabayon-kernel.eclass pkgs slotting feature.
It is now possible to revision bump kernel packages without affecting
kernel image, initrd file names and breaking EXTRAVERSION.
2010-08-21 13:24:07 +02:00
Fabio Erculiani e7e7e84749 [eclass] sabayon-kernel: add some documentation to the eclass 2010-08-21 09:28:21 +02:00
Mitch Harder 1a42577346 [eclass/sabayon-kernel] Support kernel patch from kernel.org mirror.
Added support to download official patches from a kernel.org
mirror given a patch set number for that kernel.  This modification
will be ignored if that variable is not set.
2010-08-19 12:45:15 -05:00
Mitch Harder 1052502a9f [eclass/sabayon-kernel] Fix support for K_SABKERNEL_URI_CONFIG and
K_SABPATCHES_VER.

The sabayon-kernel eclass had partial support for a blank
K_SABPATCHES_VER and for K_SABKERNEL_URI_CONFIG="no".  This should
complete support for that configuration.
2010-08-16 12:25:23 -05:00
Fabio Erculiani fbcc49b97b [eclass] sabayon-kernel: force removal of stale kernel modules directory on postrm 2010-08-14 18:18:51 +02:00
Fabio Erculiani f8b6904129 [eclass] sabayon-kernel: add early support for dracut 2010-08-13 13:05:23 +02:00
Fabio Erculiani 473bafe06f [eclass] sabayon-kernel.eclass: other trivial fixes 2010-07-22 17:05:31 +02:00
Fabio Erculiani c66238a04e [eclass] sabayon-kernel.eclass: trivial code update/fix 2010-07-22 17:02:38 +02:00
Fabio Erculiani 0734dbea87 [eclass] sabayon-kernel: check if grub-handler exists before calling it 2010-07-15 08:36:00 +02:00
Fabio Erculiani a95d30d17c [eclass] sabayon-kernel: add virtual/linux-binary to PROVIDE 2010-07-10 21:51:29 +02:00
Fabio Erculiani 4d3414ba6b [eclass] sabayon-kernel: remove virtual/linux-sources from DEPEND, unwanted here 2010-06-07 19:03:41 +02:00
Daniel Robbins b1c5c4f98b speed improvements to sabayon-kernel.eclass 2010-06-07 17:25:24 +02:00
Fabio Erculiani 6ccc31b797 [eclass] update sabayon-kernel.eclass copyright and HOMEPAGE 2010-06-07 17:24:12 +02:00
Fabio Erculiani 8a0bba73e0 [eclass] fix K_SABKERNEL_CONFIG_FILE in sabayon-kernel.eclass 2010-05-31 10:59:50 +02:00
Fabio Erculiani c52ee4e687 [sys-kernel/linux-{server,sabayon}{-sources,}] update kernel config (set KMS to disabled by default) 2010-05-31 09:22:45 +02:00
Fabio Erculiani e98e1d4d06 [sys-kernel/*] provide early 2.6.34 ebuilds 2010-05-18 21:45:56 +02:00
Fabio Erculiani eb9b0bf851 [eclass] set K_DEBLOB_AVAILABLE=0 in sabayon-kernel.eclass 2010-04-27 22:42:42 +02:00
Fabio Erculiani 4ea8465320 [sabayon-kernel.eclass] removed unneeded rm calls 2010-03-05 14:42:08 +01:00
Fabio Erculiani 60f8071bd2 [sabayon-kernel.eclass] update grub2 bootloader setup trigger 2010-03-05 08:59:01 +01:00
Fabio Erculiani 44033b890a [eclass] fix grub2 issue when /dev/fd0 is unreachable 2010-03-02 17:06:01 +01:00
Fabio Erculiani 0136ef79f1 [sabayon-kernel.eclass] spawn grub-mkconfig on postrm too 2010-03-01 19:11:16 +01:00
Fabio Erculiani b01340a347 [sys-kernel/*] bumping kernels to 2.6.33 2010-02-27 13:53:56 +01:00
Fabio Erculiani 03d7cf3b51 [eclass] update grub2 deps in sabayon-kernel.eclass, fix some unquoted vars 2010-02-26 14:29:24 +01:00
Fabio Erculiani b266d24b99 [eclass] add grub2 support to sabayon-kernel.eclass 2010-02-17 14:14:28 +01:00
Fabio Erculiani 704ac07dd9 [sys-kernel/*] update pkg_postinst messages 2010-02-13 09:43:55 +01:00
Fabio Erculiani 979aa05bb1 [eclass] update sabayon-kernel.eclass, minor code cleanup 2010-02-12 19:30:15 +01:00