summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2006-08-12 15:50:12 +0000
committerDaniel Drake <dsd@gentoo.org>2006-08-12 15:50:12 +0000
commitf41941a964c5c60dfb2b2dcbb7709b6babb85c80 (patch)
treeceb14230b1244bfa71111ea989e1ec1042c4aace /sys-block/viaideinfo
parentStable on hppa. See bug #143126. (diff)
downloadgentoo-2-f41941a964c5c60dfb2b2dcbb7709b6babb85c80.tar.gz
gentoo-2-f41941a964c5c60dfb2b2dcbb7709b6babb85c80.tar.bz2
gentoo-2-f41941a964c5c60dfb2b2dcbb7709b6babb85c80.zip
Version bump: Adds VT8237A support
(Portage version: 2.1.1_pre5)
Diffstat (limited to 'sys-block/viaideinfo')
-rw-r--r--sys-block/viaideinfo/ChangeLog7
-rw-r--r--sys-block/viaideinfo/files/digest-viaideinfo-0.43
-rw-r--r--sys-block/viaideinfo/viaideinfo-0.4.ebuild20
3 files changed, 29 insertions, 1 deletions
diff --git a/sys-block/viaideinfo/ChangeLog b/sys-block/viaideinfo/ChangeLog
index 4fb52686e546..e53d99fbcf42 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.3 2006/05/27 10:44:28 dsd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/viaideinfo/ChangeLog,v 1.4 2006/08/12 15:50:12 dsd Exp $
+
+*viaideinfo-0.4 (12 Aug 2006)
+
+ 12 Aug 2006; Daniel Drake <dsd@gentoo.org> +viaideinfo-0.4.ebuild:
+ Version bump: Adds VT8237A support
27 May 2006; Daniel Drake <dsd@gentoo.org> viaideinfo-0.3.ebuild:
Stable on x86
diff --git a/sys-block/viaideinfo/files/digest-viaideinfo-0.4 b/sys-block/viaideinfo/files/digest-viaideinfo-0.4
new file mode 100644
index 000000000000..cd00d571151b
--- /dev/null
+++ b/sys-block/viaideinfo/files/digest-viaideinfo-0.4
@@ -0,0 +1,3 @@
+MD5 e436a580eb8a047a0551cb996b11e6f5 viaideinfo-0.4.tar.gz 87435
+RMD160 21090c403544c692a350cb00917c73a7665c8d01 viaideinfo-0.4.tar.gz 87435
+SHA256 94d05c4e4b29d23a369054b5b6310a52628a47067800daecbd19859392c66e3f viaideinfo-0.4.tar.gz 87435
diff --git a/sys-block/viaideinfo/viaideinfo-0.4.ebuild b/sys-block/viaideinfo/viaideinfo-0.4.ebuild
new file mode 100644
index 000000000000..d40ba2bda71a
--- /dev/null
+++ b/sys-block/viaideinfo/viaideinfo-0.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/viaideinfo/viaideinfo-0.4.ebuild,v 1.1 2006/08/12 15:50:12 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"
+IUSE=""
+
+DEPEND=">=sys-apps/pciutils-2.2.0"
+
+src_install() {
+ make install DESTDIR=${D}
+ dodoc ChangeLog NEWS README THANKS
+}
+