blob: 7cdc89d356db0a439ee2f367b7dd67e4e4cffd5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
[24 Nov 2000 -drobbins]
[UNASSIGNED] kde-base/qt needs some work:
the ebuild should be renamed to qt.ebuild, not qt-x11.ebuild
(directory name must match package name)
Also, even though Mandrake (and presumably RedHat) store this library
in /usr/lib, it should really be stored in /usr/X11R6/lib since it is
strictly an X-dependent toolkit. Hopefully, it's possible to do this
and still get KDE to compile.
And, it should be moved to the x11-libs category. It's an X11 toolkit
and not tied to kde, although kde uses it.
[21 Nov 2000 -drobbins]
[DONE -- if new linux ebuilds are used ] In the rc3 sys.tbz2 tarball, bzImage should be in /boot/boot (GRUB will look
for it at /boot/bzImage)
[18 Nov 2000 -achim]
[FIXED] The dependencies check fails if there are different version from a
package installed
[15 Nov 2000 - drobbins]
A configfile management system is needed
[DONE] gimp-1.1.29 seems to have problems with perl-5.6.0-r3, some complaint about
@INC keeps popping up on the screen. Unmerging and remerging gimp after the
perl upgrade seemed to solve this problem; so it's probably no biggie.
[14 Nov 2000 - drobbins]
[DONE] Upgrade Gentoo Linux bootdisk to use latest version of grub
[IN PROGRESS - by drobbins ] Replace syslogd and klogd with multilog and gluelog and glueklog
[DONE] Move daemontools and ucspi-tcp to sys-apps,
[UNASSIGNED] add supervise support to various packages
[IN PROGRESS] Upgrade default kernel to 2.4.0-test10 with patches? What does everyone think?
[DONE] We need to add dump/restore to sys-apps -- but the darn thing depends on libtermcap!
(It'll need a patch to link against ncurses instead)
(It's been added to app-arch, which is fine)
[DONE -- if the new linux ebuilds are used] Default kernel location should be moved from /boot/bzImage -> /boot/boot/bzImage
[13 Nov 2000 - drobbins]
[UNASSIGNED] Upgrade fetch feature of ebuild to eliminate partial download problem.
[UNASSIGNED] Perl-5.6.0-r3's tcp and udp tests fail when my iptables-based stateful firewall is up.
Is there a safe way to skip these tests?
[FIXED] Fix build-depends feature in ebuild... it uses ${ROOT} to check for build dependencies
when it should really ignore ${ROOT}. ${ROOT} should only be used for runtime deps.
|