diff --git a/releases/2008.0/ChangeLog b/releases/2008.0/ChangeLog index d8b3c8a5..412ac3fa 100644 --- a/releases/2008.0/ChangeLog +++ b/releases/2008.0/ChangeLog @@ -2,6 +2,30 @@ # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 03 Mar 2008; Chris Gianelloni + specs/alpha/installcd-stage1.spec, + specs/alpha/installcd-stage2-minimal.spec, + specs/alpha/installcd-stage2-universal.spec, + specs/alpha/livecd-stage1.spec, specs/alpha/livecd-stage2.spec, + specs/amd64/installcd-stage1.spec, specs/amd64/livecd-stage1.spec, + specs/amd64/livedvd-stage1.spec, specs/hppa/installcd-stage1.spec, + specs/hppa/installcd-stage2-minimal.spec, + specs/hppa/installcd-stage2-universal.spec, + specs/ia64/installcd-stage1.spec, + specs/ia64/installcd-stage2-minimal.spec, specs/ia64/livecd-stage1.spec, + specs/ia64/livecd-stage2.spec, specs/ppc/ppc64/installcd-stage1.spec, + specs/ppc/ppc64/installcd-stage2-minimal.spec, + specs/ppc/ppc64/installcd-stage2-universal.spec, + specs/ppc/ppc64/livecd-stage1.spec, specs/ppc/ppc64/livecd-stage2.spec, + specs/sparc/sparc64/installcd-stage1.spec, + specs/sparc/sparc64/installcd-stage2-minimal.spec, + specs/x86/hardened/installcd-stage1.spec, + specs/x86/hardened/installcd-stage2-minimal.spec, + specs/x86/i686/livecd-stage1.spec, specs/x86/i686/livecd-stage2.spec, + specs/x86/i686/livedvd-stage1.spec, specs/x86/i686/livedvd-stage2.spec, + specs/x86/installcd-stage1.spec, specs/x86/installcd-stage2-minimal.spec: + Moved sys-fs/ntfs3g from livecd-stage1 targets to livecd-stage2 targets. + 01 Mar 2008; Raúl Porcel specs/ia64/installcd-stage1.spec: Comment not keyworded packages on ia64 diff --git a/releases/2008.0/specs/alpha/installcd-stage1.spec b/releases/2008.0/specs/alpha/installcd-stage1.spec index 611dfb20..89f1eb17 100644 --- a/releases/2008.0/specs/alpha/installcd-stage1.spec +++ b/releases/2008.0/specs/alpha/installcd-stage1.spec @@ -92,7 +92,6 @@ livecd/packages: # sys-fs/mac-fdisk sys-fs/mdadm # sys-fs/multipath-tools -# sys-fs/ntfs3g # sys-fs/ntfsprogs sys-fs/reiserfsprogs sys-fs/xfsprogs diff --git a/releases/2008.0/specs/alpha/installcd-stage2-minimal.spec b/releases/2008.0/specs/alpha/installcd-stage2-minimal.spec index 451c7fcb..264b8fd1 100644 --- a/releases/2008.0/specs/alpha/installcd-stage2-minimal.spec +++ b/releases/2008.0/specs/alpha/installcd-stage2-minimal.spec @@ -22,6 +22,9 @@ livecd/gk_mainargs: --lvm --dmraid --mdadm boot/kernel: gentoo boot/kernel/gentoo/sources: gentoo-sources boot/kernel/gentoo/config: ../../kconfig/alpha/installcd-2.6.23.config +boot/kernel/gentoo/use: atm fbcondecor mng png truetype usb -qt3 -qt4 -X +boot/kernel/gentoo/packages: + sys-fs/ntfs3g livecd/unmerge: # acl diff --git a/releases/2008.0/specs/alpha/installcd-stage2-universal.spec b/releases/2008.0/specs/alpha/installcd-stage2-universal.spec index f1301b1c..0ab7b9c6 100644 --- a/releases/2008.0/specs/alpha/installcd-stage2-universal.spec +++ b/releases/2008.0/specs/alpha/installcd-stage2-universal.spec @@ -22,6 +22,9 @@ livecd/gk_mainargs: --lvm --dmraid --evms --mdadm boot/kernel: gentoo boot/kernel/gentoo/sources: gentoo-sources boot/kernel/gentoo/config: /var/svnroot/releng/trunk/releases/2008.0/kconfig/alpha/installcd-2.6.15.1.config +boot/kernel/gentoo/use: atm fbcondecor mng png truetype usb -qt3 -qt4 -X +boot/kernel/gentoo/packages: + sys-fs/ntfs3g livecd/unmerge: # acl diff --git a/releases/2008.0/specs/alpha/livecd-stage1.spec b/releases/2008.0/specs/alpha/livecd-stage1.spec index 44b93649..b7400551 100644 --- a/releases/2008.0/specs/alpha/livecd-stage1.spec +++ b/releases/2008.0/specs/alpha/livecd-stage1.spec @@ -121,7 +121,6 @@ livecd/packages: # sys-fs/lvm-user # sys-fs/mac-fdisk sys-fs/mdadm -# sys-fs/ntfs3g # sys-fs/ntfsprogs sys-fs/reiserfsprogs sys-fs/xfsprogs diff --git a/releases/2008.0/specs/alpha/livecd-stage2.spec b/releases/2008.0/specs/alpha/livecd-stage2.spec index 9eeb9c8e..2abf991c 100644 --- a/releases/2008.0/specs/alpha/livecd-stage2.spec +++ b/releases/2008.0/specs/alpha/livecd-stage2.spec @@ -34,6 +34,7 @@ boot/kernel/gentoo/packages: media-libs/alsa-oss media-sound/alsa-utils net-misc/br2684ctl + sys-fs/ntfs3g livecd/empty: /var/tmp diff --git a/releases/2008.0/specs/amd64/installcd-stage1.spec b/releases/2008.0/specs/amd64/installcd-stage1.spec index 116edf9d..589f9415 100644 --- a/releases/2008.0/specs/amd64/installcd-stage1.spec +++ b/releases/2008.0/specs/amd64/installcd-stage1.spec @@ -107,7 +107,6 @@ livecd/packages: sys-fs/mac-fdisk sys-fs/mdadm sys-fs/multipath-tools - sys-fs/ntfs3g sys-fs/ntfsprogs sys-fs/reiserfsprogs sys-fs/xfsprogs diff --git a/releases/2008.0/specs/amd64/livecd-stage1.spec b/releases/2008.0/specs/amd64/livecd-stage1.spec index d16f4e73..e79b48a2 100644 --- a/releases/2008.0/specs/amd64/livecd-stage1.spec +++ b/releases/2008.0/specs/amd64/livecd-stage1.spec @@ -145,7 +145,6 @@ livecd/packages: # sys-fs/lvm-user sys-fs/mac-fdisk sys-fs/mdadm - sys-fs/ntfs3g sys-fs/ntfsprogs sys-fs/reiserfsprogs sys-fs/xfsprogs diff --git a/releases/2008.0/specs/amd64/livedvd-stage1.spec b/releases/2008.0/specs/amd64/livedvd-stage1.spec index cb3e55c7..ba21167a 100644 --- a/releases/2008.0/specs/amd64/livedvd-stage1.spec +++ b/releases/2008.0/specs/amd64/livedvd-stage1.spec @@ -262,7 +262,6 @@ livecd/packages: sys-fs/mac-fdisk sys-fs/mdadm sys-fs/multipath-tools - sys-fs/ntfs3g sys-fs/ntfsprogs sys-fs/reiserfsprogs sys-fs/quota diff --git a/releases/2008.0/specs/hppa/installcd-stage1.spec b/releases/2008.0/specs/hppa/installcd-stage1.spec index 3c82a7ec..d4d21a36 100644 --- a/releases/2008.0/specs/hppa/installcd-stage1.spec +++ b/releases/2008.0/specs/hppa/installcd-stage1.spec @@ -92,7 +92,6 @@ livecd/packages: # sys-fs/mac-fdisk sys-fs/mdadm # sys-fs/multipath-tools - sys-fs/ntfs3g sys-fs/ntfsprogs sys-fs/reiserfsprogs sys-fs/xfsprogs diff --git a/releases/2008.0/specs/hppa/installcd-stage2-minimal.spec b/releases/2008.0/specs/hppa/installcd-stage2-minimal.spec index 46f1bb31..56b680db 100644 --- a/releases/2008.0/specs/hppa/installcd-stage2-minimal.spec +++ b/releases/2008.0/specs/hppa/installcd-stage2-minimal.spec @@ -20,10 +20,16 @@ boot/kernel: livecd32 livecd64 boot/kernel/livecd32/sources: sys-kernel/hppa-sources boot/kernel/livecd32/config: /var/svnroot/releng/trunk/releases/2008.0/kconfig/hppa/installcd-2.6.15-hppa32.config +boot/kernel/livecd32/use: atm fbcondecor mng png truetype usb -qt3 -qt4 -X +boot/kernel/livecd32/packages: + sys-fs/ntfs3g boot/kernel/livecd64/sources: sys-kernel/hppa-sources boot/kernel/livecd64/config: /var/svnroot/releng/trunk/releases/2008.0/kconfig/hppa/installcd-2.6.15-hppa64.config boot/kernel/livecd64/gk_kernargs: --kernel-cc=hppa64-linux-gcc --kernel-ld=hppa64-linux-ld +boot/kernel/livecd64/use: atm fbcondecor mng png truetype usb -qt3 -qt4 -X +boot/kernel/livecd64/packages: + sys-fs/ntfs3g boot/kernel/livecd32/extraversion: livecd32 boot/kernel/livecd64/extraversion: livecd64 diff --git a/releases/2008.0/specs/hppa/installcd-stage2-universal.spec b/releases/2008.0/specs/hppa/installcd-stage2-universal.spec index 51e5debe..2bdfdc3e 100644 --- a/releases/2008.0/specs/hppa/installcd-stage2-universal.spec +++ b/releases/2008.0/specs/hppa/installcd-stage2-universal.spec @@ -22,10 +22,16 @@ boot/kernel: livecd32 livecd64 boot/kernel/livecd32/sources: sys-kernel/hppa-sources boot/kernel/livecd32/config: /var/svnroot/releng/trunk/releases/2008.0/kconfig/hppa/installcd-2.6.15-hppa32.config +boot/kernel/livecd32/use: atm fbcondecor mng png truetype usb -qt3 -qt4 -X +boot/kernel/livecd32/packages: + sys-fs/ntfs3g boot/kernel/livecd64/sources: sys-kernel/hppa-sources boot/kernel/livecd64/config: /var/svnroot/releng/trunk/releases/2008.0/kconfig/hppa/installcd-2.6.15-hppa64.config boot/kernel/livecd64/gk_kernargs: --kernel-cc=hppa64-linux-gcc --kernel-ld=hppa64-linux-ld +boot/kernel/livecd64/use: atm fbcondecor mng png truetype usb -qt3 -qt4 -X +boot/kernel/livecd64/packages: + sys-fs/ntfs3g boot/kernel/livecd32/extraversion: livecd32 boot/kernel/livecd64/extraversion: livecd64 diff --git a/releases/2008.0/specs/ia64/installcd-stage1.spec b/releases/2008.0/specs/ia64/installcd-stage1.spec index ddd77f13..00c81674 100644 --- a/releases/2008.0/specs/ia64/installcd-stage1.spec +++ b/releases/2008.0/specs/ia64/installcd-stage1.spec @@ -90,7 +90,6 @@ livecd/packages: sys-fs/mdadm # sys-fs/multipath-tools # Not keyworded -# sys-fs/ntfs3g # sys-fs/ntfsprogs sys-fs/reiserfsprogs sys-fs/xfsprogs diff --git a/releases/2008.0/specs/ia64/installcd-stage2-minimal.spec b/releases/2008.0/specs/ia64/installcd-stage2-minimal.spec index 7f6372eb..33f13619 100644 --- a/releases/2008.0/specs/ia64/installcd-stage2-minimal.spec +++ b/releases/2008.0/specs/ia64/installcd-stage2-minimal.spec @@ -19,9 +19,10 @@ livecd/gk_mainargs: --lvm --evms --dmraid --mdadm boot/kernel: gentoo boot/kernel/gentoo/sources: gentoo-sources - boot/kernel/gentoo/config: ../../kconfig/ia64/installcd-2.6.23.config boot/kernel/gentoo/use: atm fbcondecor mng png truetype usb -qt3 -qt4 -X +boot/kernel/gentoo/packages: + sys-fs/ntfs3g livecd/unmerge: # acl diff --git a/releases/2008.0/specs/ia64/livecd-stage1.spec b/releases/2008.0/specs/ia64/livecd-stage1.spec index 518e9c4b..68ecf567 100644 --- a/releases/2008.0/specs/ia64/livecd-stage1.spec +++ b/releases/2008.0/specs/ia64/livecd-stage1.spec @@ -122,7 +122,6 @@ livecd/packages: # sys-fs/lvm-user # sys-fs/mac-fdisk sys-fs/mdadm - sys-fs/ntfs3g # sys-fs/ntfsprogs sys-fs/reiserfsprogs sys-fs/xfsprogs diff --git a/releases/2008.0/specs/ia64/livecd-stage2.spec b/releases/2008.0/specs/ia64/livecd-stage2.spec index 387ee990..8c42d81c 100644 --- a/releases/2008.0/specs/ia64/livecd-stage2.spec +++ b/releases/2008.0/specs/ia64/livecd-stage2.spec @@ -43,6 +43,7 @@ boot/kernel/gentoo/packages: # net-wireless/rt2500 # net-wireless/rtl8187 # sys-apps/pcmciautils + sys-fs/ntfs3g livecd/empty: /var/tmp diff --git a/releases/2008.0/specs/ppc/ppc64/installcd-stage1.spec b/releases/2008.0/specs/ppc/ppc64/installcd-stage1.spec index 4518d67a..6436a9d9 100644 --- a/releases/2008.0/specs/ppc/ppc64/installcd-stage1.spec +++ b/releases/2008.0/specs/ppc/ppc64/installcd-stage1.spec @@ -79,7 +79,6 @@ livecd/packages: sys-fs/lvm2 sys-fs/mac-fdisk sys-fs/mdadm - sys-fs/ntfs3g sys-fs/ntfsprogs sys-fs/reiserfsprogs sys-fs/xfsprogs diff --git a/releases/2008.0/specs/ppc/ppc64/installcd-stage2-minimal.spec b/releases/2008.0/specs/ppc/ppc64/installcd-stage2-minimal.spec index 8588240a..e6b86cd7 100644 --- a/releases/2008.0/specs/ppc/ppc64/installcd-stage2-minimal.spec +++ b/releases/2008.0/specs/ppc/ppc64/installcd-stage2-minimal.spec @@ -45,7 +45,7 @@ boot/kernel/ppc32/packages: #media-gfx/splashutils #media-gfx/splash-themes-livecd sys-apps/pcmciautils - sys-fs/cryptsetup + sys-fs/ntfs3g app-laptop/pbbuttonsd livecd/unmerge: diff --git a/releases/2008.0/specs/ppc/ppc64/installcd-stage2-universal.spec b/releases/2008.0/specs/ppc/ppc64/installcd-stage2-universal.spec index a5d7b137..ec751540 100644 --- a/releases/2008.0/specs/ppc/ppc64/installcd-stage2-universal.spec +++ b/releases/2008.0/specs/ppc/ppc64/installcd-stage2-universal.spec @@ -47,7 +47,7 @@ boot/kernel/ppc32/packages: #media-gfx/splashutils #media-gfx/splash-themes-livecd sys-apps/pcmciautils - sys-fs/cryptsetup + sys-fs/ntfs3g app-laptop/pbbuttonsd diff --git a/releases/2008.0/specs/ppc/ppc64/livecd-stage1.spec b/releases/2008.0/specs/ppc/ppc64/livecd-stage1.spec index 315460d6..3fa34a6f 100644 --- a/releases/2008.0/specs/ppc/ppc64/livecd-stage1.spec +++ b/releases/2008.0/specs/ppc/ppc64/livecd-stage1.spec @@ -140,7 +140,6 @@ livecd/packages: sys-fs/mac-fdisk sys-fs/mdadm # sys-fs/multipath-tools - sys-fs/ntfs3g sys-fs/ntfsprogs sys-fs/reiserfsprogs sys-fs/xfsprogs diff --git a/releases/2008.0/specs/ppc/ppc64/livecd-stage2.spec b/releases/2008.0/specs/ppc/ppc64/livecd-stage2.spec index 7e3d85bb..973ec1bc 100644 --- a/releases/2008.0/specs/ppc/ppc64/livecd-stage2.spec +++ b/releases/2008.0/specs/ppc/ppc64/livecd-stage2.spec @@ -56,6 +56,7 @@ boot/kernel/ppc32/packages: media-libs/alsa-oss media-sound/alsa-utils app-laptop/pbbuttonsd + sys-fs/ntfs3g boot/kernel/G5/sources: sys-kernel/gentoo-sources boot/kernel/G5/use: atm extlib fbcondecor mng png truetype usb -qt3 -qt4 -X diff --git a/releases/2008.0/specs/sparc/sparc64/installcd-stage1.spec b/releases/2008.0/specs/sparc/sparc64/installcd-stage1.spec index 017f9d39..ac2ebd74 100644 --- a/releases/2008.0/specs/sparc/sparc64/installcd-stage1.spec +++ b/releases/2008.0/specs/sparc/sparc64/installcd-stage1.spec @@ -96,7 +96,6 @@ livecd/packages: # sys-fs/mac-fdisk sys-fs/mdadm # sys-fs/multipath-tools - sys-fs/ntfs3g # sys-fs/ntfsprogs # sys-fs/reiserfsprogs # sys-fs/xfsprogs diff --git a/releases/2008.0/specs/sparc/sparc64/installcd-stage2-minimal.spec b/releases/2008.0/specs/sparc/sparc64/installcd-stage2-minimal.spec index 99e0fa11..0327801b 100644 --- a/releases/2008.0/specs/sparc/sparc64/installcd-stage2-minimal.spec +++ b/releases/2008.0/specs/sparc/sparc64/installcd-stage2-minimal.spec @@ -16,6 +16,9 @@ livecd/iso: /var/tmp/catalyst/builds/default/install-sparc64-minimal-2008.0.iso boot/kernel: gentoo boot/kernel/gentoo/sources: ~sys-kernel/gentoo-sources-2.6.23 boot/kernel/gentoo/config: ../../../kconfig/sparc/installcd-2.6.23.config +boot/kernel/gentoo/use: atm fbcondecor mng png truetype usb -qt3 -qt4 -X +boot/kernel/gentoo/packages: + sys-fs/ntfs3g livecd/unmerge: autoconf diff --git a/releases/2008.0/specs/x86/hardened/installcd-stage1.spec b/releases/2008.0/specs/x86/hardened/installcd-stage1.spec index 385d392e..7b97042c 100644 --- a/releases/2008.0/specs/x86/hardened/installcd-stage1.spec +++ b/releases/2008.0/specs/x86/hardened/installcd-stage1.spec @@ -92,7 +92,6 @@ livecd/packages: # sys-fs/mac-fdisk sys-fs/mdadm # sys-fs/multipath-tools - sys-fs/ntfs3g sys-fs/ntfsprogs sys-fs/reiserfsprogs sys-fs/xfsprogs diff --git a/releases/2008.0/specs/x86/hardened/installcd-stage2-minimal.spec b/releases/2008.0/specs/x86/hardened/installcd-stage2-minimal.spec index 5cd77482..af9a0b1f 100644 --- a/releases/2008.0/specs/x86/hardened/installcd-stage2-minimal.spec +++ b/releases/2008.0/specs/x86/hardened/installcd-stage2-minimal.spec @@ -19,13 +19,9 @@ livecd/gk_mainargs: --lvm --dmraid --evms --mdadm boot/kernel: gentoo boot/kernel/gentoo/sources: hardened-sources - boot/kernel/gentoo/config: /var/cvsroot/gentoo/src/releng/kconfig/2008.0/x86/hardened/installcd-2.6.20.config - -boot/kernel/gentoo/use: pcmcia usb -X png truetype -qt -qt3 -qt4 - +boot/kernel/gentoo/use: atm fbcondecor mng png truetype usb -qt3 -qt4 -X boot/kernel/gentoo/packages: - sys-apps/pcmciautils net-dialup/slmodem net-dialup/globespan-adsl net-wireless/hostap-utils @@ -34,6 +30,8 @@ boot/kernel/gentoo/packages: net-wireless/rt2500 net-wireless/acx net-wireless/ipw3945 + sys-apps/pcmciautils + sys-fs/ntfs3g livecd/unmerge: # acl diff --git a/releases/2008.0/specs/x86/i686/livecd-stage1.spec b/releases/2008.0/specs/x86/i686/livecd-stage1.spec index bc8ee39d..14a209a5 100644 --- a/releases/2008.0/specs/x86/i686/livecd-stage1.spec +++ b/releases/2008.0/specs/x86/i686/livecd-stage1.spec @@ -127,7 +127,6 @@ livecd/packages: # sys-fs/lvm-user sys-fs/mac-fdisk sys-fs/mdadm - sys-fs/ntfs3g sys-fs/ntfsprogs sys-fs/reiserfsprogs sys-fs/xfsprogs diff --git a/releases/2008.0/specs/x86/i686/livecd-stage2.spec b/releases/2008.0/specs/x86/i686/livecd-stage2.spec index acdd5c37..97275bc1 100644 --- a/releases/2008.0/specs/x86/i686/livecd-stage2.spec +++ b/releases/2008.0/specs/x86/i686/livecd-stage2.spec @@ -43,6 +43,7 @@ boot/kernel/gentoo/packages: net-wireless/rt2500 # net-wireless/rtl8187 sys-apps/pcmciautils + sys-fs/ntfs3g livecd/empty: /var/tmp diff --git a/releases/2008.0/specs/x86/i686/livedvd-stage1.spec b/releases/2008.0/specs/x86/i686/livedvd-stage1.spec index b40573e2..00ba0c97 100644 --- a/releases/2008.0/specs/x86/i686/livedvd-stage1.spec +++ b/releases/2008.0/specs/x86/i686/livedvd-stage1.spec @@ -235,7 +235,6 @@ livecd/packages: # sys-fs/lvm-user sys-fs/mac-fdisk sys-fs/mdadm - sys-fs/ntfs3g sys-fs/ntfsprogs sys-fs/quota sys-fs/reiserfsprogs diff --git a/releases/2008.0/specs/x86/i686/livedvd-stage2.spec b/releases/2008.0/specs/x86/i686/livedvd-stage2.spec index 4c2ea95e..547f5c3f 100644 --- a/releases/2008.0/specs/x86/i686/livedvd-stage2.spec +++ b/releases/2008.0/specs/x86/i686/livedvd-stage2.spec @@ -45,6 +45,7 @@ boot/kernel/gentoo/packages: net-wireless/rt2500 # net-wireless/rtl8187 sys-apps/pcmciautils + sys-fs/ntfs3g livecd/unmerge: sys-kernel/gentoo-sources diff --git a/releases/2008.0/specs/x86/installcd-stage1.spec b/releases/2008.0/specs/x86/installcd-stage1.spec index 95219e77..e915e256 100644 --- a/releases/2008.0/specs/x86/installcd-stage1.spec +++ b/releases/2008.0/specs/x86/installcd-stage1.spec @@ -96,7 +96,6 @@ livecd/packages: # sys-fs/mac-fdisk sys-fs/mdadm # sys-fs/multipath-tools - sys-fs/ntfs3g sys-fs/ntfsprogs sys-fs/reiserfsprogs sys-fs/xfsprogs diff --git a/releases/2008.0/specs/x86/installcd-stage2-minimal.spec b/releases/2008.0/specs/x86/installcd-stage2-minimal.spec index 6d4ff07c..3ad58a6f 100644 --- a/releases/2008.0/specs/x86/installcd-stage2-minimal.spec +++ b/releases/2008.0/specs/x86/installcd-stage2-minimal.spec @@ -32,6 +32,7 @@ boot/kernel/gentoo/packages: net-wireless/rt2500 # net-wireless/acx net-wireless/ipw3945 + sys-fs/ntfs3g livecd/unmerge: # acl