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 virtual/libiconv: libiconv-0.ebuild libiconv-0-r1.ebuild ChangeLog
Date: Fri, 24 Jan 2014 20:09:06
Message-Id: 20140124200901.8B26E2004C@flycatcher.gentoo.org
1 blueness 14/01/24 20:09:01
2
3 Modified: libiconv-0.ebuild libiconv-0-r1.ebuild ChangeLog
4 Log:
5 musl provides its own iconv
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.13 virtual/libiconv/libiconv-0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libiconv/libiconv-0.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libiconv/libiconv-0.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libiconv/libiconv-0.ebuild?r1=1.12&r2=1.13
15
16 Index: libiconv-0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/libiconv/libiconv-0.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- libiconv-0.ebuild 18 Jan 2014 02:39:52 -0000 1.12
23 +++ libiconv-0.ebuild 24 Jan 2014 20:09:01 -0000 1.13
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/virtual/libiconv/libiconv-0.ebuild,v 1.12 2014/01/18 02:39:52 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/libiconv/libiconv-0.ebuild,v 1.13 2014/01/24 20:09:01 blueness Exp $
29
30 DESCRIPTION="Virtual for the GNU conversion library"
31 HOMEPAGE=""
32 @@ -8,9 +8,9 @@
33 LICENSE=""
34 SLOT="0"
35 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
36 -IUSE="elibc_glibc elibc_uclibc"
37 +IUSE="elibc_glibc elibc_uclibc elibc_musl"
38 DEPEND=""
39
40 # - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between
41 # that and gcc
42 -RDEPEND="!elibc_glibc? ( !elibc_uclibc? ( dev-libs/libiconv ) )"
43 +RDEPEND="!elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( dev-libs/libiconv ) ) )"
44
45
46
47 1.3 virtual/libiconv/libiconv-0-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libiconv/libiconv-0-r1.ebuild?rev=1.3&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libiconv/libiconv-0-r1.ebuild?rev=1.3&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libiconv/libiconv-0-r1.ebuild?r1=1.2&r2=1.3
52
53 Index: libiconv-0-r1.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/virtual/libiconv/libiconv-0-r1.ebuild,v
56 retrieving revision 1.2
57 retrieving revision 1.3
58 diff -u -r1.2 -r1.3
59 --- libiconv-0-r1.ebuild 18 Jan 2014 02:39:52 -0000 1.2
60 +++ libiconv-0-r1.ebuild 24 Jan 2014 20:09:01 -0000 1.3
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2014 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/virtual/libiconv/libiconv-0-r1.ebuild,v 1.2 2014/01/18 02:39:52 vapier Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/virtual/libiconv/libiconv-0-r1.ebuild,v 1.3 2014/01/24 20:09:01 blueness Exp $
66
67 EAPI=4
68
69 @@ -12,9 +12,9 @@
70 LICENSE=""
71 SLOT="0"
72 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
73 -IUSE="elibc_glibc elibc_uclibc"
74 +IUSE="elibc_glibc elibc_uclibc elibc_musl"
75 DEPEND=""
76
77 # - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between
78 # that and gcc
79 -RDEPEND="!elibc_glibc? ( !elibc_uclibc? ( dev-libs/libiconv[${MULTILIB_USEDEP}] ) )"
80 +RDEPEND="!elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( dev-libs/libiconv[${MULTILIB_USEDEP}] ) ) )"
81
82
83
84 1.13 virtual/libiconv/ChangeLog
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libiconv/ChangeLog?rev=1.13&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libiconv/ChangeLog?rev=1.13&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/libiconv/ChangeLog?r1=1.12&r2=1.13
89
90 Index: ChangeLog
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/virtual/libiconv/ChangeLog,v
93 retrieving revision 1.12
94 retrieving revision 1.13
95 diff -u -r1.12 -r1.13
96 --- ChangeLog 18 Jan 2014 02:39:52 -0000 1.12
97 +++ ChangeLog 24 Jan 2014 20:09:01 -0000 1.13
98 @@ -1,6 +1,10 @@
99 # ChangeLog for virtual/libiconv
100 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
101 -# $Header: /var/cvsroot/gentoo-x86/virtual/libiconv/ChangeLog,v 1.12 2014/01/18 02:39:52 vapier Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/virtual/libiconv/ChangeLog,v 1.13 2014/01/24 20:09:01 blueness Exp $
103 +
104 + 24 Jan 2014; Anthony G. Basile <blueness@g.o> libiconv-0-r1.ebuild,
105 + libiconv-0.ebuild:
106 + musl provides its own iconv
107
108 18 Jan 2014; Mike Frysinger <vapier@g.o> libiconv-0-r1.ebuild,
109 libiconv-0.ebuild: