public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/gettext: gettext-0.19.2.1_rc1.ebuild gettext-0.19.1.ebuild gettext-0.19.2.ebuild ChangeLog
@ 2014-10-12  1:37 Anthony G. Basile (blueness)
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2014-10-12  1:37 UTC (permalink / raw
  To: gentoo-commits

blueness    14/10/12 01:37:17

  Modified:             gettext-0.19.2.1_rc1.ebuild gettext-0.19.1.ebuild
                        gettext-0.19.2.ebuild ChangeLog
  Log:
  Add support for musl which now provides internal libintl
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.2                  sys-devel/gettext/gettext-0.19.2.1_rc1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.19.2.1_rc1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.19.2.1_rc1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.19.2.1_rc1.ebuild?r1=1.1&r2=1.2

Index: gettext-0.19.2.1_rc1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.2.1_rc1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gettext-0.19.2.1_rc1.ebuild	2 Oct 2014 19:59:53 -0000	1.1
+++ gettext-0.19.2.1_rc1.ebuild	12 Oct 2014 01:37:17 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.2.1_rc1.ebuild,v 1.1 2014/10/02 19:59:53 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.2.1_rc1.ebuild,v 1.2 2014/10/12 01:37:17 blueness Exp $
 
 EAPI="4"
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-3 LGPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
-IUSE="acl -cvs doc emacs git java nls +cxx ncurses openmp static-libs elibc_glibc"
+IUSE="acl -cvs doc emacs git java nls +cxx ncurses openmp static-libs elibc_glibc elibc_musl"
 
 if [[ ${PV} =~ _rc ]] ; then
 	SRC_URI="mirror://gnu-alpha/${PN}/${P/_/-}.tar.xz"
@@ -61,7 +61,7 @@
 	)
 
 	# Build with --without-included-gettext (on glibc systems)
-	if use elibc_glibc ; then
+	if use elibc_glibc || use elibc_musl ; then
 		myconf+=(
 			--without-included-gettext
 			$(use_enable nls)



1.3                  sys-devel/gettext/gettext-0.19.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.19.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.19.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.19.1.ebuild?r1=1.2&r2=1.3

Index: gettext-0.19.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gettext-0.19.1.ebuild	18 Jun 2014 20:47:33 -0000	1.2
+++ gettext-0.19.1.ebuild	12 Oct 2014 01:37:17 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.1.ebuild,v 1.2 2014/06/18 20:47:33 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.1.ebuild,v 1.3 2014/10/12 01:37:17 blueness Exp $
 
 EAPI="4"
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-3 LGPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
-IUSE="acl -cvs doc emacs git java nls +cxx ncurses openmp static-libs elibc_glibc"
+IUSE="acl -cvs doc emacs git java nls +cxx ncurses openmp static-libs elibc_glibc elibc_musl"
 
 if [[ ${PV} =~ _rc ]] ; then
 	SRC_URI="mirror://gnu-alpha/${PN}/${P/_/-}.tar.gz"
@@ -61,7 +61,7 @@
 	)
 
 	# Build with --without-included-gettext (on glibc systems)
-	if use elibc_glibc ; then
+	if use elibc_glibc || use elibc_musl ; then
 		myconf+=(
 			--without-included-gettext
 			$(use_enable nls)



1.2                  sys-devel/gettext/gettext-0.19.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.19.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.19.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.19.2.ebuild?r1=1.1&r2=1.2

Index: gettext-0.19.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gettext-0.19.2.ebuild	14 Jul 2014 21:36:32 -0000	1.1
+++ gettext-0.19.2.ebuild	12 Oct 2014 01:37:17 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.2.ebuild,v 1.1 2014/07/14 21:36:32 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.19.2.ebuild,v 1.2 2014/10/12 01:37:17 blueness Exp $
 
 EAPI="4"
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-3 LGPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
-IUSE="acl -cvs doc emacs git java nls +cxx ncurses openmp static-libs elibc_glibc"
+IUSE="acl -cvs doc emacs git java nls +cxx ncurses openmp static-libs elibc_glibc elibc_musl"
 
 if [[ ${PV} =~ _rc ]] ; then
 	SRC_URI="mirror://gnu-alpha/${PN}/${P/_/-}.tar.gz"
@@ -61,7 +61,7 @@
 	)
 
 	# Build with --without-included-gettext (on glibc systems)
-	if use elibc_glibc ; then
+	if use elibc_glibc || use elibc_musl ; then
 		myconf+=(
 			--without-included-gettext
 			$(use_enable nls)



1.250                sys-devel/gettext/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.250&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.250&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?r1=1.249&r2=1.250

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -r1.249 -r1.250
--- ChangeLog	2 Oct 2014 19:59:53 -0000	1.249
+++ ChangeLog	12 Oct 2014 01:37:17 -0000	1.250
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/gettext
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.249 2014/10/02 19:59:53 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.250 2014/10/12 01:37:17 blueness Exp $
+
+  12 Oct 2014; Anthony G. Basile <blueness@gentoo.org> gettext-0.19.1.ebuild,
+  gettext-0.19.2.1_rc1.ebuild, gettext-0.19.2.ebuild:
+  Add support for musl which now provides internal libintl
 
 *gettext-0.19.2.1_rc1 (02 Oct 2014)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-12  1:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-12  1:37 [gentoo-commits] gentoo-x86 commit in sys-devel/gettext: gettext-0.19.2.1_rc1.ebuild gettext-0.19.1.ebuild gettext-0.19.2.ebuild ChangeLog Anthony G. Basile (blueness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox