Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/hunspell/
Date: Wed, 27 Jul 2016 19:32:21
Message-Id: 1469647921.870e95fb40641be149ff3afc57c4556fe46b88ca.johu@gentoo
1 commit: 870e95fb40641be149ff3afc57c4556fe46b88ca
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 27 19:27:56 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 27 19:32:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=870e95fb
7
8 app-text/hunspell: Introduce subslot
9
10 Package-Manager: portage-2.3.0
11
12 app-text/hunspell/{hunspell-1.4.1.ebuild => hunspell-1.4.1-r1.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/hunspell/hunspell-1.4.1.ebuild b/app-text/hunspell/hunspell-1.4.1-r1.ebuild
16 similarity index 99%
17 rename from app-text/hunspell/hunspell-1.4.1.ebuild
18 rename to app-text/hunspell/hunspell-1.4.1-r1.ebuild
19 index 78f43fd..5cc62c5 100644
20 --- a/app-text/hunspell/hunspell-1.4.1.ebuild
21 +++ b/app-text/hunspell/hunspell-1.4.1-r1.ebuild
22 @@ -11,7 +11,7 @@ DESCRIPTION="Hunspell spell checker - an improved replacement for myspell in OOo
23 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 HOMEPAGE="http://hunspell.sourceforge.net/"
25
26 -SLOT="0"
27 +SLOT="0/1.4"
28 LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
29 IUSE="ncurses nls readline static-libs"
30 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"