On Thu, Nov 20, 2003 at 03:41:16AM -0500, Allen D. Parker II wrote:
> I've completed ebuilds for util-vserver versions:
> 
> 0.25
> 0.24
> 0.24.91
> 0.24.90
> 0.23.6
> 0.23.5
> 
> If you'd like me to send one of them to you or make them publicly available,
> feel free to ask, I'll be seeing what I can do about getting them to either
> carpaski or Aether (2 of gentoo's portage maintainers) sometime before this
> weekend. Next on the list is Jack's vserver-0.2x and after that,
> sys-kernel/vserver-sources. If you'd like to see the

I don't know how/if gentoo kernel is different from
vanilla kernel, but in case you need help with 'adapting'
the patches to some already patched kernel, please let
me know, I'm willing to assist/help in doing so ...

thanks,
Herbert

> util-vserver-0.25.ebuild please see below, you'll have to emerge sync &&
> emerge -up world, and if you're going to emerge it directly or ebuild it,
> you'll have to prefix it with FEATURES="-userpriv" until we can get that bug
> sorted. These have been proven to build cleanly on 3 of my systems and
> Aether did a test build for me to see if it'd build for him and it was all
> successful. I HAVE set KEYWORDS="~x86" on this until it's deemed "stable" by
> the portage maintainers.
> 
> Allen "Chip" Parker
> [EMAIL PROTECTED]
> 
> Hosting in all shapes and sizes. 
> 
> Util-vserver-0.25.ebuild:
> # Copyright 1999-2003 Gentoo Technologies, Inc.
> # Distributed under the terms of the GNU General Public License v2
> # $Header: $
> 
> DESCRIPTION="Util-Vserver s_context Management utilities"
> HOMEPAGE="http://savannah.nongnu.org/projects/util-vserver/";
> SRC_URI="http://savannah.nongnu.org/download/util-vserver/stable.pkg/${PV}/$
> {P}.tar.bz2"
> LICENSE="GPL-2"
> SLOT="${PV}"
> KEYWORDS="~x86"
> RESTRICT="nomirror"
> IUSE=""
> 
> S=${WORKDIR}/${P}
> 
> src_compile() {
>         ./configure \
>                 --host=${CHOST} \
>                 --exec-prefix=/usr \
>                 --prefix=/ \
>                 --infodir=/usr/share/info \
>                 --mandir=/usr/share/man || die "./configure failed"
>         emake || die
> }
> 
> src_install() {
>         make DESTDIR=${D} install || die
> }
> 
> _______________________________________________
> Vserver mailing list
> [EMAIL PROTECTED]
> http://list.linux-vserver.org/mailman/listinfo/vserver
_______________________________________________
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to