commit:     2bec4c99b08145101cb79df076d43a66946daaa2
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 20:08:56 2017 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 20:26:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bec4c99

dev-php/PEAR-Net_Traceroute: Revbump for EAPI and eclass changes

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../PEAR-Net_Traceroute-0.21.3-r1.ebuild           | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/dev-php/PEAR-Net_Traceroute/PEAR-Net_Traceroute-0.21.3-r1.ebuild 
b/dev-php/PEAR-Net_Traceroute/PEAR-Net_Traceroute-0.21.3-r1.ebuild
new file mode 100644
index 00000000000..936ed03d869
--- /dev/null
+++ b/dev-php/PEAR-Net_Traceroute/PEAR-Net_Traceroute-0.21.3-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="OS independet wrapper class for executing traceroute calls"
+LICENSE="PHP-3.01"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+       local DOCS=( docs/README docs/TODO )
+       local HTML_DOCS=( docs/examples/example1.php )
+       insinto /usr/share/php/Net
+       doins Traceroute.php
+       php-pear-r2_install_packagexml
+       einstalldocs
+}

Reply via email to