mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-doc/linux-kernel-in-a-nutshell: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Linux Kernel in a Nutshell: A Desktop Quick Reference"
|
||||
HOMEPAGE="http://www.kroah.com/lkn/"
|
||||
SRC_URI="mirror://kernel/linux/kernel/people/gregkh/lkn/lkn_pdf.tar.bz2
|
||||
mirror://kernel/linux/kernel/people/gregkh/lkn/lkn_xml.tar.bz2"
|
||||
|
||||
LICENSE="CC-BY-SA-2.5"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/doc/${PN}/pdf
|
||||
doins -r lkn_pdf/* || die
|
||||
insinto /usr/share/doc/${PN}/xml
|
||||
doins -r lkn_xml/* || die
|
||||
}
|
||||
Reference in New Issue
Block a user