From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28C061584AD for ; Mon, 14 Apr 2025 22:04:35 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 17026343085 for ; Mon, 14 Apr 2025 22:04:35 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 88C5C1104B8; Mon, 14 Apr 2025 22:04:28 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 829841104B8 for ; Mon, 14 Apr 2025 22:04:28 +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 383C6343087 for ; Mon, 14 Apr 2025 22:04:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40F2B1DF6 for ; Mon, 14 Apr 2025 22:04:26 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1744668261.10cc58015309ca03ea48c7fd7ea095cd9cb9b686.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/oorexx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/oorexx/Manifest dev-lang/oorexx/oorexx-5.0.0.ebuild X-VCS-Directories: dev-lang/oorexx/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 10cc58015309ca03ea48c7fd7ea095cd9cb9b686 X-VCS-Branch: master Date: Mon, 14 Apr 2025 22:04:26 +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: 49a9c48b-9cd9-4f45-a41b-fdcc8974c24b X-Archives-Hash: 5dcbaf8950f16389cfd8c7b2fdf6c904 commit: 10cc58015309ca03ea48c7fd7ea095cd9cb9b686 Author: Maciej Barć gentoo org> AuthorDate: Mon Apr 14 21:38:28 2025 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Apr 14 22:04:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10cc5801 dev-lang/oorexx: drop old 5.0.0 Signed-off-by: Maciej Barć gentoo.org> dev-lang/oorexx/Manifest | 1 - dev-lang/oorexx/oorexx-5.0.0.ebuild | 48 ------------------------------------- 2 files changed, 49 deletions(-) diff --git a/dev-lang/oorexx/Manifest b/dev-lang/oorexx/Manifest index 5050ca042730..1fd44bc9a890 100644 --- a/dev-lang/oorexx/Manifest +++ b/dev-lang/oorexx/Manifest @@ -1,2 +1 @@ -DIST oorexx-5.0.0-12583.tar.gz 6398458 BLAKE2B 3df1eb024eae75f9c29bd46a7c9e0c8fffecf54545e5926f872b6757f0cba56530c4b457e94ec44debbd98e514e1043ba751384dc0f1dabb4812aa52da4381e0 SHA512 141af22e0a99731d50492940d5db55cc59099e5a7fa8acba918d1ae82bcd6e2983fb0ca71bbbf044cc4fc89e740c8a0ac81237eea5812d7a570f825bba5d08b9 DIST oorexx-5.1.0-12932.tar.gz 6439361 BLAKE2B 5b9d98de50f345b5ebdcda01ef85a0e251f6ed079b9be659ba176b4f66b665099e223fd5292c274366bc4b7bad00a389fe25c1de8f987eb80a6446e8d30f3ce2 SHA512 9016c36ae98d937de4303988dd5f587372d07623938f2534021823a1bd4abf49cefae786e9a155aa239bd71d6aa2494539bcbe185587f5976f37f07477e98cb4 diff --git a/dev-lang/oorexx/oorexx-5.0.0.ebuild b/dev-lang/oorexx/oorexx-5.0.0.ebuild deleted file mode 100644 index 05e2bf059496..000000000000 --- a/dev-lang/oorexx/oorexx-5.0.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -APP_REVISION="12583" - -inherit cmake flag-o-matic - -DESCRIPTION="Open source implementation of Object Rexx" -HOMEPAGE="https://www.oorexx.org/about.html - https://sourceforge.net/projects/oorexx/" -SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}-${APP_REVISION}.tar.gz" - -LICENSE="CPL-1.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv ~x86" - -RDEPEND=" - sys-libs/ncurses:= - virtual/libcrypt:= - !dev-lang/regina-rexx -" -DEPEND=" - ${RDEPEND} -" - -PATCHES=( "${FILESDIR}/${PN}-5.0.0-man.patch" ) - -src_unpack() { - default - - # HACK: Dance around cmake.eclass S directory requirements. - # > * QA notice: S=WORKDIR is deprecated for cmake.eclass. - # > * Please relocate the sources in src_unpack. - mv "${WORKDIR}" "${T}/${P}" || die - mkdir -p "${WORKDIR}" || die - mv "${T}/${P}" "${S}" || die -} - -src_configure() { - # bug 924171 - if use elibc_musl ; then - append-cppflags -D_LARGEFILE64_SOURCE - fi - - cmake_src_configure -}