commit:     10cc58015309ca03ea48c7fd7ea095cd9cb9b686
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 14 21:38:28 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> 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ć <xgqt <AT> 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
-}

Reply via email to