From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CB5FA1386F3 for ; Fri, 14 Aug 2015 10:35:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70D0F1418A; Fri, 14 Aug 2015 10:34:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0886C1418A for ; Fri, 14 Aug 2015 10:34:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7A073409FE for ; Fri, 14 Aug 2015 10:34:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DE1D147 for ; Fri, 14 Aug 2015 10:34:55 +0000 (UTC) From: "Heather Cynede" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" Message-ID: <1439548391.84f1c3c1c9197598271b7d96eedda7d606a0b26a.cynede@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/xdt-for-monodevelop/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-dotnet/xdt-for-monodevelop/Manifest dev-dotnet/xdt-for-monodevelop/xdt-for-monodevelop-2.8.1.ebuild X-VCS-Directories: dev-dotnet/xdt-for-monodevelop/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 84f1c3c1c9197598271b7d96eedda7d606a0b26a X-VCS-Branch: master Date: Fri, 14 Aug 2015 10:34:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 24866fc5-9661-4d88-8d5d-9f81ee7456ff X-Archives-Hash: 2fc7311707982f066baf5177e1be45a6 commit: 84f1c3c1c9197598271b7d96eedda7d606a0b26a Author: Heather Cynede gentoo org> AuthorDate: Fri Aug 14 10:32:37 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Fri Aug 14 10:33:11 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f1c3c1 dev-dotnet/xdt-for-monodevelop add missing 2.8.1 Package-Manager: portage-2.2.20.1 dev-dotnet/xdt-for-monodevelop/Manifest | 1 + .../xdt-for-monodevelop-2.8.1.ebuild | 45 ++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/dev-dotnet/xdt-for-monodevelop/Manifest b/dev-dotnet/xdt-for-monodevelop/Manifest index cc4ad97..45116f3 100644 --- a/dev-dotnet/xdt-for-monodevelop/Manifest +++ b/dev-dotnet/xdt-for-monodevelop/Manifest @@ -1 +1,2 @@ +DIST xdt-for-monodevelop-2.8.1.tar.gz 50980 SHA256 d4e87e92eb5e38ea46c9d1a8df54b99f52b628f8283e5b819cd0a354db61df61 SHA512 67732aea4fd65e01c32e83a14c8a5b08e9173779cfdabd03bc43d373074b3b4d80c682c04e3ef35bdfd56bedc33f8f4e6ba6980565bccb711001f87a3e675210 WHIRLPOOL 6b53cb25f9e1b8db93e1d2bed9879eb406e8470ff4999ac4438e472ee201b975ae819e8d9ec12fe1d4ae29a746feaf1ab8a49bf10bf2256af6dd77dfd9ff252e DIST xdt-for-monodevelop-2.8.3.tar.gz 50974 SHA256 fb1a92dd745ca564d7179113bef6ca4e719d75583b33ca2bc65b74ce89c5d3c4 SHA512 3770b1ad8aab9c85e0b93bbf42415130b83eccf766fee5a2d08fe276af01cbf31ff4ab4cac661df982587e5b83b8efc8cd733a79bc387d666526aeb146f79f02 WHIRLPOOL 75fcc1b9054de7c8f6ed0e99ea3cb40e1d60fbaa4a077c86ed018ed462ceb2194111133e6a66a46e503eb5cd6230e3d1c96d97ed0c2572e0571c872b501eb099 diff --git a/dev-dotnet/xdt-for-monodevelop/xdt-for-monodevelop-2.8.1.ebuild b/dev-dotnet/xdt-for-monodevelop/xdt-for-monodevelop-2.8.1.ebuild new file mode 100644 index 0000000..811cade --- /dev/null +++ b/dev-dotnet/xdt-for-monodevelop/xdt-for-monodevelop-2.8.1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit dotnet eutils + +DESCRIPTION="Microsoft's Xml Document Transformation library" +HOMEPAGE="https://github.com/mrward/xdt" +LICENSE="Apache-2.0" +SLOT="0" + +SRC_URI="https://github.com/mrward/xdt/archive/Release-NuGet-${PV}-Mono.tar.gz -> xdt-for-monodevelop-${PV}.tar.gz" +S=${WORKDIR}/xdt-Release-NuGet-${PV}-Mono + +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="|| ( dev-lang/mono )" +RDEPEND="${DEPEND}" + +pkg_setup() { + dotnet_pkg_setup +} + +src_prepare() { + epatch "${FILESDIR}/disable-testproject-build-in-sln.patch" + cp "${FILESDIR}/rsa-4096.snk" "${S}/XmlTransform" || die + epatch "${FILESDIR}/add-keyfile-option-to-csproj.patch" + sed -i -e "s/1.0.0/${PV}/g" "${S}/XmlTransform/Properties/AssemblyInfo.cs" || die +} + +src_configure() { + export EnableNuGetPackageRestore="true" +} + +src_compile() { + exbuild Microsoft.Web.XmlTransform.sln +} + +src_install() { + elog "Installing Microsoft.Web.XmlTransform.dll to GAC" + egacinstall XmlTransform/bin/Release/Microsoft.Web.XmlTransform.dll +}