Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jopt-simple/
Date: Wed, 04 Nov 2015 10:58:50
Message-Id: 1446634592.53efb6ab408230ad9f79a5f09f26a1046f88d6e1.monsieurp@gentoo
1 commit: 53efb6ab408230ad9f79a5f09f26a1046f88d6e1
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 4 10:55:54 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 4 10:56:32 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53efb6ab
7
8 dev-java/jopt-simple: Set SLOT to 4.4.
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-java/jopt-simple/jopt-simple-4.6.ebuild | 2 +-
14 dev-java/jopt-simple/jopt-simple-4.7.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-java/jopt-simple/jopt-simple-4.6.ebuild b/dev-java/jopt-simple/jopt-simple-4.6.ebuild
18 index 84575f2..8d71f30 100644
19 --- a/dev-java/jopt-simple/jopt-simple-4.6.ebuild
20 +++ b/dev-java/jopt-simple/jopt-simple-4.6.ebuild
21 @@ -11,7 +11,7 @@ DESCRIPTION="A Java library for parsing command line options"
22 HOMEPAGE="https://pholser.github.com/jopt-simple/"
23 SRC_URI="https://github.com/pholser/${PN}/tarball/${P} -> ${P}.tar.gz"
24 LICENSE="MIT"
25 -SLOT="0"
26 +SLOT="4.4"
27 KEYWORDS="amd64 x86 ~ppc ~ppc64"
28
29 IUSE=""
30
31 diff --git a/dev-java/jopt-simple/jopt-simple-4.7.ebuild b/dev-java/jopt-simple/jopt-simple-4.7.ebuild
32 index 530f472..2bb6838 100644
33 --- a/dev-java/jopt-simple/jopt-simple-4.7.ebuild
34 +++ b/dev-java/jopt-simple/jopt-simple-4.7.ebuild
35 @@ -11,7 +11,7 @@ DESCRIPTION="A Java library for parsing command line options"
36 HOMEPAGE="https://pholser.github.com/jopt-simple/"
37 SRC_URI="https://github.com/pholser/${PN}/tarball/${P} -> ${P}.tar.gz"
38 LICENSE="MIT"
39 -SLOT="0"
40 +SLOT="4.4"
41 KEYWORDS="~amd64 ~x86 ~ppc ~ppc64"
42
43 IUSE=""