summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-02-19 19:11:13 +0000
committerMike Frysinger <vapier@gentoo.org>2005-02-19 19:11:13 +0000
commit856691f22a1110d7d8dba6e1aee8d352c464ddc5 (patch)
treedd387968e50013fb795bdf7398e31d53b2944230 /app-doc
parentStable on ppc64 (diff)
downloadgentoo-2-856691f22a1110d7d8dba6e1aee8d352c464ddc5.tar.gz
gentoo-2-856691f22a1110d7d8dba6e1aee8d352c464ddc5.tar.bz2
gentoo-2-856691f22a1110d7d8dba6e1aee8d352c464ddc5.zip
initial import
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/linux-device-drivers/ChangeLog8
-rw-r--r--app-doc/linux-device-drivers/Manifest2
-rw-r--r--app-doc/linux-device-drivers/files/digest-linux-device-drivers-21
-rw-r--r--app-doc/linux-device-drivers/linux-device-drivers-2.ebuild21
4 files changed, 32 insertions, 0 deletions
diff --git a/app-doc/linux-device-drivers/ChangeLog b/app-doc/linux-device-drivers/ChangeLog
new file mode 100644
index 000000000000..c7880e4dfaff
--- /dev/null
+++ b/app-doc/linux-device-drivers/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-doc/linux-device-drivers
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-device-drivers/ChangeLog,v 1.1 2005/02/19 19:11:13 vapier Exp $
+
+*linux-device-drivers-2 (19 Feb 2004)
+
+ 19 Feb 2004; Mike Frysinger <vapier@gentoo.org> :
+ Initial import. Ebuild submitted by me.
diff --git a/app-doc/linux-device-drivers/Manifest b/app-doc/linux-device-drivers/Manifest
new file mode 100644
index 000000000000..751b448a7b14
--- /dev/null
+++ b/app-doc/linux-device-drivers/Manifest
@@ -0,0 +1,2 @@
+MD5 8ee602d4d08fe2bee5a7e09246f57cf1 linux-device-drivers-2.ebuild 454
+MD5 639c15b3fe56558cdef7497cbf609603 files/digest-linux-device-drivers-2 62
diff --git a/app-doc/linux-device-drivers/files/digest-linux-device-drivers-2 b/app-doc/linux-device-drivers/files/digest-linux-device-drivers-2
new file mode 100644
index 000000000000..c70145f14292
--- /dev/null
+++ b/app-doc/linux-device-drivers/files/digest-linux-device-drivers-2
@@ -0,0 +1 @@
+MD5 8129bc29aa3b3ccf415eccbd26d87f72 ldd_book_pdf.zip 6971754
diff --git a/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild b/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild
new file mode 100644
index 000000000000..2cc8df556bd4
--- /dev/null
+++ b/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild,v 1.1 2005/02/19 19:11:13 vapier Exp $
+
+DESCRIPTION="howto write linux device drivers (updated for Linux 2.4)"
+HOMEPAGE="http://www.oreilly.com/catalog/linuxdrive2/"
+SRC_URI="http://www.xml.com/ldd/chapter/book/pdf/ldd_book_pdf.zip"
+
+LICENSE="FDL-1.1"
+SLOT="2"
+KEYWORDS="amd64 arm hppa ia64 s390 sh x86"
+IUSE=""
+
+DEPEND="app-arch/zip"
+RDEPEND=""
+
+S=${WORKDIR}
+
+src_install() {
+ dodoc *.pdf || die
+}