[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/, app-i18n/man-pages-fr/files/

2020-05-17 Thread Ulrich Müller
commit: 3f954732683fb318c15ca9d218d81ef1ca5d3b67
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun May 17 19:29:47 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun May 17 19:41:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f954732

app-i18n/man-pages-fr: Remove package.

Bug: https://bugs.gentoo.org/717744
Signed-off-by: Ulrich Müller  gentoo.org>

 app-i18n/man-pages-fr/Manifest |  3 --
 .../files/man-pages-fr-3.70-r1-fix-unpack.patch| 26 ---
 app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild  | 50 --
 app-i18n/man-pages-fr/metadata.xml | 18 
 4 files changed, 97 deletions(-)

diff --git a/app-i18n/man-pages-fr/Manifest b/app-i18n/man-pages-fr/Manifest
deleted file mode 100644
index fd8d37131c8..000
--- a/app-i18n/man-pages-fr/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST man-pages-3.70.tar.xz 1266044 BLAKE2B 
00aa14ac7c9aafb9883713c4d13fe9318cf10cfe844663226bcd374b0a77b8b8a60cefeada7ca058f9d4e8b4e1056f4c8c6d762f46507f08f454bbe450f49fe3
 SHA512 
3e5590fe5181a914bb49531b7786eefc9d13d1ce1e3a80b09500dfc31a7fa01543f36c44484194613d2c87b840e4bdd9774eedc67251d3378014698078cb3ca3
-DIST man-pages-fr-3.70-1-r1.tar.gz 4669973 BLAKE2B 
2fd32c5e922f8d74dbec74724c9acb8f5fdc0fd7a88f4687465713b22ddee5589b4a54383bdf14eb76076538e9d28a20ffdac2415c521b21e21f5186606121d6
 SHA512 
002ca3b7066437ce3a42f9c0396940ffc8593d2acdd05a3150c54b8d1f272ef6a448a18e6f3de0f90ac6eb4e616c132eb4e11e3e052b2e6f83a820a7d56f32d1
-DIST perkamon-man-pages-3.70.tar.gz 24292 BLAKE2B 
60848a93d95c1eedc50b10a4b8cfd68c3847ae5e6d13de06058f1c89218d953f68f5428fe3d422c11078f80a5bcb678abd51388b6ee4ea20c2db2e9a87fc51e6
 SHA512 
648f16c958d1ed5933da1e971f94391761cad94414eb4d0d3eee612f9cabef3a56f07c5f83b72be3f98d49a9956d3ccceb1568ea76572f6d4a6fb8b50a8225a5

diff --git a/app-i18n/man-pages-fr/files/man-pages-fr-3.70-r1-fix-unpack.patch 
b/app-i18n/man-pages-fr/files/man-pages-fr-3.70-r1-fix-unpack.patch
deleted file mode 100644
index 8d24981fc26..000
--- a/app-i18n/man-pages-fr/files/man-pages-fr-3.70-r1-fix-unpack.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/Makefile.old b/Makefile
-index a4e4285..b3b3690 100644
 a/Makefile.old
-+++ b/Makefile
-@@ -39,7 +39,7 @@ stamp-unpack-git:
-   touch $@
- 
- setup: stamp-setup
--stamp-setup: stamp-unpack
-+stamp-setup:
-   $(MAKE) -C perkamon setup
-   mv perkamon/build .
-   touch $@
-diff --git a/perkamon/Makefile.old b/perkamon/Makefile
-index 3a3aa32..57e532c 100644
 a/perkamon/Makefile.old
-+++ b/perkamon/Makefile
-@@ -99,7 +99,7 @@ stamp-unpack-git:
- #  Prepare sources for being used by po4a.
- #  This target is called once after manual pages are unpacked.
- setup: stamp-setup
--stamp-setup: stamp-unpack
-+stamp-setup:
-   -rm -rf build
-   mkdir -p build/C
-   for i in $$(seq 8); do mkdir build/C/man$$i; done

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
deleted file mode 100644
index a3c05f2063e..000
--- a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV="${PV}-1"
-DESCRIPTION="A somewhat comprehensive collection of French Linux man pages"
-HOMEPAGE="https://traduc.org/perkamon;
-
-SRC_URI="
-   
https://gitlab.com/perkamon/${PN}/-/archive/${MY_PV}/${PN}-${MY_PV}.tar.gz -> 
${PN}-${MY_PV}-${PR}.tar.gz
-   
https://gitlab.com/perkamon/man-pages/-/archive/${PV}/man-pages-${PV}.tar.gz -> 
perkamon-man-pages-${PV}.tar.gz
-   
https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/Archive/man-pages-${PV}.tar.xz
-"
-
-LICENSE="BSD GPL-2+ man-pages"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="app-text/po4a"
-
-RDEPEND="virtual/man"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-PATCHES=(
-   "${FILESDIR}/${PF}-fix-unpack.patch"
-)
-
-src_unpack() {
-   unpack "${PN}-${MY_PV}-${PR}.tar.gz"
-
-   cd "${S}" || die
-   unpack "perkamon-man-pages-${PV}.tar.gz"
-   mv "man-pages-${PV}" "perkamon" || die
-
-   cd "perkamon" || die
-   unpack "man-pages-${PV}.tar.xz"
-   mv "man-pages-${PV}" "man-pages" || die
-}
-
-src_compile() {
-   emake translate
-}
-
-src_install() {
-   einstalldocs
-
-   doman -i18n=fr build/fr/man*/*
-}

diff --git a/app-i18n/man-pages-fr/metadata.xml 
b/app-i18n/man-pages-fr/metadata.xml
deleted file mode 100644
index 673d3ce10a3..000
--- a/app-i18n/man-pages-fr/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   beatus...@protonmail.com
-   Mattéo Rossillol‑‑Laruelle
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-  

[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2019-09-23 Thread Joonas Niilola
commit: 2c02840ab742a8fc8c505289893638de53df923c
Author: Mattéo Rossillol‑‑Laruelle  protonmail  com>
AuthorDate: Thu Sep 19 12:24:03 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Sep 23 13:31:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c02840a

app-i18n/man-pages-fr: remove old

The link to the "compiled" sources (with po4a) is dead: this ebuild is
therefore useless and replaced by the new revision allowing to compile
from the GitLab sources.

Signed-off-by: Mattéo Rossillol‑‑Laruelle  protonmail.com>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Closes: https://github.com/gentoo/gentoo/pull/12970
Signed-off-by: Joonas Niilola  gentoo.org>

 app-i18n/man-pages-fr/Manifest |  1 -
 app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/app-i18n/man-pages-fr/Manifest b/app-i18n/man-pages-fr/Manifest
index b58e72b2c00..fd8d37131c8 100644
--- a/app-i18n/man-pages-fr/Manifest
+++ b/app-i18n/man-pages-fr/Manifest
@@ -1,4 +1,3 @@
 DIST man-pages-3.70.tar.xz 1266044 BLAKE2B 
00aa14ac7c9aafb9883713c4d13fe9318cf10cfe844663226bcd374b0a77b8b8a60cefeada7ca058f9d4e8b4e1056f4c8c6d762f46507f08f454bbe450f49fe3
 SHA512 
3e5590fe5181a914bb49531b7786eefc9d13d1ce1e3a80b09500dfc31a7fa01543f36c44484194613d2c87b840e4bdd9774eedc67251d3378014698078cb3ca3
 DIST man-pages-fr-3.70-1-r1.tar.gz 4669973 BLAKE2B 
2fd32c5e922f8d74dbec74724c9acb8f5fdc0fd7a88f4687465713b22ddee5589b4a54383bdf14eb76076538e9d28a20ffdac2415c521b21e21f5186606121d6
 SHA512 
002ca3b7066437ce3a42f9c0396940ffc8593d2acdd05a3150c54b8d1f272ef6a448a18e6f3de0f90ac6eb4e616c132eb4e11e3e052b2e6f83a820a7d56f32d1
-DIST man-pages-fr-3.70-1.tar.xz 1143156 BLAKE2B 
09a86733caf03246e530e898688d0f93ef401a74cc66eb1f5ee05ded5dee0be45fc27fcbcf458f2c5a3286a6655c7b7302eb1b2759be6e0205e69db95ce989dc
 SHA512 
7bb6991b2278c898d67d465ebe434dc3a969e9ec5c962ed6b6fdb41e66121a1924573f529d310adf30cd8494515888627b3226f26b906452a8882c4851c290d8
 DIST perkamon-man-pages-3.70.tar.gz 24292 BLAKE2B 
60848a93d95c1eedc50b10a4b8cfd68c3847ae5e6d13de06058f1c89218d953f68f5428fe3d422c11078f80a5bcb678abd51388b6ee4ea20c2db2e9a87fc51e6
 SHA512 
648f16c958d1ed5933da1e971f94391761cad94414eb4d0d3eee612f9cabef3a56f07c5f83b72be3f98d49a9956d3ccceb1568ea76572f6d4a6fb8b50a8225a5

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
deleted file mode 100644
index d926dd39c09..000
--- a/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A somewhat comprehensive collection of french Linux man pages"
-HOMEPAGE="https://traduc.org/perkamon;
-SRC_URI="https://alioth.debian.org/frs/download.php/file/4119/${P}-1.tar.xz;
-
-LICENSE="BSD FDL-1.1 FDL-1.2 GPL-2 GPL-2+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="virtual/man"
-DEPEND=""
-
-S="${WORKDIR}/fr"
-
-src_install() {
-   dodoc README.fr
-   doman -i18n=fr man*/*
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2019-09-21 Thread Matt Turner
commit: 2930a55dc509e0d2e6d408b8c02094192317e1db
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 21 18:07:57 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 21 18:08:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2930a55d

app-i18n/man-pages-fr-3.70-r1: alpha stable, bug 693276

Signed-off-by: Matt Turner  gentoo.org>

 app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
index 027a93fda32..2db24fda414 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD GPL-2+ man-pages"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="app-text/po4a"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2019-09-20 Thread Sergei Trofimovich
commit: 0359c1afaf75326e5f564cb9c35bd54c21b36dc4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 20 06:38:37 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 20 06:38:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0359c1af

app-i18n/man-pages-fr: stable 3.70-r1 for hppa, bug #693276

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
index d540ec8de59..027a93fda32 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD GPL-2+ man-pages"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="app-text/po4a"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2019-09-13 Thread Mikle Kolyada
commit: 7316db0e702e8739ab4252b67421e1910b24e6bb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Sep 13 18:17:53 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Sep 13 18:17:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7316db0e

app-i18n/man-pages-fr: arm stable wrt bug #693276

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
index 2a7a148e2f7..d540ec8de59 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD GPL-2+ man-pages"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="app-text/po4a"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2019-09-09 Thread Agostino Sarubbo
commit: bb63fa7ffcf53f48a9cb408c6dc9b6dacf55a1bf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep  9 06:02:03 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep  9 06:02:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb63fa7f

app-i18n/man-pages-fr: sparc stable wrt bug #693276

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
index 975c5be87b7..2a7a148e2f7 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD GPL-2+ man-pages"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="app-text/po4a"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2019-09-08 Thread Agostino Sarubbo
commit: a5b327529c9a05589db77292d987b7eb565688a2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep  9 05:53:19 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep  9 05:53:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b32752

app-i18n/man-pages-fr: amd64 stable wrt bug #693276

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
index 9d401f6c020..975c5be87b7 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD GPL-2+ man-pages"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="app-text/po4a"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2019-09-08 Thread Sergei Trofimovich
commit: 4cf94c56a106482d38726c94957a6293d81b2700
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep  8 18:28:38 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep  8 18:28:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf94c56

app-i18n/man-pages-fr: stable 3.70-r1 for ppc64, bug #693276

Package-Manager: Portage-2.3.75, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
index 590b946acad..9d401f6c020 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD GPL-2+ man-pages"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="app-text/po4a"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2019-09-08 Thread Sergei Trofimovich
commit: fda842e9e2cbc7fe02d24fefd0706f9ed4df7101
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep  8 18:23:58 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep  8 18:23:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fda842e9

app-i18n/man-pages-fr: stable 3.70-r1 for ppc, bug #693276

Package-Manager: Portage-2.3.75, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
index 5ca96eda469..590b946acad 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD GPL-2+ man-pages"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="app-text/po4a"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2019-09-08 Thread Sergei Trofimovich
commit: 011ccc3fb6e8da845bb84501127becd56777babe
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep  8 18:20:25 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep  8 18:21:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=011ccc3f

app-i18n/man-pages-fr: stable 3.70-r1 for ia64, bug #693276

Package-Manager: Portage-2.3.75, Repoman-2.3.17
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
index c13fc1370a4..5ca96eda469 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD GPL-2+ man-pages"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="app-text/po4a"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2019-09-08 Thread Agostino Sarubbo
commit: 21fbb7971a02e9b18470bdbe92ad2b0c1762bf5d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep  8 10:21:39 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep  8 10:21:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21fbb797

app-i18n/man-pages-fr: s390 stable wrt bug #693276

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
index 5d86ea30442..c13fc1370a4 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD GPL-2+ man-pages"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="app-text/po4a"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2019-09-07 Thread Thomas Deutschmann
commit: 24153b3fe0361e357e99efb8093382ddef933fdf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep  7 18:21:57 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep  7 21:06:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24153b3f

app-i18n/man-pages-fr: x86 stable (bug #693276)

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
index b940c747c2c..5d86ea30442 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD GPL-2+ man-pages"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="app-text/po4a"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/, app-i18n/man-pages-fr/files/

2019-07-15 Thread Michał Górny
commit: 494e75cc323cedaaf3bce24ab0e02ab1df602bbf
Author: Mattéo Rossillol‑‑Laruelle  protonmail  com>
AuthorDate: Tue Jul  2 20:59:53 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 15 17:26:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494e75cc

app-i18n/man-pages-fr: revbump and adoption

- change URI because the previous one is down: build from GitLab repo
- adopt package: update metadata.xml
- change LICENSE variable (sys-apps/man-pages)
- ebuild handles unpacking

Signed-off-by: Mattéo Rossillol‑‑Laruelle  protonmail.com>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/12380
Signed-off-by: Michał Górny  gentoo.org>

 app-i18n/man-pages-fr/Manifest |  3 ++
 .../files/man-pages-fr-3.70-r1-fix-unpack.patch| 26 +++
 app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild  | 50 ++
 app-i18n/man-pages-fr/metadata.xml | 15 ++-
 4 files changed, 93 insertions(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-fr/Manifest b/app-i18n/man-pages-fr/Manifest
index 3afa1e4b725..b58e72b2c00 100644
--- a/app-i18n/man-pages-fr/Manifest
+++ b/app-i18n/man-pages-fr/Manifest
@@ -1 +1,4 @@
+DIST man-pages-3.70.tar.xz 1266044 BLAKE2B 
00aa14ac7c9aafb9883713c4d13fe9318cf10cfe844663226bcd374b0a77b8b8a60cefeada7ca058f9d4e8b4e1056f4c8c6d762f46507f08f454bbe450f49fe3
 SHA512 
3e5590fe5181a914bb49531b7786eefc9d13d1ce1e3a80b09500dfc31a7fa01543f36c44484194613d2c87b840e4bdd9774eedc67251d3378014698078cb3ca3
+DIST man-pages-fr-3.70-1-r1.tar.gz 4669973 BLAKE2B 
2fd32c5e922f8d74dbec74724c9acb8f5fdc0fd7a88f4687465713b22ddee5589b4a54383bdf14eb76076538e9d28a20ffdac2415c521b21e21f5186606121d6
 SHA512 
002ca3b7066437ce3a42f9c0396940ffc8593d2acdd05a3150c54b8d1f272ef6a448a18e6f3de0f90ac6eb4e616c132eb4e11e3e052b2e6f83a820a7d56f32d1
 DIST man-pages-fr-3.70-1.tar.xz 1143156 BLAKE2B 
09a86733caf03246e530e898688d0f93ef401a74cc66eb1f5ee05ded5dee0be45fc27fcbcf458f2c5a3286a6655c7b7302eb1b2759be6e0205e69db95ce989dc
 SHA512 
7bb6991b2278c898d67d465ebe434dc3a969e9ec5c962ed6b6fdb41e66121a1924573f529d310adf30cd8494515888627b3226f26b906452a8882c4851c290d8
+DIST perkamon-man-pages-3.70.tar.gz 24292 BLAKE2B 
60848a93d95c1eedc50b10a4b8cfd68c3847ae5e6d13de06058f1c89218d953f68f5428fe3d422c11078f80a5bcb678abd51388b6ee4ea20c2db2e9a87fc51e6
 SHA512 
648f16c958d1ed5933da1e971f94391761cad94414eb4d0d3eee612f9cabef3a56f07c5f83b72be3f98d49a9956d3ccceb1568ea76572f6d4a6fb8b50a8225a5

diff --git a/app-i18n/man-pages-fr/files/man-pages-fr-3.70-r1-fix-unpack.patch 
b/app-i18n/man-pages-fr/files/man-pages-fr-3.70-r1-fix-unpack.patch
new file mode 100644
index 000..8d24981fc26
--- /dev/null
+++ b/app-i18n/man-pages-fr/files/man-pages-fr-3.70-r1-fix-unpack.patch
@@ -0,0 +1,26 @@
+diff --git a/Makefile.old b/Makefile
+index a4e4285..b3b3690 100644
+--- a/Makefile.old
 b/Makefile
+@@ -39,7 +39,7 @@ stamp-unpack-git:
+   touch $@
+ 
+ setup: stamp-setup
+-stamp-setup: stamp-unpack
++stamp-setup:
+   $(MAKE) -C perkamon setup
+   mv perkamon/build .
+   touch $@
+diff --git a/perkamon/Makefile.old b/perkamon/Makefile
+index 3a3aa32..57e532c 100644
+--- a/perkamon/Makefile.old
 b/perkamon/Makefile
+@@ -99,7 +99,7 @@ stamp-unpack-git:
+ #  Prepare sources for being used by po4a.
+ #  This target is called once after manual pages are unpacked.
+ setup: stamp-setup
+-stamp-setup: stamp-unpack
++stamp-setup:
+   -rm -rf build
+   mkdir -p build/C
+   for i in $$(seq 8); do mkdir build/C/man$$i; done

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
new file mode 100644
index 000..b940c747c2c
--- /dev/null
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.70-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PV="${PV}-1"
+DESCRIPTION="A somewhat comprehensive collection of French Linux man pages"
+HOMEPAGE="https://traduc.org/perkamon;
+
+SRC_URI="
+   
https://gitlab.com/perkamon/${PN}/-/archive/${MY_PV}/${PN}-${MY_PV}.tar.gz -> 
${PN}-${MY_PV}-${PR}.tar.gz
+   
https://gitlab.com/perkamon/man-pages/-/archive/${PV}/man-pages-${PV}.tar.gz -> 
perkamon-man-pages-${PV}.tar.gz
+   
https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/Archive/man-pages-${PV}.tar.xz
+"
+
+LICENSE="BSD GPL-2+ man-pages"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="app-text/po4a"
+
+RDEPEND="virtual/man"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+PATCHES=(
+   "${FILESDIR}/${PF}-fix-unpack.patch"
+)
+
+src_unpack() {
+   unpack "${PN}-${MY_PV}-${PR}.tar.gz"
+
+   cd "${S}" || die
+   unpack "perkamon-man-pages-${PV}.tar.gz"
+   mv "man-pages-${PV}" "perkamon" || die
+
+   cd "perkamon" || die
+

[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2019-05-05 Thread Mikle Kolyada
commit: b324e5d421052fdcd96f7919cc20c615d4d6f827
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 12:58:10 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 12:58:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b324e5d4

app-i18n/man-pages-fr: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
index b3ca0a61d6e..d926dd39c09 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://alioth.debian.org/frs/download.php/file/4119/${P}-1.tar.xz;
 
 LICENSE="BSD FDL-1.1 FDL-1.2 GPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="virtual/man"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2019-02-12 Thread Mikle Kolyada
commit: 7d5fde0157c5539a4380748bce5956ce8b01efc0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Feb 12 13:16:34 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Feb 12 13:16:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d5fde01

app-i18n/man-pages-fr: Drop old

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-i18n/man-pages-fr/Manifest   |  1 -
 app-i18n/man-pages-fr/man-pages-fr-3.40.1.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/app-i18n/man-pages-fr/Manifest b/app-i18n/man-pages-fr/Manifest
index a090f0260ae..3afa1e4b725 100644
--- a/app-i18n/man-pages-fr/Manifest
+++ b/app-i18n/man-pages-fr/Manifest
@@ -1,2 +1 @@
-DIST man-pages-fr-3.40.1.tar.bz2 1136351 BLAKE2B 
ed175105db6c1fd8e888d5c015e91d166949821ff4441aa62e9bb002a0b79c493bba7b9a247103201c9f6a12f9d2a8618a00930669196a02e99dc9bb2cfa
 SHA512 
58027da7b78a442a84448ed6d7c6c89ccbe97fd811afb26a9c6580da2e15b86f7fae4c876d773f7ceca1fbe92c265693eae01b76ad4795b52c0298ba25ac1330
 DIST man-pages-fr-3.70-1.tar.xz 1143156 BLAKE2B 
09a86733caf03246e530e898688d0f93ef401a74cc66eb1f5ee05ded5dee0be45fc27fcbcf458f2c5a3286a6655c7b7302eb1b2759be6e0205e69db95ce989dc
 SHA512 
7bb6991b2278c898d67d465ebe434dc3a969e9ec5c962ed6b6fdb41e66121a1924573f529d310adf30cd8494515888627b3226f26b906452a8882c4851c290d8

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.40.1.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.40.1.ebuild
deleted file mode 100644
index a136dde7a40..000
--- a/app-i18n/man-pages-fr/man-pages-fr-3.40.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="A somewhat comprehensive collection of french Linux man pages"
-HOMEPAGE="https://traduc.org/perkamon;
-SRC_URI="https://alioth.debian.org/frs/download.php/3722/${P}.tar.bz2;
-
-LICENSE="man-pages GPL-1+ GPL-2+ GPL-2 BSD BSD-2 MIT rc LDP-1 public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="virtual/man"
-DEPEND=""
-
-S="${WORKDIR}/fr"
-
-src_install() {
-   dodoc README.fr
-   doman -i18n=fr man*/*
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2019-02-12 Thread Mikle Kolyada
commit: 43cf44c9b6c4a33acb4a12c212f828a8c2baeb02
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Feb 12 13:11:49 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Feb 12 13:11:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43cf44c9

app-i18n/man-pages-fr: s390 stable wrt bug #676404

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
index c0c845a5f31..5d70b2f5263 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://alioth.debian.org/frs/download.php/file/4119/${P}-1.tar.xz;
 
 LICENSE="BSD FDL-1.1 FDL-1.2 GPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="virtual/man"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2019-02-12 Thread Mikle Kolyada
commit: 648c961627a8fcc84da3f41bc52ed320705565f0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Feb 12 13:12:27 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Feb 12 13:12:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648c9616

app-i18n/man-pages-fr: arm stable wrt bug #676404

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
index 5d70b2f5263..64ab0792b3f 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://alioth.debian.org/frs/download.php/file/4119/${P}-1.tar.xz;
 
 LICENSE="BSD FDL-1.1 FDL-1.2 GPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="virtual/man"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2019-02-12 Thread Mikle Kolyada
commit: 3116fe64ee8685d1bd7ff26137cdeb0257e17761
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Feb 12 13:13:04 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Feb 12 13:13:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3116fe64

app-i18n/man-pages-fr: amd64 stable wrt bug #676404

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
index 64ab0792b3f..b3ca0a61d6e 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://alioth.debian.org/frs/download.php/file/4119/${P}-1.tar.xz;
 
 LICENSE="BSD FDL-1.1 FDL-1.2 GPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="virtual/man"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2019-02-04 Thread Sergei Trofimovich
commit: 97ede52a2fdf388fa2bb658c4a882a1b3554cd43
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Feb  4 16:44:22 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb  4 19:40:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97ede52a

app-i18n/man-pages-fr: stable 3.70 for sparc, bug #676404

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
index 9fcde0e32e4..c0c845a5f31 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://alioth.debian.org/frs/download.php/file/4119/${P}-1.tar.xz;
 
 LICENSE="BSD FDL-1.1 FDL-1.2 GPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="virtual/man"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2019-02-02 Thread Sergei Trofimovich
commit: cf1956bb3f7c2200d0d6a175a4ead8233744b2df
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Feb  2 18:59:04 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Feb  2 18:59:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1956bb

app-i18n/man-pages-fr: stable 3.70 for hppa, bug #676404

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
index e354dce3bb7..9fcde0e32e4 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://alioth.debian.org/frs/download.php/file/4119/${P}-1.tar.xz;
 
 LICENSE="BSD FDL-1.1 FDL-1.2 GPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="virtual/man"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2019-01-31 Thread Tobias Klausmann
commit: d7a9afee5ab75c12a9bb347be23869a4178bc8db
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Jan 31 21:23:31 2019 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Jan 31 21:23:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7a9afee

app-i18n/man-pages-fr-3.70-r0: alpha stable

Bug: http://bugs.gentoo.org/676404
Signed-off-by: Tobias Klausmann  gentoo.org>

 app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
index 2f1a356dd35..0d7f0c23047 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://alioth.debian.org/frs/download.php/file/4119/${P}-1.tar.xz;
 
 LICENSE="BSD FDL-1.1 FDL-1.2 GPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="virtual/man"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2019-01-27 Thread Sergei Trofimovich
commit: 8ea728e5dadb1997cb85fd56c908bee5ff0dcac5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan 27 14:13:51 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan 27 14:14:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea728e5

app-i18n/man-pages-fr: stable 3.70 for ppc64, bug #676404

Package-Manager: Portage-2.3.58, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
index f9107769741..2f1a356dd35 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://alioth.debian.org/frs/download.php/file/4119/${P}-1.tar.xz;
 
 LICENSE="BSD FDL-1.1 FDL-1.2 GPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="virtual/man"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2019-01-27 Thread Sergei Trofimovich
commit: 63f5de88c4845ce64aad6e7193be3d649b1b25f6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan 27 12:30:13 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan 27 14:09:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f5de88

app-i18n/man-pages-fr: stable 3.70 for ppc, bug #676404

Package-Manager: Portage-2.3.58, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
index 63970060c25..f9107769741 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://alioth.debian.org/frs/download.php/file/4119/${P}-1.tar.xz;
 
 LICENSE="BSD FDL-1.1 FDL-1.2 GPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="virtual/man"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2019-01-27 Thread Sergei Trofimovich
commit: 607adb04eeec7d2320a0ac109bb4050853b5e49c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan 27 12:13:16 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan 27 12:13:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=607adb04

app-i18n/man-pages-fr: stable 3.70 for ia64, bug #676404

Package-Manager: Portage-2.3.58, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
index 9b8632e36ab..63970060c25 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 
SRC_URI="https://alioth.debian.org/frs/download.php/file/4119/${P}-1.tar.xz;
 
 LICENSE="BSD FDL-1.1 FDL-1.2 GPL-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="virtual/man"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2018-07-27 Thread Mikle Kolyada
commit: f7606c79891b8967e3a43705eb177145be1d7d62
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 28 01:03:40 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 28 01:03:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7606c79

app-i18n/man-pages-fr: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-i18n/man-pages-fr/man-pages-fr-3.40.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.40.1.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.40.1.ebuild
index dc423e147e4..a136dde7a40 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.40.1.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.40.1.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=5
@@ -9,7 +9,7 @@ 
SRC_URI="https://alioth.debian.org/frs/download.php/3722/${P}.tar.bz2;
 
 LICENSE="man-pages GPL-1+ GPL-2+ GPL-2 BSD BSD-2 MIT rc LDP-1 public-domain"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="virtual/man"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2017-06-12 Thread Michael Palimaka
commit: 5275b1e294b06f85181a036a779c558d006cad54
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Jun 12 11:12:53 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jun 12 11:34:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5275b1e2

app-i18n/man-pages-fr: remove 2.39.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-i18n/man-pages-fr/Manifest   |  1 -
 app-i18n/man-pages-fr/man-pages-fr-2.39.0.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/app-i18n/man-pages-fr/Manifest b/app-i18n/man-pages-fr/Manifest
index dc7ad073408..a34c1267455 100644
--- a/app-i18n/man-pages-fr/Manifest
+++ b/app-i18n/man-pages-fr/Manifest
@@ -1,2 +1 @@
-DIST man-pages-fr-2.39.0.tar.bz2 893093 SHA256 
0a9157868ef7f5be469a4252d0df08d0df0cf7b57b986a55e9e4e7592c212da2 SHA512 
1c3d856a16cb42a55293d89806c176b6bd952119e1ca2300d1f4e66471147877a25dba9050e3998a6110592c7de6bcd36bd60f945b2f30d663248ccfc80274ea
 WHIRLPOOL 
d47fbdf9eb2e2164c7643fb2f91480c360b80f6338afcd74bde733d9b3a1e7a4279b509e2ac96befdd0e757eadd1adbf4ddb53773a03e90ae488c6397c407f04
 DIST man-pages-fr-3.40.1.tar.bz2 1136351 SHA256 
0bab5b5f703c805139bfa38ceb2360173044aca5dd398bc1e307da9745e35988 SHA512 
58027da7b78a442a84448ed6d7c6c89ccbe97fd811afb26a9c6580da2e15b86f7fae4c876d773f7ceca1fbe92c265693eae01b76ad4795b52c0298ba25ac1330
 WHIRLPOOL 
dcf6a253a149e41d489fc4362e8430ce37b823f0d7804fc80f2aa97d0f4f9fe1def1804bad69f8f1de4e8ee79c1297b8a32e0b9a4449b4c2b64da4408fe28dbe

diff --git a/app-i18n/man-pages-fr/man-pages-fr-2.39.0.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-2.39.0.ebuild
deleted file mode 100644
index 4820d30e350..000
--- a/app-i18n/man-pages-fr/man-pages-fr-2.39.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="A somewhat comprehensive collection of french Linux man pages"
-HOMEPAGE="http://fr.tldp.org/manfr.php;
-SRC_URI="ftp://ftp.win.tue.nl/pub/linux-local/manpages/translations/${P}.tar.bz2;
-
-LICENSE="man-pages GPL-2+ BSD MIT LDP-1 public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x86-linux"
-IUSE=""
-
-RDEPEND="virtual/man"
-
-src_compile() { :; }
-
-src_install() {
-   dodoc LISEZ_MOI changements
-   for x in man? ; do
-   insinto /usr/share/man/fr/${x}
-   doins ${x}/* || die "doins ${x}"
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2017-06-12 Thread Michael Palimaka
commit: 74894b076d58a59910835391fcd1c5b4e2c6f8d0
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Jun 12 11:12:26 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jun 12 11:34:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74894b07

app-i18n/man-pages-fr: alpha/amd64/arm/hppa/ia64/ppc/ppc64/sparc/x86 stable 
using ALLARCHES

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-i18n/man-pages-fr/man-pages-fr-3.40.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.40.1.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.40.1.ebuild
index f201cf5d440..dc423e147e4 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.40.1.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.40.1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://alioth.debian.org/frs/download.php/3722/${P}.tar.bz2;
 
 LICENSE="man-pages GPL-1+ GPL-2+ GPL-2 BSD BSD-2 MIT rc LDP-1 public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="virtual/man"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2017-06-12 Thread Michael Palimaka
commit: 29804592c93be65d30b829bee74f966080131c70
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Jun 12 11:34:14 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jun 12 11:34:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29804592

app-i18n/man-pages-fr: version bump 3.70

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-i18n/man-pages-fr/Manifest |  1 +
 app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/app-i18n/man-pages-fr/Manifest b/app-i18n/man-pages-fr/Manifest
index a34c1267455..f504395ace9 100644
--- a/app-i18n/man-pages-fr/Manifest
+++ b/app-i18n/man-pages-fr/Manifest
@@ -1 +1,2 @@
 DIST man-pages-fr-3.40.1.tar.bz2 1136351 SHA256 
0bab5b5f703c805139bfa38ceb2360173044aca5dd398bc1e307da9745e35988 SHA512 
58027da7b78a442a84448ed6d7c6c89ccbe97fd811afb26a9c6580da2e15b86f7fae4c876d773f7ceca1fbe92c265693eae01b76ad4795b52c0298ba25ac1330
 WHIRLPOOL 
dcf6a253a149e41d489fc4362e8430ce37b823f0d7804fc80f2aa97d0f4f9fe1def1804bad69f8f1de4e8ee79c1297b8a32e0b9a4449b4c2b64da4408fe28dbe
+DIST man-pages-fr-3.70-1.tar.xz 1143156 SHA256 
6d07c3b51a75c10b72eaab703c3eb5d315fd6fa8b354e145cc29da12e9a158a6 SHA512 
7bb6991b2278c898d67d465ebe434dc3a969e9ec5c962ed6b6fdb41e66121a1924573f529d310adf30cd8494515888627b3226f26b906452a8882c4851c290d8
 WHIRLPOOL 
4858ad94730f9ef509e8684656fb982d8c547f960f8278121e7d514953303d8f40a66540335a71cab6ac5470bad5bd5da1167bdf4d0eb26fff3e07117b1540cb

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
new file mode 100644
index 000..9b8632e36ab
--- /dev/null
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A somewhat comprehensive collection of french Linux man pages"
+HOMEPAGE="https://traduc.org/perkamon;
+SRC_URI="https://alioth.debian.org/frs/download.php/file/4119/${P}-1.tar.xz;
+
+LICENSE="BSD FDL-1.1 FDL-1.2 GPL-2 GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="virtual/man"
+DEPEND=""
+
+S="${WORKDIR}/fr"
+
+src_install() {
+   dodoc README.fr
+   doman -i18n=fr man*/*
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/man-pages-fr/

2017-06-12 Thread Michael Palimaka
commit: 07cedb49e944e72126139af833ee7f3c7a682278
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Jun 12 11:10:18 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jun 12 11:34:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07cedb49

app-i18n/man-pages-fr: use HTTPS

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-i18n/man-pages-fr/man-pages-fr-3.40.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-i18n/man-pages-fr/man-pages-fr-3.40.1.ebuild 
b/app-i18n/man-pages-fr/man-pages-fr-3.40.1.ebuild
index f97ac13a2eb..f201cf5d440 100644
--- a/app-i18n/man-pages-fr/man-pages-fr-3.40.1.ebuild
+++ b/app-i18n/man-pages-fr/man-pages-fr-3.40.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 DESCRIPTION="A somewhat comprehensive collection of french Linux man pages"
-HOMEPAGE="http://traduc.org/perkamon;
-SRC_URI="http://alioth.debian.org/frs/download.php/3722/${P}.tar.bz2;
+HOMEPAGE="https://traduc.org/perkamon;
+SRC_URI="https://alioth.debian.org/frs/download.php/3722/${P}.tar.bz2;
 
 LICENSE="man-pages GPL-1+ GPL-2+ GPL-2 BSD BSD-2 MIT rc LDP-1 public-domain"
 SLOT="0"