summaryrefslogtreecommitdiff
path: root/app-i18n/man-pages-fr/man-pages-fr-3.40.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/man-pages-fr/man-pages-fr-3.40.1.ebuild')
-rw-r--r--app-i18n/man-pages-fr/man-pages-fr-3.40.1.ebuild23
1 files changed, 0 insertions, 23 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
deleted file mode 100644
index a136dde7a406..000000000000
--- 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*/*
-}