Gentoo Archives: gentoo-commits

From: "Chris Reffett (creffett)" <creffett@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/aften: aften-0.0.8.ebuild ChangeLog
Date: Sat, 01 Jun 2013 14:11:54
Message-Id: 20130601141151.C56002171D@flycatcher.gentoo.org
1 creffett 13/06/01 14:11:51
2
3 Modified: aften-0.0.8.ebuild ChangeLog
4 Log:
5 EAPI bump wrt bug 460572
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 42618354)
8
9 Revision Changes Path
10 1.5 media-libs/aften/aften-0.0.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild?r1=1.4&r2=1.5
15
16 Index: aften-0.0.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- aften-0.0.8.ebuild 22 Jun 2008 15:13:14 -0000 1.4
23 +++ aften-0.0.8.ebuild 1 Jun 2013 14:11:51 -0000 1.5
24 @@ -1,6 +1,7 @@
25 -# Copyright 1999-2008 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild,v 1.4 2008/06/22 15:13:14 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild,v 1.5 2013/06/01 14:11:51 creffett Exp $
30 +EAPI=5
31
32 inherit eutils cmake-utils
33
34 @@ -14,12 +15,7 @@
35 IUSE="cxx"
36 DEPEND=""
37
38 -src_unpack() {
39 - unpack ${A}
40 - cd "${S}"
41 - epatch "${FILESDIR}/${P}-multilib.patch"
42 - epatch "${FILESDIR}/${P}-ppc.patch"
43 -}
44 +PATCHES=( "${FILESDIR}/${P}-multilib.patch" "${FILESDIR}/${P}-ppc.patch" )
45
46 src_compile() {
47 local mycmakeargs="-DSHARED=1"
48
49
50
51 1.7 media-libs/aften/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aften/ChangeLog?rev=1.7&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aften/ChangeLog?rev=1.7&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aften/ChangeLog?r1=1.6&r2=1.7
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/media-libs/aften/ChangeLog,v
60 retrieving revision 1.6
61 retrieving revision 1.7
62 diff -u -r1.6 -r1.7
63 --- ChangeLog 7 Sep 2012 22:33:06 -0000 1.6
64 +++ ChangeLog 1 Jun 2013 14:11:51 -0000 1.7
65 @@ -1,6 +1,9 @@
66 # ChangeLog for media-libs/aften
67 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/ChangeLog,v 1.6 2012/09/07 22:33:06 radhermit Exp $
69 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
70 +# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/ChangeLog,v 1.7 2013/06/01 14:11:51 creffett Exp $
71 +
72 + 01 Jun 2013; Chris Reffett <creffett@g.o> aften-0.0.8.ebuild:
73 + EAPI bump wrt bug 460572
74
75 07 Sep 2012; Tim Harder <radhermit@g.o> metadata.xml:
76 Remove redundant maintainer from metadata.
77 @@ -23,4 +26,3 @@
78 23 Nov 2007; Alexis Ballier <aballier@g.o>
79 +files/aften-0.0.8-multilib.patch, +metadata.xml, +aften-0.0.8.ebuild:
80 initial import, thanks to Ben de Groot <ben@×××××××.net>, bug #199858
81 -