From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA1971382DF for ; Sun, 3 Jul 2016 16:39:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C66CEE0AC3; Sun, 3 Jul 2016 16:39:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54D4AE0ABC for ; Sun, 3 Jul 2016 16:39:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 555FC340C39 for ; Sun, 3 Jul 2016 16:39:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B5822432 for ; Sun, 3 Jul 2016 16:39:48 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1467563972.aa6713016475150cdc2c02e043a7c6af7ec94362.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/pdumpfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/pdumpfs/pdumpfs-1.3-r2.ebuild X-VCS-Directories: app-backup/pdumpfs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: aa6713016475150cdc2c02e043a7c6af7ec94362 X-VCS-Branch: master Date: Sun, 3 Jul 2016 16:39:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fd50fc78-25b6-4a7e-aeed-f59bad523763 X-Archives-Hash: cb899c647b336185e2693f6e3a49934d commit: aa6713016475150cdc2c02e043a7c6af7ec94362 Author: Ulrich Müller gentoo org> AuthorDate: Sun Jul 3 16:31:03 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jul 3 16:39:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa671301 app-backup/pdumpfs: Migrate from LINGUAS to L10N. Package-Manager: portage-2.3.0 app-backup/pdumpfs/pdumpfs-1.3-r2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-backup/pdumpfs/pdumpfs-1.3-r2.ebuild b/app-backup/pdumpfs/pdumpfs-1.3-r2.ebuild index 3a7ca10..f2270cd 100644 --- a/app-backup/pdumpfs/pdumpfs-1.3-r2.ebuild +++ b/app-backup/pdumpfs/pdumpfs-1.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,14 +6,14 @@ EAPI=5 inherit eutils -DESCRIPTION="a daily backup system similar to Plan9's dumpfs" +DESCRIPTION="A daily backup system similar to Plan9's dumpfs" HOMEPAGE="http://0xcc.net/pdumpfs/" SRC_URI="http://0xcc.net/pdumpfs/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="linguas_ja" +IUSE="l10n_ja" DEPEND=">=dev-lang/ruby-2.0.0_p598" @@ -39,7 +39,7 @@ src_install() { doman man/man8/pdumpfs.8 dohtml -r doc/* - if use linguas_ja; then + if use l10n_ja; then insinto /usr/share/man/ja/man8 doins man/ja/man8/pdumpfs.8 fi