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
-}