Gentoo Archives: gentoo-commits

From: "Akinori Hattori (hattya)" <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/uvconv: uvconv-1.1.3b-r1.ebuild ChangeLog
Date: Wed, 27 Feb 2013 12:37:30
Message-Id: 20130227123725.E61812171D@flycatcher.gentoo.org
1 hattya 13/02/27 12:37:25
2
3 Modified: uvconv-1.1.3b-r1.ebuild ChangeLog
4 Log:
5 update to EAPI 4
6
7 (Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key EC917A6D)
8
9 Revision Changes Path
10 1.5 app-text/uvconv/uvconv-1.1.3b-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/uvconv/uvconv-1.1.3b-r1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/uvconv/uvconv-1.1.3b-r1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/uvconv/uvconv-1.1.3b-r1.ebuild?r1=1.4&r2=1.5
15
16 Index: uvconv-1.1.3b-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/uvconv/uvconv-1.1.3b-r1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- uvconv-1.1.3b-r1.ebuild 14 Jun 2012 09:16:18 -0000 1.4
23 +++ uvconv-1.1.3b-r1.ebuild 27 Feb 2013 12:37:25 -0000 1.5
24 @@ -1,6 +1,8 @@
25 -# Copyright 1999-2012 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/app-text/uvconv/uvconv-1.1.3b-r1.ebuild,v 1.4 2012/06/14 09:16:18 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/uvconv/uvconv-1.1.3b-r1.ebuild,v 1.5 2013/02/27 12:37:25 hattya Exp $
30 +
31 +EAPI="4"
32
33 inherit eutils toolchain-funcs
34
35 @@ -9,24 +11,22 @@
36 SRC_URI="mirror://sourceforge/unikey/${P}.tar.gz"
37
38 LICENSE="GPL-2"
39 -KEYWORDS="amd64 x86"
40 SLOT="0"
41 +KEYWORDS="amd64 x86"
42 IUSE=""
43
44 S="${WORKDIR}/${PN}"
45
46 -src_unpack() {
47 - unpack ${A}
48 - cd "${S}"
49 - epatch "${FILESDIR}/${P}-gcc43.patch" \
50 - "${FILESDIR}"/${P}-ldflags.patch
51 +src_prepare() {
52 + epatch "${FILESDIR}"/${P}-gcc43.patch
53 + epatch "${FILESDIR}"/${P}-ldflags.patch
54 }
55
56 src_compile() {
57 - emake CXX="$(tc-getCXX)" OPTFLAGS="${CFLAGS}" -C uvconvert || die
58 + emake CXX="$(tc-getCXX)" OPTFLAGS="${CFLAGS}" -C uvconvert
59 }
60
61 -src_install () {
62 +src_install() {
63 dobin uvconvert/${PN}
64 doman uvconv.1
65 dodoc readme.txt AUTHORS CREDITS changes.txt
66
67
68
69 1.10 app-text/uvconv/ChangeLog
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/uvconv/ChangeLog?rev=1.10&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/uvconv/ChangeLog?rev=1.10&content-type=text/plain
73 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/uvconv/ChangeLog?r1=1.9&r2=1.10
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/app-text/uvconv/ChangeLog,v
78 retrieving revision 1.9
79 retrieving revision 1.10
80 diff -u -r1.9 -r1.10
81 --- ChangeLog 27 Feb 2013 12:15:11 -0000 1.9
82 +++ ChangeLog 27 Feb 2013 12:37:25 -0000 1.10
83 @@ -1,6 +1,9 @@
84 # ChangeLog for app-text/uvconv
85 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/app-text/uvconv/ChangeLog,v 1.9 2013/02/27 12:15:11 hattya Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/app-text/uvconv/ChangeLog,v 1.10 2013/02/27 12:37:25 hattya Exp $
88 +
89 + 27 Feb 2013; Akinori Hattori <hattya@g.o> uvconv-1.1.3b-r1.ebuild:
90 + update to EAPI 4
91
92 27 Feb 2013; Akinori Hattori <hattya@g.o> -uvconv-1.1.3b.ebuild:
93 remove old ebuild