diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2004-08-23 05:13:51 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2004-08-23 05:13:51 +0000 |
commit | cae2f16213881a9c9a69064678de5c9dc076b865 (patch) | |
tree | 38e60c9fbd9136c878720e5f92ae5dc674e8753f /sys-kernel | |
parent | a flat profile is a cascaded profile with one level (diff) | |
download | gentoo-2-cae2f16213881a9c9a69064678de5c9dc076b865.tar.gz gentoo-2-cae2f16213881a9c9a69064678de5c9dc076b865.tar.bz2 gentoo-2-cae2f16213881a9c9a69064678de5c9dc076b865.zip |
closing bug #61245
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/openmosix-sources/ChangeLog | 8 | ||||
-rw-r--r-- | sys-kernel/openmosix-sources/openmosix-sources-2.4.27.ebuild | 11 |
2 files changed, 14 insertions, 5 deletions
diff --git a/sys-kernel/openmosix-sources/ChangeLog b/sys-kernel/openmosix-sources/ChangeLog index a20fe7fb8db6..a1dc607fe75f 100644 --- a/sys-kernel/openmosix-sources/ChangeLog +++ b/sys-kernel/openmosix-sources/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-kernel/openmosix-sources # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openmosix-sources/ChangeLog,v 1.63 2004/08/22 14:59:28 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openmosix-sources/ChangeLog,v 1.64 2004/08/23 05:13:51 voxus Exp $ + + 23 Aug 2004; Konstantin Arkhipov <voxus@gentoo.org> + openmosix-sources-2.4.27: + Added words about migshm to ebuild's description, + closes bug #61245. + Thanks to Guttorm Flatabo <leercontainer-bugzilla@yahoo.com>. 22 Aug 2004; Konstantin Arkhipov <voxus@gentoo.org> -openmosix-sources-2.4.24-r3: diff --git a/sys-kernel/openmosix-sources/openmosix-sources-2.4.27.ebuild b/sys-kernel/openmosix-sources/openmosix-sources-2.4.27.ebuild index 3a57105e3fc2..8691e0f7d856 100644 --- a/sys-kernel/openmosix-sources/openmosix-sources-2.4.27.ebuild +++ b/sys-kernel/openmosix-sources/openmosix-sources-2.4.27.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openmosix-sources/openmosix-sources-2.4.27.ebuild,v 1.1 2004/08/09 12:38:08 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openmosix-sources/openmosix-sources-2.4.27.ebuild,v 1.2 2004/08/23 05:13:51 voxus Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. ETYPE="sources" @@ -19,10 +19,13 @@ S=${WORKDIR}/linux-${KV} # ${OKV}, plus: # ${OKV} openmosix-migshm-${OKV}-${TIMESTAMP} by voxus -DESCRIPTION="Full sources for the Gentoo openMosix Linux kernel" -SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2 http://dev.gentoo.org/~voxus/om/patch-${OKV}-om-migshm-${TIMESTAMP}.bz2" +DESCRIPTION="Full sources for the Gentoo openMosix Linux kernel, including shared memory migration patch (migshm)" +SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2 + http://dev.gentoo.org/~voxus/om/patch-${OKV}-om-migshm-${TIMESTAMP}.bz2" PROVIDE="virtual/linux-sources" -HOMEPAGE="http://www.kernel.org/ http://www.openmosix.org/ http://dev.gentoo.org/~voxus/om/" +HOMEPAGE="http://www.kernel.org/ + http://www.openmosix.org/ + http://dev.gentoo.org/~voxus/om/" LICENSE="GPL-2" SLOT="${KV}" KEYWORDS="-*" |