Gentoo Archives: gentoo-commits

From: "Patrice Clement (monsieurp)" <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/jldap: metadata.xml jldap-4.6.ebuild ChangeLog
Date: Sun, 05 Jul 2015 17:32:19
Message-Id: 20150705173214.3CE9E74B@oystercatcher.gentoo.org
1 monsieurp 15/07/05 17:32:14
2
3 Modified: metadata.xml ChangeLog
4 Added: jldap-4.6.ebuild
5 Log:
6 Version bump. EAPI 5 bump. dev-java/commons-httpclient SLOT bump. Fix bug 442292 and bug 554030.
7
8 Signed-off-by: Patrice Clement <monsieurp@g.o>
9 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
10
11 Revision Changes Path
12 1.4 dev-java/jldap/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jldap/metadata.xml?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jldap/metadata.xml?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jldap/metadata.xml?r1=1.3&r2=1.4
17
18 Index: metadata.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-java/jldap/metadata.xml,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- metadata.xml 15 Aug 2007 15:37:14 -0000 1.3
25 +++ metadata.xml 5 Jul 2015 17:32:14 -0000 1.4
26 @@ -2,9 +2,12 @@
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 <herd>java</herd>
30 +<maintainer>
31 + <email>monsieurp@g.o</email>
32 +</maintainer>
33 <longdescription>
34 -The LDAP Class Libraries for Java (JLDAP) enable you to write applications to
35 -access, manage, update, and search for information stored in directories
36 -accessible using LDAPv3. JLDAP was developed by Novell.
37 + The LDAP Class Libraries for Java (JLDAP) enable you to write applications to
38 + access, manage, update, and search for information stored in directories
39 + accessible using LDAPv3. JLDAP was developed by Novell.
40 </longdescription>
41 </pkgmetadata>
42
43
44
45 1.17 dev-java/jldap/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jldap/ChangeLog?rev=1.17&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jldap/ChangeLog?rev=1.17&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jldap/ChangeLog?r1=1.16&r2=1.17
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-java/jldap/ChangeLog,v
54 retrieving revision 1.16
55 retrieving revision 1.17
56 diff -u -r1.16 -r1.17
57 --- ChangeLog 24 Oct 2007 05:17:08 -0000 1.16
58 +++ ChangeLog 5 Jul 2015 17:32:14 -0000 1.17
59 @@ -1,6 +1,14 @@
60 # ChangeLog for dev-java/jldap
61 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jldap/ChangeLog,v 1.16 2007/10/24 05:17:08 wltjr Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jldap/ChangeLog,v 1.17 2015/07/05 17:32:14 monsieurp Exp $
65 +
66 +*jldap-4.6 (05 Jul 2015)
67 +
68 + 05 Jul 2015; Patrice Clement <monsieurp@g.o>
69 + +files/jldap-4.6-Debug.java.patch, +files/jldap-4.6-build.xml.patch,
70 + +jldap-4.6.ebuild, metadata.xml:
71 + Version bump. EAPI 5 bump. dev-java/commons-httpclient SLOT bump. Fix bug
72 + 442292 and bug 554030.
73
74 24 Oct 2007; William L. Thomson Jr. <wltjr@g.o>
75 -jldap-20040730.ebuild:
76 @@ -64,4 +72,3 @@
77 30 Jul 2004; Thomas Matthijs <axxo@g.o> :
78 initial import, bug 41276, ebuild submitted by Matthew Gregory Sr.
79 <matt.gregory@××××××××.com
80 -
81
82
83
84 1.1 dev-java/jldap/jldap-4.6.ebuild
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jldap/jldap-4.6.ebuild?rev=1.1&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jldap/jldap-4.6.ebuild?rev=1.1&content-type=text/plain
88
89 Index: jldap-4.6.ebuild
90 ===================================================================
91 # Copyright 1999-2015 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 # $Header: /var/cvsroot/gentoo-x86/dev-java/jldap/jldap-4.6.ebuild,v 1.1 2015/07/05 17:32:14 monsieurp Exp $
94 EAPI=5
95
96 inherit java-pkg-2 java-ant-2
97
98 DESCRIPTION="LDAP Class Libraries for Java (JLDAP)"
99 HOMEPAGE="http://www.openldap.org/jldap/"
100 SRC_URI="http://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz"
101
102 LICENSE="OPENLDAP"
103 SLOT="0"
104 KEYWORDS="~amd64 ~x86"
105 IUSE="doc source"
106
107 CDEPEND="dev-java/openspml:0
108 dev-java/openspml2:0
109 dev-java/commons-httpclient:3
110 dev-java/junit:0"
111
112 RDEPEND=">=virtual/jre-1.6
113 ${CDEPEND}"
114
115 DEPEND=">=virtual/jdk-1.6
116 app-arch/zip
117 ${CDEPEND}"
118
119 JAVA_ANT_REWRITE_CLASSPATH="true"
120
121 EANT_GENTOO_CLASSPATH="openspml,openspml2,commons-httpclient-3"
122
123 EANT_BUILD_TARGET="release"
124 EANT_BUILD_XML="build.xml"
125
126 EANT_DOC_TARGET="docdeveloper"
127
128 # [0]: complete rewrite of build.xml
129 # [1]: disable debugging at compile time
130 PATCHES=(
131 "${FILESDIR}"/${P}-build.xml.patch
132 "${FILESDIR}"/${P}-Debug.java.patch
133 )
134
135 java_prepare() {
136 epatch ${PATCHES[@]}
137 }
138
139 EANT_TEST_GENTOO_CLASSPATH="${EANT_GENTOO_CLASSPATH},junit"
140 EANT_TEST_TARGET="test"
141
142 src_test() {
143 EANT_GENTOO_CLASSPATH_EXTRA="${S}/lib/${PN}.jar"
144 java-pkg-2_src_test
145 }
146
147 src_install() {
148 java-pkg_dojar lib/${PN}.jar
149
150 dodoc README README.dsml || die
151 dohtml *.html || die
152
153 if use doc; then
154 dodoc design/* || die
155 java-pkg_dojavadoc doc
156 fi
157
158 use source && java-pkg_dosrc org com
159 }