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 8C0B5139083 for ; Thu, 12 Oct 2017 21:59:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFA5E2BC014; Thu, 12 Oct 2017 21:59:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9ED862BC014 for ; Thu, 12 Oct 2017 21:59:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A75833BE2E for ; Thu, 12 Oct 2017 21:59:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D7CA90A4 for ; Thu, 12 Oct 2017 21:59:42 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1507845421.73d742a0929805a99c25fafe5bb2529da364bb8a.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-spell-fr/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vim-spell-fr/vim-spell-fr-20060121-r1.ebuild X-VCS-Directories: app-vim/vim-spell-fr/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 73d742a0929805a99c25fafe5bb2529da364bb8a X-VCS-Branch: master Date: Thu, 12 Oct 2017 21:59:42 +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: 0c428ec7-28b5-4111-90de-685b7e2cdc88 X-Archives-Hash: c81368edbb6299e97ef195c034efbe04 commit: 73d742a0929805a99c25fafe5bb2529da364bb8a Author: Patrice Clement gentoo org> AuthorDate: Thu Oct 12 21:56:51 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Oct 12 21:57:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d742a0 app-vim/vim-spell-fr: EAPI 6 bump, update HOMEPAGE. Bug: https://bugs.gentoo.org/614654 Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-vim/vim-spell-fr/vim-spell-fr-20060121-r1.ebuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app-vim/vim-spell-fr/vim-spell-fr-20060121-r1.ebuild b/app-vim/vim-spell-fr/vim-spell-fr-20060121-r1.ebuild new file mode 100644 index 00000000000..73fc4dce0e2 --- /dev/null +++ b/app-vim/vim-spell-fr/vim-spell-fr-20060121-r1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +VIM_SPELL_LANGUAGE="French" + +inherit vim-spell + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"