public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/eb/
Date: Mon, 27 Jun 2016 12:44:04 +0000 (UTC)	[thread overview]
Message-ID: <1467031429.41a60e895643121d4c25cc555d2d0003a1d758e3.ulm@gentoo> (raw)

commit:     41a60e895643121d4c25cc555d2d0003a1d758e3
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 27 08:37:42 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 27 12:43:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a60e89

dev-libs/eb: Use the nls flag rather than linguas_ja to enable NLS.

Also use nls for conditional dependencies on gettext and libintl.

Package-Manager: portage-2.3.0

 dev-libs/eb/eb-4.4.1-r1.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-libs/eb/eb-4.4.1-r1.ebuild b/dev-libs/eb/eb-4.4.1-r1.ebuild
index 0c40750..6609303 100644
--- a/dev-libs/eb/eb-4.4.1-r1.ebuild
+++ b/dev-libs/eb/eb-4.4.1-r1.ebuild
@@ -7,19 +7,19 @@ EAPI=5
 DESCRIPTION="EB is a C library and utilities for accessing CD-ROM books"
 HOMEPAGE="http://www.sra.co.jp/people/m-kasahr/eb/"
 SRC_URI="ftp://ftp.sra.co.jp/pub/misc/eb/${P}.tar.lzma"
-LICENSE="BSD"
 
+LICENSE="BSD"
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86"
-IUSE="ipv6 linguas_ja threads"
+IUSE="ipv6 nls threads"
 
 RDEPEND="
 	sys-libs/zlib
-	linguas_ja? ( virtual/libintl )
+	nls? ( virtual/libintl )
 "
 DEPEND="
 	${RDEPEND}
-	linguas_ja? ( sys-devel/gettext )
+	nls? ( sys-devel/gettext )
 "
 
 DOCS=( AUTHORS ChangeLog{,.0,.1,.2} NEWS README )
@@ -27,7 +27,7 @@ DOCS=( AUTHORS ChangeLog{,.0,.1,.2} NEWS README )
 src_configure() {
 	econf \
 		$(use_enable ipv6) \
-		$(use_enable linguas_ja nls) \
+		$(use_enable nls) \
 		$(use_enable threads pthread) \
 		--with-pkgdocdir=/usr/share/doc/${PF}/html
 }


             reply	other threads:[~2016-06-27 12:44 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-27 12:44 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-26  6:06 [gentoo-commits] repo/gentoo:master commit in: dev-libs/eb/ Arthur Zamarin
2025-04-26  1:54 Sam James
2025-04-26  1:24 Sam James
2025-04-26  0:53 Sam James
2025-03-10  1:42 Sam James
2024-11-01  3:36 Sam James
2024-11-01  2:55 Sam James
2024-11-01  2:55 Sam James
2024-11-01  2:55 Sam James
2024-10-31 21:43 Sam James
2024-08-19 19:04 Joonas Niilola
2021-09-29 14:12 Yixun Lan
2021-02-27  5:16 Sam James
2016-06-14  2:29 Yixun Lan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1467031429.41a60e895643121d4c25cc555d2d0003a1d758e3.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox