Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Net_URL/
Date: Thu, 06 Jul 2017 14:37:32
Message-Id: 1499351818.46c64e08f47d786816ac4b0d3bcfd2db37b5797e.grknight@gentoo
1 commit: 46c64e08f47d786816ac4b0d3bcfd2db37b5797e
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 6 14:22:33 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 6 14:36:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c64e08
7
8 dev-php/PEAR-Net_URL: Revbump for EAPI and eclass changes
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-php/PEAR-Net_URL/PEAR-Net_URL-1.0.15-r1.ebuild | 21 +++++++++++++++++++++
13 1 file changed, 21 insertions(+)
14
15 diff --git a/dev-php/PEAR-Net_URL/PEAR-Net_URL-1.0.15-r1.ebuild b/dev-php/PEAR-Net_URL/PEAR-Net_URL-1.0.15-r1.ebuild
16 new file mode 100644
17 index 00000000000..909ec878f01
18 --- /dev/null
19 +++ b/dev-php/PEAR-Net_URL/PEAR-Net_URL-1.0.15-r1.ebuild
20 @@ -0,0 +1,21 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +
26 +inherit php-pear-r2
27 +
28 +DESCRIPTION="Easy parsing of URLs"
29 +
30 +LICENSE="BSD"
31 +SLOT="0"
32 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
33 +IUSE=""
34 +
35 +src_install() {
36 + local HTML_DOCS=( docs/example.php )
37 + insinto /usr/share/php/Net
38 + doins URL.php
39 + php-pear-r2_install_packagexml
40 + einstalldocs
41 +}