diff options
author | Michael Imhof <tantive@gentoo.org> | 2003-01-27 13:29:42 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2003-01-27 13:29:42 +0000 |
commit | fba2bd668b8f1dc80cf4ba30800a6cc6f99e1928 (patch) | |
tree | 8b3463b16544dd00633144a57203483fdbec75a2 /sys-apps/usermode-utilities | |
parent | Version bumped, fixes #14515 (diff) | |
download | historical-fba2bd668b8f1dc80cf4ba30800a6cc6f99e1928.tar.gz historical-fba2bd668b8f1dc80cf4ba30800a6cc6f99e1928.tar.bz2 historical-fba2bd668b8f1dc80cf4ba30800a6cc6f99e1928.zip |
sorry, forgot one package :-)
Diffstat (limited to 'sys-apps/usermode-utilities')
3 files changed, 31 insertions, 1 deletions
diff --git a/sys-apps/usermode-utilities/ChangeLog b/sys-apps/usermode-utilities/ChangeLog index fac575f66721..049862780357 100644 --- a/sys-apps/usermode-utilities/ChangeLog +++ b/sys-apps/usermode-utilities/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for sys-apps/usermode-utilities # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.7 2003/01/27 13:21:55 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.8 2003/01/27 13:29:42 tantive Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords @@ -9,6 +9,11 @@ 27 Jan 2003; Michael Imhof <tantive@gentoo.org> Version bumped. +*usermode-utilities-20030120 (27 Jan 2003) + + 27 Jan 2003; Michael Imhof <tantive@gentoo.org> + Version bumped. + *usermode-utilities-20030118 (27 Jan 2003) 27 Jan 2003; Michael Imhof <tantive@gentoo.org> diff --git a/sys-apps/usermode-utilities/files/digest-usermode-utilities-20030120 b/sys-apps/usermode-utilities/files/digest-usermode-utilities-20030120 new file mode 100644 index 000000000000..e24c89acc8f8 --- /dev/null +++ b/sys-apps/usermode-utilities/files/digest-usermode-utilities-20030120 @@ -0,0 +1 @@ +MD5 11b6744e4a6e902e5fb297588da879e8 uml_utilities_20030120.tar.bz2 34802 diff --git a/sys-apps/usermode-utilities/usermode-utilities-20030120.ebuild b/sys-apps/usermode-utilities/usermode-utilities-20030120.ebuild new file mode 100644 index 000000000000..13e5100272c1 --- /dev/null +++ b/sys-apps/usermode-utilities/usermode-utilities-20030120.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/usermode-utilities-20030120.ebuild,v 1.1 2003/01/27 13:29:42 tantive Exp $ + +S=${WORKDIR}/tools +DESCRIPTION="Tools for use with Usermode Linux virtual machines" +SRC_URI="mirror://sourceforge/user-mode-linux/uml_utilities_${PV}.tar.bz2" +HOMEPAGE="http://user-mode-linux.sourceforge.net/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 -ppc ~sparc -alpha" + +DEPEND="virtual/glibc" + +src_compile() { + emake CFLAGS="${CFLAGS} -D_LARGEFILE64_SOURCE -g -Wall" all +} + +src_install () { + make DESTDIR=${D} install + + dodoc COPYING +} |