Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/libphutil/
Date: Thu, 31 Mar 2016 18:40:36
Message-Id: 1459449595.1151cf61000a1b9e84960bc7ec7b1c1fc4528f69.kensington@gentoo
1 commit: 1151cf61000a1b9e84960bc7ec7b1c1fc4528f69
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 17:27:25 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 18:39:55 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1151cf61
7
8 dev-libs/libphutil: new package
9
10 Package-Manager: portage-2.2.28
11
12 dev-libs/libphutil/libphutil-9999.ebuild | 23 +++++++++++++++++++++++
13 dev-libs/libphutil/metadata.xml | 11 +++++++++++
14 2 files changed, 34 insertions(+)
15
16 diff --git a/dev-libs/libphutil/libphutil-9999.ebuild b/dev-libs/libphutil/libphutil-9999.ebuild
17 new file mode 100644
18 index 0000000..a806306
19 --- /dev/null
20 +++ b/dev-libs/libphutil/libphutil-9999.ebuild
21 @@ -0,0 +1,23 @@
22 +# Copyright 1999-2016 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI=6
27 +
28 +inherit git-r3
29 +
30 +DESCRIPTION="A collection of PHP utility classes"
31 +HOMEPAGE="https://github.com/phacility/libphutil"
32 +EGIT_REPO_URI=( "https://github.com/phacility/${PN}.git" )
33 +
34 +LICENSE="Apache-2.0"
35 +SLOT="0"
36 +KEYWORDS=""
37 +IUSE=""
38 +
39 +RDEPEND="dev-lang/php"
40 +
41 +src_install() {
42 + dodir /opt/${PN}
43 + cp -a "${S}"/* "${D}/opt/${PN}"
44 +}
45
46 diff --git a/dev-libs/libphutil/metadata.xml b/dev-libs/libphutil/metadata.xml
47 new file mode 100644
48 index 0000000..c3f38d4
49 --- /dev/null
50 +++ b/dev-libs/libphutil/metadata.xml
51 @@ -0,0 +1,11 @@
52 +<?xml version="1.0" encoding="UTF-8"?>
53 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
54 +<pkgmetadata>
55 + <maintainer type="project">
56 + <email>kde@g.o</email>
57 + <name>Gentoo KDE Project</name>
58 + </maintainer>
59 + <upstream>
60 + <remote-id type="github">phacility/libphutil</remote-id>
61 + </upstream>
62 +</pkgmetadata>