summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2005-12-08 21:06:53 +0000
committerDaniel Drake <dsd@gentoo.org>2005-12-08 21:06:53 +0000
commitb398bf883945d01acd0b42aff6cc72049cea8a65 (patch)
treeb990233639a3c98b500d0b487b2028780d98d480 /sys-block
parentNow apply the right security patch to this package. Finally fixes security bu... (diff)
downloadgentoo-2-b398bf883945d01acd0b42aff6cc72049cea8a65.tar.gz
gentoo-2-b398bf883945d01acd0b42aff6cc72049cea8a65.tar.bz2
gentoo-2-b398bf883945d01acd0b42aff6cc72049cea8a65.zip
Initial import
(Portage version: 2.0.53)
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/viaideinfo/ChangeLog10
-rw-r--r--sys-block/viaideinfo/Manifest3
-rw-r--r--sys-block/viaideinfo/files/digest-viaideinfo-0.21
-rw-r--r--sys-block/viaideinfo/metadata.xml8
-rw-r--r--sys-block/viaideinfo/viaideinfo-0.2.ebuild20
5 files changed, 42 insertions, 0 deletions
diff --git a/sys-block/viaideinfo/ChangeLog b/sys-block/viaideinfo/ChangeLog
new file mode 100644
index 000000000000..ebe7a546190a
--- /dev/null
+++ b/sys-block/viaideinfo/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sys-block/viaideinfo
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/viaideinfo/ChangeLog,v 1.1 2005/12/08 21:06:53 dsd Exp $
+
+*viaideinfo-0.2 (08 Dec 2005)
+
+ 08 Dec 2005; Daniel Drake <dsd@gentoo.org> +metadata.xml,
+ +viaideinfo-0.2.ebuild:
+ Initial import
+
diff --git a/sys-block/viaideinfo/Manifest b/sys-block/viaideinfo/Manifest
new file mode 100644
index 000000000000..cacbe3373a28
--- /dev/null
+++ b/sys-block/viaideinfo/Manifest
@@ -0,0 +1,3 @@
+MD5 28e6d4c055dea2b2a4148b4dcfbb0f16 files/digest-viaideinfo-0.2 66
+MD5 43c872252a620e391c449e150e344a3a metadata.xml 224
+MD5 66179c520f33bad043b2c37c688392fa viaideinfo-0.2.ebuild 481
diff --git a/sys-block/viaideinfo/files/digest-viaideinfo-0.2 b/sys-block/viaideinfo/files/digest-viaideinfo-0.2
new file mode 100644
index 000000000000..6547ee0b4c90
--- /dev/null
+++ b/sys-block/viaideinfo/files/digest-viaideinfo-0.2
@@ -0,0 +1 @@
+MD5 d894489f0574fab8497fce0d03c79522 viaideinfo-0.2.tar.gz 153550
diff --git a/sys-block/viaideinfo/metadata.xml b/sys-block/viaideinfo/metadata.xml
new file mode 100644
index 000000000000..11616e7f96a6
--- /dev/null
+++ b/sys-block/viaideinfo/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>dsd@gentoo.org</email>
+ <name>Daniel Drake</name>
+</maintainer>
+</pkgmetadata>
diff --git a/sys-block/viaideinfo/viaideinfo-0.2.ebuild b/sys-block/viaideinfo/viaideinfo-0.2.ebuild
new file mode 100644
index 000000000000..4f2596d11408
--- /dev/null
+++ b/sys-block/viaideinfo/viaideinfo-0.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/viaideinfo/viaideinfo-0.2.ebuild,v 1.1 2005/12/08 21:06:53 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
+}
+