diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-27 10:03:49 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-27 10:06:34 +0100 |
commit | a9f1d890850d8c3a095db6997e8fc1074e08bcba (patch) | |
tree | ffa106cef1c28d662e3ea922b8523b5d04f01d3b /dev-php/pecl-dbase | |
parent | dev-php/pecl-dbase: bump to v7.0.1 (diff) | |
download | gentoo-a9f1d890850d8c3a095db6997e8fc1074e08bcba.tar.gz gentoo-a9f1d890850d8c3a095db6997e8fc1074e08bcba.tar.bz2 gentoo-a9f1d890850d8c3a095db6997e8fc1074e08bcba.zip |
dev-php/pecl-dbase: security cleanup
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-php/pecl-dbase')
-rw-r--r-- | dev-php/pecl-dbase/Manifest | 2 | ||||
-rw-r--r-- | dev-php/pecl-dbase/pecl-dbase-7.0.0.ebuild | 44 | ||||
-rw-r--r-- | dev-php/pecl-dbase/pecl-dbase-7.0.0_beta1-r1.ebuild | 44 |
3 files changed, 0 insertions, 90 deletions
diff --git a/dev-php/pecl-dbase/Manifest b/dev-php/pecl-dbase/Manifest index fb98844562f4..fe47b2f026e5 100644 --- a/dev-php/pecl-dbase/Manifest +++ b/dev-php/pecl-dbase/Manifest @@ -1,4 +1,2 @@ DIST dbase-5.1.1.tgz 20751 BLAKE2B 36b7f3e0d03cfd3852333b2ed062dc5c408c29db7c5c05b1f6e57744ea651e291d958ec6216804a4328bb344b8188f6db29ffdcf9134ed7938640a08885c4a71 SHA512 52dac3e253f88de898c43864e8aff62990b33eb770fb27534bd25896c3eb330ca05e0205a1f387296637e553cf6de16a3f7b3eff082e1403a56c60decfbce33f -DIST dbase-7.0.0.tgz 32845 BLAKE2B c3a0e838b365fb998de8ccd47f5849fc41f8a9fc4b6acebd82e8823be252f52e9b730d1fd558f0d0db5e9c4d0794ebaf727a03d0ba4e53e2d2bfe86eaed0f3aa SHA512 3e092cd641220228313867d3e7a9ec95f89ccb73d13267509fb30657f95d661f81bb1ecae0d3a86618d453a41e2f727bb7740ad25248721d0144d1ce11548bb0 -DIST dbase-7.0.0beta1.tgz 16206 BLAKE2B 3921257aacb915deaad854ab54c8263646561dc2593bb4c5706fd9f27659cb1d22c0df9f88cbc7acf115d3358c25b366e5c3d1ef48eee2af17049094808113bd SHA512 623222e826509fa9b3f65353a66479fe4a5924de1b6dd4e73c106f2179f8af59740c758cf90ed8d0e9c61c31a7e5bef434cd858cde074f983b1dda69927442af DIST dbase-7.0.1.tgz 33588 BLAKE2B 50cc5b4e0096dbdd7067e9c05cb7b580ff5a9d548ec6acb8a777fa3ba62ac4fa06b30e040bdec2a77b87736cdd0684a662aab344db11806e6ca2c6824cee6908 SHA512 8aa743545e807773be6a3f74cd9ae686a982a5455e494ff2bc0e3fe6f1fdf25574702054253eaefc55a6e9529b3e70c8390a02bd317b74db17bfe6b7797d4ba2 diff --git a/dev-php/pecl-dbase/pecl-dbase-7.0.0.ebuild b/dev-php/pecl-dbase/pecl-dbase-7.0.0.ebuild deleted file mode 100644 index 0eecaf7babb8..000000000000 --- a/dev-php/pecl-dbase/pecl-dbase-7.0.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -# Define 5.6 here so we get the USE and REQUIRED_USE from the eclass -# This allows us to depend on the other slot -USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3" - -inherit php-ext-pecl-r3 - -# However, we only really build for 7.x; so redefine it here -USE_PHP="php7-0 php7-1 php7-2 php7-3" - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="dBase database file access functions" -LICENSE="PHP-3.01" -SLOT="7" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} php_targets_php5-6? ( dev-php/pecl-dbase:0[php_targets_php5-6] )" - -src_prepare() { - if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 ; then - php-ext-source-r3_src_prepare - else - eapply_user - fi -} - -src_configure() { - if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 ; then - local PHP_EXT_ECONF_ARGS=( ) - php-ext-source-r3_src_configure - fi -} - -src_install() { - if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 ; then - php-ext-pecl-r3_src_install - fi -} 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 deleted file mode 100644 index 72bf7b340134..000000000000 --- a/dev-php/pecl-dbase/pecl-dbase-7.0.0_beta1-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# Define 5.6 here so we get the USE and REQUIRED_USE from the eclass -# This allows us to depend on the other slot -USE_PHP="php5-6 php7-0 php7-1 php7-2" - -inherit php-ext-pecl-r3 - -# However, we only really build for 7.x; so redefine it here -USE_PHP="php7-0 php7-1 php7-2" - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="dBase database file access functions" -LICENSE="PHP-3.01" -SLOT="7" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} php_targets_php5-6? ( dev-php/pecl-dbase:0[php_targets_php5-6] )" - -src_prepare() { - if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 ; then - php-ext-source-r3_src_prepare - else - eapply_user - fi -} - -src_configure() { - if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 ; then - local PHP_EXT_ECONF_ARGS=( ) - php-ext-source-r3_src_configure - fi -} - -src_install() { - if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 ; then - php-ext-pecl-r3_src_install - fi -} |