diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-22 11:28:07 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-22 11:28:07 +0300 |
commit | 44726e6190382b41a970164d217e6a2ab6966cad (patch) | |
tree | 01d8ce7f8ed832c43fad2267d37112eb2250fc4e /dev-php | |
parent | dev-php/libchart: treeclean, EAPI6-- (diff) | |
download | gentoo-44726e6190382b41a970164d217e6a2ab6966cad.tar.gz gentoo-44726e6190382b41a970164d217e6a2ab6966cad.tar.bz2 gentoo-44726e6190382b41a970164d217e6a2ab6966cad.zip |
dev-php/mockery: treeclean, EAPI6--
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/mockery/Manifest | 1 | ||||
-rw-r--r-- | dev-php/mockery/files/channel.xml | 16 | ||||
-rw-r--r-- | dev-php/mockery/metadata.xml | 11 | ||||
-rw-r--r-- | dev-php/mockery/mockery-0.9.0-r1.ebuild | 20 |
4 files changed, 0 insertions, 48 deletions
diff --git a/dev-php/mockery/Manifest b/dev-php/mockery/Manifest deleted file mode 100644 index 76238ea2211c..000000000000 --- a/dev-php/mockery/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Mockery-0.9.0.tgz 30330 BLAKE2B 6b5493ee84da2f1bd43aafa4df1555577771782740061480f047af6fd262d716ec03c025716215e37638826f14721414ad31ac527354e2a4b0b5cb691f120cf3 SHA512 744f7727395feb1009ae879dd9f336a314c70d96e848efe19c399d3abee42950606352a0781a1664178f77485933491928a1bddbcdb86a5092d69434868eee1c diff --git a/dev-php/mockery/files/channel.xml b/dev-php/mockery/files/channel.xml deleted file mode 100644 index b9fe38d87b18..000000000000 --- a/dev-php/mockery/files/channel.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<channel version="1.0" xmlns="http://pear.php.net/channel-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd"> - <name>pear.survivethedeepend.com</name> - <summary>Survive The Deep End PEAR Channel</summary> - <suggestedalias>deepend</suggestedalias> - <servers> - <primary> - <rest> - <baseurl type="REST1.0">http://pear.survivethedeepend.com/rest/</baseurl> - <baseurl type="REST1.1">http://pear.survivethedeepend.com/rest/</baseurl> - <baseurl type="REST1.2">http://pear.survivethedeepend.com/rest/</baseurl> - <baseurl type="REST1.3">http://pear.survivethedeepend.com/rest/</baseurl> - </rest> - </primary> - </servers> -</channel>
\ No newline at end of file diff --git a/dev-php/mockery/metadata.xml b/dev-php/mockery/metadata.xml deleted file mode 100644 index 14d2be183b00..000000000000 --- a/dev-php/mockery/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>php-bugs@gentoo.org</email> - <name>PHP</name> - </maintainer> - <upstream> - <remote-id type="github">padraic/mockery</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-php/mockery/mockery-0.9.0-r1.ebuild b/dev-php/mockery/mockery-0.9.0-r1.ebuild deleted file mode 100644 index 33c4ee18e58d..000000000000 --- a/dev-php/mockery/mockery-0.9.0-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" -PHP_PEAR_PKG_NAME="Mockery" -PHP_PEAR_DOMAIN="pear.survivethedeepend.com" -inherit php-pear-r2 - -DESCRIPTION="Simple yet flexible PHP mock object framework for use in unit testing" -HOMEPAGE="https://github.com/padraic/mockery" -SRC_URI="http://${PHP_PEAR_DOMAIN}/get/${PEAR_P}.tgz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" |