summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-05-28 08:01:17 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-05-28 08:01:17 +0000
commitf9a55dba50d68dfe9e337356997caa701716bb17 (patch)
tree85a4333595ab40dd29870294ec5083ce1c3e1fbd /sys-kernel/mips-sources
parentMissed a spot. (diff)
downloadhistorical-f9a55dba50d68dfe9e337356997caa701716bb17.tar.gz
historical-f9a55dba50d68dfe9e337356997caa701716bb17.tar.bz2
historical-f9a55dba50d68dfe9e337356997caa701716bb17.zip
whitespace
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sys-kernel/mips-sources')
-rw-r--r--sys-kernel/mips-sources/Manifest2
-rw-r--r--sys-kernel/mips-sources/mips-sources-2.6.24.7.ebuild44
2 files changed, 2 insertions, 44 deletions
diff --git a/sys-kernel/mips-sources/Manifest b/sys-kernel/mips-sources/Manifest
index aecdecf63b1d..9fab81a68bba 100644
--- a/sys-kernel/mips-sources/Manifest
+++ b/sys-kernel/mips-sources/Manifest
@@ -16,6 +16,6 @@ DIST patch-2.6.24.7.bz2 78117 RMD160 3c38588f5caea2902ae6bd1129a42eb14a0e8c7f SH
EBUILD mips-sources-2.6.20.18.ebuild 19024 RMD160 d7629922326e581ca8d1f5a21f06f23f91cd0bbe SHA1 60bfb6b96bffe3d26163c1f6bd5bdd603d40bd36 SHA256 42bd149c9a669c9f2f75acd17a90409a65bc4a111a33fb52df1ca3edac26a8dd
EBUILD mips-sources-2.6.22.6.ebuild 18975 RMD160 7c6063b604f4fdb096f0b14fc15d28df05448eac SHA1 18c3bdcb2f39ac5c9fab832862dec6a1b5c56631 SHA256 0665585641f38fdec41da5dfdec7993265df12632d1829508ec4036d3d50714f
EBUILD mips-sources-2.6.23.14.ebuild 19113 RMD160 a89aed7405524dec32c4b861f1a6d7b2078e52ce SHA1 09b68f6d4c95b189cd3a914b7e6883f05d660f73 SHA256 ce2186ce1e853c9eac3a672d54644c48c8f22ef429d4b3a2f131e422b261efb5
-EBUILD mips-sources-2.6.24.7.ebuild 19082 RMD160 08a673f2e521ef3ba6424a841204924e443115e3 SHA1 5ce03eb6116a288b2d0245e0dcbdeb87c94e24ce SHA256 307ee57b8471e3c9404a231035235289717da6a16023f73228c3d338dabd49ee
+EBUILD mips-sources-2.6.24.7.ebuild 19044 RMD160 145a5c739019f311df6aa753e3e8006e934d9a91 SHA1 15e35aa3915bcc6ae312cefe870959ae7e3bab6e SHA256 db0c2c5a8c9187c6e41a7d0af60e20203e35ee55f200cbace3269062d05640d6
MISC ChangeLog 45721 RMD160 11fb1c7bcdb9971b950fce96c6ca62b592cee886 SHA1 42df7f64426598de5d3779c7eddfd475652ef592 SHA256 6a1a79579fe144129fd1e38b876d20247d2e875592296500bc5ee892cbc346d4
MISC metadata.xml 378 RMD160 16684ccbf54bd2a4580dbf6e11cb0c8b4582e38b SHA1 4362cc5652f1b06dbd03263ece6dac4da2ebaad5 SHA256 25f7c0d45f0238401d2ab5075149519037844bf692c3c60ea355d984e22834fd
diff --git a/sys-kernel/mips-sources/mips-sources-2.6.24.7.ebuild b/sys-kernel/mips-sources/mips-sources-2.6.24.7.ebuild
index ca0c916f229b..a79b89d6f70d 100644
--- a/sys-kernel/mips-sources/mips-sources-2.6.24.7.ebuild
+++ b/sys-kernel/mips-sources/mips-sources-2.6.24.7.ebuild
@@ -1,7 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/mips-sources-2.6.24.7.ebuild,v 1.1 2008/05/28 01:08:12 kumba Exp $
-
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/mips-sources-2.6.24.7.ebuild,v 1.2 2008/05/28 08:01:17 mr_bones_ Exp $
# INCLUDED:
# 1) linux sources from kernel.org
@@ -13,11 +12,8 @@
# 7) Patch for Remaining Cobalt Bits (http://www.colonel-panic.org/cobalt-mips/)
# 8) Experimental patches (IP27 hacks, et al)
-
#//------------------------------------------------------------------------------
-
-
# Version Data
OKV=${PV/_/-}
GITDATE="20080519" # Date of diff between kernel.org and lmo GIT
@@ -44,7 +40,6 @@ KEYWORDS="-* ~mips"
IUSE="cobalt ip27 ip28 ip30 ip32r10k"
DEPEND=">=sys-devel/gcc-4.1.1"
-
# Version Control Variables
USE_RC="no" # If set to "yes", then attempt to use an RC kernel
USE_PNT="yes" # If set to "yes", then attempt to use a point-release (2.6.x.y)
@@ -65,7 +60,6 @@ SV_IP30="" # DO_IP30 == "no", IP30
SV_IP32="" # DO_IP32 == "no", IP32
SV_CBLT="" # DO_CBLT == "no", Cobalt
-
# If USE_RC == "yes", use a release candidate kernel (2.6.X-rcY)
if [ "${USE_RC}" = "yes" ]; then
KVXY="$(get_version_component_range 1-2)" # Kernel Major/Minor
@@ -89,19 +83,14 @@ if [ "${USE_PNT}" = "yes" ]; then
USE_RC="no"
fi
-
DESCRIPTION="Linux-Mips GIT sources for MIPS-based machines, dated ${GITDATE}"
SRC_URI="mirror://kernel/linux/kernel/v2.6/linux-${STABLEVER}.tar.bz2
mirror://gentoo/mipsgit-${F_KV}-${GITDATE}.diff.bz2
mirror://gentoo/${PN}-generic_patches-${GENPATCHVER}.tar.bz2
${PATCHVER}"
-
-
#//------------------------------------------------------------------------------
-
-
# Error/Warning messages
err_only_one_mach_allowed() {
echo -e ""
@@ -148,12 +137,8 @@ err_disabled_mach() {
return 0
}
-
-
#//------------------------------------------------------------------------------
-
-
# Machine Information Messages
#
# If needing to whitespace for formatting in 'einfo', 'ewarn', or 'eerror', use
@@ -279,12 +264,8 @@ show_cobalt_info() {
echo -e ""
}
-
-
#//------------------------------------------------------------------------------
-
-
# Check our USE flags for machine-specific flags and give appropriate warnings/errors.
# Hope the user isn't crazy enough to try using combinations of these flags.
# Only use one machine-specific flag at a time for each type of desired machine-support.
@@ -356,12 +337,8 @@ pkg_setup() {
fi
}
-
-
#//------------------------------------------------------------------------------
-
-
# Generic Patches - Safe to use globally
do_generic_patches() {
echo -e ""
@@ -385,7 +362,6 @@ do_generic_patches() {
eend
}
-
# NOT safe for production systems
# Use at own risk, do _not_ file bugs on effects of these patches
do_sekrit_patches() {
@@ -404,12 +380,8 @@ do_sekrit_patches() {
# /* EXPERIMENTAL - DO NOT USE IN PRODUCTION KERNELS */
}
-
-
#//------------------------------------------------------------------------------
-
-
# Exclusive Machine Patchsets
# SGI Origin (IP27)
@@ -430,7 +402,6 @@ do_ip28_support() {
epatch ${MIPS_PATCHES}/misc-2.6.20-ip28-i2_impact-support-r2.patch
}
-
# SGI Octane 'Speedracer' (IP30)
do_ip30_support() {
echo -e ""
@@ -440,12 +411,8 @@ do_ip30_support() {
epatch ${MIPS_PATCHES}/misc-2.6.22-ioc3-revert_commit_691cd0c.patch
}
-
-
#//------------------------------------------------------------------------------
-
-
# Renames source trees for the few machines that we have separate patches for
rename_source_tree() {
if [ ! -z "${1}" ]; then
@@ -456,12 +423,8 @@ rename_source_tree() {
fi
}
-
-
#//------------------------------------------------------------------------------
-
-
src_unpack() {
local x
@@ -469,7 +432,6 @@ src_unpack() {
mv ${WORKDIR}/linux-${STABLEVER} ${WORKDIR}/linux-${OKV}-${GITDATE}
cd ${S}
-
# If USE_RC == "yes", use a release candidate kernel (2.6.x-rcy)
# OR
# if USE_PNT == "yes", use a point-release kernel (2.6.x.y)
@@ -479,7 +441,6 @@ src_unpack() {
epatch ${WORKDIR}/patch-${OKV}
fi
-
# Update the vanilla sources with linux-mips GIT changes
echo -e ""
einfo ">>> linux-${OKV} --> linux-${OKV}-${GITDATE} patch ..."
@@ -496,12 +457,10 @@ src_unpack() {
# Patches for experimental use
do_sekrit_patches
-
# All done, resume normal portage work
kernel_universal_unpack
}
-
src_install() {
# Rename the source trees for exclusive machines
local x
@@ -525,5 +484,4 @@ pkg_postinst() {
fi
}
-
#//------------------------------------------------------------------------------