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 BB4681382C5 for ; Sat, 24 Feb 2018 12:31:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C73E4E07F6; Sat, 24 Feb 2018 12:31:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A4E10E07F6 for ; Sat, 24 Feb 2018 12:31:51 +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 13D91335C2F for ; Sat, 24 Feb 2018 12:31:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91D27238 for ; Sat, 24 Feb 2018 12:31:48 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1519475494.f1e57018491e9e5cb9e4fd87c47026ad0d3d2590.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/lcdf-typetools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/lcdf-typetools/Manifest app-text/lcdf-typetools/lcdf-typetools-2.107.ebuild X-VCS-Directories: app-text/lcdf-typetools/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: f1e57018491e9e5cb9e4fd87c47026ad0d3d2590 X-VCS-Branch: master Date: Sat, 24 Feb 2018 12:31:48 +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: 3f3fe894-468c-44a5-9a6a-615eaa170510 X-Archives-Hash: ed95cc952967c497468af89555910fa8 commit: f1e57018491e9e5cb9e4fd87c47026ad0d3d2590 Author: Alexis Ballier gentoo org> AuthorDate: Sat Feb 24 10:00:19 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Feb 24 12:31:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e57018 app-text/lcdf-typetools: bump to 2.107 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-text/lcdf-typetools/Manifest | 1 + .../lcdf-typetools/lcdf-typetools-2.107.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/app-text/lcdf-typetools/Manifest b/app-text/lcdf-typetools/Manifest index 663f137b482..c6e5dc8d88d 100644 --- a/app-text/lcdf-typetools/Manifest +++ b/app-text/lcdf-typetools/Manifest @@ -1 +1,2 @@ DIST lcdf-typetools-2.106.tar.gz 643503 BLAKE2B cb016da74dfbad92808292842de653badec4dd3b703fee5e177016856a795e1383ceeed68de668846cce167b7b9c74bd7e0b17ea3a60b2f9b9caa0b73444e02d SHA512 039215132585214e6518864161885f7a06f08f8b36b002a961b1d83182e388b31eb034eaa4466ba56a2af52e1cfb202e88f004be17c22df1343f94481e3114cf +DIST lcdf-typetools-2.107.tar.gz 652445 BLAKE2B bbbc428673c8e036f8d3be8ec80dbcf8892f60976fee7f11d622af8442c4d3eda0e118d47b364f55fe0dc8b53062ece0926be1d67e6627500a787bce810c074c SHA512 be54d4346d567c640b260dc513854085901af96b82701fccb8f0feae4b373ac69962c568a648515eb9ebfcabc828359ab2d742947ccdf9422643b0d889961ff3 diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.107.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.107.ebuild new file mode 100644 index 00000000000..d538c2e9635 --- /dev/null +++ b/app-text/lcdf-typetools/lcdf-typetools-2.107.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit toolchain-funcs flag-o-matic + +DESCRIPTION="Font utilities for eg manipulating OTF" +SRC_URI="http://www.lcdf.org/type/${P}.tar.gz" +HOMEPAGE="http://www.lcdf.org/type/#typetools" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +SLOT="0" +LICENSE="GPL-2" +IUSE="+kpathsea" + +RDEPEND="kpathsea? ( virtual/tex-base dev-libs/kpathsea )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_configure() { + use kpathsea && has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)" + econf $(use_with kpathsea) +} + +src_install() { + emake DESTDIR="${D}" install + dodoc NEWS.md README.md ONEWS +}