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-libs/clearsilver/
Date: Thu, 01 Oct 2015 16:51:32
Message-Id: 1443718056.cf2072336cb15111c57c7e78e3eeaa063d25822c.monsieurp@gentoo
1 commit: cf2072336cb15111c57c7e78e3eeaa063d25822c
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 16:47:05 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 16:47:36 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf207233
7
8 dev-libs/clearsilver: Add Java support. Fixes bug 251091.
9
10 Package-Manager: portage-2.2.18
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-libs/clearsilver/clearsilver-0.10.5-r3.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-libs/clearsilver/clearsilver-0.10.5-r3.ebuild b/dev-libs/clearsilver/clearsilver-0.10.5-r3.ebuild
17 index 2365d91..61bb986 100644
18 --- a/dev-libs/clearsilver/clearsilver-0.10.5-r3.ebuild
19 +++ b/dev-libs/clearsilver/clearsilver-0.10.5-r3.ebuild
20 @@ -1,8 +1,8 @@
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 -# Please note: apache, java, mono and ruby support disabled for now.
27 +# Please note: apache, mono and ruby support disabled for now.
28 # Fill a bug if you need it.
29 #
30 # dju@g.o, 4th July 2005
31 @@ -27,8 +27,7 @@ DEPEND="perl? ( dev-lang/perl:= )
32 java? ( >=virtual/jdk-1.6 )"
33
34 RDEPEND="
35 - java? ( >=virtual/jre-1.6 )
36 - ${DEPEND}"
37 + java? ( >=virtual/jre-1.6 )"
38
39 DOCS=(README INSTALL)