Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/swig: ChangeLog swig-2.0.4-r1.ebuild
Date: Fri, 03 Feb 2012 17:16:57
Message-Id: 20120203171643.8B56C2004B@flycatcher.gentoo.org
1 ssuominen 12/02/03 17:16:43
2
3 Modified: ChangeLog swig-2.0.4-r1.ebuild
4 Log:
5 ppc64 stable wrt #395843
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.166 dev-lang/swig/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swig/ChangeLog?rev=1.166&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swig/ChangeLog?rev=1.166&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swig/ChangeLog?r1=1.165&r2=1.166
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v
19 retrieving revision 1.165
20 retrieving revision 1.166
21 diff -u -r1.165 -r1.166
22 --- ChangeLog 15 Jan 2012 19:03:48 -0000 1.165
23 +++ ChangeLog 3 Feb 2012 17:16:43 -0000 1.166
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-lang/swig
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.165 2012/01/15 19:03:48 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.166 2012/02/03 17:16:43 ssuominen Exp $
29 +
30 + 03 Feb 2012; Samuli Suominen <ssuominen@g.o> swig-2.0.4-r1.ebuild:
31 + ppc64 stable wrt #395843
32
33 15 Jan 2012; Raúl Porcel <armin76@g.o> swig-2.0.4-r1.ebuild:
34 alpha/ia64/s390/sh/sparc stable wrt #395843
35
36
37
38 1.9 dev-lang/swig/swig-2.0.4-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swig/swig-2.0.4-r1.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swig/swig-2.0.4-r1.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swig/swig-2.0.4-r1.ebuild?r1=1.8&r2=1.9
43
44 Index: swig-2.0.4-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-2.0.4-r1.ebuild,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- swig-2.0.4-r1.ebuild 15 Jan 2012 19:03:48 -0000 1.8
51 +++ swig-2.0.4-r1.ebuild 3 Feb 2012 17:16:43 -0000 1.9
52 @@ -1,8 +1,8 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-2.0.4-r1.ebuild,v 1.8 2012/01/15 19:03:48 armin76 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-2.0.4-r1.ebuild,v 1.9 2012/02/03 17:16:43 ssuominen Exp $
57
58 -EAPI="3"
59 +EAPI=3
60
61 inherit base
62
63 @@ -12,7 +12,7 @@
64
65 LICENSE="GPL-3 as-is"
66 SLOT="0"
67 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
68 +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
69 IUSE="ccache doc pcre"
70 RESTRICT="test"
71
72 @@ -21,7 +21,7 @@
73
74 RDEPEND="${DEPEND}"
75
76 -PATCHES=( "${FILESDIR}/${P}-typedef.patch" )
77 +PATCHES=( "${FILESDIR}"/${P}-typedef.patch )
78
79 src_configure() {
80 econf \
81 @@ -31,9 +31,9 @@
82 }
83
84 src_install() {
85 - emake DESTDIR="${D}" install || die "emake install failed"
86 - dodoc ANNOUNCE CHANGES CHANGES.current README TODO || die "dodoc failed"
87 + emake DESTDIR="${D}" install || die
88 + dodoc ANNOUNCE CHANGES CHANGES.current README TODO || die
89 if use doc; then
90 - dohtml -r Doc/{Devel,Manual} || die "dohtml failed"
91 + dohtml -r Doc/{Devel,Manual} || die
92 fi
93 }