Commit Graph

80 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 6547cd24ca [app-office/libreoffice*] welcome split l10n ebuilds 2011-02-01 00:50:20 +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 9588a3b5dc [eclass] sabayon-artwork: make possible to override the default splash by OEM 2010-11-04 20:05:29 +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 ca85686393 [eclass] fix EXPORT_FUNCTIONS 2010-10-15 16:14:40 +02:00
Fabio Erculiani 9fbded8dac [eclass] fix EXPORT_FUNCTIONS again 2010-10-15 16:13:42 +02:00
Fabio Erculiani 80f14769dd [eclass] setup jboss directory permissions before merging 2010-10-15 16:06:17 +02:00
Fabio Erculiani d1f16285e3 [eclass] fix jboss-bin: EXPORT_FUNCTIONS wasn't set 2010-10-15 15:57:46 +02:00
Mitch Harder 2469ae6515 [eclass/mozcoreconf-2] Updated mozcoreconf-2.eclass to support Kompozer.
Updated the mozcoreconf-2.eclass based on Gentoo Bugzilla report:
http://bugs.gentoo.org/show_bug.cgi?id=146761
to support building Kompozer.

The eclass was merged to keep prior Sabayon modifications to this
eclass.
2010-10-07 09:10:59 -05:00
Joost Ruis 9828c93b35 [app-editors/kompozer] add kompozer-0.8_beta3 2010-10-07 12:43:20 +00: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 7f249d8bc8 [eclass] jboss-bin: add JBOSS_HOME to env 2010-07-23 15:00:15 +02:00
Fabio Erculiani 1113d3c882 [www-servers/jboss-bin] several init script fixes, actually install and make it working as jboss user 2010-07-23 00:39:42 +02:00
Fabio Erculiani f4b6fa49ba [www-servers/jboss-bin] add experimental init scripts (and move code to eclass) 2010-07-23 00:08:32 +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 f14e64adf3 [app-office/openoffice-l10n*] version bump to 3.2.1 2010-07-12 18:27:55 +02:00
Fabio Erculiani 7a1d7caafe [eclass] openoffice-l10n: add OOo 3.2.1 langpack support 2010-07-12 15:13:37 +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