Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libemf: libemf-1.0.4.ebuild ChangeLog
Date: Fri, 02 Mar 2012 11:11:06
Message-Id: 20120302111055.D8CFB2004B@flycatcher.gentoo.org
1 jlec 12/03/02 11:10:55
2
3 Modified: libemf-1.0.4.ebuild ChangeLog
4 Log:
5 Handle static-libs individually, therefore move to auto-tools.eclass and EAPI=4
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 media-libs/libemf/libemf-1.0.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild?r1=1.8&r2=1.9
15
16 Index: libemf-1.0.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- libemf-1.0.4.ebuild 13 Dec 2011 13:11:40 -0000 1.8
23 +++ libemf-1.0.4.ebuild 2 Mar 2012 11:10:55 -0000 1.9
24 @@ -1,10 +1,12 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v 1.8 2011/12/13 13:11:40 naota Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/libemf-1.0.4.ebuild,v 1.9 2012/03/02 11:10:55 jlec Exp $
30
31 -EAPI=2
32 +EAPI=4
33
34 -inherit autotools eutils
35 +AUTOTOOLS_AUTORECONF=true
36 +
37 +inherit autotools-utils
38
39 MY_P="${P/emf/EMF}"
40 DESCRIPTION="Library implementation of ECMA-234 API for the generation of enhanced metafiles."
41 @@ -14,23 +16,18 @@
42 LICENSE="LGPL-2.1 GPL-2"
43 SLOT="0"
44 KEYWORDS="amd64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
45 -IUSE="doc"
46 -
47 -DEPEND=""
48 +IUSE="doc static-libs"
49
50 S=${WORKDIR}/${MY_P}
51
52 -src_prepare() {
53 - epatch "${FILESDIR}"/${P}-amd64-alpha.patch
54 - eautoreconf # or libtool tries to link against the gcc it was built with
55 -}
56 +PATCHES=( "${FILESDIR}"/${P}-amd64-alpha.patch )
57
58 src_configure() {
59 - econf --enable-editing
60 + local myeconfargs=( --enable-editing )
61 + autotools-utils_src_configure
62 }
63
64 src_install() {
65 - emake DESTDIR="${D}" install || die
66 + autotools-utils_src_install
67 use doc && dohtml doc/html/*
68 - dodoc README NEWS AUTHORS ChangeLog
69 }
70
71
72
73 1.34 media-libs/libemf/ChangeLog
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libemf/ChangeLog?rev=1.34&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libemf/ChangeLog?rev=1.34&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libemf/ChangeLog?r1=1.33&r2=1.34
78
79 Index: ChangeLog
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v
82 retrieving revision 1.33
83 retrieving revision 1.34
84 diff -u -r1.33 -r1.34
85 --- ChangeLog 13 Dec 2011 13:11:40 -0000 1.33
86 +++ ChangeLog 2 Mar 2012 11:10:55 -0000 1.34
87 @@ -1,6 +1,10 @@
88 # ChangeLog for media-libs/libemf
89 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
90 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.33 2011/12/13 13:11:40 naota Exp $
91 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
92 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libemf/ChangeLog,v 1.34 2012/03/02 11:10:55 jlec Exp $
93 +
94 + 02 Mar 2012; Justin Lecher <jlec@g.o> libemf-1.0.4.ebuild:
95 + Handle static-libs individually, therefore move to auto-tools.eclass and
96 + EAPI=4
97
98 13 Dec 2011; Naohiro Aota <naota@g.o> libemf-1.0.4.ebuild:
99 Add ~x86-fbsd