Author: pebender
Date: Thu Jun 11 16:34:04 2009
New Revision: 4923
Removed:
trunk/gar-minimyth/script/kernel-2.6.26/
trunk/gar-minimyth/script/kernel-2.6.29/
trunk/gar-minimyth/script/kernel-headers/linux-headers-2.6.26/
trunk/gar-minimyth/script/kernel-headers/linux-headers-2.6.29/
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/meta/minimyth/files/check.mk
trunk/gar-minimyth/script/minimyth.conf.mk
Log:
- Removed packages kernel-2.6.26/linux, kernel-2.6.29/linux,
kernel-headers/linux-headers-2.6.26 and
kernel-headers/linux-headers-2.6.29.
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
16:34:04 2009
@@ -20,10 +20,14 @@
- Patched irserver to use the lircd FIFOs new location:
/var/run/lirc/lircd.
Removed packages
+ Removed kernel-2.6.26/linux.
Removed kernel-2.6.27/linux.
Removed kernel-2.6.28/linux.
+ Removed kernel-2.6.29/linux.
+ Removed kernel-headers/linux-headers-2.6.26.
Removed kernel-headers/linux-headers-2.6.27.
Removed kernel-headers/linux-headers-2.6.28.
+ Removed kernel-headers/linux-headers-2.6.29.
Updated packages
Updated emulators/stella.
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
16:34:04 2009
@@ -176,16 +176,12 @@
fi ; \
done
@echo " mm_KERNEL_HEADERS_VERSION"
- @if [ ! "$(mm_KERNEL_HEADERS_VERSION)" = "2.6.26" ] && \
- [ ! "$(mm_KERNEL_HEADERS_VERSION)" = "2.6.29" ] && \
- [ ! "$(mm_KERNEL_HEADERS_VERSION)" = "2.6.30" ] ; then \
+ @if [ ! "$(mm_KERNEL_HEADERS_VERSION)" = "2.6.30" ] ; then \
echo "error:
mm_KERNEL_HEADERS_VERSION=\"$(mm_KERNEL_HEADERS_VERSION)\"
is an invalid value." ; \
exit 1 ; \
fi
@echo " mm_KERNEL_VERSION"
- @if [ ! "$(mm_KERNEL_VERSION)" = "2.6.26" ] && \
- [ ! "$(mm_KERNEL_VERSION)" = "2.6.29" ] && \
- [ ! "$(mm_KERNEL_VERSION)" = "2.6.30" ] ; then \
+ @if [ ! "$(mm_KERNEL_VERSION)" = "2.6.30" ] ; then \
echo "error: mm_KERNEL_VERSION=\"$(mm_KERNEL_VERSION)\" is an
invalid
value." ; \
exit 1 ; \
fi
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 16:34:04 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.29', '2.6.30'.
+# Valid values are '2.6.30'.
mm_KERNEL_HEADERS_VERSION ?= 2.6.30
# The version of kernel to use.
-# Valid values are '2.6.26', '2.6.29', '2.6.30'.
+# Valid values are '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
-~----------~----~----~----~------~----~------~--~---