summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-12-16 07:21:31 +0000
committerMike Frysinger <vapier@gentoo.org>2013-12-16 07:21:31 +0000
commitb29ca3664d6cf5e0505a668dd42b8399e781e4de (patch)
tree9be770c4f3ac1a94109984c08a0eb39171d197ef /sys-devel/gettext
parentAlso include dev-ruby/i18n:0.4 in the Rails 2.3 mask, fixing bug 494412. (diff)
downloadgentoo-2-b29ca3664d6cf5e0505a668dd42b8399e781e4de.tar.gz
gentoo-2-b29ca3664d6cf5e0505a668dd42b8399e781e4de.tar.bz2
gentoo-2-b29ca3664d6cf5e0505a668dd42b8399e781e4de.zip
Add patch by Arc Riley for USE=ncurses flag to control ncurses dependency #493390
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-devel/gettext')
-rw-r--r--sys-devel/gettext/ChangeLog7
-rw-r--r--sys-devel/gettext/gettext-0.18.2.ebuild7
-rw-r--r--sys-devel/gettext/gettext-0.18.3.1-r1.ebuild7
3 files changed, 14 insertions, 7 deletions
diff --git a/sys-devel/gettext/ChangeLog b/sys-devel/gettext/ChangeLog
index 23c2bcdcdb7a..bb33869106ff 100644
--- a/sys-devel/gettext/ChangeLog
+++ b/sys-devel/gettext/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-devel/gettext
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.225 2013/11/30 05:48:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.226 2013/12/16 07:21:31 vapier Exp $
+
+ 16 Dec 2013; Mike Frysinger <vapier@gentoo.org> gettext-0.18.2.ebuild,
+ gettext-0.18.3.1-r1.ebuild:
+ Add patch by Arc Riley for USE=ncurses flag to control ncurses dependency
+ #493390
30 Nov 2013; Mike Frysinger <vapier@gentoo.org> gettext-0.18.3.1-r1.ebuild:
Stick to EAPI=4 for now.
diff --git a/sys-devel/gettext/gettext-0.18.2.ebuild b/sys-devel/gettext/gettext-0.18.2.ebuild
index 67f8d0827b44..819e3ae96642 100644
--- a/sys-devel/gettext/gettext-0.18.2.ebuild
+++ b/sys-devel/gettext/gettext-0.18.2.ebuild
@@ -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/sys-devel/gettext/gettext-0.18.2.ebuild,v 1.13 2013/04/27 08:06:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.2.ebuild,v 1.14 2013/12/16 07:21:30 vapier Exp $
EAPI="2"
@@ -13,13 +13,13 @@ 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 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
-IUSE="acl -cvs doc emacs git java nls +cxx openmp static-libs elibc_glibc"
+IUSE="acl -cvs doc emacs git java nls +cxx ncurses openmp static-libs elibc_glibc"
DEPEND="virtual/libiconv
dev-libs/libxml2
- sys-libs/ncurses
dev-libs/expat
acl? ( virtual/acl )
+ ncurses? ( sys-libs/ncurses )
java? ( >=virtual/jdk-1.4 )"
RDEPEND="${DEPEND}
!git? ( cvs? ( dev-vcs/cvs ) )
@@ -59,6 +59,7 @@ src_configure() {
--with-included-libcroco \
--with-included-libunistring \
$(use_enable acl) \
+ $(use_enable ncurses curses) \
$(use_enable openmp) \
$(use_enable static-libs static) \
$(use_with git) \
diff --git a/sys-devel/gettext/gettext-0.18.3.1-r1.ebuild b/sys-devel/gettext/gettext-0.18.3.1-r1.ebuild
index 0d2eecb69dc5..c4f10f9c8815 100644
--- a/sys-devel/gettext/gettext-0.18.3.1-r1.ebuild
+++ b/sys-devel/gettext/gettext-0.18.3.1-r1.ebuild
@@ -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/sys-devel/gettext/gettext-0.18.3.1-r1.ebuild,v 1.2 2013/11/30 05:48:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.3.1-r1.ebuild,v 1.3 2013/12/16 07:21:30 vapier Exp $
EAPI="4"
@@ -13,13 +13,13 @@ 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 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
-IUSE="acl -cvs doc emacs git java nls +cxx openmp static-libs elibc_glibc"
+IUSE="acl -cvs doc emacs git java nls +cxx ncurses openmp static-libs elibc_glibc"
DEPEND="virtual/libiconv
dev-libs/libxml2
- sys-libs/ncurses
dev-libs/expat
acl? ( virtual/acl )
+ ncurses? ( sys-libs/ncurses )
java? ( >=virtual/jdk-1.4 )"
RDEPEND="${DEPEND}
!git? ( cvs? ( dev-vcs/cvs ) )
@@ -60,6 +60,7 @@ src_configure() {
--with-included-libcroco \
--with-included-libunistring \
$(use_enable acl) \
+ $(use_enable ncurses curses) \
$(use_enable openmp) \
$(use_enable static-libs static) \
$(use_with git) \