diff options
author | Michael Imhof <tantive@gentoo.org> | 2002-11-03 11:07:11 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2002-11-03 11:07:11 +0000 |
commit | 343e5d31182d3ede34fde3ee5574143fc09940b0 (patch) | |
tree | 6f378e1091fc32ddf163e913470b78ee784c2b73 /sys-apps/usermode-utilities | |
parent | Version bumped (diff) | |
download | historical-343e5d31182d3ede34fde3ee5574143fc09940b0.tar.gz historical-343e5d31182d3ede34fde3ee5574143fc09940b0.tar.bz2 historical-343e5d31182d3ede34fde3ee5574143fc09940b0.zip |
Version bumped
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 51a376299847..1a041c27ec7f 100644 --- a/sys-apps/usermode-utilities/ChangeLog +++ b/sys-apps/usermode-utilities/ChangeLog @@ -1,8 +1,13 @@ # ChangeLog for dev-util/usermode # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.1 2002/10/10 10:10:57 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.2 2002/11/03 11:07:11 tantive Exp $ +*usermode-20021102 (03 Nov 2002) + + 03 Nov 2002; Michael Imhof <tantive@gentoo.org> + Version bumped. + *usermode-utilities-* (10 Oct 2002) 10 Oct 2002; Michael Imhof <tantive@gentoo.org> diff --git a/sys-apps/usermode-utilities/files/digest-usermode-utilities-20021102 b/sys-apps/usermode-utilities/files/digest-usermode-utilities-20021102 new file mode 100644 index 000000000000..85359b3eb4da --- /dev/null +++ b/sys-apps/usermode-utilities/files/digest-usermode-utilities-20021102 @@ -0,0 +1 @@ +MD5 60808018eb2df6acb42c709719d846f3 uml_utilities_20021102.tar.bz2 34317 diff --git a/sys-apps/usermode-utilities/usermode-utilities-20021102.ebuild b/sys-apps/usermode-utilities/usermode-utilities-20021102.ebuild new file mode 100644 index 000000000000..e822a7874c85 --- /dev/null +++ b/sys-apps/usermode-utilities/usermode-utilities-20021102.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-20021102.ebuild,v 1.1 2002/11/03 11:07:11 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 ~sparc64 -alpha" + +DEPEND="virtual/glibc" + +src_compile() { + emake CFLAGS="${CFLAGS} -D_LARGEFILE64_SOURCE -g -Wall" all +} + +src_install () { + make DESTDIR=${D} install + + dodoc COPYING +} |