* [gentoo-commits] gentoo-x86 commit in dev-libs/libiconv: ChangeLog libiconv-1.14-r1.ebuild
@ 2013-07-28 20:14 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2013-07-28 20:14 UTC (permalink / raw
To: gentoo-commits
aballier 13/07/28 20:14:05
Modified: ChangeLog
Added: libiconv-1.14-r1.ebuild
Log:
Go multilib and add a static-libs useflag.
(Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.42 dev-libs/libiconv/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libiconv/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libiconv/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libiconv/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libiconv/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 16 Sep 2012 16:18:25 -0000 1.41
+++ ChangeLog 28 Jul 2013 20:14:05 -0000 1.42
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/libiconv
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiconv/ChangeLog,v 1.41 2012/09/16 16:18:25 blueness Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiconv/ChangeLog,v 1.42 2013/07/28 20:14:05 aballier Exp $
+
+*libiconv-1.14-r1 (28 Jul 2013)
+
+ 28 Jul 2013; Alexis Ballier <aballier@gentoo.org> +libiconv-1.14-r1.ebuild:
+ Go multilib and add a static-libs useflag.
16 Sep 2012; Anthony G. Basile <blueness@gentoo.org> libiconv-1.14.ebuild:
Stable on amd64 arm ppc x86
1.1 dev-libs/libiconv/libiconv-1.14-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libiconv/libiconv-1.14-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libiconv/libiconv-1.14-r1.ebuild?rev=1.1&content-type=text/plain
Index: libiconv-1.14-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiconv/libiconv-1.14-r1.ebuild,v 1.1 2013/07/28 20:14:05 aballier Exp $
EAPI="4"
inherit libtool toolchain-funcs multilib-minimal
DESCRIPTION="GNU charset conversion library for libc which doesn't implement it"
HOMEPAGE="http://www.gnu.org/software/libiconv/"
SRC_URI="mirror://gnu/libiconv/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="+static-libs"
DEPEND="!sys-libs/glibc
!sys-apps/man-pages"
RDEPEND="${DEPEND}"
src_prepare() {
# Make sure that libtool support is updated to link "the linux way"
# on FreeBSD.
elibtoolize
}
multilib_src_configure() {
# Disable NLS support because that creates a circular dependency
# between libiconv and gettext
ECONF_SOURCE="${S}" econf \
--docdir="\$(datarootdir)/doc/${PF}/html" \
--disable-nls \
--enable-shared \
$(use_enable static-libs static)
}
multilib_src_install() {
default
# Install in /lib as utils installed in /lib like gnutar
# can depend on this
[ "${ABI}" = "${DEFAULT_ABI}" ] && gen_usr_ldscript -a iconv charset
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/libiconv: ChangeLog libiconv-1.14-r1.ebuild
@ 2013-12-02 12:35 Anthony G. Basile (blueness)
0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile (blueness) @ 2013-12-02 12:35 UTC (permalink / raw
To: gentoo-commits
blueness 13/12/02 12:35:55
Modified: ChangeLog libiconv-1.14-r1.ebuild
Log:
Stable arm, bug #492042
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.43 dev-libs/libiconv/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libiconv/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libiconv/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libiconv/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libiconv/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 28 Jul 2013 20:14:05 -0000 1.42
+++ ChangeLog 2 Dec 2013 12:35:55 -0000 1.43
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libiconv
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiconv/ChangeLog,v 1.42 2013/07/28 20:14:05 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiconv/ChangeLog,v 1.43 2013/12/02 12:35:55 blueness Exp $
+
+ 02 Dec 2013; Anthony G. Basile <blueness@gentoo.org> libiconv-1.14-r1.ebuild:
+ Stable arm, bug #492042
*libiconv-1.14-r1 (28 Jul 2013)
1.2 dev-libs/libiconv/libiconv-1.14-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libiconv/libiconv-1.14-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libiconv/libiconv-1.14-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libiconv/libiconv-1.14-r1.ebuild?r1=1.1&r2=1.2
Index: libiconv-1.14-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libiconv/libiconv-1.14-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libiconv-1.14-r1.ebuild 28 Jul 2013 20:14:05 -0000 1.1
+++ libiconv-1.14-r1.ebuild 2 Dec 2013 12:35:55 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiconv/libiconv-1.14-r1.ebuild,v 1.1 2013/07/28 20:14:05 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiconv/libiconv-1.14-r1.ebuild,v 1.2 2013/12/02 12:35:55 blueness Exp $
EAPI="4"
@@ -12,7 +12,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~amd64 arm ~mips ~ppc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="+static-libs"
DEPEND="!sys-libs/glibc
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-02 12:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-02 12:35 [gentoo-commits] gentoo-x86 commit in dev-libs/libiconv: ChangeLog libiconv-1.14-r1.ebuild Anthony G. Basile (blueness)
-- strict thread matches above, loose matches on Subject: below --
2013-07-28 20:14 Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox