From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3050F138334 for ; Tue, 28 Aug 2018 14:02:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54457E0798; Tue, 28 Aug 2018 14:02:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15417E0798 for ; Tue, 28 Aug 2018 14:02:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3B2B335CEB for ; Tue, 28 Aug 2018 14:02:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32BEF3B8 for ; Tue, 28 Aug 2018 14:02:29 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1535464929.a2bec49a3f9149ae56868b7a95a6c6fd2e25cf4f.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/m17n-lib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/m17n-lib/Manifest dev-libs/m17n-lib/m17n-lib-1.8.0.ebuild dev-libs/m17n-lib/metadata.xml X-VCS-Directories: dev-libs/m17n-lib/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: a2bec49a3f9149ae56868b7a95a6c6fd2e25cf4f X-VCS-Branch: master Date: Tue, 28 Aug 2018 14:02:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 388dcace-2169-44b1-879d-9dd467dc3d07 X-Archives-Hash: f493ac61e9463e9a01b4d3fff842d4a9 commit: a2bec49a3f9149ae56868b7a95a6c6fd2e25cf4f Author: Akinori Hattori gentoo org> AuthorDate: Tue Aug 28 14:02:09 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Tue Aug 28 14:02:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2bec49a dev-libs/m17n-lib: new upstream release Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-libs/m17n-lib/Manifest | 1 + dev-libs/m17n-lib/m17n-lib-1.8.0.ebuild | 85 +++++++++++++++++++++++++++++++++ dev-libs/m17n-lib/metadata.xml | 31 +++++------- 3 files changed, 98 insertions(+), 19 deletions(-) diff --git a/dev-libs/m17n-lib/Manifest b/dev-libs/m17n-lib/Manifest index 88e4c703a49..4af74c61ae1 100644 --- a/dev-libs/m17n-lib/Manifest +++ b/dev-libs/m17n-lib/Manifest @@ -1 +1,2 @@ DIST m17n-lib-1.7.0.tar.gz 1063169 BLAKE2B 61192d26dec8a8bdb55b6a819c5b1aa5503e4320d57864889065c9490ee6720f5b258fbef10d5944f69f5a9ccbe49ea5494c8b0a10d536592c301f46df6826c5 SHA512 26fc1be02a5e487a2fa5f2f63d991f3c745aa1b78e20d931fe4b265125266501cc8d402aa3cb5c1b71a7d4c0f7a0bf5b2c3b17ec5f4f8e0f5ee3052ad4e205b7 +DIST m17n-lib-1.8.0.tar.gz 1091731 BLAKE2B a4b55fbc3246fe0865dcf1647e91d03de6ead06fb4349ba207613cdea6bb079c0e7623510a6fb046dce4bfefd262f68c41c9174d29a2b4a6f673da298642e1cb SHA512 8aba862888393232172c03cdf52531e29ea969c4327e6f69879ecf7438eafee32782f509ec292b3e1b7cd3202e2764984d7a59e85cdb87a7c8bfcbac5b0ee6fd diff --git a/dev-libs/m17n-lib/m17n-lib-1.8.0.ebuild b/dev-libs/m17n-lib/m17n-lib-1.8.0.ebuild new file mode 100644 index 00000000000..7ea10bb0d92 --- /dev/null +++ b/dev-libs/m17n-lib/m17n-lib-1.8.0.ebuild @@ -0,0 +1,85 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit autotools + +DESCRIPTION="Multilingual Library for Unix/Linux" +HOMEPAGE="https://savannah.nongnu.org/projects/m17n https://git.savannah.nongnu.org/cgit/m17n/m17n-lib.git" +SRC_URI="mirror://nongnu/m17n/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="X anthy athena bidi fontconfig gd libotf libxml2 spell xft" + +RDEPEND="~dev-db/m17n-db-${PV} + X? ( + x11-libs/libX11 + athena? ( x11-libs/libXaw ) + bidi? ( dev-libs/fribidi ) + fontconfig? ( media-libs/fontconfig ) + gd? ( media-libs/gd[png] ) + libotf? ( dev-libs/libotf ) + xft? ( + media-libs/freetype + x11-libs/libXft + ) + ) + anthy? ( app-i18n/anthy ) + libxml2? ( dev-libs/libxml2 ) + spell? ( app-text/aspell )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +PATCHES=( + "${FILESDIR}"/${PN}-configure.patch + "${FILESDIR}"/${PN}-freetype.patch + "${FILESDIR}"/${PN}-gui.patch + "${FILESDIR}"/${PN}-ispell.patch + "${FILESDIR}"/${PN}-parallel-make.patch +) + +src_prepare() { + default + + eautoreconf + # workaround for parallel install + sed -i "/^install-module/s/:/: install-libLTLIBRARIES/" src/Makefile.in +} + +src_configure() { + local myconf=( + $(use_with anthy) + $(use_with libxml2) + $(use_with spell ispell) + ) + if use X; then + myconf+=( + $(use_with athena) + $(use_with bidi fribidi) + $(use_with fontconfig) + $(use_with xft freetype) + $(use_with gd) + --with-gui + $(use_with libotf) + --with-x + $(use_with xft) + ) + else + myconf+=( + --without-athena + --without-fontconfig + --without-freetype + --without-fribidi + --without-gd + --without-gui + --without-libotf + --without-x + --without-xft + ) + fi + + econf "${myconf[@]}" +} diff --git a/dev-libs/m17n-lib/metadata.xml b/dev-libs/m17n-lib/metadata.xml index 0c2995cb954..75b918da508 100644 --- a/dev-libs/m17n-lib/metadata.xml +++ b/dev-libs/m17n-lib/metadata.xml @@ -1,23 +1,16 @@ - - cjk@gentoo.org - Cjk - - - Build the Graphical User Interface API and utilities - - Enable support for app-i18n/anthy input method - - - Enable the MIT Athena widget set (x11-libs/libXaw) - - - Build API and utilities based on media-libs/gd. This - flag is only meaningful if the X USE flag is also enabled. - - Use dev-libs/libotf to handle OpenType fonts - Use dev-libs/libxml2 to parse XML - + + cjk@gentoo.org + Cjk + + + Build the Graphical User Interface API and utilities + Enable support for app-i18n/anthy input method + Enable the MIT Athena widget set (x11-libs/libXaw) + Build API and utilities based on media-libs/gd. This flag is only meaningful if the X USE flag is also enabled + Use dev-libs/libotf to handle OpenType fonts + Use dev-libs/libxml2 to parse XML +