From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C92E259CAF for ; Fri, 8 Apr 2016 15:52:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 922F821C001; Fri, 8 Apr 2016 15:52:31 +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 4314021C001 for ; Fri, 8 Apr 2016 15:52:31 +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 CFCB6340CCA for ; Fri, 8 Apr 2016 15:52:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5162015F for ; Fri, 8 Apr 2016 15:52:22 +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: <1460129245.c0c30bc590fb26599a3816072f0f647357cdb63b.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-spell-pl/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild X-VCS-Directories: app-vim/vim-spell-pl/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: c0c30bc590fb26599a3816072f0f647357cdb63b X-VCS-Branch: master Date: Fri, 8 Apr 2016 15:52:22 +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: 2a0128e3-e94f-4317-a13e-f7535f9b8a90 X-Archives-Hash: 8cd52cfb43d67bafc7f3d15e027d0c77 commit: c0c30bc590fb26599a3816072f0f647357cdb63b Author: Patrice Clement gentoo org> AuthorDate: Fri Apr 8 15:23:09 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Apr 8 15:27:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0c30bc5 app-vim/vim-spell-pl: EAPI 6 bump. Package-Manager: portage-2.2.26 app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild b/app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild new file mode 100644 index 0000000..70d1c44 --- /dev/null +++ b/app-vim/vim-spell-pl/vim-spell-pl-20060218-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +VIM_SPELL_LANGUAGE="Polish" + +inherit vim-spell + +LICENSE="CC-BY-SA-2.0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +src_compile() { + default +}