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 1B2961396DA for ; Tue, 10 Oct 2017 22:05:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 666FAE0CCA; Tue, 10 Oct 2017 22:05:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 46CF9E0CCA for ; Tue, 10 Oct 2017 22:05:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 ED28A33D3C7 for ; Tue, 10 Oct 2017 22:05:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FD1990A3 for ; Tue, 10 Oct 2017 22:05:11 +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: <1507673085.0e16b40519ef679ab09f8946dc6a2eb91d15c7ce.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-spell-en/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vim-spell-en/vim-spell-en-20060123-r1.ebuild X-VCS-Directories: app-vim/vim-spell-en/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 0e16b40519ef679ab09f8946dc6a2eb91d15c7ce X-VCS-Branch: master Date: Tue, 10 Oct 2017 22:05:11 +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: 2bd50098-6feb-4b9f-96ea-97e54e1099da X-Archives-Hash: 8fe010e3cd61b3099cfa3604f56a16bf commit: 0e16b40519ef679ab09f8946dc6a2eb91d15c7ce Author: Patrice Clement gentoo org> AuthorDate: Tue Oct 10 22:03:30 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Oct 10 22:04:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e16b405 app-vim/vim-spell-en: 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-en/vim-spell-en-20060123-r1.ebuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app-vim/vim-spell-en/vim-spell-en-20060123-r1.ebuild b/app-vim/vim-spell-en/vim-spell-en-20060123-r1.ebuild new file mode 100644 index 00000000000..6b62b9a86d9 --- /dev/null +++ b/app-vim/vim-spell-en/vim-spell-en-20060123-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="English" + +inherit vim-spell + +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +LICENSE="BSD LGPL-2.1 public-domain" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"