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 2FA151382C5 for ; Tue, 20 Feb 2018 19:30:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 762C6E09C4; Tue, 20 Feb 2018 19:30:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5750DE09C4 for ; Tue, 20 Feb 2018 19:30:13 +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 B40DE335C50 for ; Tue, 20 Feb 2018 19:30:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5871E23D for ; Tue, 20 Feb 2018 19:30:00 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1519154983.7eb921719f4d47b9d3a4721ac1520edba4e7e57c.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/tcpdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/tcpdf/Manifest dev-php/tcpdf/tcpdf-6.2.16.ebuild X-VCS-Directories: dev-php/tcpdf/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 7eb921719f4d47b9d3a4721ac1520edba4e7e57c X-VCS-Branch: master Date: Tue, 20 Feb 2018 19:30:00 +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: a77e2883-ab1c-410c-8b67-b5af768cfc75 X-Archives-Hash: ce755ff8200cc876da52266340956976 commit: 7eb921719f4d47b9d3a4721ac1520edba4e7e57c Author: Brian Evans gentoo org> AuthorDate: Tue Feb 20 19:25:00 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Feb 20 19:29:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb92171 dev-php/tcpdf: Version bump to 6.2.16 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-php/tcpdf/Manifest | 1 + dev-php/tcpdf/tcpdf-6.2.16.ebuild | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/dev-php/tcpdf/Manifest b/dev-php/tcpdf/Manifest index 50688f6c7e3..4e61a79d948 100644 --- a/dev-php/tcpdf/Manifest +++ b/dev-php/tcpdf/Manifest @@ -1 +1,2 @@ DIST tcpdf-6.2.13.tar.gz 17003733 BLAKE2B c6cae507c7abcc18e9135d102c334b161acf9680c41f158116c001962f22f06038c1c3eaa36aa78ae521c22d943e309367162c38fb4e759b8f2399ca0f12852b SHA512 df140a305b17e868d5af1a9cfe07f76c1c511f437e70ce09484049c48e7f4501d7b59ad2dbccea4daaee283867fa71ec03924aa40d37ed495b77f65383f6ef85 +DIST tcpdf-6.2.16.tar.gz 17006033 BLAKE2B a4a9b502812bca3babe9d89bc215e75c951a2f3649ac01cf7327d5e13ccfd36e9586eb15a712fd48245f504ace2bcf7075413f9ee06526f4dec5c7d6c3e34b9d SHA512 302022636cd2c178e2d015b702188d59b608855110928e253daf7dd14e117a6770ad85385023c7970f13347142c60cc62a8fbdcee471364c47cb499fc3fbaa6c diff --git a/dev-php/tcpdf/tcpdf-6.2.16.ebuild b/dev-php/tcpdf/tcpdf-6.2.16.ebuild new file mode 100644 index 00000000000..5b1b109e850 --- /dev/null +++ b/dev-php/tcpdf/tcpdf-6.2.16.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="TCPDF is a FLOSS PHP class for generating PDF documents" +HOMEPAGE="http://www.tcpdf.org/" +SRC_URI="https://github.com/tecnickcom/TCPDF/archive/${PV}.tar.gz + -> ${P}.tar.gz" +# Main source is LGPL-3+, some included fonts have other licenses +LICENSE="LGPL-3+ GPL-3 BitstreamVera GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples" + +RDEPEND="dev-lang/php" + +S="${WORKDIR}/${P^^}" + +src_install() { + insinto /etc + doins config/tcpdf_config.php + # Create a symlink for the config file, because the library will only + # look for it in its own source tree (not in /etc where we've put it). + dosym ../../../../../etc/tcpdf_config.php "/usr/share/php/${PN}/config/tcpdf_config.php" + + exeinto "/usr/share/php/${PN}/tools" + doexe tools/tcpdf_addfont.php + + insinto "/usr/share/php/${PN}" + doins tcpdf*.php + doins -r include fonts + dodoc CHANGELOG.TXT README.md + + use examples && dodoc -r examples +}