Author: pebender
Date: Thu Jun 11 09:35:57 2009
New Revision: 4922
Removed:
trunk/gar-minimyth/script/kernel-2.6.27/
trunk/gar-minimyth/script/kernel-2.6.28/
trunk/gar-minimyth/script/kernel-headers/linux-headers-2.6.27/
trunk/gar-minimyth/script/kernel-headers/linux-headers-2.6.28/
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/html/minimyth/document-todo.txt
trunk/gar-minimyth/script/meta/minimyth/files/check.mk
trunk/gar-minimyth/script/minimyth.conf.mk
Log:
- Removed packages kernel-2.6.27/linux, kernel-2.6.28/linux,
kernel-headers/linux-headers-2.6.27 and
kernel-headers/linux-headers-2.6.28.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Thu Jun 11
09:35:57 2009
@@ -19,6 +19,12 @@
Fixed bugs
- Patched irserver to use the lircd FIFOs new location:
/var/run/lirc/lircd.
+Removed packages
+ Removed kernel-2.6.27/linux.
+ Removed kernel-2.6.28/linux.
+ Removed kernel-headers/linux-headers-2.6.27.
+ Removed kernel-headers/linux-headers-2.6.28.
+
Updated packages
Updated emulators/stella.
Updated kernel-2.6.30/linux.
Modified: trunk/gar-minimyth/html/minimyth/document-todo.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-todo.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-todo.txt Thu Jun 11 09:35:57
2009
@@ -2,16 +2,6 @@
devel/automake - 1.11 - fails when compiling
xorg-server 1.6.1.
devel/glibc - 2.10.1 - fails when compliing
MythTV 0.21 freemheg.
kde/kdelibs - 4.x.x - not compatible with Qt
3.3.x (requires Qt 4.3.x).
- kernel-* - 2.6.27.x - causes LIRC to fail
after wake from suspend.
- - causes wake-on-USB to
fail.
- nvidia/* - 173.14.18 - causes problems with
DPMS:
-
<http://www.minimyth.org/forum/viewtopic.php?t=1753>.
- nvidia/* - 180.29 - causes problems with
DPMS:
-
<http://www.minimyth.org/forum/viewtopic.php?t=1753>.
- nvidia/* - 180.44 - causes problems with
DPMS:
-
<http://www.minimyth.org/forum/viewtopic.php?t=1753>.
- nvidia/* - 180.51 - causes problems with
DPMS:
-
<http://www.minimyth.org/forum/viewtopic.php?t=1753>.
xorg-7.3/libXfont - 1.4.0 - fails to compile
xorg-server 1.4.2.
xorg-7.3/Mesa - 7.4.x - fails to compile
xorg-server 1.4.2.
xorg-7.3/xf86-video-openchrome - SVN 737 - breaks some composite
modelines:
@@ -21,8 +11,6 @@
Packages we may update:
emulators/fceu - 2.0.x - requires SCons to build.
- kernel-* - 2.6.28.x
- kernel-* - 2.6.29.x
xorg-7.3/libX11 - 1.2 - need to figure out why X
transport
is broken.
xorg-7.3/xproto - 7.0.15 - requires libX11 1.2.
Modified: trunk/gar-minimyth/script/meta/minimyth/files/check.mk
==============================================================================
--- trunk/gar-minimyth/script/meta/minimyth/files/check.mk (original)
+++ trunk/gar-minimyth/script/meta/minimyth/files/check.mk Thu Jun 11
09:35:57 2009
@@ -177,8 +177,6 @@
done
@echo " mm_KERNEL_HEADERS_VERSION"
@if [ ! "$(mm_KERNEL_HEADERS_VERSION)" = "2.6.26" ] && \
- [ ! "$(mm_KERNEL_HEADERS_VERSION)" = "2.6.27" ] && \
- [ ! "$(mm_KERNEL_HEADERS_VERSION)" = "2.6.28" ] && \
[ ! "$(mm_KERNEL_HEADERS_VERSION)" = "2.6.29" ] && \
[ ! "$(mm_KERNEL_HEADERS_VERSION)" = "2.6.30" ] ; then \
echo "error:
mm_KERNEL_HEADERS_VERSION=\"$(mm_KERNEL_HEADERS_VERSION)\"
is an invalid value." ; \
@@ -186,8 +184,6 @@
fi
@echo " mm_KERNEL_VERSION"
@if [ ! "$(mm_KERNEL_VERSION)" = "2.6.26" ] && \
- [ ! "$(mm_KERNEL_VERSION)" = "2.6.27" ] && \
- [ ! "$(mm_KERNEL_VERSION)" = "2.6.28" ] && \
[ ! "$(mm_KERNEL_VERSION)" = "2.6.29" ] && \
[ ! "$(mm_KERNEL_VERSION)" = "2.6.30" ] ; then \
echo "error: mm_KERNEL_VERSION=\"$(mm_KERNEL_VERSION)\" is an
invalid
value." ; \
Modified: trunk/gar-minimyth/script/minimyth.conf.mk
==============================================================================
--- trunk/gar-minimyth/script/minimyth.conf.mk (original)
+++ trunk/gar-minimyth/script/minimyth.conf.mk Thu Jun 11 09:35:57 2009
@@ -103,10 +103,10 @@
# installed in a subdirectory named 'minimyth-$(mm_VERSION)'.
mm_NFS_ROOT ?= /home/public/minimyth
# The version of kernel headers to use.
-# Valid values are '2.6.26', '2.6.27', '2.6.28', '2.6.29' and '2.6.30'.
+# Valid values are '2.6.26', '2.6.29', '2.6.30'.
mm_KERNEL_HEADERS_VERSION ?= 2.6.30
# The version of kernel to use.
-# Valid values are '2.6.26', '2.6.27', '2.6.28', '2.6.29' and '2.6.30'.
+# Valid values are '2.6.26', '2.6.29', '2.6.30'.
mm_KERNEL_VERSION ?= 2.6.30
# The kernel configuration file to use.
# When set, the kernel configuration file
$(HOME)/.minimyth/$(mm_KERNEL_CONFIG) will be used.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---