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 CA0E6138334 for ; Tue, 18 Dec 2018 00:51:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1BF3E0997; Tue, 18 Dec 2018 00:51:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A706EE0997 for ; Tue, 18 Dec 2018 00:51:44 +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 B1A53335C5A for ; Tue, 18 Dec 2018 00:51:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3134F4ED for ; Tue, 18 Dec 2018 00:51:41 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1545094290.aacaff030905f6be8ae24e6797eefa065abaa0cc.whissi@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.1.0.ebuild X-VCS-Directories: dev-php/doctrine-instantiator/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: aacaff030905f6be8ae24e6797eefa065abaa0cc X-VCS-Branch: master Date: Tue, 18 Dec 2018 00:51:41 +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: 0097a8cc-90fe-4e7d-a7f3-9e40b57f62dd X-Archives-Hash: 4cd9471f625ef10d5a180cf3d3bc7dd2 commit: aacaff030905f6be8ae24e6797eefa065abaa0cc Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Dec 17 23:48:39 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Dec 18 00:51:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aacaff03 dev-php/doctrine-instantiator: bump to v1.1.0 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> dev-php/doctrine-instantiator/Manifest | 1 + .../doctrine-instantiator-1.1.0.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-php/doctrine-instantiator/Manifest b/dev-php/doctrine-instantiator/Manifest index e4a3fbf8882..fd68eb709ad 100644 --- a/dev-php/doctrine-instantiator/Manifest +++ b/dev-php/doctrine-instantiator/Manifest @@ -1 +1,2 @@ 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 diff --git a/dev-php/doctrine-instantiator/doctrine-instantiator-1.1.0.ebuild b/dev-php/doctrine-instantiator/doctrine-instantiator-1.1.0.ebuild new file mode 100644 index 00000000000..9ca2b9c37c0 --- /dev/null +++ b/dev-php/doctrine-instantiator/doctrine-instantiator-1.1.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MY_PN="${PN/doctrine-//}" + +DESCRIPTION="Utility to instantiate objects in PHP without invoking their constructors" +HOMEPAGE="https://github.com/doctrine/${MY_PN}" +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" +}