diff options
author | Brandon Low <lostlogic@gentoo.org> | 2003-11-20 07:43:56 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2003-11-20 07:43:56 +0000 |
commit | 0bdf060df2fb6e113f2470574d8b0c8d68c1d110 (patch) | |
tree | c9e7f8f691132e1678638f8687a41c8fdd5d1b58 /sys-kernel/xfs-sources | |
parent | minor fix in the r5 patch (diff) | |
download | gentoo-2-0bdf060df2fb6e113f2470574d8b0c8d68c1d110.tar.gz gentoo-2-0bdf060df2fb6e113f2470574d8b0c8d68c1d110.tar.bz2 gentoo-2-0bdf060df2fb6e113f2470574d8b0c8d68c1d110.zip |
All version setting for kernels is now handled by ebuilds on an individual basis, there were only about 15 which were doing none of it before, so this way we are consistent, the eclass will now simply utilize the variables as they are set in the kernel ebuilds.
Diffstat (limited to 'sys-kernel/xfs-sources')
-rw-r--r-- | sys-kernel/xfs-sources/ChangeLog | 7 | ||||
-rw-r--r-- | sys-kernel/xfs-sources/Manifest | 14 | ||||
-rw-r--r-- | sys-kernel/xfs-sources/xfs-sources-2.4.19-r2.ebuild | 8 |
3 files changed, 20 insertions, 9 deletions
diff --git a/sys-kernel/xfs-sources/ChangeLog b/sys-kernel/xfs-sources/ChangeLog index 266a90a2a331..15254c46182f 100644 --- a/sys-kernel/xfs-sources/ChangeLog +++ b/sys-kernel/xfs-sources/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-kernel/xfs-sources # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xfs-sources/ChangeLog,v 1.27 2003/10/27 01:14:24 livewire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xfs-sources/ChangeLog,v 1.28 2003/11/20 07:43:38 lostlogic Exp $ + + 20 Nov 2003; Brandon Low <lostlogic@gentoo.org> + xfs-sources-2.4.19-r2.ebuild: + Move version handling logic to after inherit kernel, or insert it where + necessary *xfs-sources-2.4.22 (26 October 2003) diff --git a/sys-kernel/xfs-sources/Manifest b/sys-kernel/xfs-sources/Manifest index 231c0a914f0c..e4724b6a52cb 100644 --- a/sys-kernel/xfs-sources/Manifest +++ b/sys-kernel/xfs-sources/Manifest @@ -1,15 +1,15 @@ -MD5 092b7d1cc0e327cfd548c6a2a6b58a07 ChangeLog 7778 MD5 4daa3597c62a9676fad4a07e543be9c3 xfs-sources-2.4.20-r1.ebuild 2132 -MD5 4fa4fca3767bc89c7c258ac3c382fc18 xfs-sources-2.4.19-r2.ebuild 1844 +MD5 941206783cb2f1c40e0a2990975153d6 xfs-sources-2.4.19-r2.ebuild 2054 MD5 b2fb282b21e82e7cac47f99c48017e54 xfs-sources-2.4.20.ebuild 2142 -MD5 03830a0019c2793faccebaf4de544435 xfs-sources-2.4.20-r2.ebuild 2131 MD5 7721ef109f2d111f961afe47a3baa0d9 xfs-sources-2.4.20-r3.ebuild 2185 MD5 8e0156afed80d85c166d9af22510592c xfs-sources-2.4.22.ebuild 2144 +MD5 03830a0019c2793faccebaf4de544435 xfs-sources-2.4.20-r2.ebuild 2131 +MD5 cc0a8291ce1326fedcdc03d9e28e3f24 ChangeLog 7948 MD5 a728d28dca69f5ae16aab56cd2fc6110 files/digest-xfs-sources-2.4.20 139 +MD5 26b986cdd4c24df8ad3d0f0b21e802be files/digest-xfs-sources-2.4.22 139 +MD5 ec7765fb708912e448a36dc6cf7cdce9 files/xfs-sources-2.4.20-gcc33.patch 11801 +MD5 b0c3e68e37892be35fc1c33723bbbdc3 files/xfs-sources-2.4.19.patch 497 +MD5 77f3799264c87379da9f7f2b23f20684 files/digest-xfs-sources-2.4.19-r2 142 MD5 bb367b087129027dd816740e61f0e675 files/digest-xfs-sources-2.4.20-r1 142 MD5 6c7dc3e61cee85185b45bc82e2982351 files/digest-xfs-sources-2.4.20-r2 142 -MD5 77f3799264c87379da9f7f2b23f20684 files/digest-xfs-sources-2.4.19-r2 142 MD5 739cbda7c5acadb95758e2f4d8194699 files/digest-xfs-sources-2.4.20-r3 142 -MD5 b0c3e68e37892be35fc1c33723bbbdc3 files/xfs-sources-2.4.19.patch 497 -MD5 ec7765fb708912e448a36dc6cf7cdce9 files/xfs-sources-2.4.20-gcc33.patch 11801 -MD5 26b986cdd4c24df8ad3d0f0b21e802be files/digest-xfs-sources-2.4.22 139 diff --git a/sys-kernel/xfs-sources/xfs-sources-2.4.19-r2.ebuild b/sys-kernel/xfs-sources/xfs-sources-2.4.19-r2.ebuild index 37f7270d9c73..6de3b60d2071 100644 --- a/sys-kernel/xfs-sources/xfs-sources-2.4.19-r2.ebuild +++ b/sys-kernel/xfs-sources/xfs-sources-2.4.19-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xfs-sources/xfs-sources-2.4.19-r2.ebuild,v 1.8 2003/09/07 18:53:16 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xfs-sources/xfs-sources-2.4.19-r2.ebuild,v 1.9 2003/11/20 07:43:38 lostlogic Exp $ IUSE="build crypt" @@ -22,6 +22,12 @@ IUSE="build crypt" ETYPE="sources" inherit kernel +OKV="`echo ${PV}|sed -e 's:^\([0-9]\+\.[0-9]\+\.[0-9]\+\).*:\1:'`" +EXTRAVERSION="-${PN/-*/}" +[ ! "${PR}" == "r0" ] && EXTRAVERSION="${EXTRAVERSION}-${PR}" +KV="${OKV}${EXTRAVERSION}" + +S=${WORKDIR}/linux-${KV} # Documentation on the patches contained in this kernel will be installed # to /usr/share/doc/lolo-sources-${PV}/patches.txt.gz |