mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-dotnet/coco: drop old 2014.12.24-r3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
--- a/Coco.csproj
|
||||
+++ b/Coco.csproj
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
- <TargetFrameworks>net6.0;net5.0;netcoreapp3.1</TargetFrameworks>
|
||||
+ <TargetFrameworks>net6.0</TargetFrameworks>
|
||||
<PackAsTool>true</PackAsTool>
|
||||
<ToolCommandName>coco</ToolCommandName>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
Reference in New Issue
Block a user