* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/ikvm-bin/
@ 2016-11-03 11:37 Pacho Ramos
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos @ 2016-11-03 11:37 UTC (permalink / raw
To: gentoo-commits
commit: 7e2e12b2ae8eaefd7718d4c4d5dd397c3dcbe0e9
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 3 11:34:38 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Nov 3 11:34:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e2e12b2
dev-dotnet/ikvm-bin: Drop old
Package-Manager: portage-2.3.2
dev-dotnet/ikvm-bin/Manifest | 1 -
dev-dotnet/ikvm-bin/ikvm-bin-0.46.0.2.ebuild | 51 ----------------------------
2 files changed, 52 deletions(-)
diff --git a/dev-dotnet/ikvm-bin/Manifest b/dev-dotnet/ikvm-bin/Manifest
index e8556fb..b9da5d2 100644
--- a/dev-dotnet/ikvm-bin/Manifest
+++ b/dev-dotnet/ikvm-bin/Manifest
@@ -1,2 +1 @@
-DIST ikvmbin-0.46.0.2.zip 15683101 SHA256 6694698b03910282eae1bbdfccd935f7f90396cad17a657c4734f66fc1e69f13 SHA512 6831c5aa69ec7ec7b60697c436404a79b3985f6732908d6da990132e44a13f6823ce2d69b41f3e742bfac8c9b0bdd002e24b47d2125919d6cbd59e45ddcd37d9 WHIRLPOOL f600b934dcd98ea751f6c2511e1720143cbcd02ffaebf0fb1a2026724212f361125544cd18f30bfb824d14d972b8df64a7ef8089cd7d7372cf706420cf1a8480
DIST ikvmbin-7.1.4532.2.zip 16391340 SHA256 f28f6ae9bd58bf8ed3f23ab2cb4003676ca8c036e063f3641957386f4aa24572 SHA512 a447473741541e13b6723feef7f474a01670d885ffbfd68269b121cfb39658ca0189f30e055b811f7c72e320b7a28e115b2b858679c43b55b86f00a1429ecdae WHIRLPOOL 0fee6104d1d3f9e9446bd33186bb92801f2d7483db4b3c1ed7bac5dc3274f4062a3f06b007fea21de4cee50c62be0b5c6ed40d525a6e145bc8eb833dd760f6c2
diff --git a/dev-dotnet/ikvm-bin/ikvm-bin-0.46.0.2.ebuild b/dev-dotnet/ikvm-bin/ikvm-bin-0.46.0.2.ebuild
deleted file mode 100644
index f59ffdf..00000000
--- a/dev-dotnet/ikvm-bin/ikvm-bin-0.46.0.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/ikvm-bin/
@ 2016-11-03 11:37 Pacho Ramos
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos @ 2016-11-03 11:37 UTC (permalink / raw
To: gentoo-commits
commit: 5dbc8f0055304eeb8ebfd7c4a5cf015006421db7
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 3 11:34:21 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Nov 3 11:34:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dbc8f00
dev-dotnet/ikvm-bin: amd64/x86 stable, bug #596612
Package-Manager: portage-2.3.2
dev-dotnet/ikvm-bin/ikvm-bin-7.1.4532.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
index 16dcaa8..3452914 100644
--- a/dev-dotnet/ikvm-bin/ikvm-bin-7.1.4532.2.ebuild
+++ b/dev-dotnet/ikvm-bin/ikvm-bin-7.1.4532.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -17,7 +17,7 @@ LICENSE="ZLIB GPL-2-with-linking-exception"
SLOT="0"
S=${WORKDIR}/${MY_P}
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND=">=dev-lang/mono-1.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-03 11:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-03 11:37 [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/ikvm-bin/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2016-11-03 11:37 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox