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 2259B1396D9 for ; Sat, 14 Oct 2017 13:25:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 537E52BC014; Sat, 14 Oct 2017 13:25:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 333602BC014 for ; Sat, 14 Oct 2017 13:25:55 +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 731E333BF0B for ; Sat, 14 Oct 2017 13:25:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15D41310 for ; Sat, 14 Oct 2017 13:25:53 +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: <1507987544.907844c6e02e4696415ee7a47f07d209c15b3570.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-spell-hu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vim-spell-hu/vim-spell-hu-20100312-r1.ebuild X-VCS-Directories: app-vim/vim-spell-hu/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 907844c6e02e4696415ee7a47f07d209c15b3570 X-VCS-Branch: master Date: Sat, 14 Oct 2017 13:25:53 +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: f776af94-7172-4998-8be0-9cc1b4df1939 X-Archives-Hash: 91f3a75f627fa5a9bcff1ce55b7d1e20 commit: 907844c6e02e4696415ee7a47f07d209c15b3570 Author: Patrice Clement gentoo org> AuthorDate: Sat Oct 14 09:18:32 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Oct 14 13:25:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=907844c6 app-vim/vim-spell-hu: EAPI 6 bump, update HOMEPAGE. Bug: https://bugs.gentoo.org/614654 Package-Manager: Portage-2.3.8, Repoman-2.3.1 app-vim/vim-spell-hu/vim-spell-hu-20100312-r1.ebuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app-vim/vim-spell-hu/vim-spell-hu-20100312-r1.ebuild b/app-vim/vim-spell-hu/vim-spell-hu-20100312-r1.ebuild new file mode 100644 index 00000000000..bf59cdb4799 --- /dev/null +++ b/app-vim/vim-spell-hu/vim-spell-hu-20100312-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="Hungarian" + +inherit vim-spell + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"