Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-java/jlatexmath/
Date: Sat, 07 Jul 2012 00:37:41
Message-Id: 1341621432.751f2f21ed8ef1f3291788ec5e1b2e0fdab962c7.bicatali@gentoo
1 commit: 751f2f21ed8ef1f3291788ec5e1b2e0fdab962c7
2 Author: Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 7 00:37:12 2012 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 7 00:37:12 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=751f2f21
7
8 dev-java/jlatexmath: do not compile examples, bug #421743
9
10 (Portage version: 2.2.0_alpha116/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 dev-java/jlatexmath/ChangeLog | 5 +++-
14 dev-java/jlatexmath/jlatexmath-0.8.7.ebuild | 32 ------------------------
15 dev-java/jlatexmath/jlatexmath-0.9.4.ebuild | 35 ---------------------------
16 dev-java/jlatexmath/jlatexmath-0.9.7.ebuild | 5 +---
17 4 files changed, 5 insertions(+), 72 deletions(-)
18
19 diff --git a/dev-java/jlatexmath/ChangeLog b/dev-java/jlatexmath/ChangeLog
20 index 0a5dcfc..27e0eac 100644
21 --- a/dev-java/jlatexmath/ChangeLog
22 +++ b/dev-java/jlatexmath/ChangeLog
23 @@ -2,6 +2,10 @@
24 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 + 07 Jul 2012; Sébastien Fabbro <bicatali@g.o> -jlatexmath-0.8.7.ebuild,
28 + -jlatexmath-0.9.4.ebuild, jlatexmath-0.9.7.ebuild:
29 + dev-java/jlatexmath: do not compile examples, bug #421743
30 +
31 *jlatexmath-0.9.7 (14 May 2012)
32
33 14 May 2012; Sébastien Fabbro <bicatali@g.o>
34 @@ -21,4 +25,3 @@
35
36 22 Jan 2010; Sébastien Fabbro <bicatali@g.o> +metadata.xml:
37 Initial import. Ebuild submitted by Guillaume Horel, bug #301048
38 -
39
40 diff --git a/dev-java/jlatexmath/jlatexmath-0.8.7.ebuild b/dev-java/jlatexmath/jlatexmath-0.8.7.ebuild
41 deleted file mode 100644
42 index a416492..0000000
43 --- a/dev-java/jlatexmath/jlatexmath-0.8.7.ebuild
44 +++ /dev/null
45 @@ -1,32 +0,0 @@
46 -# Copyright 1999-2010 Gentoo Foundation
47 -# Distributed under the terms of the GNU General Public License v2
48 -# $Header: $
49 -
50 -EAPI=2
51 -
52 -JAVA_PKG_IUSE="doc source"
53 -
54 -inherit java-pkg-2 java-ant-2
55 -
56 -DESCRIPTION="A Java API to render LaTeX"
57 -SRC_URI="http://forge.scilab.org/index.php/p/${PN}/downloads/29/get/ -> ${PN}-src-${PV}.jar"
58 -HOMEPAGE="http://forge.scilab.org/index.php/p/jlatexmath"
59 -
60 -IUSE="doc examples source"
61 -DEPEND=">=virtual/jdk-1.5"
62 -RDEPEND=">=virtual/jre-1.5"
63 -
64 -LICENSE="GPL-2"
65 -SLOT="0"
66 -KEYWORDS="~amd64 ~x86"
67 -
68 -EANT_BUILD_TARGET="buildJar"
69 -EANT_DOC_TARGET="doc"
70 -
71 -S="${WORKDIR}"
72 -
73 -src_install() {
74 - java-pkg_newjar dist/${P}.jar ${PN}.jar
75 - use doc && java-pkg_dojavadoc doc
76 - use source && java-pkg_dosrc src/org
77 -}
78
79 diff --git a/dev-java/jlatexmath/jlatexmath-0.9.4.ebuild b/dev-java/jlatexmath/jlatexmath-0.9.4.ebuild
80 deleted file mode 100644
81 index ca95450..0000000
82 --- a/dev-java/jlatexmath/jlatexmath-0.9.4.ebuild
83 +++ /dev/null
84 @@ -1,35 +0,0 @@
85 -# Copyright 1999-2011 Gentoo Foundation
86 -# Distributed under the terms of the GNU General Public License v2
87 -# $Header: $
88 -
89 -EAPI=2
90 -
91 -JAVA_PKG_IUSE="doc source"
92 -
93 -inherit java-pkg-2 java-ant-2
94 -
95 -DESCRIPTION="A Java API to render LaTeX"
96 -SRC_URI="http://forge.scilab.org/upload/jlatexmath/files/${PN}-src-${PV}.zip"
97 -HOMEPAGE="http://forge.scilab.org/index.php/p/jlatexmath"
98 -
99 -IUSE="doc examples source"
100 -DEPEND=">=virtual/jdk-1.5"
101 -RDEPEND=">=virtual/jre-1.5"
102 -
103 -LICENSE="GPL-2"
104 -SLOT="0"
105 -KEYWORDS="~amd64 ~x86"
106 -
107 -EANT_BUILD_TARGET="buildJar"
108 -EANT_DOC_TARGET="doc"
109 -
110 -src_install() {
111 - java-pkg_newjar dist/${P}.jar ${PN}.jar
112 - use doc && java-pkg_dojavadoc doc
113 - use source && java-pkg_dosrc src/org
114 - #use examples && java-pkg_doexamples examples
115 - if use examples; then
116 - eant examples
117 - java-pkg_doexamples examples
118 - fi
119 -}
120
121 diff --git a/dev-java/jlatexmath/jlatexmath-0.9.7.ebuild b/dev-java/jlatexmath/jlatexmath-0.9.7.ebuild
122 index 8a4aea2..ff19bde 100644
123 --- a/dev-java/jlatexmath/jlatexmath-0.9.7.ebuild
124 +++ b/dev-java/jlatexmath/jlatexmath-0.9.7.ebuild
125 @@ -28,8 +28,5 @@ src_install() {
126 java-pkg_newjar dist/${P}.jar ${PN}.jar
127 use doc && java-pkg_dojavadoc doc
128 use source && java-pkg_dosrc src/org
129 - if use examples; then
130 - eant examples
131 - java-pkg_doexamples examples
132 - fi
133 + use examples && java-pkg_doexamples examples
134 }