Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/musl: metadata.xml musl-9999.ebuild ChangeLog
Date: Tue, 25 Dec 2012 19:48:01
Message-Id: 20121225194745.7B1B02171D@flycatcher.gentoo.org
1 blueness 12/12/25 19:47:45
2
3 Modified: metadata.xml musl-9999.ebuild ChangeLog
4 Log:
5 Correct minor typo, add myself as co-maintainer
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.2 sys-libs/musl/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/musl/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 25 Dec 2012 18:30:03 -0000 1.1
23 +++ metadata.xml 25 Dec 2012 19:47:45 -0000 1.2
24 @@ -5,4 +5,8 @@
25 <maintainer>
26 <email>lu_zero@g.o</email>
27 </maintainer>
28 +<maintainer>
29 +<email>blueness@g.o</email>
30 +<name>Anthony G. Basile</name>
31 +</maintainer>
32 </pkgmetadata>
33
34
35
36 1.2 sys-libs/musl/musl-9999.ebuild
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/musl-9999.ebuild?rev=1.2&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/musl-9999.ebuild?rev=1.2&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/musl-9999.ebuild?r1=1.1&r2=1.2
41
42 Index: musl-9999.ebuild
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-9999.ebuild,v
45 retrieving revision 1.1
46 retrieving revision 1.2
47 diff -u -r1.1 -r1.2
48 --- musl-9999.ebuild 25 Dec 2012 18:30:03 -0000 1.1
49 +++ musl-9999.ebuild 25 Dec 2012 19:47:45 -0000 1.2
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2012 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-9999.ebuild,v 1.1 2012/12/25 18:30:03 lu_zero Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-9999.ebuild,v 1.2 2012/12/25 19:47:45 blueness Exp $
55
56 EAPI=4
57
58 @@ -44,7 +44,7 @@
59 if [ ${CTARGET} == ${CHOST} ] ; then
60 case ${CHOST} in
61 *-musl*) ;;
62 - *) die "Use sys-devel/crossdev to build a uclibc toolchain" ;;
63 + *) die "Use sys-devel/crossdev to build a musl toolchain" ;;
64 esac
65 fi
66 }
67
68
69
70 1.2 sys-libs/musl/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/ChangeLog?rev=1.2&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/ChangeLog?rev=1.2&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/ChangeLog?r1=1.1&r2=1.2
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v
79 retrieving revision 1.1
80 retrieving revision 1.2
81 diff -u -r1.1 -r1.2
82 --- ChangeLog 25 Dec 2012 18:30:03 -0000 1.1
83 +++ ChangeLog 25 Dec 2012 19:47:45 -0000 1.2
84 @@ -1,10 +1,13 @@
85 # ChangeLog for sys-libs/musl
86 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.1 2012/12/25 18:30:03 lu_zero Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.2 2012/12/25 19:47:45 blueness Exp $
89 +
90 + 25 Dec 2012; Anthony G. Basile <blueness@g.o> metadata.xml,
91 + musl-9999.ebuild:
92 + Correct minor typo, add myself as co-maintainer
93
94 *musl-9999 (25 Dec 2012)
95
96 25 Dec 2012; Luca Barbato <lu_zero@g.o> +musl-9999.ebuild,
97 +metadata.xml:
98 Initial commit
99 -