summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@gentoo.org>2004-03-16 18:26:31 +0000
committerGreg Kroah-Hartman <gregkh@gentoo.org>2004-03-16 18:26:31 +0000
commit4639f429e1f86367093d47585338c95976996ee0 (patch)
treef087d0fafc4b0880575a9a9a332c34d73d141247 /app-admin/pcihpview
parentNew package. Yasr is a screenreader for linux and other unix based os's. (diff)
downloadhistorical-4639f429e1f86367093d47585338c95976996ee0.tar.gz
historical-4639f429e1f86367093d47585338c95976996ee0.tar.bz2
historical-4639f429e1f86367093d47585338c95976996ee0.zip
initial ebuild for pcihpview
Diffstat (limited to 'app-admin/pcihpview')
-rw-r--r--app-admin/pcihpview/ChangeLog7
-rw-r--r--app-admin/pcihpview/Manifest4
-rw-r--r--app-admin/pcihpview/metadata.xml9
-rw-r--r--app-admin/pcihpview/pcihpview-0.5.ebuild23
4 files changed, 43 insertions, 0 deletions
diff --git a/app-admin/pcihpview/ChangeLog b/app-admin/pcihpview/ChangeLog
new file mode 100644
index 000000000000..0d556666e371
--- /dev/null
+++ b/app-admin/pcihpview/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for app-admin/pcihpview
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/pcihpview/ChangeLog,v 1.1 2004/03/16 18:26:31 gregkh Exp $
+
+ 10 Mar 2004; <gregkh@gentoo.org> :
+ Initial ebuild creation
+
diff --git a/app-admin/pcihpview/Manifest b/app-admin/pcihpview/Manifest
new file mode 100644
index 000000000000..5b420d4a17d7
--- /dev/null
+++ b/app-admin/pcihpview/Manifest
@@ -0,0 +1,4 @@
+MD5 f5a372cfb4ad439e4bcae78b7d6e28d0 ChangeLog 284
+MD5 763356dea0f0cd522783001d1d0f0aa1 metadata.xml 253
+MD5 bd87cff3a7f589bdaacf6babe4769fc5 pcihpview-0.5.ebuild 624
+MD5 81ed81f692e9d34d6e050c8f279d21db files/digest-pcihpview-0.5-r1 64
diff --git a/app-admin/pcihpview/metadata.xml b/app-admin/pcihpview/metadata.xml
new file mode 100644
index 000000000000..77a5dc31c0b0
--- /dev/null
+++ b/app-admin/pcihpview/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>none</herd>
+<maintainer>
+ <email>gregkh@gentoo.org</email>
+ <name>Greg Kroah-Hartman</name>
+</maintainer>
+</pkgmetadata>
diff --git a/app-admin/pcihpview/pcihpview-0.5.ebuild b/app-admin/pcihpview/pcihpview-0.5.ebuild
new file mode 100644
index 000000000000..439a3b86202e
--- /dev/null
+++ b/app-admin/pcihpview/pcihpview-0.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/pcihpview/pcihpview-0.5.ebuild,v 1.1 2004/03/16 18:26:31 gregkh Exp $
+
+DESCRIPTION="Display all PCI Hotplug devices in the system"
+SRC_URI="http://www.kroah.com/linux/hotplug/${P}.tar.gz"
+HOMEPAGE="http://www.kroah.com/linux/hotplug"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 ppc sparc amd64"
+
+DEPEND="=x11-libs/gtk+-1.2*"
+
+src_compile() {
+ econf
+ make || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS ChangeLog COPYING NEWS README TODO
+}