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 534ED139695 for ; Tue, 25 Apr 2017 15:17:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 744D9E0CCB; Tue, 25 Apr 2017 15:17:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E3F2E0CCB for ; Tue, 25 Apr 2017 15:17:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0ABA4341693 for ; Tue, 25 Apr 2017 15:17:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94FC47442 for ; Tue, 25 Apr 2017 15:17:23 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1493133288.6f97248e8e11a454ffdb4b9f3c70df4da068306e.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/json-schema/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/json-schema/Manifest dev-php/json-schema/json-schema-2.0.0.ebuild X-VCS-Directories: dev-php/json-schema/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 6f97248e8e11a454ffdb4b9f3c70df4da068306e X-VCS-Branch: master Date: Tue, 25 Apr 2017 15:17:23 +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: 3fbe72bf-ccfb-40de-93c6-1f0cafc019cb X-Archives-Hash: 73cb67508797eae0515d598ae69564c7 commit: 6f97248e8e11a454ffdb4b9f3c70df4da068306e Author: Michael Orlitzky gentoo org> AuthorDate: Tue Apr 25 15:06:24 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Apr 25 15:14:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f97248e dev-php/json-schema: remove old version 2.0.0. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-php/json-schema/Manifest | 1 - dev-php/json-schema/json-schema-2.0.0.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-php/json-schema/Manifest b/dev-php/json-schema/Manifest index f29dc119d6f..3af89e9ba7c 100644 --- a/dev-php/json-schema/Manifest +++ b/dev-php/json-schema/Manifest @@ -1,2 +1 @@ -DIST json-schema-2.0.0.tar.gz 21319 SHA256 bdbaedf8be4bb2ceb8019c651b0579a4b9723dc95e11f0aa683cfe193064e392 SHA512 8efa6ad3175b474e3c073816651d77e80e3ec7865aa6a04f8c7eff7a91831ab1eb1b0b6968d542aa6d10e1e0a1171ec05889b817713f1d740afeb31c5f124a52 WHIRLPOOL 5af244685521d57b663faf78f287a978e7b8bb89526ad8f282fb7d57490540fd483501752bc27b75d6b2de9699d2684352a0e5711fed98b5c6e9cf2f0437b0d9 DIST json-schema-4.1.0.tar.gz 24772 SHA256 8470ef4f5b55018102911a2403184215e5c3459ceb6bf3ce9bdb8cceed469284 SHA512 5c6bda8c34012bc20d9bf604a6183d50f451327bded70d94415450d2b3cc8e7f6f416ddd8b13db0aeb487fe031fe3185aebd9c97e4c1f79c866dcbc3463f64d0 WHIRLPOOL a6b9db1b0838f7887b3408eba72655d7108ffd9198a7ca15f89538a743b36ac167b4334a9de902eca61d751a060fb373bab1083502c4b198142a54cdd560f269 diff --git a/dev-php/json-schema/json-schema-2.0.0.ebuild b/dev-php/json-schema/json-schema-2.0.0.ebuild deleted file mode 100644 index aab0b495e28..00000000000 --- a/dev-php/json-schema/json-schema-2.0.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="PHP implementation of JSON schema" -HOMEPAGE="https://github.com/justinrainbow/json-schema" -SRC_URI="https://github.com/justinrainbow/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-lang/php:* - dev-php/fedora-autoloader" - -src_install() { - insinto "/usr/share/php/JsonSchema" - doins -r src/JsonSchema/. "${FILESDIR}"/autoload.php - dodoc README.md -}