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/simplyhtml/
Date: Sat, 05 Dec 2015 12:10:56
Message-Id: 1449317274.bd8e6228344bd3c853c15f519c8a9fe49367e728.monsieurp@gentoo
1 commit: bd8e6228344bd3c853c15f519c8a9fe49367e728
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 5 11:39:19 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 5 12:07:54 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8e6228
7
8 dev-java/simplyhtml: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-java/simplyhtml/simplyhtml-0.13.1-r1.ebuild | 17 ++++++++++-------
14 1 file changed, 10 insertions(+), 7 deletions(-)
15
16 diff --git a/dev-java/simplyhtml/simplyhtml-0.13.1-r1.ebuild b/dev-java/simplyhtml/simplyhtml-0.13.1-r1.ebuild
17 index 5bf7b92..e24ce3f 100644
18 --- a/dev-java/simplyhtml/simplyhtml-0.13.1-r1.ebuild
19 +++ b/dev-java/simplyhtml/simplyhtml-0.13.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -14,17 +14,20 @@ HOMEPAGE="http://simplyhtml.sourceforge.net"
27 SRC_URI="mirror://sourceforge/${PN}/${MY_PN}_src_${MY_PV}.tar.gz"
28 LICENSE="GPL-2"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
31 +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
32 IUSE=""
33
34 -CDEPEND="dev-java/javahelp:0
35 +CDEPEND="
36 + dev-java/javahelp:0
37 dev-java/gnu-regexp:1"
38
39 -DEPEND=">=virtual/jdk-1.6
40 - ${CDEPEND}"
41 +DEPEND="
42 + ${CDEPEND}
43 + >=virtual/jdk-1.6"
44
45 -RDEPEND=">=virtual/jre-1.6
46 - ${CDEPEND}"
47 +RDEPEND="
48 + ${CDEPEND}
49 + >=virtual/jre-1.6"
50
51 S="${WORKDIR}/${PN}-${MY_PV}"