From fdadf9ba6285a8024ca155f3d9f3929bb4553986 Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Sun, 17 Dec 2023 21:20:46 +0100 Subject: dev-dotnet/coco: bump DOTNET_PKG_COMPAT to 8.0 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-r2.ebuild | 38 ------------------------------- dev-dotnet/coco/coco-2014.12.24-r3.ebuild | 38 +++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 dev-dotnet/coco/coco-2014.12.24-r2.ebuild create mode 100644 dev-dotnet/coco/coco-2014.12.24-r3.ebuild (limited to 'dev-dotnet/coco') diff --git a/dev-dotnet/coco/coco-2014.12.24-r2.ebuild b/dev-dotnet/coco/coco-2014.12.24-r2.ebuild deleted file mode 100644 index 0b4a89b7df6f..000000000000 --- a/dev-dotnet/coco/coco-2014.12.24-r2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DOTNET_PKG_COMPAT=7.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_BUILD_EXTRA_ARGS=( -p:RollForward=Major ) -DOTNET_PKG_PROJECTS=( "${S}/Coco.csproj" ) -PATCHES=( "${FILESDIR}/${P}-Coco-csproj.patch" ) - -src_unpack() { - dotnet-pkg_src_unpack - - if [[ -n "${EGIT_REPO_URI}" ]] ; then - git-r3_src_unpack - fi -} diff --git a/dev-dotnet/coco/coco-2014.12.24-r3.ebuild b/dev-dotnet/coco/coco-2014.12.24-r3.ebuild new file mode 100644 index 000000000000..00b638623421 --- /dev/null +++ b/dev-dotnet/coco/coco-2014.12.24-r3.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2023 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_BUILD_EXTRA_ARGS=( -p:RollForward=Major ) +DOTNET_PKG_PROJECTS=( "${S}/Coco.csproj" ) +PATCHES=( "${FILESDIR}/${P}-Coco-csproj.patch" ) + +src_unpack() { + dotnet-pkg_src_unpack + + if [[ -n "${EGIT_REPO_URI}" ]] ; then + git-r3_src_unpack + fi +} -- cgit v1.2.3-65-gdbad