public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/coco/
@ 2023-09-22 14:09 Maciej Barć
  0 siblings, 0 replies; 5+ messages in thread
From: Maciej Barć @ 2023-09-22 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     e4fd77672aacd2bf86234958f7154741e9b4ea3a
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 22 12:05:55 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Sep 22 14:09:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4fd7767

dev-dotnet/coco: use default dotnet-pkg_src_install

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 .../coco/{coco-2014.12.24.ebuild => coco-2014.12.24-r1.ebuild}     | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/dev-dotnet/coco/coco-2014.12.24.ebuild b/dev-dotnet/coco/coco-2014.12.24-r1.ebuild
similarity index 85%
rename from dev-dotnet/coco/coco-2014.12.24.ebuild
rename to dev-dotnet/coco/coco-2014.12.24-r1.ebuild
index 22b9b0c2c043..11dab3e015e6 100644
--- a/dev-dotnet/coco/coco-2014.12.24.ebuild
+++ b/dev-dotnet/coco/coco-2014.12.24-r1.ebuild
@@ -34,10 +34,3 @@ src_unpack() {
 		git-r3_src_unpack
 	fi
 }
-
-src_install() {
-	dotnet-pkg-base_install
-	dotnet-pkg-base_dolauncher "/usr/share/${P}/${PN^}" "${PN}"
-
-	einstalldocs
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/coco/
@ 2023-10-07 22:39 Maciej Barć
  0 siblings, 0 replies; 5+ messages in thread
From: Maciej Barć @ 2023-10-07 22:39 UTC (permalink / raw
  To: gentoo-commits

commit:     6c429bf1892d170563312b5808cbab65b55bcebb
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  7 21:33:02 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Oct  7 22:39:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c429bf1

dev-dotnet/coco: use RollForward to update to .NET 7.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 .../coco/{coco-2014.12.24-r1.ebuild => coco-2014.12.24-r2.ebuild}   | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-dotnet/coco/coco-2014.12.24-r1.ebuild b/dev-dotnet/coco/coco-2014.12.24-r2.ebuild
similarity index 85%
rename from dev-dotnet/coco/coco-2014.12.24-r1.ebuild
rename to dev-dotnet/coco/coco-2014.12.24-r2.ebuild
index 11dab3e015e6..259510cc2062 100644
--- a/dev-dotnet/coco/coco-2014.12.24-r1.ebuild
+++ b/dev-dotnet/coco/coco-2014.12.24-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-DOTNET_PKG_COMPAT=6.0
+DOTNET_PKG_COMPAT=7.0
 unset NUGET_PACKAGES
 
 inherit dotnet-pkg
@@ -18,19 +18,21 @@ if [[ "${PV}" == *9999* ]] ; then
 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
+	if [[ -n "${EGIT_REPO_URI}" ]] ; then
 		git-r3_src_unpack
 	fi
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/coco/
@ 2023-11-13 22:04 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-11-13 22:04 UTC (permalink / raw
  To: gentoo-commits

commit:     b4109ba8cdad31e6cb470cb56f5429953078c8d8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 13 22:03:55 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 13 22:03:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4109ba8

dev-dotnet/coco: Stabilize 2014.12.24-r2 amd64, #917307

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-dotnet/coco/coco-2014.12.24-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-dotnet/coco/coco-2014.12.24-r2.ebuild b/dev-dotnet/coco/coco-2014.12.24-r2.ebuild
index 259510cc2062..0b4a89b7df6f 100644
--- a/dev-dotnet/coco/coco-2014.12.24-r2.ebuild
+++ b/dev-dotnet/coco/coco-2014.12.24-r2.ebuild
@@ -19,7 +19,7 @@ else
 	SRC_URI="https://github.com/boogie-org/${PN}/archive/${PV}.tar.gz
 		-> ${P}.tar.gz"
 
-	KEYWORDS="~amd64"
+	KEYWORDS="amd64"
 fi
 
 LICENSE="GPL-2+"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/coco/
@ 2023-12-17 21:45 Maciej Barć
  0 siblings, 0 replies; 5+ messages in thread
From: Maciej Barć @ 2023-12-17 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     fdadf9ba6285a8024ca155f3d9f3929bb4553986
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 20:20:46 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 21:45:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdadf9ba

dev-dotnet/coco: bump DOTNET_PKG_COMPAT to 8.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 .../coco/{coco-2014.12.24-r2.ebuild => coco-2014.12.24-r3.ebuild}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-dotnet/coco/coco-2014.12.24-r2.ebuild b/dev-dotnet/coco/coco-2014.12.24-r3.ebuild
similarity index 97%
rename from dev-dotnet/coco/coco-2014.12.24-r2.ebuild
rename to dev-dotnet/coco/coco-2014.12.24-r3.ebuild
index 0b4a89b7df6f..00b638623421 100644
--- a/dev-dotnet/coco/coco-2014.12.24-r2.ebuild
+++ b/dev-dotnet/coco/coco-2014.12.24-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-DOTNET_PKG_COMPAT=7.0
+DOTNET_PKG_COMPAT=8.0
 unset NUGET_PACKAGES
 
 inherit dotnet-pkg


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/coco/
@ 2024-02-10 16:24 Maciej Barć
  0 siblings, 0 replies; 5+ messages in thread
From: Maciej Barć @ 2024-02-10 16:24 UTC (permalink / raw
  To: gentoo-commits

commit:     b95c039040029f14ed5dbdf20afb112d1e83f950
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 10 11:54:59 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 16:24:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b95c0390

dev-dotnet/coco: use dotnet-pkg_force-compat

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-dotnet/coco/coco-2014.12.24-r3.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-dotnet/coco/coco-2014.12.24-r3.ebuild b/dev-dotnet/coco/coco-2014.12.24-r3.ebuild
index 00b638623421..503994a56dd3 100644
--- a/dev-dotnet/coco/coco-2014.12.24-r3.ebuild
+++ b/dev-dotnet/coco/coco-2014.12.24-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -25,10 +25,11 @@ 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" )
 
+dotnet-pkg_force-compat
+
 src_unpack() {
 	dotnet-pkg_src_unpack
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-02-10 16:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-17 21:45 [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/coco/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2024-02-10 16:24 Maciej Barć
2023-11-13 22:04 Sam James
2023-10-07 22:39 Maciej Barć
2023-09-22 14:09 Maciej Barć

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox