summaryrefslogtreecommitdiff
path: root/dev-php/sebastian-exporter/sebastian-exporter-3.1.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-15 10:49:51 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-15 10:49:51 +0100
commitea3e1bbf643d1d8892f4df05e4f05c1b2a2125d8 (patch)
tree60dac1902fc2665fd22fc2e4e4a60186cc7e361b /dev-php/sebastian-exporter/sebastian-exporter-3.1.2.ebuild
parentefca79f216bfeffd55e7731fbf24126d093e1084 (diff)
gentoo auto-resync : 15:09:2023 - 10:49:51
Diffstat (limited to 'dev-php/sebastian-exporter/sebastian-exporter-3.1.2.ebuild')
-rw-r--r--dev-php/sebastian-exporter/sebastian-exporter-3.1.2.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-php/sebastian-exporter/sebastian-exporter-3.1.2.ebuild b/dev-php/sebastian-exporter/sebastian-exporter-3.1.2.ebuild
deleted file mode 100644
index 7de2b3bc07d0..000000000000
--- a/dev-php/sebastian-exporter/sebastian-exporter-3.1.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 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="https://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 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"
-}