Gentoo Archives: gentoo-commits

From: "Jason Zaman (perfinion)" <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-embedded/gputils: gputils-1.4.0.ebuild ChangeLog
Date: Sat, 04 Jul 2015 08:56:59
Message-Id: 20150704085649.84BDA74D@oystercatcher.gentoo.org
1 perfinion 15/07/04 08:56:49
2
3 Modified: ChangeLog
4 Added: gputils-1.4.0.ebuild
5 Log:
6 bump thanks to Tiger, bug 553752
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
9
10 Revision Changes Path
11 1.51 dev-embedded/gputils/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/gputils/ChangeLog?rev=1.51&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/gputils/ChangeLog?rev=1.51&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/gputils/ChangeLog?r1=1.50&r2=1.51
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/gputils/ChangeLog,v
20 retrieving revision 1.50
21 retrieving revision 1.51
22 diff -u -r1.50 -r1.51
23 --- ChangeLog 9 Jun 2015 13:20:17 -0000 1.50
24 +++ ChangeLog 4 Jul 2015 08:56:49 -0000 1.51
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-embedded/gputils
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gputils/ChangeLog,v 1.50 2015/06/09 13:20:17 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gputils/ChangeLog,v 1.51 2015/07/04 08:56:49 perfinion Exp $
30 +
31 +*gputils-1.4.0 (04 Jul 2015)
32 +
33 + 04 Jul 2015; Jason Zaman <perfinion@g.o> +gputils-1.4.0.ebuild:
34 + bump thanks to Tiger, bug 553752
35
36 09 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
37 Updating remote-id in metadata.xml
38
39
40
41 1.1 dev-embedded/gputils/gputils-1.4.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/gputils/gputils-1.4.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/gputils/gputils-1.4.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gputils-1.4.0.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-embedded/gputils/gputils-1.4.0.ebuild,v 1.1 2015/07/04 08:56:49 perfinion Exp $
51
52 EAPI="5"
53
54 inherit toolchain-funcs
55
56 DESCRIPTION="Collection of tools including assembler, linker and librarian for PIC microcontrollers"
57 HOMEPAGE="http://gputils.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
63 IUSE=""
64
65 src_configure() {
66 tc-ld-disable-gold
67 default
68 }
69
70 src_install() {
71 default
72 dodoc doc/gputils.pdf
73 }