Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/smarty/
Date: Thu, 02 May 2019 22:40:22
Message-Id: 1556836780.d38cf949be695e971aa9d35dcdeb806eb509469b.mjo@gentoo
1 commit: d38cf949be695e971aa9d35dcdeb806eb509469b
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 2 22:39:40 2019 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Thu May 2 22:39:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38cf949
7
8 dev-php/smarty: remove old vulnerable versions.
9
10 Bug: https://bugs.gentoo.org/666440
11 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
12 Package-Manager: Portage-2.3.62, Repoman-2.3.11
13
14 dev-php/smarty/Manifest | 3 ---
15 dev-php/smarty/smarty-3.1.30.ebuild | 46 -------------------------------------
16 dev-php/smarty/smarty-3.1.31.ebuild | 46 -------------------------------------
17 dev-php/smarty/smarty-3.1.32.ebuild | 46 -------------------------------------
18 4 files changed, 141 deletions(-)
19
20 diff --git a/dev-php/smarty/Manifest b/dev-php/smarty/Manifest
21 index 1006772fc49..8a87b2c4360 100644
22 --- a/dev-php/smarty/Manifest
23 +++ b/dev-php/smarty/Manifest
24 @@ -1,5 +1,2 @@
25 DIST manual-en.3.1.14.zip 408414 BLAKE2B 03d4e7a386eb3bd5b19e5c555ec34b86812838a5b5fac8ec0ab9701fba89a5867714da57d950f68224a89bbe2267c18d638ee850681860de309c74bbfb3d0a0b SHA512 d384e3856b45ed3f992f3732a5465120abe9fb947cdf13ff67a9c4264f72987d24885ee61cd7309b728e64cdfe4f34c3e7f757096d35de56d962f3b78def9e58
26 -DIST smarty-3.1.30.tar.gz 255464 BLAKE2B 8378e6336f271e3c41e16b8fbb70356827ff4a9a61e3cf2a23fdbd0617155ec9dca6a5b6372327d4b35a5c6f7c3b58e807afe7403b7ed929ebacfb3c36e124d0 SHA512 6ad9a6cf10b81fecbdc4daa4acbd9724db5f1c2a014e35039b36b0bf00ba000946a2126f7da5899e587a79419f451aafcd1ee14597a32cf290bbd0bf13a877d0
27 -DIST smarty-3.1.31.tar.gz 244196 BLAKE2B 695bd40d337e8f2d4a44a7b30b743ab4e5b6a7b024a514de956cd513dd6639ac6f9ae464f0d3b4cfcaf7de17994837a866cdd4945780bd3a96ff32df300302a3 SHA512 807343e4229413ea0f5219a828d4e91603fb5454f4abe8aa2d41f0a6fe32fa476e791340e1e95178ded3774d1524e98489c104c6fa391e70a8225de28fdcca18
28 -DIST smarty-3.1.32.tar.gz 250680 BLAKE2B 92d4942f2d3d802b18082f5f6079c8b6945abadd8ef2c87ea217b106eeeedfbde7f1bd00c6fced67b73fc3cf328ec91fc1fb61c7f991b992167fa9d2fb1f2ad2 SHA512 07c95177172718158b9b562c6d8ff79566f4bd8e07ba394cc82c52dec7ec869935fd03ce523115c08472159adf68b902d1db5f8543201a35adf22027c5978080
29 DIST smarty-3.1.33.tar.gz 249999 BLAKE2B 1e174b190238c8b20d5dae9c0c9fdf264c4716ba850599a2a028fe6c307eb3d9d2611e3b928efb9471e051496e4e31502458cd7a71a9318e012d5af7eca2c50e SHA512 443473cf12c7e053744daef7a70d4172979d760278aa1593216d0b70f0c12ca2b48eb79486a1c10a1cf2264da671804b94ee9d538b9013ff0bdc42e28639ca5d
30
31 diff --git a/dev-php/smarty/smarty-3.1.30.ebuild b/dev-php/smarty/smarty-3.1.30.ebuild
32 deleted file mode 100644
33 index 8d68f8465a4..00000000000
34 --- a/dev-php/smarty/smarty-3.1.30.ebuild
35 +++ /dev/null
36 @@ -1,46 +0,0 @@
37 -# Copyright 1999-2018 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -DOC_PV="3.1.14"
43 -
44 -DESCRIPTION="A template engine for PHP"
45 -HOMEPAGE="https://www.smarty.net/"
46 -SRC_URI="https://github.com/smarty-php/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
47 - doc? ( https://www.smarty.net/files/docs/manual-en.${DOC_PV}.zip )"
48 -
49 -LICENSE="LGPL-3"
50 -SLOT="0"
51 -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
52 -IUSE="doc"
53 -
54 -DEPEND="doc? ( app-arch/unzip )"
55 -
56 -# PHP unicode support is detected at runtime, and the cached templates
57 -# that smarty generates depend on it. If, later on, PHP is reinstalled
58 -# without unicode support, all of the previously-generated cached
59 -# templates will begin to throw 500 errrors for missing mb_foo
60 -# functions. See bug #532618.
61 -RDEPEND="dev-lang/php:*[unicode]"
62 -
63 -src_install() {
64 - insinto "/usr/share/php/${PN}"
65 - doins -r libs/*
66 -
67 - local DOCS=( *.txt README README.md )
68 - local HTML_DOCS
69 - use doc && HTML_DOCS="${WORKDIR}/manual-en/"*
70 - einstalldocs
71 -}
72 -
73 -pkg_postinst() {
74 - elog "${PN} has been installed in /usr/share/php/${PN}/."
75 - elog
76 - elog 'To use it in your scripts, include the Smarty.class.php file'
77 - elog "from the \"${PN}\" directory; for example,"
78 - elog
79 - elog " require('${PN}/Smarty.class.php');"
80 - elog
81 - elog 'After that, the Smarty class will be available to you.'
82 -}
83
84 diff --git a/dev-php/smarty/smarty-3.1.31.ebuild b/dev-php/smarty/smarty-3.1.31.ebuild
85 deleted file mode 100644
86 index c1b265f15ea..00000000000
87 --- a/dev-php/smarty/smarty-3.1.31.ebuild
88 +++ /dev/null
89 @@ -1,46 +0,0 @@
90 -# Copyright 1999-2018 Gentoo Foundation
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=6
94 -
95 -DOC_PV="3.1.14"
96 -
97 -DESCRIPTION="A template engine for PHP"
98 -HOMEPAGE="https://www.smarty.net/"
99 -SRC_URI="https://github.com/smarty-php/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
100 - doc? ( https://www.smarty.net/files/docs/manual-en.${DOC_PV}.zip )"
101 -
102 -LICENSE="LGPL-3"
103 -SLOT="0"
104 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
105 -IUSE="doc"
106 -
107 -DEPEND="doc? ( app-arch/unzip )"
108 -
109 -# PHP unicode support is detected at runtime, and the cached templates
110 -# that smarty generates depend on it. If, later on, PHP is reinstalled
111 -# without unicode support, all of the previously-generated cached
112 -# templates will begin to throw 500 errrors for missing mb_foo
113 -# functions. See bug #532618.
114 -RDEPEND="dev-lang/php:*[unicode]"
115 -
116 -src_install() {
117 - insinto "/usr/share/php/${PN}"
118 - doins -r libs/*
119 -
120 - local DOCS=( *.txt README README.md )
121 - local HTML_DOCS
122 - use doc && HTML_DOCS="${WORKDIR}/manual-en/"*
123 - einstalldocs
124 -}
125 -
126 -pkg_postinst() {
127 - elog "${PN} has been installed in /usr/share/php/${PN}/."
128 - elog
129 - elog 'To use it in your scripts, include the Smarty.class.php file'
130 - elog "from the \"${PN}\" directory; for example,"
131 - elog
132 - elog " require('${PN}/Smarty.class.php');"
133 - elog
134 - elog 'After that, the Smarty class will be available to you.'
135 -}
136
137 diff --git a/dev-php/smarty/smarty-3.1.32.ebuild b/dev-php/smarty/smarty-3.1.32.ebuild
138 deleted file mode 100644
139 index c1b265f15ea..00000000000
140 --- a/dev-php/smarty/smarty-3.1.32.ebuild
141 +++ /dev/null
142 @@ -1,46 +0,0 @@
143 -# Copyright 1999-2018 Gentoo Foundation
144 -# Distributed under the terms of the GNU General Public License v2
145 -
146 -EAPI=6
147 -
148 -DOC_PV="3.1.14"
149 -
150 -DESCRIPTION="A template engine for PHP"
151 -HOMEPAGE="https://www.smarty.net/"
152 -SRC_URI="https://github.com/smarty-php/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
153 - doc? ( https://www.smarty.net/files/docs/manual-en.${DOC_PV}.zip )"
154 -
155 -LICENSE="LGPL-3"
156 -SLOT="0"
157 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
158 -IUSE="doc"
159 -
160 -DEPEND="doc? ( app-arch/unzip )"
161 -
162 -# PHP unicode support is detected at runtime, and the cached templates
163 -# that smarty generates depend on it. If, later on, PHP is reinstalled
164 -# without unicode support, all of the previously-generated cached
165 -# templates will begin to throw 500 errrors for missing mb_foo
166 -# functions. See bug #532618.
167 -RDEPEND="dev-lang/php:*[unicode]"
168 -
169 -src_install() {
170 - insinto "/usr/share/php/${PN}"
171 - doins -r libs/*
172 -
173 - local DOCS=( *.txt README README.md )
174 - local HTML_DOCS
175 - use doc && HTML_DOCS="${WORKDIR}/manual-en/"*
176 - einstalldocs
177 -}
178 -
179 -pkg_postinst() {
180 - elog "${PN} has been installed in /usr/share/php/${PN}/."
181 - elog
182 - elog 'To use it in your scripts, include the Smarty.class.php file'
183 - elog "from the \"${PN}\" directory; for example,"
184 - elog
185 - elog " require('${PN}/Smarty.class.php');"
186 - elog
187 - elog 'After that, the Smarty class will be available to you.'
188 -}