diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-14 23:11:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-14 23:11:23 +0000 |
commit | 217dd626e96197fe7128887db9052aa8ce6f04a8 (patch) | |
tree | 89edfadcea4ab9419f6c33ce4067b01a9b812c36 /sys-kernel/mips-headers | |
parent | Version bump all the way to 4.19, after reminder by bug #180147. (diff) | |
download | gentoo-2-217dd626e96197fe7128887db9052aa8ce6f04a8.tar.gz gentoo-2-217dd626e96197fe7128887db9052aa8ce6f04a8.tar.bz2 gentoo-2-217dd626e96197fe7128887db9052aa8ce6f04a8.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'sys-kernel/mips-headers')
-rw-r--r-- | sys-kernel/mips-headers/mips-headers-2.6.14.4.ebuild | 6 | ||||
-rw-r--r-- | sys-kernel/mips-headers/mips-headers-2.6.16.16.ebuild | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/sys-kernel/mips-headers/mips-headers-2.6.14.4.ebuild b/sys-kernel/mips-headers/mips-headers-2.6.14.4.ebuild index 4bb5f3d7c2a3..0c6be225f2ec 100644 --- a/sys-kernel/mips-headers/mips-headers-2.6.14.4.ebuild +++ b/sys-kernel/mips-headers/mips-headers-2.6.14.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-headers/mips-headers-2.6.14.4.ebuild,v 1.2 2006/04/30 17:48:21 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-headers/mips-headers-2.6.14.4.ebuild,v 1.3 2007/07/14 23:11:23 mr_bones_ Exp $ # Eclass bits ETYPE="headers" @@ -23,7 +23,6 @@ USEPNT="yes" # 2) linux-mips.org GIT snapshot diff from 15 Jan 2005 # 4) Generic mips patches - # If USEPNT == "yes", use a point release kernel (2.6.x.y) if [ "${USEPNT}" = "yes" ]; then F_KV="$(get_version_component_range 1-3)" @@ -55,7 +54,6 @@ UNIPATCH_LIST=" ${WORKDIR}/mips-patches-h/linux-headers-2.6.14-appCompat.patch ${WORKDIR}/mips-patches-h/${PN}-2.6.14-appCompat.patch" - # IP27 (Origin) support? (includes additonal headers) if use ip27; then UNIPATCH_LIST="${UNIPATCH_LIST} ${WORKDIR}/mips-patches/misc-2.6.14-ioc3-metadriver-r26.patch" @@ -72,14 +70,12 @@ if use ip30; then UNIPATCH_LIST="${UNIPATCH_LIST} ${WORKDIR}/mips-patches/misc-2.6.14-ip30-octane-support-r27.patch" fi - src_unpack() { # unpack ${A} unapcks kernel sources a second time, which we don't want local my_a=${A/linux-${OKV}.tar.bz2/} unpack ${my_a} - # kernel-2 stuff kernel-2_src_unpack diff --git a/sys-kernel/mips-headers/mips-headers-2.6.16.16.ebuild b/sys-kernel/mips-headers/mips-headers-2.6.16.16.ebuild index ab4df27ce91b..1410d4400003 100644 --- a/sys-kernel/mips-headers/mips-headers-2.6.16.16.ebuild +++ b/sys-kernel/mips-headers/mips-headers-2.6.16.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-headers/mips-headers-2.6.16.16.ebuild,v 1.1 2006/05/21 17:25:29 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-headers/mips-headers-2.6.16.16.ebuild,v 1.2 2007/07/14 23:11:23 mr_bones_ Exp $ # Eclass bits ETYPE="headers" @@ -23,7 +23,6 @@ USEPNT="yes" # 2) linux-mips.org GIT snapshot diff from 15 Jan 2005 # 4) Generic mips patches - # If USEPNT == "yes", use a point release kernel (2.6.x.y) if [ "${USEPNT}" = "yes" ]; then F_KV="$(get_version_component_range 1-3)" @@ -56,7 +55,6 @@ UNIPATCH_LIST=" ${WORKDIR}/mips-patches-h/linux-headers-2.6.16-appCompat.patch ${WORKDIR}/mips-patches-h/${PN}-2.6.16-appCompat.patch" - # IP27 (Origin) support? (includes additonal headers) if use ip27; then UNIPATCH_LIST="${UNIPATCH_LIST} ${WORKDIR}/mips-patches/misc-2.6.16-ioc3-metadriver-r26.patch" @@ -73,14 +71,12 @@ if use ip30; then UNIPATCH_LIST="${UNIPATCH_LIST} ${WORKDIR}/mips-patches/misc-2.6.16-ip30-octane-support-r27.patch" fi - src_unpack() { # unpack ${A} unapcks kernel sources a second time, which we don't want local my_a=${A/linux-${OKV}.tar.bz2/} unpack ${my_a} - # kernel-2 stuff kernel-2_src_unpack |