# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="French translations of man-pages maintened by Debian" HOMEPAGE="https://alioth.debian.org/projects/perkamon/" SRC_URI="http://alioth.debian.org/frs/download.php/3722/${P}.tar.bz2" LICENSE="freedist" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-linux" IUSE="" RDEPEND="virtual/man" DEPEND="" src_compile() { :; } src_install() { dodoc fr/README.fr doman -i18n=fr fr/man*/* || die "doman failed" }