Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/hunspell: ChangeLog hunspell-1.1.9.ebuild
Date: Tue, 25 Dec 2007 20:30:03
Message-Id: E1J7GPR-0001tp-NL@stork.gentoo.org
1 jer 07/12/25 20:29:53
2
3 Modified: ChangeLog hunspell-1.1.9.ebuild
4 Log:
5 Marked ~hppa for armin76. Fixed quoting issues.
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.34 app-text/hunspell/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/hunspell/ChangeLog?rev=1.34&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/hunspell/ChangeLog?rev=1.34&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/hunspell/ChangeLog?r1=1.33&r2=1.34
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v
18 retrieving revision 1.33
19 retrieving revision 1.34
20 diff -u -r1.33 -r1.34
21 --- ChangeLog 12 Dec 2007 18:38:12 -0000 1.33
22 +++ ChangeLog 25 Dec 2007 20:29:53 -0000 1.34
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-text/hunspell
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.33 2007/12/12 18:38:12 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.34 2007/12/25 20:29:53 jer Exp $
28 +
29 + 25 Dec 2007; Jeroen Roovers <jer@g.o> hunspell-1.1.9.ebuild:
30 + Marked ~hppa for armin76. Fixed quoting issues.
31
32 12 Dec 2007; Raúl Porcel <armin76@g.o> hunspell-1.1.9.ebuild:
33 Add ~ia64
34
35
36
37 1.8 app-text/hunspell/hunspell-1.1.9.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/hunspell/hunspell-1.1.9.ebuild?rev=1.8&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/hunspell/hunspell-1.1.9.ebuild?rev=1.8&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/hunspell/hunspell-1.1.9.ebuild?r1=1.7&r2=1.8
42
43 Index: hunspell-1.1.9.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.9.ebuild,v
46 retrieving revision 1.7
47 retrieving revision 1.8
48 diff -u -r1.7 -r1.8
49 --- hunspell-1.1.9.ebuild 12 Dec 2007 18:38:12 -0000 1.7
50 +++ hunspell-1.1.9.ebuild 25 Dec 2007 20:29:53 -0000 1.8
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.9.ebuild,v 1.7 2007/12/12 18:38:12 armin76 Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.9.ebuild,v 1.8 2007/12/25 20:29:53 jer Exp $
56
57 inherit eutils multilib autotools
58
59 @@ -12,7 +12,7 @@
60 SLOT="0"
61 LICENSE="MPL-1.1 GPL-2 LGPL-2.1"
62 IUSE="ncurses readline"
63 -KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc x86"
64 +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 sparc x86"
65
66 DEPEND="readline? ( sys-libs/readline )
67 ncurses? ( sys-libs/ncurses )
68 @@ -22,13 +22,13 @@
69 src_unpack() {
70 unpack ${A}
71 cd "${S}"
72 - sed -i -e 's:tail +:tail -n +:' ${S}/tests/test.sh ||\
73 + sed -i -e 's:tail +:tail -n +:' "${S}"/tests/test.sh ||\
74 die "Failed to fix-up tail for POSIX compliance"
75 # Upstream package creates executables 'example', 'munch'
76 # and 'unmunch' which are too generic to be placed in
77 # /usr/bin - this patch prefixes them with 'hunspell-'.
78 # It modifies a Makefile.am file, hence autoreconf.
79 - epatch ${FILESDIR}/hunspell-1.1.5-renameexes.patch
80 + epatch "${FILESDIR}"/hunspell-1.1.5-renameexes.patch
81 # Would do eautoreconf - but until bug #142787 is fixed, eautoreconf
82 # isn't enough.
83 libtoolize --copy --force
84 @@ -47,7 +47,7 @@
85 }
86
87 src_install() {
88 - emake DESTDIR=${D} install || die "emake install failed"
89 + emake DESTDIR="${D}" install || die "emake install failed"
90 dodoc AUTHORS ChangeLog NEWS README THANKS TODO license.hunspell || die "installing docs failed"
91 # hunspell is derived from myspell
92 dodoc AUTHORS.myspell README.myspell license.myspell || die "installing myspell docs failed"
93 @@ -61,13 +61,13 @@
94 doins license.myspell license.hunspell config.h
95
96 # These are in the wrong place.
97 - mv ${D}/usr/include/munch.h ${D}/usr/include/hunspell/munch.h
98 - mv ${D}/usr/include/unmunch.h ${D}/usr/include/hunspell/unmunch.h
99 + mv "${D}"/usr/include/munch.h "${D}"/usr/include/hunspell/munch.h
100 + mv "${D}"/usr/include/unmunch.h "${D}"/usr/include/hunspell/unmunch.h
101
102 # Libraries include the version in their name, so make a sensible
103 # default symlink. They should probably be libhunspell.so.1.1 etc.
104 dodir /usr/$(get_libdir)
105 - cd ${D}/usr/$(get_libdir)
106 + cd "${D}"/usr/$(get_libdir)
107 ln -s libhunspell-1.1.so.0.0.0 libhunspell.so
108 }
109
110
111
112
113 --
114 gentoo-commits@g.o mailing list