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 C5D901396D9 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 E78772BC019; Thu, 12 Oct 2017 21:59:44 +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 C55552BC019 for ; Thu, 12 Oct 2017 21:59:44 +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 B18AD33BEC0 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 184DB908D 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: <1507844836.79973a0c9050689379661439db9df823f4040aac.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-spell-el/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vim-spell-el/vim-spell-el-20080402-r1.ebuild X-VCS-Directories: app-vim/vim-spell-el/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 79973a0c9050689379661439db9df823f4040aac 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: 69b92c96-e600-428e-b6cb-dafd92af936f X-Archives-Hash: 738725d906ff79d2cdfeac6bf2608623 commit: 79973a0c9050689379661439db9df823f4040aac Author: Patrice Clement gentoo org> AuthorDate: Thu Oct 12 21:47:11 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Oct 12 21:47:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79973a0c app-vim/vim-spell-el: EAPI 6 bump. Bug: https://bugs.gentoo.org/614654 Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-vim/vim-spell-el/vim-spell-el-20080402-r1.ebuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app-vim/vim-spell-el/vim-spell-el-20080402-r1.ebuild b/app-vim/vim-spell-el/vim-spell-el-20080402-r1.ebuild new file mode 100644 index 00000000000..6cda4247305 --- /dev/null +++ b/app-vim/vim-spell-el/vim-spell-el-20080402-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="Greek" + +inherit vim-spell + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"