diff options
author | 2018-10-31 09:15:30 -0400 | |
---|---|---|
committer | 2018-10-31 09:15:30 -0400 | |
commit | a3523406d763c3b3e9daaa8a67dd7a6740ed3937 (patch) | |
tree | 45e041d7474caf80eec8a0e4cf62117185ff996a /dev-php/tcpdf/tcpdf-6.2.16.ebuild | |
parent | dev-php/tcpdf: Version bump for 6.2.25 (diff) | |
download | gentoo-a3523406d763c3b3e9daaa8a67dd7a6740ed3937.tar.gz gentoo-a3523406d763c3b3e9daaa8a67dd7a6740ed3937.tar.bz2 gentoo-a3523406d763c3b3e9daaa8a67dd7a6740ed3937.zip |
dev-php/tcpdf: Drop old
Signed-off-by: Brian Evans <grknight@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-php/tcpdf/tcpdf-6.2.16.ebuild')
-rw-r--r-- | dev-php/tcpdf/tcpdf-6.2.16.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-php/tcpdf/tcpdf-6.2.16.ebuild b/dev-php/tcpdf/tcpdf-6.2.16.ebuild deleted file mode 100644 index 5b1b109e8504..000000000000 --- a/dev-php/tcpdf/tcpdf-6.2.16.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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 -} |