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 4C8F313832E for ; Wed, 27 Jul 2016 19:32:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94F05E0B38; Wed, 27 Jul 2016 19:32:18 +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 42BD1E0B38 for ; Wed, 27 Jul 2016 19:32:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F3A11340A5C for ; Wed, 27 Jul 2016 19:32:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85E6E78D for ; Wed, 27 Jul 2016 19:32:13 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1469647921.870e95fb40641be149ff3afc57c4556fe46b88ca.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/hunspell/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/hunspell/hunspell-1.4.1-r1.ebuild app-text/hunspell/hunspell-1.4.1.ebuild X-VCS-Directories: app-text/hunspell/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 870e95fb40641be149ff3afc57c4556fe46b88ca X-VCS-Branch: master Date: Wed, 27 Jul 2016 19:32:13 +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: f1c66db1-72b9-4bdc-8bdc-600945215ab2 X-Archives-Hash: 53ab8ace7daecad2318f85654ebbc4c0 commit: 870e95fb40641be149ff3afc57c4556fe46b88ca Author: Johannes Huber gentoo org> AuthorDate: Wed Jul 27 19:27:56 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Jul 27 19:32:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=870e95fb app-text/hunspell: Introduce subslot Package-Manager: portage-2.3.0 app-text/hunspell/{hunspell-1.4.1.ebuild => hunspell-1.4.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/hunspell/hunspell-1.4.1.ebuild b/app-text/hunspell/hunspell-1.4.1-r1.ebuild similarity index 99% rename from app-text/hunspell/hunspell-1.4.1.ebuild rename to app-text/hunspell/hunspell-1.4.1-r1.ebuild index 78f43fd..5cc62c5 100644 --- a/app-text/hunspell/hunspell-1.4.1.ebuild +++ b/app-text/hunspell/hunspell-1.4.1-r1.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Hunspell spell checker - an improved replacement for myspell in OOo SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" HOMEPAGE="http://hunspell.sourceforge.net/" -SLOT="0" +SLOT="0/1.4" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" IUSE="ncurses nls readline static-libs" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"