summaryrefslogtreecommitdiff
path: root/dev-libs/libphutil/libphutil-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libphutil/libphutil-9999.ebuild')
-rw-r--r--dev-libs/libphutil/libphutil-9999.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-libs/libphutil/libphutil-9999.ebuild b/dev-libs/libphutil/libphutil-9999.ebuild
deleted file mode 100644
index b2f1f0b0c06..00000000000
--- a/dev-libs/libphutil/libphutil-9999.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit git-r3
-
-DESCRIPTION="A collection of PHP utility classes"
-HOMEPAGE="https://github.com/phacility/libphutil"
-EGIT_REPO_URI=( "https://github.com/phacility/${PN}.git" )
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="dev-lang/php"
-
-src_install() {
- dodir /opt/${PN}
- cp -a "${S}"/* "${D}/opt/${PN}" || die
-}