Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-dbase/
Date: Wed, 27 Nov 2019 09:06:46
Message-Id: 1574845594.a9f1d890850d8c3a095db6997e8fc1074e08bcba.whissi@gentoo
1 commit: a9f1d890850d8c3a095db6997e8fc1074e08bcba
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 27 09:03:49 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 27 09:06:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f1d890
7
8 dev-php/pecl-dbase: security cleanup
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-php/pecl-dbase/Manifest | 2 -
14 dev-php/pecl-dbase/pecl-dbase-7.0.0.ebuild | 44 ----------------------
15 .../pecl-dbase/pecl-dbase-7.0.0_beta1-r1.ebuild | 44 ----------------------
16 3 files changed, 90 deletions(-)
17
18 diff --git a/dev-php/pecl-dbase/Manifest b/dev-php/pecl-dbase/Manifest
19 index fb98844562f..fe47b2f026e 100644
20 --- a/dev-php/pecl-dbase/Manifest
21 +++ b/dev-php/pecl-dbase/Manifest
22 @@ -1,4 +1,2 @@
23 DIST dbase-5.1.1.tgz 20751 BLAKE2B 36b7f3e0d03cfd3852333b2ed062dc5c408c29db7c5c05b1f6e57744ea651e291d958ec6216804a4328bb344b8188f6db29ffdcf9134ed7938640a08885c4a71 SHA512 52dac3e253f88de898c43864e8aff62990b33eb770fb27534bd25896c3eb330ca05e0205a1f387296637e553cf6de16a3f7b3eff082e1403a56c60decfbce33f
24 -DIST dbase-7.0.0.tgz 32845 BLAKE2B c3a0e838b365fb998de8ccd47f5849fc41f8a9fc4b6acebd82e8823be252f52e9b730d1fd558f0d0db5e9c4d0794ebaf727a03d0ba4e53e2d2bfe86eaed0f3aa SHA512 3e092cd641220228313867d3e7a9ec95f89ccb73d13267509fb30657f95d661f81bb1ecae0d3a86618d453a41e2f727bb7740ad25248721d0144d1ce11548bb0
25 -DIST dbase-7.0.0beta1.tgz 16206 BLAKE2B 3921257aacb915deaad854ab54c8263646561dc2593bb4c5706fd9f27659cb1d22c0df9f88cbc7acf115d3358c25b366e5c3d1ef48eee2af17049094808113bd SHA512 623222e826509fa9b3f65353a66479fe4a5924de1b6dd4e73c106f2179f8af59740c758cf90ed8d0e9c61c31a7e5bef434cd858cde074f983b1dda69927442af
26 DIST dbase-7.0.1.tgz 33588 BLAKE2B 50cc5b4e0096dbdd7067e9c05cb7b580ff5a9d548ec6acb8a777fa3ba62ac4fa06b30e040bdec2a77b87736cdd0684a662aab344db11806e6ca2c6824cee6908 SHA512 8aa743545e807773be6a3f74cd9ae686a982a5455e494ff2bc0e3fe6f1fdf25574702054253eaefc55a6e9529b3e70c8390a02bd317b74db17bfe6b7797d4ba2
27
28 diff --git a/dev-php/pecl-dbase/pecl-dbase-7.0.0.ebuild b/dev-php/pecl-dbase/pecl-dbase-7.0.0.ebuild
29 deleted file mode 100644
30 index 0eecaf7babb..00000000000
31 --- a/dev-php/pecl-dbase/pecl-dbase-7.0.0.ebuild
32 +++ /dev/null
33 @@ -1,44 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="7"
38 -
39 -# Define 5.6 here so we get the USE and REQUIRED_USE from the eclass
40 -# This allows us to depend on the other slot
41 -USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3"
42 -
43 -inherit php-ext-pecl-r3
44 -
45 -# However, we only really build for 7.x; so redefine it here
46 -USE_PHP="php7-0 php7-1 php7-2 php7-3"
47 -
48 -KEYWORDS="~amd64 ~x86"
49 -
50 -DESCRIPTION="dBase database file access functions"
51 -LICENSE="PHP-3.01"
52 -SLOT="7"
53 -IUSE=""
54 -
55 -DEPEND=""
56 -RDEPEND="${DEPEND} php_targets_php5-6? ( dev-php/pecl-dbase:0[php_targets_php5-6] )"
57 -
58 -src_prepare() {
59 - if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 ; then
60 - php-ext-source-r3_src_prepare
61 - else
62 - eapply_user
63 - fi
64 -}
65 -
66 -src_configure() {
67 - if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 ; then
68 - local PHP_EXT_ECONF_ARGS=( )
69 - php-ext-source-r3_src_configure
70 - fi
71 -}
72 -
73 -src_install() {
74 - if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 ; then
75 - php-ext-pecl-r3_src_install
76 - fi
77 -}
78
79 diff --git a/dev-php/pecl-dbase/pecl-dbase-7.0.0_beta1-r1.ebuild b/dev-php/pecl-dbase/pecl-dbase-7.0.0_beta1-r1.ebuild
80 deleted file mode 100644
81 index 72bf7b34013..00000000000
82 --- a/dev-php/pecl-dbase/pecl-dbase-7.0.0_beta1-r1.ebuild
83 +++ /dev/null
84 @@ -1,44 +0,0 @@
85 -# Copyright 1999-2018 Gentoo Foundation
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=6
89 -
90 -# Define 5.6 here so we get the USE and REQUIRED_USE from the eclass
91 -# This allows us to depend on the other slot
92 -USE_PHP="php5-6 php7-0 php7-1 php7-2"
93 -
94 -inherit php-ext-pecl-r3
95 -
96 -# However, we only really build for 7.x; so redefine it here
97 -USE_PHP="php7-0 php7-1 php7-2"
98 -
99 -KEYWORDS="~amd64 ~x86"
100 -
101 -DESCRIPTION="dBase database file access functions"
102 -LICENSE="PHP-3.01"
103 -SLOT="7"
104 -IUSE=""
105 -
106 -DEPEND=""
107 -RDEPEND="${DEPEND} php_targets_php5-6? ( dev-php/pecl-dbase:0[php_targets_php5-6] )"
108 -
109 -src_prepare() {
110 - if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 ; then
111 - php-ext-source-r3_src_prepare
112 - else
113 - eapply_user
114 - fi
115 -}
116 -
117 -src_configure() {
118 - if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 ; then
119 - local PHP_EXT_ECONF_ARGS=( )
120 - php-ext-source-r3_src_configure
121 - fi
122 -}
123 -
124 -src_install() {
125 - if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 ; then
126 - php-ext-pecl-r3_src_install
127 - fi
128 -}