diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-11-13 19:21:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-11-13 19:21:31 +0000 |
commit | 114b504c1a1ff36bf511dbbb926da56ed20ad7bf (patch) | |
tree | 4b676ad54bea6c852430b9397013780416e14613 /sys-devel/gettext | |
parent | Punt old ebuilds. (diff) | |
download | gentoo-2-114b504c1a1ff36bf511dbbb926da56ed20ad7bf.tar.gz gentoo-2-114b504c1a1ff36bf511dbbb926da56ed20ad7bf.tar.bz2 gentoo-2-114b504c1a1ff36bf511dbbb926da56ed20ad7bf.zip |
Convert USE=nocxx to USE=cxx.
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/gettext')
-rw-r--r-- | sys-devel/gettext/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.18.1.1-r1.ebuild | 8 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.18.1.1-r2.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.18.1.1-r3.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/sys-devel/gettext/ChangeLog b/sys-devel/gettext/ChangeLog index 871269fe3605..f73eac324482 100644 --- a/sys-devel/gettext/ChangeLog +++ b/sys-devel/gettext/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gettext # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.196 2011/11/13 19:19:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.197 2011/11/13 19:21:31 vapier Exp $ + + 13 Nov 2011; Mike Frysinger <vapier@gentoo.org> gettext-0.18.1.1-r1.ebuild, + gettext-0.18.1.1-r2.ebuild, gettext-0.18.1.1-r3.ebuild: + Convert USE=nocxx to USE=cxx. 13 Nov 2011; Mike Frysinger <vapier@gentoo.org> -gettext-0.16.1-r1.ebuild, -gettext-0.17-r1.ebuild, -gettext-0.18.ebuild, -gettext-0.18.1.ebuild, diff --git a/sys-devel/gettext/gettext-0.18.1.1-r1.ebuild b/sys-devel/gettext/gettext-0.18.1.1-r1.ebuild index 3165159d6815..6d16a47378d7 100644 --- a/sys-devel/gettext/gettext-0.18.1.1-r1.ebuild +++ b/sys-devel/gettext/gettext-0.18.1.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.9 2010/12/04 15:35:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r1.ebuild,v 1.10 2011/11/13 19:21:31 vapier Exp $ EAPI="2" @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" 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 nocxx openmp elibc_glibc" +IUSE="acl doc emacs +git nls +cxx openmp elibc_glibc" DEPEND="virtual/libiconv dev-libs/libxml2 @@ -36,7 +36,7 @@ src_configure() { else myconf="${myconf} --with-included-gettext --enable-nls" fi - use nocxx && export CXX=$(tc-getCC) + use cxx || export CXX=$(tc-getCC) # --without-emacs: Emacs support is now in a separate package # --with-included-glib: glib depends on us so avoid circular deps diff --git a/sys-devel/gettext/gettext-0.18.1.1-r2.ebuild b/sys-devel/gettext/gettext-0.18.1.1-r2.ebuild index 37690a5d9ad7..5759e548df44 100644 --- a/sys-devel/gettext/gettext-0.18.1.1-r2.ebuild +++ b/sys-devel/gettext/gettext-0.18.1.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.3 2011/09/07 02:28:56 vapier Exp $ +# $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 $ EAPI="2" @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" 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 nocxx openmp elibc_glibc" +IUSE="acl doc emacs +git java nls +cxx openmp elibc_glibc" DEPEND="virtual/libiconv dev-libs/libxml2 @@ -41,7 +41,7 @@ src_configure() { else myconf="${myconf} --with-included-gettext --enable-nls" fi - use nocxx && export CXX=$(tc-getCC) + use cxx || export CXX=$(tc-getCC) # --without-emacs: Emacs support is now in a separate package # --with-included-glib: glib depends on us so avoid circular deps diff --git a/sys-devel/gettext/gettext-0.18.1.1-r3.ebuild b/sys-devel/gettext/gettext-0.18.1.1-r3.ebuild index 10fc16aadb5d..fb0ac141ac50 100644 --- a/sys-devel/gettext/gettext-0.18.1.1-r3.ebuild +++ b/sys-devel/gettext/gettext-0.18.1.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.1 2011/09/07 03:14:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.1.1-r3.ebuild,v 1.2 2011/11/13 19:21:31 vapier Exp $ EAPI="2" @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" 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 nocxx openmp static-libs elibc_glibc" +IUSE="acl doc emacs +git java nls +cxx openmp static-libs elibc_glibc" DEPEND="virtual/libiconv dev-libs/libxml2 @@ -41,7 +41,7 @@ src_configure() { else myconf="${myconf} --with-included-gettext --enable-nls" fi - use nocxx && export CXX=$(tc-getCC) + use cxx || export CXX=$(tc-getCC) # --without-emacs: Emacs support is now in a separate package # --with-included-glib: glib depends on us so avoid circular deps |