From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 766C41385B0 for ; Sun, 16 Aug 2015 02:41:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 256BAE087B; Sun, 16 Aug 2015 02:41:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6ACDE087B for ; Sun, 16 Aug 2015 02:41:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19F52340B7E for ; Sun, 16 Aug 2015 02:41:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0710C154 for ; Sun, 16 Aug 2015 02:41:12 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1439692823.e6fa55141fbf898ea56e134ba034f6f3f1335203.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-XML_Util/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-XML_Util/Manifest dev-php/PEAR-XML_Util/PEAR-XML_Util-1.3.0.ebuild X-VCS-Directories: dev-php/PEAR-XML_Util/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: e6fa55141fbf898ea56e134ba034f6f3f1335203 X-VCS-Branch: master Date: Sun, 16 Aug 2015 02:41:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 96ea6444-bab5-474e-a4fb-c805a1c3657d X-Archives-Hash: 8a7e251f67fb8bacd49d0b987abeb4f2 commit: e6fa55141fbf898ea56e134ba034f6f3f1335203 Author: Brian Evans gentoo org> AuthorDate: Sun Aug 16 02:40:23 2015 +0000 Commit: Brian Evans gentoo org> CommitDate: Sun Aug 16 02:40:23 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6fa5514 dev-php/PEAR-XML_Util: Version bump Package-Manager: portage-2.2.20.1 dev-php/PEAR-XML_Util/Manifest | 1 + dev-php/PEAR-XML_Util/PEAR-XML_Util-1.3.0.ebuild | 33 ++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-php/PEAR-XML_Util/Manifest b/dev-php/PEAR-XML_Util/Manifest index 9d91d0e..eb9fef2 100644 --- a/dev-php/PEAR-XML_Util/Manifest +++ b/dev-php/PEAR-XML_Util/Manifest @@ -1 +1,2 @@ DIST XML_Util-1.2.3.tgz 17134 SHA256 ddbb99bf9907e1f7b1a4ae1bc340d1bba42960d61fbb93015133099472844705 SHA512 720319bb6c57e7f67ae213768b41727a24bccd5e7cfba88006796edbbed7a351042fcaef85dc1cfd6248daac8b86af5b9d5021290e7e13a5ef679c2a8a2875c3 WHIRLPOOL 29ee4effa8f3349a0d877c8e231bb6a4c4946055c36c96b0649b9cdf0ecbf121b34da6f0e4007b176a5035f26a4d541714c3d82b7e01cd6431c1c72971f98f31 +DIST XML_Util-1.3.0.tgz 17186 SHA256 1396dbf975ae7235ec4131c40d772a3958d6086c34ea985a03e988e241c0892e SHA512 751af0c2329bee53b6b374fc613ed8c388ace6b9d5246f7ecade0e74e5f41101bd14727e1bcd566d850aea5b336981daac92d6adb8d66dbe7425990460ef0633 WHIRLPOOL d5dbbe9bcca96fdf11d009ea93c94b0eb3b2b332ad13ac23a8365a8e384d24b3da9e314fa56bd68c4b987d23a6a323772963f62390494b80f4be48a40d897195 diff --git a/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.3.0.ebuild b/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.3.0.ebuild new file mode 100644 index 0000000..49c4b85 --- /dev/null +++ b/dev-php/PEAR-XML_Util/PEAR-XML_Util-1.3.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +MY_PN="${PN/PEAR-/}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="XML utility class" + +LICENSE="PHP-2.02" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" +SRC_URI="http://pear.php.net/get/${MY_P}.tgz" + +DEPEND=">=dev-lang/php-5.3:*[pcre(+)] + >=dev-php/PEAR-PEAR-1.8.1" +RDEPEND="${DEPEND}" +PDEPEND="dev-php/pear" + +HOMEPAGE="http://pear.php.net/package/XML_Util" + +S="${WORKDIR}/${MY_P}" + +src_install() { + insinto /usr/share/php/XML + doins XML/Util.php + + insinto /usr/share/php/docs/${MY_PN} + doins examples/* +}