From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB3C9138334 for ; Thu, 19 Dec 2019 21:52:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42ABFE08A0; Thu, 19 Dec 2019 21:52:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6932E08A0 for ; Thu, 19 Dec 2019 21:52:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87AAF34D811 for ; Thu, 19 Dec 2019 21:51:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07DD697A for ; Thu, 19 Dec 2019 21:51:58 +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: <1576792252.a63f8ffcc2a5f42d62b8d84729e72685d7bb94de.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/doctrine-instantiator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/doctrine-instantiator/Manifest dev-php/doctrine-instantiator/doctrine-instantiator-1.3.0.ebuild X-VCS-Directories: dev-php/doctrine-instantiator/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: a63f8ffcc2a5f42d62b8d84729e72685d7bb94de X-VCS-Branch: master Date: Thu, 19 Dec 2019 21:51:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 537f6c49-1c53-4825-bac8-2f0af0c402c5 X-Archives-Hash: a17916f0c702cda91d40dcf560eb5098 commit: a63f8ffcc2a5f42d62b8d84729e72685d7bb94de Author: Brian Evans gentoo org> AuthorDate: Thu Dec 19 20:40:39 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Dec 19 21:50:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a63f8ffc dev-php/doctrine-instantiator: Version bump for 1.3.0 Signed-off-by: Brian Evans gentoo.org> dev-php/doctrine-instantiator/Manifest | 1 + .../doctrine-instantiator-1.3.0.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-php/doctrine-instantiator/Manifest b/dev-php/doctrine-instantiator/Manifest index fd68eb709ad..4d062505cfe 100644 --- a/dev-php/doctrine-instantiator/Manifest +++ b/dev-php/doctrine-instantiator/Manifest @@ -1,2 +1,3 @@ DIST doctrine-instantiator-1.0.5.tar.gz 10202 BLAKE2B 77ab3fba96672f6aa2826002510c99c21beccdc09e92dbc2c09426f8fc47590554ef5d32b6bec92ea2dc2ab1c61a178c280ab01090b3aafc14a10a4b4fec3628 SHA512 78b00b2550b47772b5825fbde59729e0613a90c1d9dacf1b7b7d13ccb5bbd8534af7e732dcc1b5b6f9bbafa2f9c3e7418e184851ab0f3a37c0c945b5eed1e229 DIST doctrine-instantiator-1.1.0.tar.gz 5343 BLAKE2B 73f737f19c8ae7a3fa9a7dcaa760246da6d688e28f15be0c40e031be8147887885bba2ec0a7770ead7de7b718247108b41b4c1d08712137c9c06911bde263176 SHA512 7f59dd7f80df02fd1e46f4b0ecd8488022b34933effddfc40d3424b279a35928adfc0fb7567172149338a8d4273b24305eaa46fc51aa0af45a7b230646354f09 +DIST doctrine-instantiator-1.3.0.tar.gz 6299 BLAKE2B 6eb41562f52965381a780243475bda73a921d44784a66cf23816dd228efe4299d225f0cd52a4625a3516d8ae22b7f691a2724b477b944211e8d1ffd2c4c90540 SHA512 989b14bb28f75d091243dd5833a0a7c91889b45a1fcafb425b38de223485aae4470e1f1877b024ca58c5cf3539f8b39ef337166dbbd664bede7a5f3adde623a9 diff --git a/dev-php/doctrine-instantiator/doctrine-instantiator-1.3.0.ebuild b/dev-php/doctrine-instantiator/doctrine-instantiator-1.3.0.ebuild new file mode 100644 index 00000000000..52ebd8e4eb0 --- /dev/null +++ b/dev-php/doctrine-instantiator/doctrine-instantiator-1.3.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PN="${PN/doctrine-//}" + +DESCRIPTION="Utility to instantiate objects in PHP without invoking their constructors" +HOMEPAGE="https://github.com/doctrine/instantiator" +SRC_URI="https://github.com/doctrine/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +S="${WORKDIR}/${MY_PN}-${PV}" + +RDEPEND="dev-php/fedora-autoloader + >=dev-lang/php-7.1:*" + +src_install() { + insinto /usr/share/php/ + doins -r src/* + insinto /usr/share/php/Doctrine/Instantiator + doins "${FILESDIR}/autoload.php" +}