Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-cdr/iat: ChangeLog iat-0.1.7.ebuild
Date: Wed, 07 Oct 2009 09:02:19
Message-Id: E1MvSPZ-0004Vm-TN@stork.gentoo.org
1 scarabeus 09/10/07 09:02:17
2
3 Modified: ChangeLog
4 Added: iat-0.1.7.ebuild
5 Log:
6 Version bump. Because they masked me the mdf2iso :]
7 (Portage version: 2.2_rc38/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 app-cdr/iat/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/iat/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/iat/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/iat/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-cdr/iat/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 17 Sep 2008 08:31:20 -0000 1.2
23 +++ ChangeLog 7 Oct 2009 09:02:17 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-cdr/iat
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/iat/ChangeLog,v 1.2 2008/09/17 08:31:20 armin76 Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/iat/ChangeLog,v 1.3 2009/10/07 09:02:17 scarabeus Exp $
30 +
31 +*iat-0.1.7 (07 Oct 2009)
32 +
33 + 07 Oct 2009; Tomáš Chvátal <scarabeus@g.o> +iat-0.1.7.ebuild:
34 + Version bump. Because they masked me the mdf2iso :]
35
36 17 Sep 2008; Raúl Porcel <armin76@g.o> iat-0.1.3.ebuild:
37 Add ~x86 wrt #237762
38
39
40
41 1.1 app-cdr/iat/iat-0.1.7.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/iat/iat-0.1.7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/iat/iat-0.1.7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: iat-0.1.7.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-cdr/iat/iat-0.1.7.ebuild,v 1.1 2009/10/07 09:02:17 scarabeus Exp $
51
52 EAPI="2"
53
54 DESCRIPTION="BIN, MDF, PDI, CDI, NRG, and B5I converters"
55 HOMEPAGE="http://iat.berlios.de"
56 SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 src_configure() {
64 econf --disable-dependency-tracking
65 }
66
67 src_install() {
68 emake DESTDIR="${D}" install || die "emake install failed."
69 dodoc AUTHORS NEWS README || die "dodoc failed"
70 }