[arch-commits] Commit in nuget/repos/extra-any (PKGBUILD nuget nuget.install)

Daniel Isenmann daniel at archlinux.org
Thu May 7 10:26:05 UTC 2015


    Date: Thursday, May 7, 2015 @ 12:26:05
  Author: daniel
Revision: 238576

archrelease: copy trunk to extra-any

Deleted:
  nuget/repos/extra-any/PKGBUILD
  nuget/repos/extra-any/nuget
  nuget/repos/extra-any/nuget.install

---------------+
 PKGBUILD      |   41 -----------------------------------------
 nuget         |    4 ----
 nuget.install |   10 ----------
 3 files changed, 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-07 10:26:01 UTC (rev 238575)
+++ PKGBUILD	2015-05-07 10:26:05 UTC (rev 238576)
@@ -1,41 +0,0 @@
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-# Contributor: wenLiangcan <boxeed at gmail dot com>
-
-pkgname=nuget
-pkgver=2.8.5
-pkgrel=1
-pkgdesc="Package manager for .NET."
-arch=('any')
-url="http://www.nuget.org"
-license=('APACHE')
-depends=('mono' 'sh')
-source=(https://sources.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.gz
-        "${pkgname}"
-        "${pkgname}.pc"
-	"https://sources.archlinux.org/other/packages/${pkgname}/xdt.tar.gz")
-md5sums=('38793be9c7748960b1951ff436e9863e'
-         'dce06048fb6eb42beb69001adb2fd530'
-         'ffb7d95fb39f72c9619c72db91ec36a0'
-         '61580e6d1e1ecf80f8f2caf4a43b7b71')
-install="${pkgname}.install"
-epoch=1
-
-build() {
-	xbuild /p:Configuration=Release xdt/XmlTransform/Microsoft.Web.XmlTransform.csproj
-	cd ${srcdir}/${pkgname}-${pkgver}
-	xbuild Build/Build.proj /p:Configuration=Release /p:TreatWarningsAsErrors=false /tv:4.0 /p:TargetFrameworkVersion=v4.5 /p:Configuration="Mono Release" /t:BuildMono
-}
-
-package() {
-
-mkdir -p ${pkgdir}/lib/pkgconfig
-install -m 0644 ${srcdir}/nuget.pc ${pkgdir}/lib/pkgconfig/nuget.pc
-
-install -d ${pkgdir}/lib/nuget
-install -m 0644 ${srcdir}/nuget-2.8.5/src/CommandLine/obj/Mono\ Release/NuGet.exe ${pkgdir}/lib/nuget/
-install -m 0644 ${srcdir}/nuget-2.8.5/src/Core/obj/Mono\ Release/NuGet.Core.dll ${pkgdir}/lib/nuget/
-install -m 0644 ${srcdir}/xdt/XmlTransform/obj/Release/Microsoft.Web.XmlTransform.dll ${pkgdir}/lib/nuget/
-
-install -d ${pkgdir}/usr/bin
-install -m 0755 ${srcdir}/nuget ${pkgdir}/usr/bin/nuget
-}

Deleted: nuget
===================================================================
--- nuget	2015-05-07 10:26:01 UTC (rev 238575)
+++ nuget	2015-05-07 10:26:05 UTC (rev 238576)
@@ -1,4 +0,0 @@
-#!/bin/sh
-MONO_PATH=/usr/lib/nuget:$MONO_PATH
-export MONO_PATH
-exec mono $MONO_OPTIONS --runtime=v4.0 /usr/lib/nuget/NuGet.exe $*

Deleted: nuget.install
===================================================================
--- nuget.install	2015-05-07 10:26:01 UTC (rev 238575)
+++ nuget.install	2015-05-07 10:26:05 UTC (rev 238576)
@@ -1,10 +0,0 @@
-post_install() {
-    post_upgrade
-}
-
-post_upgrade() {
-    mozroots --import --machine --sync
-    certmgr -ssl -m https://go.microsoft.com
-    certmgr -ssl -m https://nugetgallery.blob.core.windows.net
-    certmgr -ssl -m https://nuget.org
-}



More information about the arch-commits mailing list