[gentoo-commits] repo/gentoo:master commit in: app-doc/linux-kernel-in-a-nutshell/

2021-12-12 Thread Yixun Lan
commit: c61d18aa96e3fc8120fa0e93830d0c5ebc7c92fc
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Dec  9 16:55:43 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Dec 12 14:22:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61d18aa

app-doc/linux-kernel-in-a-nutshell: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 .../linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r2.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r2.ebuild 
b/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r2.ebuild
index 012e435f0455..f855187c2947 100644
--- a/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r2.ebuild
+++ b/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r2.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}"
 
 LICENSE="CC-BY-SA-2.5"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 src_install() {
docinto pdf



[gentoo-commits] repo/gentoo:master commit in: app-doc/linux-kernel-in-a-nutshell/

2021-06-29 Thread Sam James
commit: 856094db67b1b34134370e0e60135848ffae7d86
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 29 21:06:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 29 21:16:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=856094db

app-doc/linux-kernel-in-a-nutshell: fix installation path, EAPI 8

Closes: https://bugs.gentoo.org/799278
Signed-off-by: Sam James  gentoo.org>

 ...ell-1-r1.ebuild => linux-kernel-in-a-nutshell-1-r2.ebuild} | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

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-r2.ebuild
similarity index 81%
rename from 
app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r1.ebuild
rename to 
app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r2.ebuild
index 8eb1f22922d..012e435f045 100644
--- 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-r2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="Linux Kernel in a Nutshell: A Desktop Quick Reference"
 HOMEPAGE="http://www.kroah.com/lkn/;
