From: "Amy Liffey" <amynka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/linux-kernel-in-a-nutshell/
Date: Fri, 11 Aug 2017 20:40:26 +0000 (UTC) [thread overview]
Message-ID: <1502483903.8e098339141458a57e63c13359653d4b42de6a24.amynka@gentoo> (raw)
commit: 8e098339141458a57e63c13359653d4b42de6a24
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 20:36:26 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 20:38:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e098339
app-doc/linux-kernel-in-a-nutshell: EAPI 6 bump
Package-Manager: Portage-2.3.6, Repoman-2.3.1
.../linux-kernel-in-a-nutshell-1-r1.ebuild | 28 ++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r1.ebuild b/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r1.ebuild
new file mode 100644
index 00000000000..15609e8321d
--- /dev/null
+++ b/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"
+
+src_install() {
+ insinto /usr/share/doc/${PN}/pdf
+ doins -r lkn_pdf/*
+ insinto /usr/share/doc/${PN}/xml
+ doins -r lkn_xml/*
+}
next reply other threads:[~2017-08-11 20:40 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-11 20:40 Amy Liffey [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-12-12 14:23 [gentoo-commits] repo/gentoo:master commit in: app-doc/linux-kernel-in-a-nutshell/ Yixun Lan
2021-06-29 21:23 Sam James
2021-05-29 19:03 David Seifert
2020-12-28 9:03 Sam James
2018-04-21 16:13 Mikle Kolyada
2018-04-21 16:12 Mikle Kolyada
2018-04-04 22:35 Sergei Trofimovich
2018-04-02 8:33 Markus Meier
2018-03-31 10:46 Sergei Trofimovich
2018-03-05 10:36 Tobias Klausmann
2018-02-15 13:58 Jason Zaman
2018-02-10 0:32 Thomas Deutschmann
2018-02-08 22:13 Sergei Trofimovich
2018-02-08 21:33 Sergei Trofimovich
2018-02-08 21:33 Sergei Trofimovich
2016-08-19 10:07 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1502483903.8e098339141458a57e63c13359653d4b42de6a24.amynka@gentoo \
--to=amynka@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox