* [gentoo-commits] repo/gentoo:master commit in: dev-php/tcpdf/
@ 2017-01-05 0:51 Michael Orlitzky
0 siblings, 0 replies; 8+ messages in thread
From: Michael Orlitzky @ 2017-01-05 0:51 UTC (permalink / raw
To: gentoo-commits
commit: 4bbb247b790e3817f8185026d81f9b45325ef356
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 5 00:47:42 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Jan 5 00:47:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbb247b
dev-php/tcpdf: new version 6.2.13.
Package-Manager: portage-2.3.0
dev-php/tcpdf/Manifest | 2 +-
dev-php/tcpdf/tcpdf-6.0.096.ebuild | 32 --------------------------------
dev-php/tcpdf/tcpdf-6.2.13.ebuild | 37 +++++++++++++++++++++++++++++++++++++
3 files changed, 38 insertions(+), 33 deletions(-)
diff --git a/dev-php/tcpdf/Manifest b/dev-php/tcpdf/Manifest
index 9a1edb8..dc0a87d 100644
--- a/dev-php/tcpdf/Manifest
+++ b/dev-php/tcpdf/Manifest
@@ -1 +1 @@
-DIST tcpdf_6_0_096.zip 16734285 SHA256 352086268b86900b9c6a68353ac5f31a86438d10f20f49797248f3f4b41e605b SHA512 99a554d02ee5e1f5288a09c95aa11c3a1384112a133bf98069a08ec6b02d87459366645b6d0548cc293f71f85f2b9b661644e5151dab50834b6b5d70cc1126a5 WHIRLPOOL 31dc13ca81f927f8be84e425839088af0092b2e96246ce10480897ee3fa32d3d22020e45f29aa7ccf9d7f1ea5fbb480d8261138bb7e3f60e1c07554720435d5d
+DIST tcpdf-6.2.13.tar.gz 17003733 SHA256 e64756a876f196c7acf2c91a9f55c8219fb5b7607a406a980a1907c8b92c4ffb SHA512 df140a305b17e868d5af1a9cfe07f76c1c511f437e70ce09484049c48e7f4501d7b59ad2dbccea4daaee283867fa71ec03924aa40d37ed495b77f65383f6ef85 WHIRLPOOL 8c617757c3807eeed301684942cc417e7d00687d953a7ceab97fc9c279a8af0973a4a61ce1ea7a77fcc2ed94ac761d2907ad88cc59b30377b42a5d65e6320b2b
diff --git a/dev-php/tcpdf/tcpdf-6.0.096.ebuild b/dev-php/tcpdf/tcpdf-6.0.096.ebuild
deleted file mode 100644
index 79a95f2..00000000
--- a/dev-php/tcpdf/tcpdf-6.0.096.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KEYWORDS="~amd64 ~x86"
-
-MY_P=${PN}_${PV//./_}
-
-DESCRIPTION="TCPDF is a FLOSS PHP class for generating PDF documents"
-HOMEPAGE="http://www.tcpdf.org/"
-SRC_URI="mirror://sourceforge/tcpdf/${MY_P}.zip"
-# Main source is LGPL-3+, some included fonts have other licenses
-LICENSE="LGPL-3+ GPL-3 BitstreamVera GPL-2"
-SLOT="0"
-IUSE="examples"
-
-RDEPEND="dev-lang/php"
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}/${PN}"
-
-src_install() {
- insinto "/usr/share/php/${PN}"
- doins *.php tcpdf.*
- doins -r config include fonts tools
-
- dodoc CHANGELOG.TXT README.TXT
-
- use examples && dodoc -r examples
-}
diff --git a/dev-php/tcpdf/tcpdf-6.2.13.ebuild b/dev-php/tcpdf/tcpdf-6.2.13.ebuild
new file mode 100644
index 00000000..1c1012d
--- /dev/null
+++ b/dev-php/tcpdf/tcpdf-6.2.13.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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"
+
+ insinto "/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
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/tcpdf/
@ 2017-01-05 0:51 Michael Orlitzky
0 siblings, 0 replies; 8+ messages in thread
From: Michael Orlitzky @ 2017-01-05 0:51 UTC (permalink / raw
To: gentoo-commits
commit: 7f42ce700bdaa3204cd2d7b247f89f8fbe0f4116
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 5 00:22:11 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Jan 5 00:22:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f42ce70
dev-php/tcpdf: remove old 5.x version.
Package-Manager: portage-2.3.0
dev-php/tcpdf/Manifest | 1 -
dev-php/tcpdf/metadata.xml | 2 +-
dev-php/tcpdf/tcpdf-5.9.149.ebuild | 32 --------------------------------
3 files changed, 1 insertion(+), 34 deletions(-)
diff --git a/dev-php/tcpdf/Manifest b/dev-php/tcpdf/Manifest
index 16d178b..9a1edb8 100644
--- a/dev-php/tcpdf/Manifest
+++ b/dev-php/tcpdf/Manifest
@@ -1,2 +1 @@
-DIST tcpdf_5_9_149.zip 11636507 SHA256 f08579dff46ef648bd3f076ca679b3932604edbef188cc504f38c243f8e9b362 SHA512 c1821f59a5e46088bca424c047f3cf10bf9b9f68a63b2cd714d449a6cb6e06270285604b08be8fc660b5cd3785c3db00e46fc6a8d8f54e9f3bd86704f5a9aa07 WHIRLPOOL 4a357e5a689ceb2eb143d17957365b76a2ea0363c9003d3c8944e1bfb377f61bb053938235e8b56c62a6a1dffc6021e7c6a142d0dfee6a18d3ac3299bc19d6ed
DIST tcpdf_6_0_096.zip 16734285 SHA256 352086268b86900b9c6a68353ac5f31a86438d10f20f49797248f3f4b41e605b SHA512 99a554d02ee5e1f5288a09c95aa11c3a1384112a133bf98069a08ec6b02d87459366645b6d0548cc293f71f85f2b9b661644e5151dab50834b6b5d70cc1126a5 WHIRLPOOL 31dc13ca81f927f8be84e425839088af0092b2e96246ce10480897ee3fa32d3d22020e45f29aa7ccf9d7f1ea5fbb480d8261138bb7e3f60e1c07554720435d5d
diff --git a/dev-php/tcpdf/metadata.xml b/dev-php/tcpdf/metadata.xml
index 6274550..4039147 100644
--- a/dev-php/tcpdf/metadata.xml
+++ b/dev-php/tcpdf/metadata.xml
@@ -6,6 +6,6 @@
<name>PHP</name>
</maintainer>
<upstream>
- <remote-id type="sourceforge">tcpdf</remote-id>
+ <remote-id type="github">tecnickcom/TCPDF</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-php/tcpdf/tcpdf-5.9.149.ebuild b/dev-php/tcpdf/tcpdf-5.9.149.ebuild
deleted file mode 100644
index d6bb2df..00000000
--- a/dev-php/tcpdf/tcpdf-5.9.149.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-KEYWORDS="~amd64 ~x86"
-
-MY_P=${PN}_${PV//./_}
-
-DESCRIPTION="TCPDF is a FLOSS PHP class for generating PDF documents"
-HOMEPAGE="http://www.tcpdf.org/"
-SRC_URI="mirror://sourceforge/tcpdf/${MY_P}.zip"
-LICENSE="LGPL-3"
-SLOT="0"
-IUSE="examples"
-
-DEPEND="dev-lang/php"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-src_install() {
- insinto "/usr/share/php/${PN}"
- doins *.php tcpdf.*
- doins -r config images fonts cache
-
- dodoc CHANGELOG.TXT README.TXT
-
- dohtml -r doc/*
- use examples && dodoc -r examples
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/tcpdf/
@ 2017-01-05 13:51 Michael Orlitzky
0 siblings, 0 replies; 8+ messages in thread
From: Michael Orlitzky @ 2017-01-05 13:51 UTC (permalink / raw
To: gentoo-commits
commit: 9aab757628fe221db6064617c14b5d1d58f7b298
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 5 13:43:34 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Jan 5 13:51:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aab7576
dev-php/tcpdf: new revision fixing the location of tcpdf_addfont.php.
The result of an "insinto" followed by a "doexe" is... not as
intended. This new revision changes the "insinto" into a "exeinto" so
that tcpdf_addfont.php is not installed to the root.
Package-Manager: portage-2.3.0
dev-php/tcpdf/{tcpdf-6.2.13.ebuild => tcpdf-6.2.13-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-php/tcpdf/tcpdf-6.2.13.ebuild b/dev-php/tcpdf/tcpdf-6.2.13-r1.ebuild
similarity index 96%
rename from dev-php/tcpdf/tcpdf-6.2.13.ebuild
rename to dev-php/tcpdf/tcpdf-6.2.13-r1.ebuild
index 1c1012d..018dcea 100644
--- a/dev-php/tcpdf/tcpdf-6.2.13.ebuild
+++ b/dev-php/tcpdf/tcpdf-6.2.13-r1.ebuild
@@ -25,7 +25,7 @@ src_install() {
# 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"
- insinto "/usr/share/php/${PN}/tools"
+ exeinto "/usr/share/php/${PN}/tools"
doexe tools/tcpdf_addfont.php
insinto "/usr/share/php/${PN}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/tcpdf/
@ 2018-02-20 19:30 Brian Evans
0 siblings, 0 replies; 8+ messages in thread
From: Brian Evans @ 2018-02-20 19:30 UTC (permalink / raw
To: gentoo-commits
commit: 63726fd5f463a4384b6453420dd1114a06ee8c29
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 20 19:27:36 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Feb 20 19:29:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63726fd5
dev-php/tcpdf: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-php/tcpdf/Manifest | 1 -
dev-php/tcpdf/tcpdf-6.2.13-r1.ebuild | 36 ------------------------------------
2 files changed, 37 deletions(-)
diff --git a/dev-php/tcpdf/Manifest b/dev-php/tcpdf/Manifest
index 4e61a79d948..2899d3fc128 100644
--- a/dev-php/tcpdf/Manifest
+++ b/dev-php/tcpdf/Manifest
@@ -1,2 +1 @@
-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.13-r1.ebuild b/dev-php/tcpdf/tcpdf-6.2.13-r1.ebuild
deleted file mode 100644
index e1f0dfdbeca..00000000000
--- a/dev-php/tcpdf/tcpdf-6.2.13-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 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
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/tcpdf/
@ 2018-02-20 19:30 Brian Evans
0 siblings, 0 replies; 8+ messages in thread
From: Brian Evans @ 2018-02-20 19:30 UTC (permalink / raw
To: gentoo-commits
commit: 7eb921719f4d47b9d3a4721ac1520edba4e7e57c
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 20 19:25:00 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> 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
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/tcpdf/
@ 2018-10-31 13:15 Brian Evans
0 siblings, 0 replies; 8+ messages in thread
From: Brian Evans @ 2018-10-31 13:15 UTC (permalink / raw
To: gentoo-commits
commit: 53e02f25bfcb02d2cf92ca6c7d58a2521f4e2700
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 31 13:13:56 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Oct 31 13:13:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e02f25
dev-php/tcpdf: Version bump for 6.2.25
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-php/tcpdf/Manifest | 1 +
dev-php/tcpdf/tcpdf-6.2.25.ebuild | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-php/tcpdf/Manifest b/dev-php/tcpdf/Manifest
index 2899d3fc128..fec6e689a36 100644
--- a/dev-php/tcpdf/Manifest
+++ b/dev-php/tcpdf/Manifest
@@ -1 +1,2 @@
DIST tcpdf-6.2.16.tar.gz 17006033 BLAKE2B a4a9b502812bca3babe9d89bc215e75c951a2f3649ac01cf7327d5e13ccfd36e9586eb15a712fd48245f504ace2bcf7075413f9ee06526f4dec5c7d6c3e34b9d SHA512 302022636cd2c178e2d015b702188d59b608855110928e253daf7dd14e117a6770ad85385023c7970f13347142c60cc62a8fbdcee471364c47cb499fc3fbaa6c
+DIST tcpdf-6.2.25.tar.gz 17006366 BLAKE2B f95d9d4931d56459d5ae9ea9bcaad72a31abaa8e9404fea17bc69089fb93b89d94a027512568282b6b8758651c3d347c3190a38db7ee200939cc045b9f12650b SHA512 d2e2bdf080c0a6af918a14c4f5704ee4bf7adad76044c89c3165afe392e39fa7bf98271da976cec7f024e3047e1df49090cb0206084efa77bb5b76708d6524c8
diff --git a/dev-php/tcpdf/tcpdf-6.2.25.ebuild b/dev-php/tcpdf/tcpdf-6.2.25.ebuild
new file mode 100644
index 00000000000..ff9b6ad0512
--- /dev/null
+++ b/dev-php/tcpdf/tcpdf-6.2.25.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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
+ DOCS=( CHANGELOG.TXT README.md )
+
+ use examples && HTML_DOCS=( examples )
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/tcpdf/
@ 2018-10-31 13:15 Brian Evans
0 siblings, 0 replies; 8+ messages in thread
From: Brian Evans @ 2018-10-31 13:15 UTC (permalink / raw
To: gentoo-commits
commit: a3523406d763c3b3e9daaa8a67dd7a6740ed3937
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 31 13:15:30 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Oct 31 13:15:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3523406
dev-php/tcpdf: Drop old
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-php/tcpdf/Manifest | 1 -
dev-php/tcpdf/tcpdf-6.2.16.ebuild | 36 ------------------------------------
2 files changed, 37 deletions(-)
diff --git a/dev-php/tcpdf/Manifest b/dev-php/tcpdf/Manifest
index fec6e689a36..14b72c9737b 100644
--- a/dev-php/tcpdf/Manifest
+++ b/dev-php/tcpdf/Manifest
@@ -1,2 +1 @@
-DIST tcpdf-6.2.16.tar.gz 17006033 BLAKE2B a4a9b502812bca3babe9d89bc215e75c951a2f3649ac01cf7327d5e13ccfd36e9586eb15a712fd48245f504ace2bcf7075413f9ee06526f4dec5c7d6c3e34b9d SHA512 302022636cd2c178e2d015b702188d59b608855110928e253daf7dd14e117a6770ad85385023c7970f13347142c60cc62a8fbdcee471364c47cb499fc3fbaa6c
DIST tcpdf-6.2.25.tar.gz 17006366 BLAKE2B f95d9d4931d56459d5ae9ea9bcaad72a31abaa8e9404fea17bc69089fb93b89d94a027512568282b6b8758651c3d347c3190a38db7ee200939cc045b9f12650b SHA512 d2e2bdf080c0a6af918a14c4f5704ee4bf7adad76044c89c3165afe392e39fa7bf98271da976cec7f024e3047e1df49090cb0206084efa77bb5b76708d6524c8
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 5b1b109e850..00000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-php/tcpdf/
@ 2019-02-22 18:29 Thomas Deutschmann
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Deutschmann @ 2019-02-22 18:29 UTC (permalink / raw
To: gentoo-commits
commit: 00a66acfad079f77ac0a4c33f852d2a19a3a7f1e
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 22 18:26:55 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Feb 22 18:28:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a66acf
dev-php/tcpdf: bump to v6.2.26
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-php/tcpdf/Manifest | 1 +
dev-php/tcpdf/tcpdf-6.2.26.ebuild | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-php/tcpdf/Manifest b/dev-php/tcpdf/Manifest
index 14b72c9737b..a40e40fbcab 100644
--- a/dev-php/tcpdf/Manifest
+++ b/dev-php/tcpdf/Manifest
@@ -1 +1,2 @@
DIST tcpdf-6.2.25.tar.gz 17006366 BLAKE2B f95d9d4931d56459d5ae9ea9bcaad72a31abaa8e9404fea17bc69089fb93b89d94a027512568282b6b8758651c3d347c3190a38db7ee200939cc045b9f12650b SHA512 d2e2bdf080c0a6af918a14c4f5704ee4bf7adad76044c89c3165afe392e39fa7bf98271da976cec7f024e3047e1df49090cb0206084efa77bb5b76708d6524c8
+DIST tcpdf-6.2.26.tar.gz 17004923 BLAKE2B bd99f036a808c0063d0cb48e59dab09f313d1dd19095d8131b38c161876f325736da73745a9e47d1ecc4b29b4e961db13761037cfa453d16127761c3518a9c96 SHA512 8ea2b1f2b3cfaa07a903cf286a63ab6b7e5e49881395f905e35740bcecf2ea8ffb1fd569d5dd4f6908918c8be1467be3051dff912416bc8ec80b8848068066be
diff --git a/dev-php/tcpdf/tcpdf-6.2.26.ebuild b/dev-php/tcpdf/tcpdf-6.2.26.ebuild
new file mode 100644
index 00000000000..533692a5016
--- /dev/null
+++ b/dev-php/tcpdf/tcpdf-6.2.26.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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
+ DOCS=( CHANGELOG.TXT README.md )
+
+ use examples && HTML_DOCS=( examples )
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2019-02-22 18:29 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-20 19:30 [gentoo-commits] repo/gentoo:master commit in: dev-php/tcpdf/ Brian Evans
-- strict thread matches above, loose matches on Subject: below --
2019-02-22 18:29 Thomas Deutschmann
2018-10-31 13:15 Brian Evans
2018-10-31 13:15 Brian Evans
2018-02-20 19:30 Brian Evans
2017-01-05 13:51 Michael Orlitzky
2017-01-05 0:51 Michael Orlitzky
2017-01-05 0:51 Michael Orlitzky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox