Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/jpeg: jpeg-8c-r1.ebuild
Date: Fri, 27 Jan 2012 23:48:34
Message-Id: 20120127234825.6D1242004B@flycatcher.gentoo.org
1 ssuominen 12/01/27 23:48:25
2
3 Modified: jpeg-8c-r1.ebuild
4 Log:
5 Finish the EAPI4 migration for last commit
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 media-libs/jpeg/jpeg-8c-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-8c-r1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-8c-r1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-8c-r1.ebuild?r1=1.3&r2=1.4
15
16 Index: jpeg-8c-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8c-r1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- jpeg-8c-r1.ebuild 27 Jan 2012 23:46:07 -0000 1.3
23 +++ jpeg-8c-r1.ebuild 27 Jan 2012 23:48:25 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8c-r1.ebuild,v 1.3 2012/01/27 23:46:07 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8c-r1.ebuild,v 1.4 2012/01/27 23:48:25 ssuominen Exp $
29
30 EAPI=4
31
32 @@ -21,6 +21,8 @@
33 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
34 IUSE="static-libs"
35
36 +DOCS="change.log example.c README *.txt"
37 +
38 src_prepare() {
39 epatch "${WORKDIR}"/${DEB}.diff
40 epatch "${FILESDIR}"/${PN}-7-maxmem_sysconf.patch
41 @@ -44,9 +46,7 @@
42 }
43
44 src_install() {
45 - emake DESTDIR="${D}" install || die
46 - dodoc change.log example.c README *.txt
47 -
48 + default
49 find "${ED}" -name '*.la' -exec rm -f {} +
50 }