summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-06-12 21:34:14 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-06-12 21:34:27 +1000
commit29804592c93be65d30b829bee74f966080131c70 (patch)
treea18a09bd9901593a24c14a0348da6ec5f32f1f63 /app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
parentapp-i18n/man-pages-fr: remove 2.39.0 (diff)
downloadgentoo-29804592c93be65d30b829bee74f966080131c70.tar.gz
gentoo-29804592c93be65d30b829bee74f966080131c70.tar.bz2
gentoo-29804592c93be65d30b829bee74f966080131c70.zip
app-i18n/man-pages-fr: version bump 3.70
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild')
-rw-r--r--app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild23
1 files changed, 23 insertions, 0 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
new file mode 100644
index 000000000000..9b8632e36abf
--- /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*/*
+}