Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 214026: Moved modprobe file from /etc/modules.d/ to /etc/modprobe.d/ | Jim Ramsay | 2008-03-21 | 1 | -1/+2 |
| | | | | | (Portage version: 2.1.4.4) (Unsigned Manifest commit) | ||||
* | Bug 214026: Moved modprobe file from /etc/modules.d/ to /etc/modprobe.d/ | Jim Ramsay | 2008-03-21 | 2 | -2/+85 |
| | | | | (Portage version: 2.1.4.4) | ||||
* | Remove all old-style digests from the system and regen the Manifest files. | Robin H. Johnson | 2008-01-31 | 4 | -45/+0 |
| | |||||
* | Changing maintainers to myself, dang, and jkt | Jim Ramsay | 2007-11-05 | 1 | -18/+8 |
| | | | | | (Portage version: 2.1.3.18) (Unsigned Manifest commit) | ||||
* | Changing maintainers to myself, dang, and jkt | Jim Ramsay | 2007-11-05 | 2 | -3/+15 |
| | | | | (Portage version: 2.1.3.18) | ||||
* | Removing myself as the maintainer. | Christian Heim | 2007-11-04 | 1 | -8/+18 |
| | | | | | (Portage version: 2.1.3.9) (Signed Manifest commit) | ||||
* | Removing myself as the maintainer. | Christian Heim | 2007-11-04 | 2 | -5/+4 |
| | | | | (Portage version: 2.1.3.9) | ||||
* | Bump for a fixed init script, #196647 | Roy Marples | 2007-11-01 | 1 | -8/+15 |
| | | | | | (Portage version: 2.1.3.16, RepoMan options: --force) (Unsigned Manifest commit) | ||||
* | Bump for a fixed init script, #196647 | Roy Marples | 2007-11-01 | 4 | -3/+91 |
| | | | | (Portage version: 2.1.3.16, RepoMan options: --force) | ||||
* | s-s-d start was wrong. | Doug Goldstein | 2007-06-03 | 1 | -18/+8 |
| | | | | | (Portage version: 2.1.2.9) (Unsigned Manifest commit) | ||||
* | s-s-d start was wrong. | Doug Goldstein | 2007-06-03 | 2 | -3/+6 |
| | | | | (Portage version: 2.1.2.9) | ||||
* | We don't need use RESTRICT=stricter, RESTRICT=strip should be enough. | Christian Heim | 2007-05-27 | 1 | -12/+12 |
| | | | | | (Portage version: 2.1.2.7) (Signed Manifest commit) | ||||
* | We don't need use RESTRICT=stricter, RESTRICT=strip should be enough. | Christian Heim | 2007-05-27 | 2 | -6/+7 |
| | | | | (Portage version: 2.1.2.7) | ||||
* | Calling modules-update has been deprecated w/ ↵ | Christian Heim | 2007-04-16 | 1 | -12/+12 |
| | | | | | | | sys-apps/module-init-tools-3.2.2-r3, thanks to Jakub for the fix (fixes #174754). (Portage version: 2.1.2.3) (Signed Manifest commit) | ||||
* | Calling modules-update has been deprecated w/ ↵ | Christian Heim | 2007-04-16 | 2 | -5/+10 |
| | | | | | | sys-apps/module-init-tools-3.2.2-r3, thanks to Jakub for the fix (fixes #174754). (Portage version: 2.1.2.3) | ||||
* | Stable on amd64/x86 wrt bug #166528. | Chris Gianelloni | 2007-02-13 | 1 | -12/+12 |
| | | | | | (Portage version: 2.1.2-r9) (Signed Manifest commit) | ||||
* | Stable on amd64/x86 wrt bug #166528. | Chris Gianelloni | 2007-02-13 | 2 | -3/+7 |
| | | | | (Portage version: 2.1.2-r9) | ||||
* | Changing src_install to utilize fowners/fperms, switching the order of ↵ | Christian Heim | 2007-01-12 | 1 | -11/+11 |
| | | | | | | | chmod/chown in pkg_postinst (thanks to Jan Kundrát in #161290). (Portage version: 2.1.2_rc4-r6) (Signed Manifest commit) | ||||
* | Changing src_install to utilize fowners/fperms, switching the order of ↵ | Christian Heim | 2007-01-12 | 2 | -7/+11 |
| | | | | | | chmod/chown in pkg_postinst (thanks to Jan Kundrát in #161290). (Portage version: 2.1.2_rc4-r6) | ||||
* | Fixing src_install (was munging with stuff outside , which came from the ↵ | Christian Heim | 2007-01-11 | 1 | -11/+11 |
| | | | | | | | change fowners/fperms -> chown/chmod), adjusting pkg_postinst. (Portage version: 2.1.2_rc4-r6) (Signed Manifest commit) | ||||
* | Fixing src_install (was munging with stuff outside , which came from the ↵ | Christian Heim | 2007-01-11 | 2 | -7/+12 |
| | | | | | | change fowners/fperms -> chown/chmod), adjusting pkg_postinst. (Portage version: 2.1.2_rc4-r6) | ||||
* | Removing the old revision, using chmod / chown directly (sue me, fowners / ↵ | Christian Heim | 2007-01-08 | 3 | -67/+12 |
| | | | | | | | fperms won't work on files outside of ${D}). (Portage version: 2.1.2_rc4-r6) (Signed Manifest commit) | ||||
* | Removing the old revision, using chmod / chown directly (sue me, fowners / ↵ | Christian Heim | 2007-01-08 | 2 | -12/+19 |
| | | | | | | fperms won't work on files outside of ${D}). (Portage version: 2.1.2_rc4-r6) | ||||
* | Fixing a bug within the init-script, using 'exit 1' isn't allowed (thanks to ↵ | Christian Heim | 2006-12-22 | 1 | -11/+11 |
| | | | | | | | Magnus Ahlberg in #158814). (Portage version: 2.1.2_rc3-r9) (Signed Manifest commit) | ||||
* | Fixing a bug within the init-script, using 'exit 1' isn't allowed (thanks to ↵ | Christian Heim | 2006-12-22 | 2 | -3/+7 |
| | | | | | | Magnus Ahlberg in #158814). (Portage version: 2.1.2_rc3-r9) | ||||
* | Adding a postinst hack, to change the permission/ownership in case the ↵ | Christian Heim | 2006-12-18 | 1 | -11/+11 |
| | | | | | | | package is already present on the system. Without this hack, the permission/ownership changes to /sbin/ipw3945d and /var/run/ipw3945d wont be merged onto the ROOT filesystem. (Portage version: 2.1.2_rc3-r6) (Signed Manifest commit) | ||||
* | Adding a postinst hack, to change the permission/ownership in case the ↵ | Christian Heim | 2006-12-18 | 2 | -3/+31 |
| | | | | | | package is already present on the system. Without this hack, the permission/ownership changes to /sbin/ipw3945d and /var/run/ipw3945d wont be merged onto the ROOT filesystem. (Portage version: 2.1.2_rc3-r6) | ||||
* | Implementing the changes Jan Kundrat provided, many thanks to him. | Christian Heim | 2006-12-17 | 1 | -15/+15 |
| | | | | | (Portage version: 2.1.2_rc3-r6) (Signed Manifest commit) | ||||
* | Implementing the changes Jan Kundrat provided, many thanks to him. | Christian Heim | 2006-12-17 | 3 | -9/+17 |
| | | | | (Portage version: 2.1.2_rc3-r6) | ||||
* | Revision bump, hopefully fixing some of the bugs introduced by ripping of ↵ | Christian Heim | 2006-12-17 | 1 | -16/+27 |
| | | | | | | | Hendrik's modprobe.conf files. (Portage version: 2.1.2_rc3-r6) (Signed Manifest commit) | ||||
* | Revision bump, hopefully fixing some of the bugs introduced by ripping of ↵ | Christian Heim | 2006-12-17 | 6 | -4/+80 |
| | | | | | | Hendrik's modprobe.conf files. (Portage version: 2.1.2_rc3-r6) | ||||
* | Adding Seemant as secondary maintainer. | Christian Heim | 2006-12-07 | 1 | -11/+11 |
| | | | | | (Portage version: 2.1.2_rc2-r5) (Signed Manifest commit) | ||||
* | Adding Seemant as secondary maintainer. | Christian Heim | 2006-12-07 | 2 | -1/+8 |
| | | | | (Portage version: 2.1.2_rc2-r5) | ||||
* | Hopefully finally fixing #142560 (thanks to Ryan Hill for the pointer on the ↵ | Christian Heim | 2006-09-09 | 5 | -118/+18 |
| | | | | | | | forums thread). Removing obsolete versions. (Portage version: 2.1.1_rc1-r7) (Signed Manifest commit) | ||||
* | Hopefully finally fixing #142560 (thanks to Ryan Hill for the pointer on the ↵ | Christian Heim | 2006-09-09 | 4 | -4/+59 |
| | | | | | | forums thread). Removing obsolete versions. (Portage version: 2.1.1_rc1-r7) | ||||
* | Adding an updated ebuild, working around some obscure bugs (#140067; #143887). | Christian Heim | 2006-09-05 | 1 | -7/+22 |
| | | | | | (Portage version: 2.1.1_rc1-r4) (Signed Manifest commit) | ||||
* | Adding an updated ebuild, working around some obscure bugs (#140067; #143887). | Christian Heim | 2006-09-05 | 5 | -1/+93 |
| | | | | (Portage version: 2.1.1_rc1-r4) | ||||
* | Revision bump. Fixing #142518 (thanks to Sebastian Rijkers <srrijkers at ↵ | Christian Heim | 2006-08-02 | 3 | -52/+15 |
| | | | | | | | gmail.com> for reporting). (Portage version: 2.1.1_pre4-r1) (Signed Manifest commit) | ||||
* | Revision bump. Fixing #142518 (thanks to Sebastian Rijkers <srrijkers at ↵ | Christian Heim | 2006-08-02 | 3 | -1/+45 |
| | | | | | | gmail.com> for reporting). (Portage version: 2.1.1_pre4-r1) | ||||
* | Version bump; Taking temporary maintainership | Christian Heim | 2006-07-13 | 1 | -3/+36 |
| | | | | | (Portage version: 2.1.1_pre2-r8) (Signed Manifest commit) | ||||
* | Version bump; Taking temporary maintainership | Christian Heim | 2006-07-13 | 5 | -6/+51 |
| | | | | (Portage version: 2.1.1_pre2-r8) | ||||
* | Stable on x86. | Henrik Brix Andersen | 2006-06-05 | 1 | -2/+2 |
| | | | | | (Portage version: 2.0.54-r2) (Unsigned Manifest commit) | ||||
* | Stable on x86. | Henrik Brix Andersen | 2006-06-05 | 2 | -3/+7 |
| | | | | (Portage version: 2.0.54-r2) | ||||
* | Initial version. Thank you to Intel's Open Source Technology Center for ↵ | Henrik Brix Andersen | 2006-04-13 | 1 | -1/+3 |
| | | | | | | | sponsoring the hardware for testing this. (Portage version: 2.0.54) (Unsigned Manifest commit) | ||||
* | Initial version. Thank you to Intel's Open Source Technology Center for ↵ | Henrik Brix Andersen | 2006-04-13 | 6 | -0/+61 |
sponsoring the hardware for testing this. (Portage version: 2.0.54) |