From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-942077-garchives=archives.gentoo.org@lists.gentoo.org> 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 8C430139694 for <garchives@archives.gentoo.org>; Sat, 1 Apr 2017 10:45:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8817323403B; Sat, 1 Apr 2017 10:45:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6A9C523403B for <gentoo-commits@lists.gentoo.org>; Sat, 1 Apr 2017 10:45:21 +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 B0249341646 for <gentoo-commits@lists.gentoo.org>; Sat, 1 Apr 2017 10:45:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 426E673EA for <gentoo-commits@lists.gentoo.org>; Sat, 1 Apr 2017 10:45:08 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> 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" <soap@gentoo.org> Message-ID: <1491043408.9ca4c2f04ccaa0e99ceea7aca97c6980f3c3584d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-hy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/aspell-hy/aspell-hy-0.10.0.ebuild X-VCS-Directories: app-dicts/aspell-hy/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 9ca4c2f04ccaa0e99ceea7aca97c6980f3c3584d X-VCS-Branch: master Date: Sat, 1 Apr 2017 10:45:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 84e8e383-0c83-48ec-8cc3-9c62beae05a2 X-Archives-Hash: a6a5ab270d4468da2c83094c3208492d commit: 9ca4c2f04ccaa0e99ceea7aca97c6980f3c3584d Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Apr 1 10:41:26 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Apr 1 10:43:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca4c2f0 app-dicts/aspell-hy: 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-hy/aspell-hy-0.10.0.ebuild | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/app-dicts/aspell-hy/aspell-hy-0.10.0.ebuild b/app-dicts/aspell-hy/aspell-hy-0.10.0.ebuild index 20f2c7d01bf..ecb020f28dd 100644 --- a/app-dicts/aspell-hy/aspell-hy-0.10.0.ebuild +++ b/app-dicts/aspell-hy/aspell-hy-0.10.0.ebuild @@ -1,17 +1,19 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + ASPELL_LANG="Armenian" -ASPOSTFIX="6" +ASPELL_VERSION=6 -inherit aspell-dict +inherit aspell-dict-r1 -LICENSE="GPL-2" +MY_P=aspell6-hy-0.10.0-0 + +SRC_URI="mirror://gnu/aspell/dict/hy/${MY_P}.tar.bz2" +LICENSE="GPL-2" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ppc ppc64 sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="" -FILENAME=aspell6-hy-0.10.0-0 -SRC_URI="mirror://gnu/aspell/dict/hy/${FILENAME}.tar.bz2" - -S="${WORKDIR}/${FILENAME}" +S="${WORKDIR}/${MY_P}"