Gentoo Archives: gentoo-commits

From: "Joe Sapp (nixphoeni)" <nixphoeni@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-embedded/arduino: metadata.xml ChangeLog arduino-0015-r1.ebuild
Date: Fri, 24 Apr 2009 22:55:44
Message-Id: E1LxUJ4-00022z-3z@stork.gentoo.org
1 nixphoeni 09/04/24 22:55:42
2
3 Modified: metadata.xml ChangeLog arduino-0015-r1.ebuild
4 Log:
5 Remove librxtxSerial.so with other parts of rxtx; updated metadata.xml
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-embedded/arduino/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/arduino/metadata.xml?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/arduino/metadata.xml?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/arduino/metadata.xml?r1=1.1&r2=1.2
14
15 Index: metadata.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/arduino/metadata.xml,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- metadata.xml 21 Sep 2008 05:03:06 -0000 1.1
22 +++ metadata.xml 24 Apr 2009 22:55:42 -0000 1.2
23 @@ -5,4 +5,7 @@
24 <maintainer>
25 <email>solar@g.o</email>
26 </maintainer>
27 + <maintainer>
28 + <email>nixphoeni@g.o</email>
29 + </maintainer>
30 </pkgmetadata>
31
32
33
34 1.4 dev-embedded/arduino/ChangeLog
35
36 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/arduino/ChangeLog?rev=1.4&view=markup
37 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/arduino/ChangeLog?rev=1.4&content-type=text/plain
38 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/arduino/ChangeLog?r1=1.3&r2=1.4
39
40 Index: ChangeLog
41 ===================================================================
42 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/arduino/ChangeLog,v
43 retrieving revision 1.3
44 retrieving revision 1.4
45 diff -u -r1.3 -r1.4
46 --- ChangeLog 18 Apr 2009 16:50:55 -0000 1.3
47 +++ ChangeLog 24 Apr 2009 22:55:42 -0000 1.4
48 @@ -1,6 +1,13 @@
49 # ChangeLog for dev-embedded/arduino
50 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
51 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/arduino/ChangeLog,v 1.3 2009/04/18 16:50:55 nixphoeni Exp $
52 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/arduino/ChangeLog,v 1.4 2009/04/24 22:55:42 nixphoeni Exp $
53 +
54 + 24 Apr 2009; Joe Sapp <nixphoeni@g.o> metadata.xml,
55 + arduino-0015-r1:
56 + -Forgot to remove librxtxSerial.so in src_install with the other external
57 + packages I could find (not entirely necessary, but good practice I
58 + think)
59 + -Added nixphoeni to maintainer list
60
61 *arduino-0015-r1 (18 Apr 2009)
62
63
64
65
66 1.2 dev-embedded/arduino/arduino-0015-r1.ebuild
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/arduino/arduino-0015-r1.ebuild?rev=1.2&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/arduino/arduino-0015-r1.ebuild?rev=1.2&content-type=text/plain
70 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/arduino/arduino-0015-r1.ebuild?r1=1.1&r2=1.2
71
72 Index: arduino-0015-r1.ebuild
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/arduino/arduino-0015-r1.ebuild,v
75 retrieving revision 1.1
76 retrieving revision 1.2
77 diff -u -r1.1 -r1.2
78 --- arduino-0015-r1.ebuild 18 Apr 2009 16:50:55 -0000 1.1
79 +++ arduino-0015-r1.ebuild 24 Apr 2009 22:55:42 -0000 1.2
80 @@ -1,6 +1,6 @@
81 # Copyright 2008-2009 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/arduino/arduino-0015-r1.ebuild,v 1.1 2009/04/18 16:50:55 nixphoeni Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/arduino/arduino-0015-r1.ebuild,v 1.2 2009/04/24 22:55:42 nixphoeni Exp $
85
86 inherit eutils
87
88 @@ -45,6 +45,7 @@
89
90 # get rid of libraries provided by other packages
91 rm -f "${D}/usr/share/${P}/lib/RXTXcomm.jar"
92 + rm -f "${D}/usr/share/${P}/lib/librxtxSerial.so"
93 rm -f "${D}/usr/share/${P}/lib/antlr.jar"
94
95 # fix the provided arduino script to call out the right libraries