@@ -14,8 +14,9 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 
 src_install() {
-   insinto /usr/share/doc/${PN}/pdf
-   doins -r lkn_pdf/*
-   insinto /usr/share/doc/${PN}/xml
-   doins -r lkn_xml/*
+   docinto pdf
+   dodoc -r lkn_pdf/*
+
+   docinto xml
+   dodoc -r lkn_xml/*
 }



[gentoo-commits] repo/gentoo:master commit in: app-doc/linux-kernel-in-a-nutshell/

2021-05-29 Thread David Seifert
commit: f28889071de24d205c12d0f13f31a1cbc17cff75
Author: Sam James  gentoo  org>
AuthorDate: Sat May 29 19:02:10 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May 29 19:02:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2888907

app-doc/linux-kernel-in-a-nutshell: ebuild tidying

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>
Signed-off-by: David Seifert  gentoo.org>

 .../linux-kernel-in-a-nutshell-1-r1.ebuild | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

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
index 162eb5e5c20..8eb1f22922d 100644
--- 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
@@ -7,16 +7,11 @@ DESCRIPTION="Linux Kernel in a Nutshell: A Desktop Quick 
Reference"
 HOMEPAGE="http://www.kroah.com/lkn/;
 
SRC_URI="https://www.kernel.org/pub/linux/kernel/people/gregkh/lkn/lkn_pdf.tar.bz2

https://www.kernel.org/pub/linux/kernel/people/gregkh/lkn/lkn_xml.tar.bz2;
+S="${WORKDIR}"
 
 LICENSE="CC-BY-SA-2.5"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"
 
 src_install() {
insinto /usr/share/doc/${PN}/pdf



[gentoo-commits] repo/gentoo:master commit in: app-doc/linux-kernel-in-a-nutshell/

2020-12-28 Thread Sam James
commit: c24981e51dbb4f1612e921d1700d1e7c1469175e
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec 28 08:59:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec 28 09:03:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c24981e5

app-doc/linux-kernel-in-a-nutshell: mark ALLARCHES

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-doc/linux-kernel-in-a-nutshell/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-doc/linux-kernel-in-a-nutshell/metadata.xml 
b/app-doc/linux-kernel-in-a-nutshell/metadata.xml
index 7a38bb90096..3c58a0219fb 100644
--- a/app-doc/linux-kernel-in-a-nutshell/metadata.xml
+++ b/app-doc/linux-kernel-in-a-nutshell/metadata.xml
@@ -2,4 +2,5 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

+   
 



[gentoo-commits] repo/gentoo:master commit in: app-doc/linux-kernel-in-a-nutshell/

2018-04-21 Thread Mikle Kolyada
commit: 766565b3268cb7406808f744c6b4fa0c6804db5c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Apr 21 16:12:59 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Apr 21 16:12:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=766565b3

app-doc/linux-kernel-in-a-nutshell: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../linux-kernel-in-a-nutshell-1.ebuild| 25 --
 1 file changed, 25 deletions(-)

diff --git 
a/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1.ebuild 
b/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1.ebuild
deleted file mode 100644
index 4edef939a33..000
--- a/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1.ebuild
+++ /dev/null
@@ -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
-}



[gentoo-commits] repo/gentoo:master commit in: app-doc/linux-kernel-in-a-nutshell/

2018-04-21 Thread Mikle Kolyada
commit: f0212f8acb6d39d1a5636e3664900b0bcd53f7c1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Apr 21 16:11:30 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Apr 21 16:11:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0212f8a

app-doc/linux-kernel-in-a-nutshell: s390/sh stable wrt bug #646978

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index cf8b7188f42..a6b1db80bcc 100644
--- 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
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://kernel/linux/kernel/people/gregkh/lkn/lkn_pdf.tar.bz2
 
 LICENSE="CC-BY-SA-2.5"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-doc/linux-kernel-in-a-nutshell/

2018-04-04 Thread Sergei Trofimovich
commit: 5e38e3557dc430a430a43fa2b24bafcaa52ec53c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Apr  4 22:34:31 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Apr  4 22:34:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e38e355

app-doc/linux-kernel-in-a-nutshell: stable 1-r1 for ppc, bug #646978

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 .../linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 59158e8a83a..cf8b7188f42 100644
--- 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
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://kernel/linux/kernel/people/gregkh/lkn/lkn_pdf.tar.bz2
 
 LICENSE="CC-BY-SA-2.5"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-doc/linux-kernel-in-a-nutshell/

2018-04-02 Thread Markus Meier
commit: 277450a459cb49a465054b3c34edf08646547fce
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Apr  2 08:31:49 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Apr  2 08:31:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=277450a4

app-doc/linux-kernel-in-a-nutshell: arm stable, bug #646978

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 .../linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 5e2535cbbcd..59158e8a83a 100644
--- 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
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://kernel/linux/kernel/people/gregkh/lkn/lkn_pdf.tar.bz2
 
 LICENSE="CC-BY-SA-2.5"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-doc/linux-kernel-in-a-nutshell/

2018-03-31 Thread Sergei Trofimovich
commit: 2528a917384e5d34b119543e48bab0df1a4865a8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar 31 10:46:02 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar 31 10:46:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2528a917

app-doc/linux-kernel-in-a-nutshell: stable 1-r1 for ppc64, bug #646978

Package-Manager: Portage-2.3.27, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 .../linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 6239307cee1..5e2535cbbcd 100644
--- 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
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://kernel/linux/kernel/people/gregkh/lkn/lkn_pdf.tar.bz2
 
 LICENSE="CC-BY-SA-2.5"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-doc/linux-kernel-in-a-nutshell/

2018-03-05 Thread Tobias Klausmann
commit: 68fafd0ede30f2f99432f0fc5c4128d27aa38c48
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 10:36:12 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 10:36:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68fafd0e

app-doc/linux-kernel-in-a-nutshell-1-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/646978

 .../linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 2c9263d7508..6239307cee1 100644
--- 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
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://kernel/linux/kernel/people/gregkh/lkn/lkn_pdf.tar.bz2
 
 LICENSE="CC-BY-SA-2.5"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-doc/linux-kernel-in-a-nutshell/

2018-02-15 Thread Jason Zaman
commit: 30a33a7085d359375878cfe5258a8e098ea43909
Author: Jason Zaman  gentoo  org>
AuthorDate: Thu Feb 15 13:54:57 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Thu Feb 15 13:58:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a33a70

app-doc/linux-kernel-in-a-nutshell: amd64 stable

Gentoo-bug: 646978
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index e832e47a2c0..2c9263d7508 100644
--- 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
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://kernel/linux/kernel/people/gregkh/lkn/lkn_pdf.tar.bz2
 
 LICENSE="CC-BY-SA-2.5"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-doc/linux-kernel-in-a-nutshell/

2018-02-09 Thread Thomas Deutschmann
commit: d6b053d29e7dfc60250049b3aa9fe6ef69abac0e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Feb 10 00:22:32 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Feb 10 00:31:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b053d2

app-doc/linux-kernel-in-a-nutshell: x86 stable (bug #646978)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 6a7deec9084..e832e47a2c0 100644
--- 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
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://kernel/linux/kernel/people/gregkh/lkn/lkn_pdf.tar.bz2
 
 LICENSE="CC-BY-SA-2.5"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-doc/linux-kernel-in-a-nutshell/

2018-02-08 Thread Sergei Trofimovich
commit: d922e81f55582f88a0545162cda9499e7b282486
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Feb  8 22:03:25 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb  8 22:13:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d922e81f

app-doc/linux-kernel-in-a-nutshell: stable 1-r1 for sparc, bug #646978

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 .../linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 091ad44e97e..6a7deec9084 100644
--- 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
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://kernel/linux/kernel/people/gregkh/lkn/lkn_pdf.tar.bz2
 
 LICENSE="CC-BY-SA-2.5"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-doc/linux-kernel-in-a-nutshell/

2018-02-08 Thread Sergei Trofimovich
commit: a9e30b3409c7290d4638970597bcf39a9c82767d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Feb  8 20:09:07 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb  8 21:33:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e30b34

app-doc/linux-kernel-in-a-nutshell: stable 1-r1 for hppa, bug #646978

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 .../linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index b9c9d3a62ad..091ad44e97e 100644
--- 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
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://kernel/linux/kernel/people/gregkh/lkn/lkn_pdf.tar.bz2
 
 LICENSE="CC-BY-SA-2.5"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-doc/linux-kernel-in-a-nutshell/

2018-02-08 Thread Sergei Trofimovich
commit: c6cb3bee965bb96fb34375b4c9e236d741473e5e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Feb  8 19:58:40 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Feb  8 21:33:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6cb3bee

app-doc/linux-kernel-in-a-nutshell: stable 1-r1 for ia64, bug #646978

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 .../linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
index 15609e8321d..b9c9d3a62ad 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ 
SRC_URI="mirror://kernel/linux/kernel/people/gregkh/lkn/lkn_pdf.tar.bz2
 
 LICENSE="CC-BY-SA-2.5"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-doc/linux-kernel-in-a-nutshell/

2017-08-11 Thread Amy Liffey
commit: 8e098339141458a57e63c13359653d4b42de6a24
Author: Amy Liffey  gentoo  org>
AuthorDate: Fri Aug 11 20:36:26 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Aug 11 20:38:23 2017 +
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 000..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/*
+}



[gentoo-commits] repo/gentoo:master commit in: app-doc/linux-kernel-in-a-nutshell/

2016-08-19 Thread Pacho Ramos
commit: 700cadb2df7e31ed9deaf298edfc6182fb5cd89a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Aug 19 10:02:29 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Aug 19 10:02:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=700cadb2

app-doc/linux-kernel-in-a-nutshell: Cleanup due to bug #42273

Package-Manager: portage-2.3.0

 app-doc/linux-kernel-in-a-nutshell/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/app-doc/linux-kernel-in-a-nutshell/metadata.xml 
b/app-doc/linux-kernel-in-a-nutshell/metadata.xml
index 1a3c382..097975e 100644
--- a/app-doc/linux-kernel-in-a-nutshell/metadata.xml
+++ b/app-doc/linux-kernel-in-a-nutshell/metadata.xml
@@ -1,8 +1,4 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   gre...@gentoo.org
-   Greg Kroah-Hartman
-