diff options
author | Daniel Drake <dsd@gentoo.org> | 2007-01-28 16:43:45 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2007-01-28 16:43:45 +0000 |
commit | 29f94c5d116f57fe6beed92e684bd30f0f2d79f8 (patch) | |
tree | b4014c51179e2d11d646961245491b6d93a72137 /sys-block | |
parent | x86 stable wrt bug 164235 (diff) | |
download | gentoo-2-29f94c5d116f57fe6beed92e684bd30f0f2d79f8.tar.gz gentoo-2-29f94c5d116f57fe6beed92e684bd30f0f2d79f8.tar.bz2 gentoo-2-29f94c5d116f57fe6beed92e684bd30f0f2d79f8.zip |
verison bump: new device support, pciutils link fix
(Portage version: 2.1.2-r4)
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/viaideinfo/ChangeLog | 9 | ||||
-rw-r--r-- | sys-block/viaideinfo/files/digest-viaideinfo-0.5 | 3 | ||||
-rw-r--r-- | sys-block/viaideinfo/viaideinfo-0.5.ebuild | 20 |
3 files changed, 30 insertions, 2 deletions
diff --git a/sys-block/viaideinfo/ChangeLog b/sys-block/viaideinfo/ChangeLog index 9f3a883b0fd7..509b2acefa7b 100644 --- a/sys-block/viaideinfo/ChangeLog +++ b/sys-block/viaideinfo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-block/viaideinfo -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/viaideinfo/ChangeLog,v 1.6 2006/12/03 00:34:17 beandog Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-block/viaideinfo/ChangeLog,v 1.7 2007/01/28 16:43:45 dsd Exp $ + +*viaideinfo-0.5 (28 Jan 2007) + + 28 Jan 2007; Daniel Drake <dsd@gentoo.org> +viaideinfo-0.5.ebuild: + verison bump: new device support, pciutils link fix 03 Dec 2006; Steve Dibb <beandog@gentoo.org> viaideinfo-0.4.ebuild: Add ~amd64, bug 144857 diff --git a/sys-block/viaideinfo/files/digest-viaideinfo-0.5 b/sys-block/viaideinfo/files/digest-viaideinfo-0.5 new file mode 100644 index 000000000000..1566c7c51026 --- /dev/null +++ b/sys-block/viaideinfo/files/digest-viaideinfo-0.5 @@ -0,0 +1,3 @@ +MD5 5db6b9f406416e33efd31df1ad44a54c viaideinfo-0.5.tar.gz 87428 +RMD160 6be728d7b118a340233456d54fa18079d444922e viaideinfo-0.5.tar.gz 87428 +SHA256 833247f29e16d1cd6b20095955a1986932121ddda6dc56802d0f9df778eb8bba viaideinfo-0.5.tar.gz 87428 diff --git a/sys-block/viaideinfo/viaideinfo-0.5.ebuild b/sys-block/viaideinfo/viaideinfo-0.5.ebuild new file mode 100644 index 000000000000..97a925993a76 --- /dev/null +++ b/sys-block/viaideinfo/viaideinfo-0.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-block/viaideinfo/viaideinfo-0.5.ebuild,v 1.1 2007/01/28 16:43:45 dsd Exp $ + +DESCRIPTION="Query VIA IDE controllers for various information" +HOMEPAGE="http://www.reactivated.net/software/viaideinfo" +SRC_URI="http://www.reactivated.net/software/viaideinfo/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND=">=sys-apps/pciutils-2.2.0" + +src_install() { + emake install DESTDIR=${D} + dodoc ChangeLog NEWS README THANKS +} + |