diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-15 04:38:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-15 04:38:44 +0000 |
commit | 8f0a795201a0dc5afa7cbf2af97a0972abb2c705 (patch) | |
tree | 63189dd5936f0f470b7c329db61c11385131d60f /sys-block | |
parent | Version bump. (diff) | |
download | gentoo-2-8f0a795201a0dc5afa7cbf2af97a0972abb2c705.tar.gz gentoo-2-8f0a795201a0dc5afa7cbf2af97a0972abb2c705.tar.bz2 gentoo-2-8f0a795201a0dc5afa7cbf2af97a0972abb2c705.zip |
Version bump.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/nwutil/ChangeLog | 9 | ||||
-rw-r--r-- | sys-block/nwutil/files/digest-nwutil-1.8 | 3 | ||||
-rw-r--r-- | sys-block/nwutil/nwutil-1.8.ebuild | 19 |
3 files changed, 29 insertions, 2 deletions
diff --git a/sys-block/nwutil/ChangeLog b/sys-block/nwutil/ChangeLog index 5d5d66663761..d72b9abfc475 100644 --- a/sys-block/nwutil/ChangeLog +++ b/sys-block/nwutil/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-block/nwutil -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/nwutil/ChangeLog,v 1.3 2005/08/03 05:32:01 vapier Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-block/nwutil/ChangeLog,v 1.4 2006/02/15 04:38:44 vapier Exp $ + +*nwutil-1.8 (15 Feb 2006) + + 15 Feb 2006; Mike Frysinger <vapier@gentoo.org> +nwutil-1.8.ebuild: + Version bump. 03 Aug 2005; Mike Frysinger <vapier@gentoo.org> +files/nwutil-1.4-temp.patch, nwutil-1.4.ebuild: diff --git a/sys-block/nwutil/files/digest-nwutil-1.8 b/sys-block/nwutil/files/digest-nwutil-1.8 new file mode 100644 index 000000000000..efdf28c1bd3f --- /dev/null +++ b/sys-block/nwutil/files/digest-nwutil-1.8 @@ -0,0 +1,3 @@ +MD5 b3cca1288ae0a8d13dad39592afe94c0 nwutil-1.8.tar.gz 83877 +RMD160 8969d0190b67d94fda95582ab9324611ed561b70 nwutil-1.8.tar.gz 83877 +SHA256 8a73d7e78ba57a1b49577f6dfddec15ff20ecbb2e6d971f5a334ef4b0527c80c nwutil-1.8.tar.gz 83877 diff --git a/sys-block/nwutil/nwutil-1.8.ebuild b/sys-block/nwutil/nwutil-1.8.ebuild new file mode 100644 index 000000000000..f98d0b804b1c --- /dev/null +++ b/sys-block/nwutil/nwutil-1.8.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-block/nwutil/nwutil-1.8.ebuild,v 1.1 2006/02/15 04:38:44 vapier Exp $ + +DESCRIPTION="Netwinder hardware utilities" +HOMEPAGE="http://packages.debian.org/stable/base/nwutil" +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* arm" +IUSE="" + +DEPEND="" + +src_install() { + make DESTDIR="${D}" install || die "install main failed" + dodoc ChangeLog README +} |