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 C3DBF139694 for ; Sat, 1 Apr 2017 10:45:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6347423402E; Sat, 1 Apr 2017 10:45:14 +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 3FD0A23402E for ; Sat, 1 Apr 2017 10:45:14 +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 704D334165D for ; Sat, 1 Apr 2017 10:45:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AD1C73F4 for ; Sat, 1 Apr 2017 10:45:09 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1491043442.235a84172ef41dcbf4926fd6eb7213eeb7d89f16.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-ro/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/aspell-ro/aspell-ro-3.3.2.ebuild X-VCS-Directories: app-dicts/aspell-ro/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 235a84172ef41dcbf4926fd6eb7213eeb7d89f16 X-VCS-Branch: master Date: Sat, 1 Apr 2017 10:45:09 +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: 30f2a1a1-50b3-4acb-a899-f95d186f84d9 X-Archives-Hash: 869c541793f14ce9a0cf7200d4c43dab commit: 235a84172ef41dcbf4926fd6eb7213eeb7d89f16 Author: David Seifert gentoo org> AuthorDate: Sat Apr 1 10:41:27 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Apr 1 10:44:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=235a8417 app-dicts/aspell-ro: Bump to EAPI 6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4237 app-dicts/aspell-ro/aspell-ro-3.3.2.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app-dicts/aspell-ro/aspell-ro-3.3.2.ebuild b/app-dicts/aspell-ro/aspell-ro-3.3.2.ebuild index c6a652f7b65..5283ef42246 100644 --- a/app-dicts/aspell-ro/aspell-ro-3.3.2.ebuild +++ b/app-dicts/aspell-ro/aspell-ro-3.3.2.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + ASPELL_LANG="Romanian" -ASPOSTFIX="5" +ASPELL_VERSION=5 -inherit aspell-dict +inherit aspell-dict-r1 HOMEPAGE="http://aspell.net http://rospell.sourceforge.net/" LICENSE="GPL-2" - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +IUSE=""