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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 575AB15800D for ; Wed, 5 Jul 2023 21:08:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7567DE08C2; Wed, 5 Jul 2023 21:08:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59287E08C2 for ; Wed, 5 Jul 2023 21:08:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A2723410FC for ; Wed, 5 Jul 2023 21:08:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC543A86 for ; Wed, 5 Jul 2023 21:08:21 +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: <1688591072.4eb8a313dd8384656dd61013ba00e9eca21dcb87.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/php-redmine-api/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/php-redmine-api/Manifest dev-php/php-redmine-api/php-redmine-api-1.5.9.ebuild X-VCS-Directories: dev-php/php-redmine-api/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 4eb8a313dd8384656dd61013ba00e9eca21dcb87 X-VCS-Branch: master Date: Wed, 5 Jul 2023 21:08:21 +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: 98696a75-9db4-4171-bf53-988acd3b5daa X-Archives-Hash: 698b1d413fff590df5f744817e44aa40 commit: 4eb8a313dd8384656dd61013ba00e9eca21dcb87 Author: Michael Orlitzky gentoo org> AuthorDate: Wed Jul 5 20:51:20 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Wed Jul 5 21:04:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb8a313 dev-php/php-redmine-api: drop 1.5.9 Signed-off-by: Michael Orlitzky gentoo.org> dev-php/php-redmine-api/Manifest | 1 - .../php-redmine-api/php-redmine-api-1.5.9.ebuild | 35 ---------------------- 2 files changed, 36 deletions(-) diff --git a/dev-php/php-redmine-api/Manifest b/dev-php/php-redmine-api/Manifest index 621b8011dcfc..5b868c372c5c 100644 --- a/dev-php/php-redmine-api/Manifest +++ b/dev-php/php-redmine-api/Manifest @@ -1,2 +1 @@ DIST php-redmine-api-1.5.16.tar.gz 34323 BLAKE2B 5879c9a67959ec8104344d1d5c57ead036fc60d3bea2ae94684617a711eae0cf9c7d6d2eae6d94c273fdc06bed82f48e281c2895e37ddef2144be8f0881c5341 SHA512 e25dbcababcde4e0b3160f7060a837aa4e52a2f3b1b91bfb131c04c250c543fc41a3667d87c8a668057d5acbfac84f395dd3180b815921fc05edb6325d34dee5 -DIST php-redmine-api-1.5.9.tar.gz 36297 BLAKE2B 32c8cd500b0134afcb20e792f21585315f9635e038bca118d6ea289e2c0f91632aa5e2db2c023969cb228d592a242902a47bbef119e58560b39ba4b418854f8b SHA512 dd23dcadb27965568c3066f417edbff633eee5e804430568e60abf6b69f0fdfe36b73497984f80b055fae07cd3bb6f94264875f076b98f05327c474eb3f2ae5e diff --git a/dev-php/php-redmine-api/php-redmine-api-1.5.9.ebuild b/dev-php/php-redmine-api/php-redmine-api-1.5.9.ebuild deleted file mode 100644 index 770222f7cad6..000000000000 --- a/dev-php/php-redmine-api/php-redmine-api-1.5.9.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A simple, object-oriented, PHP Redmine API client" -HOMEPAGE="https://github.com/kbsali/php-redmine-api" -SRC_URI="https://github.com/kbsali/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-lang/php:*[curl,json(+),simplexml]" -DEPEND="test? ( ${RDEPEND}