Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/helium: helium-1.2-r1.ebuild
Date: Sun, 29 Aug 2010 19:46:04
Message-Id: 20100829194558.6C62220051@flycatcher.gentoo.org
1 slyfox 10/08/29 19:45:58
2
3 Modified: helium-1.2-r1.ebuild
4 Log:
5 Fixed 'Unquoted Variable' QA issues.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.11 dev-lang/helium/helium-1.2-r1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/helium/helium-1.2-r1.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/helium/helium-1.2-r1.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/helium/helium-1.2-r1.ebuild?r1=1.10&r2=1.11
14
15 Index: helium-1.2-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/helium/helium-1.2-r1.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- helium-1.2-r1.ebuild 17 Apr 2009 20:07:20 -0000 1.10
22 +++ helium-1.2-r1.ebuild 29 Aug 2010 19:45:58 -0000 1.11
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/helium-1.2-r1.ebuild,v 1.10 2009/04/17 20:07:20 caster Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/helium-1.2-r1.ebuild,v 1.11 2010/08/29 19:45:58 slyfox Exp $
29
30 inherit eutils java-pkg-2
31
32 @@ -25,10 +25,10 @@
33 unpack ${P}-src.tar.gz
34
35 # patch to use simple libraries by default
36 - epatch ${FILESDIR}/${P}-libraries.patch
37 + epatch "${FILESDIR}/${P}-libraries.patch"
38 # patch for readline support if requested
39 if use readline; then
40 - epatch ${FILESDIR}/${P}-readline.patch
41 + epatch "${FILESDIR}/${P}-readline.patch"
42 fi
43
44 cp "${DISTDIR}/Hint.jar" "${WORKDIR}"
45 @@ -52,16 +52,16 @@
46
47 src_install() {
48 cd heliumNT/src || die "cannot cd to heliumNT/src"
49 - make prefix=${D}/usr \
50 - bindir=${D}/usr/lib/helium/bin \
51 - libdir=${D}/usr/lib/helium/lib \
52 - tclibdir=${D}/usr/lib/helium/tclib \
53 - demodir=${D}/usr/lib/helium/demo \
54 + make prefix="${D}/usr" \
55 + bindir="${D}/usr/lib/helium/bin" \
56 + libdir="${D}/usr/lib/helium/lib" \
57 + tclibdir="${D}/usr/lib/helium/tclib" \
58 + demodir="${D}/usr/lib/helium/demo" \
59 install || die "make failed"
60 # install hint
61 java-pkg_dojar "${WORKDIR}/Hint.jar"
62 # create wrappers
63 - dobin ${FILESDIR}/helium-wrapper
64 + dobin "${FILESDIR}/helium-wrapper"
65 dosym /usr/bin/helium-wrapper /usr/bin/helium
66 dosym /usr/bin/helium-wrapper /usr/bin/lvmrun
67 dosym /usr/bin/helium-wrapper /usr/bin/texthint