From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mcrypt/
Date: Thu, 21 Jan 2021 16:30:12 +0000 (UTC) [thread overview]
Message-ID: <1611246588.4f360d578793354a334be2e3994f599e78b184c3.grknight@gentoo> (raw)
commit: 4f360d578793354a334be2e3994f599e78b184c3
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 21 16:29:48 2021 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 16:29:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f360d57
dev-php/pecl-mailparse: Non-maintainer commit. Drop old versions
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
dev-php/pecl-mcrypt/Manifest | 2 --
dev-php/pecl-mcrypt/pecl-mcrypt-1.0.1.ebuild | 29 ---------------------------
dev-php/pecl-mcrypt/pecl-mcrypt-1.0.2.ebuild | 30 ----------------------------
3 files changed, 61 deletions(-)
diff --git a/dev-php/pecl-mcrypt/Manifest b/dev-php/pecl-mcrypt/Manifest
index 753352dd9b2..404b1e8693f 100644
--- a/dev-php/pecl-mcrypt/Manifest
+++ b/dev-php/pecl-mcrypt/Manifest
@@ -1,3 +1 @@
-DIST mcrypt-1.0.1.tgz 33782 BLAKE2B db5f89fdbc64c81bd50c92301155527f40b28cd274312565c79327133baa20e14c488f8ad1f87e6ddfd3ced9706ca30f10dc69a08279c82c9ec83fb5f713e826 SHA512 1677202715499a41ac6999089257a059106e58cbac06ca8a7dd2e9edd28be5a4118234dd7468110e9e3d7f9de5d099367848fe84bcd06716ea56645c9015c578
-DIST mcrypt-1.0.2.tgz 33698 BLAKE2B b79985455986ca28e7cb55d3f6f62f87e1112f57c4e26761a08a2d9ce7c702cf325fccb50f703cfe5c570c7e3abc473030742f098b10e709145f7ac9676f834a SHA512 bf3796b60f1d8d34185c3ad0d813653fe64ccfc883106ba544b01a8caa7bf9729978f44e0d481d28af9f8827803dcc5cd8bfc83e50dc950d26f851fabc868b18
DIST mcrypt-1.0.3.tgz 33590 BLAKE2B 5de1108f53604fffea9e3cb64d9efdae2008da164acd47b27fd0df8f12a0f508345d63bee4d588c1eecd9a935f8be3b2db5c3d119c5b3013955c54085ebe9e9f SHA512 ef215b576b471d6e1ecac4bb097f518fa57fd551b678b7fdddd9d5058f6667b0ee757e887f00b61672b89cd86f1962cbfe0e355681fa47daba9873c3bf4db679
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 2e2076290b1..00000000000
--- 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
-}
diff --git a/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.2.ebuild b/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.2.ebuild
deleted file mode 100644
index 078d2acdae8..00000000000
--- a/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.2.ebuild
+++ /dev/null
@@ -1,30 +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 php7-3"
-MY_P="${PN/pecl-/}-${PV/_rc/RC}"
-PHP_EXT_ECONF_ARGS=()
-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
-}
next reply other threads:[~2021-01-21 16:30 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-21 16:30 Brian Evans [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-28 2:00 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mcrypt/ Conrad Kostecki
2023-12-28 2:00 Conrad Kostecki
2022-12-02 7:01 Joonas Niilola
2022-07-23 12:50 Joonas Niilola
2022-07-23 12:50 Joonas Niilola
2021-12-21 1:56 Sam James
2021-09-23 13:58 Agostino Sarubbo
2021-08-27 14:16 Brian Evans
2021-08-27 14:00 Brian Evans
2020-12-13 0:16 Sam James
2020-05-13 23:05 Sergei Trofimovich
2020-05-10 8:47 Sergei Trofimovich
2020-05-06 9:12 Agostino Sarubbo
2020-05-05 22:13 Sergei Trofimovich
2020-01-26 20:25 Thomas Deutschmann
2019-12-26 9:49 Sergei Trofimovich
2019-12-24 14:26 Mikle Kolyada
2019-10-23 13:46 Joonas Niilola
2019-01-22 8:46 Mikle Kolyada
2019-01-19 3:22 Thomas Deutschmann
2018-10-10 11:37 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1611246588.4f360d578793354a334be2e3994f599e78b184c3.grknight@gentoo \
--to=grknight@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox