summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-03 14:38:47 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-03 14:55:52 +0100
commitb5be1a853b89cd83dc0ae6273499bc0a1b4d9e29 (patch)
tree791196250265ad04175fa0b802cbbf8445f5ec7b
parentf37de1a5ac40026e69f97d325ad622af722634e3 (diff)
downloadkde-b5be1a853b89cd83dc0ae6273499bc0a1b4d9e29.tar.gz
kde-b5be1a853b89cd83dc0ae6273499bc0a1b4d9e29.tar.bz2
kde-b5be1a853b89cd83dc0ae6273499bc0a1b4d9e29.zip
dev-libs/libphutil: treeclean
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--dev-libs/libphutil/libphutil-9999.ebuild22
-rw-r--r--dev-libs/libphutil/metadata.xml11
2 files changed, 0 insertions, 33 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
-}
diff --git a/dev-libs/libphutil/metadata.xml b/dev-libs/libphutil/metadata.xml
deleted file mode 100644
index 1e843997576..00000000000
--- a/dev-libs/libphutil/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>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">phacility/libphutil</remote-id>
- </upstream>
-</pkgmetadata>