summaryrefslogtreecommitdiff
path: root/app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-25 19:33:39 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-25 19:33:39 +0100
commita5b65c81168c90928784a1e92cda84ed5d6b9eb3 (patch)
tree4aa7483cd0ad7de54338afc8e7971417abe1dd81 /app-i18n/man-pages-fr/man-pages-fr-3.70.ebuild
parente8f81810baa21f490d6910e8e2d424546b72a333 (diff)
gentoo resync : 25.09.2019
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, 0 insertions, 23 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
deleted file mode 100644
index d926dd39c092..000000000000
--- 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*/*
-}