summaryrefslogtreecommitdiff
path: root/dev-libs
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-04-01 04:27:25 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-04-01 05:39:55 +1100
commit1151cf61000a1b9e84960bc7ec7b1c1fc4528f69 (patch)
treee8d8ccda89b4645a059e404938a0b715eb74e729 /dev-libs
parente731c4e85d68b2f834fdf8967367860d3450d5f8 (diff)
downloadkde-1151cf61000a1b9e84960bc7ec7b1c1fc4528f69.tar.gz
kde-1151cf61000a1b9e84960bc7ec7b1c1fc4528f69.tar.bz2
kde-1151cf61000a1b9e84960bc7ec7b1c1fc4528f69.zip
dev-libs/libphutil: new package
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libphutil/libphutil-9999.ebuild23
-rw-r--r--dev-libs/libphutil/metadata.xml11
2 files changed, 34 insertions, 0 deletions
diff --git a/dev-libs/libphutil/libphutil-9999.ebuild b/dev-libs/libphutil/libphutil-9999.ebuild
new file mode 100644
index 00000000000..a8063067115
--- /dev/null
+++ b/dev-libs/libphutil/libphutil-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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}"
+}
diff --git a/dev-libs/libphutil/metadata.xml b/dev-libs/libphutil/metadata.xml
new file mode 100644
index 00000000000..c3f38d406d1
--- /dev/null
+++ b/dev-libs/libphutil/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://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>