Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Mike Frysinger (vapier)" <vapier@g.o>
Subject: gentoo-x86 commit in sys-devel/gettext: metadata.xml gettext-0.18.1.1-r3.ebuild gettext-0.18.1.1-r2.ebuild gettext-0.18.1.1-r1.ebuild ChangeLog
Date: Tue, 5 Jun 2012 03:46:34 +0000 (UTC)
vapier      12/06/05 03:46:34

  Modified:             metadata.xml gettext-0.18.1.1-r3.ebuild
                        gettext-0.18.1.1-r2.ebuild
                        gettext-0.18.1.1-r1.ebuild ChangeLog
  Log:
  Drop USE=git from the default as the overall size of the git package is larger than the space savings of the raw tarballs, and the latest gettext versions no longer require cvs or git but support raw tarballs #339547 by Jared B..
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sys-devel/gettext/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml	7 Aug 2010 21:58:29 -0000	1.5
+++ metadata.xml	5 Jun 2012 03:46:34 -0000	1.6
@@ -3,6 +3,8 @@
 <pkgmetadata>
 <herd>base-system</herd>
 <use>
+ <flag name="cvs">When running `autopoint`, use cvs to store the internal development files;
+                  this requires cvs at runtime, but will be faster/smaller than raw archives</flag>
  <flag name="git">When running `autopoint`, use git to store the internal development files;
                   this requires git at runtime, but will be faster/smaller than raw archives</flag>
 </use>



1.5                  sys-devel/gettext/gettext-0.18.1.1-r3.ebuild

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

Index: gettext-0.18.1.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gettext-0.18.1.1-r3.ebuild	23 May 2012 02:12:54 -0000	1.4
+++ gettext-0.18.1.1-r3.ebuild	5 Jun 2012 03:46:34 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r3.ebuild,v 1.4 2012/05/23 02:12:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r3.ebuild,v 1.5 2012/06/05 03:46:34 vapier Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-3 LGPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
-IUSE="acl doc emacs +git java nls +cxx openmp static-libs elibc_glibc"
+IUSE="acl -cvs doc emacs git java nls +cxx openmp static-libs elibc_glibc"
 
 DEPEND="virtual/libiconv
 	dev-libs/libxml2
@@ -22,6 +22,7 @@
 	acl? ( virtual/acl )
 	java? ( >=virtual/jdk-1.4 )"
 RDEPEND="${DEPEND}
+	!git? ( cvs? ( dev-vcs/cvs ) )
 	git? ( dev-vcs/git )
 	java? ( >=virtual/jre-1.4 )"
 PDEPEND="emacs? ( app-emacs/po-mode )"
@@ -51,6 +52,7 @@
 	# --with-included-libunistring will _disable_ libunistring (since
 	# --it's not bundled), see bug #326477
 	econf \
+		--cache-file="${S}"/config.cache \
 		--docdir="/usr/share/doc/${PF}" \
 		--without-emacs \
 		--without-lispdir \
@@ -62,7 +64,7 @@
 		$(use_enable openmp) \
 		$(use_enable static-libs static) \
 		$(use_with git) \
-		--without-cvs
+		$(usex git --without-git $(use_with cvs))
 }
 
 src_install() {



1.5                  sys-devel/gettext/gettext-0.18.1.1-r2.ebuild

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

Index: gettext-0.18.1.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gettext-0.18.1.1-r2.ebuild	13 Nov 2011 19:21:31 -0000	1.4
+++ gettext-0.18.1.1-r2.ebuild	5 Jun 2012 03:46:34 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r2.ebuild,v 1.4 2011/11/13 19:21:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r2.ebuild,v 1.5 2012/06/05 03:46:34 vapier Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-3 LGPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="acl doc emacs +git java nls +cxx openmp elibc_glibc"
+IUSE="acl doc emacs git java nls +cxx openmp elibc_glibc"
 
 DEPEND="virtual/libiconv
 	dev-libs/libxml2



1.12                 sys-devel/gettext/gettext-0.18.1.1-r1.ebuild

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

Index: gettext-0.18.1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gettext-0.18.1.1-r1.ebuild	23 May 2012 23:19:15 -0000	1.11
+++ gettext-0.18.1.1-r1.ebuild	5 Jun 2012 03:46:34 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r1.ebuild,v 1.11 2012/05/23 23:19:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r1.ebuild,v 1.12 2012/06/05 03:46:34 vapier Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-3 LGPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="acl doc emacs +git nls +cxx openmp elibc_glibc"
+IUSE="acl doc emacs git nls +cxx openmp elibc_glibc"
 
 DEPEND="virtual/libiconv
 	dev-libs/libxml2



1.201                sys-devel/gettext/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- ChangeLog	23 May 2012 23:19:15 -0000	1.200
+++ ChangeLog	5 Jun 2012 03:46:34 -0000	1.201
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/gettext
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.200 2012/05/23 23:19:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.201 2012/06/05 03:46:34 vapier Exp $
+
+  05 Jun 2012; Mike Frysinger <vapier@g.o> gettext-0.18.1.1-r1.ebuild,
+  gettext-0.18.1.1-r2.ebuild, gettext-0.18.1.1-r3.ebuild, metadata.xml:
+  Drop USE=git from the default as the overall size of the git package is larger
+  than the space savings of the raw tarballs, and the latest gettext versions no
+  longer require cvs or git but support raw tarballs #339547 by Jared B..
 
   23 May 2012; Mike Frysinger <vapier@g.o> gettext-0.18.1.1-r1.ebuild:
   Call elibtoolize since we inherit libtool eclass.





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in www-client/google-chrome: google-chrome-21.0.1163.0_alpha140240.ebuild ChangeLog google-chrome-21.0.1155.2_alpha139341.ebuild
Next by thread:
gentoo-x86 commit in net-misc/hotot: hotot-0.9.8.7.ebuild ChangeLog
Previous by date:
gentoo-x86 commit in www-client/google-chrome: google-chrome-21.0.1163.0_alpha140240.ebuild ChangeLog google-chrome-21.0.1155.2_alpha139341.ebuild
Next by date:
gentoo commit in xml/htdocs/proj/en/perl: outdated-cpan-packages-perl-experimental.xml


Updated Jun 26, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.