summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2021-01-21 11:29:48 -0500
committerBrian Evans <grknight@gentoo.org>2021-01-21 11:29:48 -0500
commit4f360d578793354a334be2e3994f599e78b184c3 (patch)
tree0d874937de86b5db4d4a0ff829a92f35a08ab613 /dev-php/pecl-mcrypt/pecl-mcrypt-1.0.1.ebuild
parentmail-mta/protonmail-bridge: remove old (diff)
downloadgentoo-4f360d578793354a334be2e3994f599e78b184c3.tar.gz
gentoo-4f360d578793354a334be2e3994f599e78b184c3.tar.bz2
gentoo-4f360d578793354a334be2e3994f599e78b184c3.zip
dev-php/pecl-mailparse: Non-maintainer commit. Drop old versions
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/pecl-mcrypt/pecl-mcrypt-1.0.1.ebuild')
-rw-r--r--dev-php/pecl-mcrypt/pecl-mcrypt-1.0.1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.1.ebuild b/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.1.ebuild
deleted file mode 100644
index 2e2076290b17..000000000000
--- a/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PHP_EXT_NAME="mcrypt"
-USE_PHP="php7-2"
-MY_P="${PN/pecl-/}-${PV/_rc/RC}"
-PHP_EXT_PECL_FILENAME="${MY_P}.tgz"
-PHP_EXT_S="${WORKDIR}/${MY_P}"
-
-inherit php-ext-pecl-r3
-
-DESCRIPTION="Bindings for the libmcrypt library"
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="amd64"
-
-DEPEND="dev-libs/libmcrypt"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- # PHP Warning: Use of undefined constant MCRYPT_CBC - assumed 'MCRYPT_CBC'
- sed -i '/MODE3/s/MCRYPT_CBC/"MCRYPT_CBC"/g' tests/bug8040.phpt || die
-
- php-ext-source-r3_src_prepare
-}