public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-dotnet/ikvm-bin/, dev-dotnet/ikvm-bin/files/
Date: Sun, 22 Nov 2020 14:55:08 +0000 (UTC)	[thread overview]
Message-ID: <1606056858.c221446a32b401d3cd234572899302e9f6231527.soap@gentoo> (raw)

commit:     c221446a32b401d3cd234572899302e9f6231527
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 14:54:18 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 14:54:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c221446a

dev-dotnet/ikvm-bin: Remove last-rited package

Closes: https://bugs.gentoo.org/740988
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-dotnet/ikvm-bin/Manifest                   |  1 -
 dev-dotnet/ikvm-bin/files/ikvm-0.36.0.5.pc.in  |  9 -----
 dev-dotnet/ikvm-bin/ikvm-bin-7.1.4532.2.ebuild | 50 --------------------------
 dev-dotnet/ikvm-bin/metadata.xml               |  8 -----
 profiles/package.mask                          |  1 -
 5 files changed, 69 deletions(-)

diff --git a/dev-dotnet/ikvm-bin/Manifest b/dev-dotnet/ikvm-bin/Manifest
deleted file mode 100644
index ae8358f3dd9..00000000000
--- a/dev-dotnet/ikvm-bin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ikvmbin-7.1.4532.2.zip 16391340 BLAKE2B c318f2e09d11efacb2e3591df998912a8ce1159ccadc22f1457bf13077367908fb7104b9d49cc0b42516e59e01a07e8ad033720034b2b5fac197d6e9c675f896 SHA512 a447473741541e13b6723feef7f474a01670d885ffbfd68269b121cfb39658ca0189f30e055b811f7c72e320b7a28e115b2b858679c43b55b86f00a1429ecdae

diff --git a/dev-dotnet/ikvm-bin/files/ikvm-0.36.0.5.pc.in b/dev-dotnet/ikvm-bin/files/ikvm-0.36.0.5.pc.in
deleted file mode 100644
index aaf131f3531..00000000000
--- a/dev-dotnet/ikvm-bin/files/ikvm-0.36.0.5.pc.in
+++ /dev/null
@@ -1,9 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${prefix}/@LIBDIR@
-
-
-Name: IKVM.NET
-Description: An implementation of Java for Mono and the Microsoft .NET Framework.
-Version: @VERSION@
-Libs: -r:${libdir}/ikvm/IKVM.Runtime.dll -r:${libdir}/ikvm/IKVM.OpenJDK.ClassLibrary.dll -r:${libdir}/ikvm/IKVM.AWT.WinForms.dll

diff --git a/dev-dotnet/ikvm-bin/ikvm-bin-7.1.4532.2.ebuild b/dev-dotnet/ikvm-bin/ikvm-bin-7.1.4532.2.ebuild
deleted file mode 100644
index c902020f633..00000000000
--- a/dev-dotnet/ikvm-bin/ikvm-bin-7.1.4532.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils mono multilib
-
-MY_P=${P/-bin/}
-MY_PN=${PN/-bin/}
-
-DESCRIPTION="Java VM for .NET"
-HOMEPAGE="http://www.ikvm.net/ http://weblog.ikvm.net/"
-SRC_URI="http://www.frijters.net/${MY_PN}bin-${PV}.zip"
-LICENSE="ZLIB GPL-2-with-linking-exception"
-
-SLOT="0"
-S=${WORKDIR}/${MY_P}
-
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=dev-lang/mono-1.1
-		!dev-dotnet/ikvm
-		app-arch/unzip"
-RDEPEND="${DEPEND}"
-
-src_install() {
-	insinto /usr/$(get_libdir)/${MY_PN}
-	doins bin/*
-
-	for exe in ikvm ikvmc ikvmstub;
-	do
-		make_wrapper ${exe} "mono /usr/$(get_libdir)/${MY_PN}/${exe}.exe" || die
-	done
-
-	dodir /usr/$(get_libdir)/pkgconfig
-	sed -e "s:@VERSION@:${PV}:" \
-		-e "s:@LIBDIR@:$(get_libdir):" \
-		"${FILESDIR}"/ikvm-0.36.0.5.pc.in > "${D}"/usr/$(get_libdir)/pkgconfig/${MY_PN}.pc \
-		|| die "sed failed"
-
-	for dll in bin/IKVM*.dll
-	do
-		dllbase=${dll##*/}
-		ebegin "Installing and registering ${dllbase}"
-		gacutil -i bin/${dllbase} -root "${D}"/usr/$(get_libdir) \
-			-gacdir /usr/$(get_libdir) -package IKVM &>/dev/null
-		eend $? || die "Failed installing ${dllbase}"
-	done
-}

diff --git a/dev-dotnet/ikvm-bin/metadata.xml b/dev-dotnet/ikvm-bin/metadata.xml
deleted file mode 100644
index 1e9986c4a0c..00000000000
--- a/dev-dotnet/ikvm-bin/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>dotnet@gentoo.org</email>
-		<name>Gentoo Dotnet Project</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 0a11eb02044..a1d3df30550 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -412,7 +412,6 @@ dev-lang/j
 # EAPI 4, abandoned upstream, fails to build, security vulnerabilities.
 # .NET is practically abandoned in Gentoo and needs a complete reboot.
 # Removal in 30 days. Bug #681194, #722256, #740986, #740988, #740990.
-dev-dotnet/ikvm-bin
 dev-dotnet/log4net
 
 # Michał Górny <mgorny@gentoo.org> (2020-10-24)


                 reply	other threads:[~2020-11-22 14:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1606056858.c221446a32b401d3cd234572899302e9f6231527.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox