diff options
author | Michael Imhof <tantive@gentoo.org> | 2002-11-06 11:15:06 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2002-11-06 11:15:06 +0000 |
commit | dd7d2d5c0ec6c1a977f54e9a29ebcf43c425e33e (patch) | |
tree | c931b5822b83b4d9e6b6bbc16a38d1c0decf96a5 /sys-apps | |
parent | version bumped (diff) | |
download | gentoo-2-dd7d2d5c0ec6c1a977f54e9a29ebcf43c425e33e.tar.gz gentoo-2-dd7d2d5c0ec6c1a977f54e9a29ebcf43c425e33e.tar.bz2 gentoo-2-dd7d2d5c0ec6c1a977f54e9a29ebcf43c425e33e.zip |
Version bumped
Diffstat (limited to 'sys-apps')
3 files changed, 36 insertions, 7 deletions
diff --git a/sys-apps/usermode-utilities/ChangeLog b/sys-apps/usermode-utilities/ChangeLog index 1a041c27ec7f..970b257e029f 100644 --- a/sys-apps/usermode-utilities/ChangeLog +++ b/sys-apps/usermode-utilities/ChangeLog @@ -1,9 +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.2 2002/11/03 11:07:11 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/usermode-utilities/ChangeLog,v 1.3 2002/11/06 11:15:06 tantive Exp $ +*usermode-utilities-20021103 (06 Nov 2002) -*usermode-20021102 (03 Nov 2002) + 06 Nov 2002; Michael Imhof <tantive@gentoo.org> + Version bumped. + +*usermode-utilities-20021102 (03 Nov 2002) 03 Nov 2002; Michael Imhof <tantive@gentoo.org> Version bumped. @@ -13,27 +17,27 @@ 10 Oct 2002; Michael Imhof <tantive@gentoo.org> Moved dev-util/usermode to sys-apps/usermode-utilities -*usermode-20020906 (08 Oct 2002) +*usermode-utilities-20020906 (08 Oct 2002) 08 Oct 2002; Michael Imhof <tantive@gentoo.org> Version bump thanks to sasquach -*usermode-20020821 (08 Oct 2002) +*usermode-utilities-20020821 (08 Oct 2002) 08 Oct 2002; Michael Imhof <tantive@gentoo.org> Version bump thanks to sasquach -*usermode-20020729 (08 Oct 2002) +*usermode-utilities-20020729 (08 Oct 2002) 08 Oct 2002; Michael Imhof <tantive@gentoo.org> Version bump thanks to sasquach -*usermode-20020718 (23 Jul 2002) +*usermode-utilities-20020718 (23 Jul 2002) 23 Jul 2002; Seemant Kulleen <seemant@gentoo.org> usermode-20020718.ebuild : Version bump thanks to sasquach in #gentoo -*usermode-20020415 (27 Apr 2002) +*usermode-utilities-20020415 (27 Apr 2002) 27 Apr 2002; Bruce A. Locke <blocke@shivan.org> usermode-20020415.ebuild: diff --git a/sys-apps/usermode-utilities/files/digest-usermode-utilities-20021103 b/sys-apps/usermode-utilities/files/digest-usermode-utilities-20021103 new file mode 100644 index 000000000000..585a2b211d86 --- /dev/null +++ b/sys-apps/usermode-utilities/files/digest-usermode-utilities-20021103 @@ -0,0 +1 @@ +MD5 9400a5f85bc701aace7c8121438d8c12 uml_utilities_20021103.tar.bz2 34351 diff --git a/sys-apps/usermode-utilities/usermode-utilities-20021103.ebuild b/sys-apps/usermode-utilities/usermode-utilities-20021103.ebuild new file mode 100644 index 000000000000..a38a365c1ee7 --- /dev/null +++ b/sys-apps/usermode-utilities/usermode-utilities-20021103.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-20021103.ebuild,v 1.1 2002/11/06 11:15:06 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 +} |