From 0461f41f6f199c79c6ee61e7fd0de8865546647b Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Thu, 19 Dec 2019 16:19:08 -0500 Subject: dev-php/sebastian-exporter: Version bump for 3.1.2 Signed-off-by: Brian Evans --- dev-php/sebastian-exporter/Manifest | 1 + .../sebastian-exporter-3.1.2.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 dev-php/sebastian-exporter/sebastian-exporter-3.1.2.ebuild (limited to 'dev-php/sebastian-exporter') diff --git a/dev-php/sebastian-exporter/Manifest b/dev-php/sebastian-exporter/Manifest index 4881ffd7adf1..80befeadcd3f 100644 --- a/dev-php/sebastian-exporter/Manifest +++ b/dev-php/sebastian-exporter/Manifest @@ -1 +1,2 @@ DIST sebastian-exporter-2.0.0.tar.gz 7473 BLAKE2B c8f39c9fb19d146959e184ca1356a2f802bb29d31792575fe624072fcc7fc44f5d5d619dbc9dafc9114c46e91ba64338af6902abc2fecc96cfbd0b28294a97cc SHA512 0d418973a6e272e327c16f2393bde09424f8dea6991a804259ac57261efddeb99e33a904bbf2ede99b07def897c0baa12ad9fc04c8c33af684f1fd19d976948a +DIST sebastian-exporter-3.1.2.tar.gz 9996 BLAKE2B 214acefe5679a45d5e67ce635790a12002aca0e380a087e96358200001400458ce907bb4f424ee3683b2fe17fb4bfbb674ebe0afbdcd51b24c654de2b4075736 SHA512 bc6cb070c8c7cd5262262337950ffc70081137c4513c427cc94ac491e2ebe0e91ca4caf7858eb7957f9abe5b4b2b2d6237020a0a6df556439191724f3cda1db8 diff --git a/dev-php/sebastian-exporter/sebastian-exporter-3.1.2.ebuild b/dev-php/sebastian-exporter/sebastian-exporter-3.1.2.ebuild new file mode 100644 index 000000000000..380721a6128a --- /dev/null +++ b/dev-php/sebastian-exporter/sebastian-exporter-3.1.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PN="${PN/sebastian-//}" + +DESCRIPTION="Export PHP variables for visualization" +HOMEPAGE="http://phpunit.de" +SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +S="${WORKDIR}/${MY_PN}-${PV}" + +RDEPEND="dev-php/fedora-autoloader + =dev-php/sebastian-recursion-context-3* + =dev-lang/php-7*:*" + +src_install() { + insinto /usr/share/php/SebastianBergmann/Exporter + doins -r src/* + doins "${FILESDIR}/autoload.php" +} -- cgit v1.2.3-65-gdbad