commit:     1151cf61000a1b9e84960bc7ec7b1c1fc4528f69
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 31 17:27:25 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 18:39:55 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1151cf61

dev-libs/libphutil: new package

Package-Manager: portage-2.2.28

 dev-libs/libphutil/libphutil-9999.ebuild | 23 +++++++++++++++++++++++
 dev-libs/libphutil/metadata.xml          | 11 +++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-libs/libphutil/libphutil-9999.ebuild 
b/dev-libs/libphutil/libphutil-9999.ebuild
new file mode 100644
index 0000000..a806306
--- /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 0000000..c3f38d4
--- /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>[email protected]</email>
+               <name>Gentoo KDE Project</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">phacility/libphutil</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to