Gentoo Archives: gentoo-commits

From: "Denis Dupeyron (calchan)" <calchan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-embedded/gputils: ChangeLog gputils-0.13.5.ebuild
Date: Wed, 28 Nov 2007 21:06:00
Message-Id: E1IxU6U-0006sO-WD@stork.gentoo.org
1 calchan 07/11/28 21:05:54
2
3 Modified: ChangeLog
4 Added: gputils-0.13.5.ebuild
5 Log:
6 Version bump, thanks to David Barnett (bug #197255).
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.34 dev-embedded/gputils/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/gputils/ChangeLog?rev=1.34&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/gputils/ChangeLog?rev=1.34&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/gputils/ChangeLog?r1=1.33&r2=1.34
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/gputils/ChangeLog,v
19 retrieving revision 1.33
20 retrieving revision 1.34
21 diff -u -r1.33 -r1.34
22 --- ChangeLog 27 Mar 2007 22:25:26 -0000 1.33
23 +++ ChangeLog 28 Nov 2007 21:05:54 -0000 1.34
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-embedded/gputils
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gputils/ChangeLog,v 1.33 2007/03/27 22:25:26 calchan Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gputils/ChangeLog,v 1.34 2007/11/28 21:05:54 calchan Exp $
29 +
30 +*gputils-0.13.5 (28 Nov 2007)
31 +
32 + 28 Nov 2007; Denis Dupeyron <calchan@g.o> +gputils-0.13.5.ebuild:
33 + Version bump, thanks to David Barnett (bug #197255).
34
35 *gputils-0.13.4-r1 (27 Mar 2007)
36
37
38
39
40 1.1 dev-embedded/gputils/gputils-0.13.5.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/gputils/gputils-0.13.5.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/gputils/gputils-0.13.5.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gputils-0.13.5.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-embedded/gputils/gputils-0.13.5.ebuild,v 1.1 2007/11/28 21:05:54 calchan Exp $
50
51 inherit eutils
52
53 DESCRIPTION="Collection of tools including assembler, linker and librarian for PIC microcontrollers."
54 HOMEPAGE="http://gputils.sourceforge.net/"
55 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
56 http://dev.gentoo.org/~calchan/distfiles/${P}-maxrom.patch.bz2"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
61 IUSE=""
62
63 DEPEND=""
64
65 src_unpack() {
66 unpack ${A}
67 cd ${S}
68 epatch "${FILESDIR}/${PN}-0.13.4-mapping.patch" || die "Patching failed"
69 epatch "../${P}-maxrom.patch" || die "Patching failed"
70 }
71
72 src_install() {
73 emake DESTDIR=${D} install || die "Installation failed"
74 dodoc AUTHORS ChangeLog INSTALL NEWS README TODO doc/gputils.ps
75 insinto /usr/share/doc/${PF}/
76 doins doc/gputils.pdf
77 }
78
79
80
81 --
82 gentoo-commits@g.o mailing list