From c6366dc80ad87bca8d5548bf0199df4d5eaf8d22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Fri, 1 Aug 2025 14:46:49 +0200 Subject: [PATCH] dev-dotnet/coco: drop old 2014.12.24-r3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- dev-dotnet/coco/coco-2014.12.24-r3.ebuild | 39 ------------------- .../files/coco-2014.12.24-Coco-csproj.patch | 11 ------ 2 files changed, 50 deletions(-) delete mode 100644 dev-dotnet/coco/coco-2014.12.24-r3.ebuild delete mode 100644 dev-dotnet/coco/files/coco-2014.12.24-Coco-csproj.patch diff --git a/dev-dotnet/coco/coco-2014.12.24-r3.ebuild b/dev-dotnet/coco/coco-2014.12.24-r3.ebuild deleted file mode 100644 index 503994a56dd3a..0000000000000 --- a/dev-dotnet/coco/coco-2014.12.24-r3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DOTNET_PKG_COMPAT=8.0 -unset NUGET_PACKAGES - -inherit dotnet-pkg - -DESCRIPTION="The compiler generator Coco/R for C#" -HOMEPAGE="https://github.com/boogie-org/coco/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/boogie-org/${PN}.git" -else - SRC_URI="https://github.com/boogie-org/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - - KEYWORDS="amd64" -fi - -LICENSE="GPL-2+" -SLOT="0" - -DOTNET_PKG_PROJECTS=( "${S}/Coco.csproj" ) -PATCHES=( "${FILESDIR}/${P}-Coco-csproj.patch" ) - -dotnet-pkg_force-compat - -src_unpack() { - dotnet-pkg_src_unpack - - if [[ -n "${EGIT_REPO_URI}" ]] ; then - git-r3_src_unpack - fi -} diff --git a/dev-dotnet/coco/files/coco-2014.12.24-Coco-csproj.patch b/dev-dotnet/coco/files/coco-2014.12.24-Coco-csproj.patch deleted file mode 100644 index 9a3d3b3ec0a5c..0000000000000 --- a/dev-dotnet/coco/files/coco-2014.12.24-Coco-csproj.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Coco.csproj -+++ b/Coco.csproj -@@ -13,7 +13,7 @@ - - - Exe -- net6.0;net5.0;netcoreapp3.1 -+ net6.0 - true - coco - true