From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mcrypt/
Date: Tue, 21 Dec 2021 01:56:14 +0000 (UTC) [thread overview]
Message-ID: <1640051307.ec889fc720a3357e7fbddbc1bbb43eacfebcfb31.sam@gentoo> (raw)
commit: ec889fc720a3357e7fbddbc1bbb43eacfebcfb31
Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Fri Dec 17 23:14:04 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 21 01:48:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec889fc7
dev-php/pecl-mcrypt: drop old
Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23396
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-php/pecl-mcrypt/Manifest | 1 -
dev-php/pecl-mcrypt/pecl-mcrypt-1.0.3.ebuild | 30 ----------------------------
2 files changed, 31 deletions(-)
diff --git a/dev-php/pecl-mcrypt/Manifest b/dev-php/pecl-mcrypt/Manifest
index b6efe99f588d..da5ff4f495fe 100644
--- a/dev-php/pecl-mcrypt/Manifest
+++ b/dev-php/pecl-mcrypt/Manifest
@@ -1,2 +1 @@
-DIST mcrypt-1.0.3.tgz 33590 BLAKE2B 5de1108f53604fffea9e3cb64d9efdae2008da164acd47b27fd0df8f12a0f508345d63bee4d588c1eecd9a935f8be3b2db5c3d119c5b3013955c54085ebe9e9f SHA512 ef215b576b471d6e1ecac4bb097f518fa57fd551b678b7fdddd9d5058f6667b0ee757e887f00b61672b89cd86f1962cbfe0e355681fa47daba9873c3bf4db679
DIST mcrypt-1.0.4.tgz 27056 BLAKE2B 3faa77299ef1b5ab3f5a427b57d64f5f5ec54bc41f83924bfd285289c168341c0f044970fb0c37ca8561e68be165a40b2d6fd423ed6d5aa74225d5a3fb349546 SHA512 6a8244761035640366041a5f26057ab14bb85eaaa973ddf604e152b786ef750ec775ae91d7582044700d6fdef902425f3a9d6839113a52e0a9f957bf9d0c189a
diff --git a/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.3.ebuild b/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.3.ebuild
deleted file mode 100644
index f2c29f734582..000000000000
--- a/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PHP_EXT_NAME="mcrypt"
-USE_PHP="php7-2 php7-3 php7-4"
-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 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-
-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-12-21 1:56 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-21 1:56 Sam James [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-09-23 13:58 Agostino Sarubbo
2021-08-27 14:16 Brian Evans
2021-08-27 14:00 Brian Evans
2021-01-21 16:30 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=1640051307.ec889fc720a3357e7fbddbc1bbb43eacfebcfb31.sam@gentoo \
--to=sam@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