* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/dotnetcore-sdk-bin/, dev-dotnet/dotnetcore-runtime-bin/, ...
@ 2018-01-23 6:42 Mikhail Pukhlikov
0 siblings, 0 replies; only message in thread
From: Mikhail Pukhlikov @ 2018-01-23 6:42 UTC (permalink / raw
To: gentoo-commits
commit: e827da5e153da1da234481704a9b2536e921b3af
Author: grbd <garlicbready <AT> googlemail <DOT> com>
AuthorDate: Tue Jan 9 00:23:30 2018 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Tue Jan 9 00:23:30 2018 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=e827da5e
Added repoman updates
.../dotnetcore-aspnet-bin-2.0.3.ebuild | 29 +++++++++++-----------
dev-dotnet/dotnetcore-aspnet-bin/metadata.xml | 8 ++++++
.../dotnetcore-runtime-bin-2.0.4.ebuild | 29 +++++++++++-----------
dev-dotnet/dotnetcore-runtime-bin/metadata.xml | 8 ++++++
.../dotnetcore-sdk-bin-2.1.3.ebuild | 29 +++++++++++-----------
dev-dotnet/dotnetcore-sdk-bin/metadata.xml | 8 ++++++
.../dotnetcore-sdk-1.0.0_pre2_p003121.ebuild | 7 +++---
.../dotnetcore-sdk-1.0.0_pre2_p003131.ebuild | 7 +++---
.../dotnetcore-sdk/dotnetcore-sdk-1.1.1-r1.ebuild | 11 ++++----
.../dotnetcore-sdk/dotnetcore-sdk-1.1.1-r2.ebuild | 5 ++--
.../dotnetcore-sdk/dotnetcore-sdk-1.1.1.ebuild | 9 +++----
11 files changed, 83 insertions(+), 67 deletions(-)
diff --git a/dev-dotnet/dotnetcore-aspnet-bin/dotnetcore-aspnet-bin-2.0.3.ebuild b/dev-dotnet/dotnetcore-aspnet-bin/dotnetcore-aspnet-bin-2.0.3.ebuild
index 1b5b9b0..d0ed835 100644
--- a/dev-dotnet/dotnetcore-aspnet-bin/dotnetcore-aspnet-bin-2.0.3.ebuild
+++ b/dev-dotnet/dotnetcore-aspnet-bin/dotnetcore-aspnet-bin-2.0.3.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI="6"
@@ -18,24 +17,24 @@ SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
- >=sys-apps/lsb-release-1.4
- >=sys-devel/llvm-4.0
- >=dev-util/lldb-4.0
- >=sys-libs/libunwind-1.1-r1
- >=dev-libs/icu-57.1
- >=dev-util/lttng-ust-2.8.1
- >=dev-libs/openssl-1.0.2h-r2
- >=net-misc/curl-7.49.0
- >=app-crypt/mit-krb5-1.14.2
- >=sys-libs/zlib-1.2.8-r1
+ >=sys-apps/lsb-release-1.4
+ >=sys-devel/llvm-4.0
+ >=dev-util/lldb-4.0
+ >=sys-libs/libunwind-1.1-r1
+ >=dev-libs/icu-57.1
+ >=dev-util/lttng-ust-2.8.1
+ >=dev-libs/openssl-1.0.2h-r2
+ >=net-misc/curl-7.49.0
+ >=app-crypt/mit-krb5-1.14.2
+ >=sys-libs/zlib-1.2.8-r1
=dev-dotnet/dotnetcore-runtime-bin-2.0.4"
S=${WORKDIR}
src_install() {
local dest="opt/dotnet_core"
- dodir "${dest}"
+ dodir "${dest}"
- local ddest="${D}${dest}"
- cp -a ${S}/* "${ddest}/" || die
+ local ddest="${D}${dest}"
+ cp -a "${S}"/* "${ddest}/" || die
}
diff --git a/dev-dotnet/dotnetcore-aspnet-bin/metadata.xml b/dev-dotnet/dotnetcore-aspnet-bin/metadata.xml
new file mode 100644
index 0000000..b1262f1
--- /dev/null
+++ b/dev-dotnet/dotnetcore-aspnet-bin/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+ <description>Gentoo Dotnet Project</description>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-dotnet/dotnetcore-runtime-bin/dotnetcore-runtime-bin-2.0.4.ebuild b/dev-dotnet/dotnetcore-runtime-bin/dotnetcore-runtime-bin-2.0.4.ebuild
index ad928d5..960374f 100644
--- a/dev-dotnet/dotnetcore-runtime-bin/dotnetcore-runtime-bin-2.0.4.ebuild
+++ b/dev-dotnet/dotnetcore-runtime-bin/dotnetcore-runtime-bin-2.0.4.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI="6"
@@ -21,16 +20,16 @@ KEYWORDS="~amd64 ~arm"
# The sdk includes the runtime-bin and aspnet-bin so prevent from installing at the same time
RDEPEND="
- >=sys-apps/lsb-release-1.4
- >=sys-devel/llvm-4.0
- >=dev-util/lldb-4.0
- >=sys-libs/libunwind-1.1-r1
- >=dev-libs/icu-57.1
- >=dev-util/lttng-ust-2.8.1
- >=dev-libs/openssl-1.0.2h-r2
- >=net-misc/curl-7.49.0
- >=app-crypt/mit-krb5-1.14.2
- >=sys-libs/zlib-1.2.8-r1
+ >=sys-apps/lsb-release-1.4
+ >=sys-devel/llvm-4.0
+ amd64? ( >=dev-util/lldb-4.0 )
+ >=sys-libs/libunwind-1.1-r1
+ >=dev-libs/icu-57.1
+ >=dev-util/lttng-ust-2.8.1
+ >=dev-libs/openssl-1.0.2h-r2
+ >=net-misc/curl-7.49.0
+ >=app-crypt/mit-krb5-1.14.2
+ >=sys-libs/zlib-1.2.8-r1
!dev-dotnet/dotnetcore-sdk
!dev-dotnet/dotnetcore-sdk-bin"
@@ -38,9 +37,9 @@ S=${WORKDIR}
src_install() {
local dest="opt/dotnet_core"
- dodir "${dest}"
+ dodir "${dest}"
- local ddest="${D}${dest}"
- cp -a ${S}/* "${ddest}/" || die
+ local ddest="${D}${dest}"
+ cp -a "${S}"/* "${ddest}/" || die
dosym "/${dest}/dotnet" "/usr/bin/dotnet"
}
diff --git a/dev-dotnet/dotnetcore-runtime-bin/metadata.xml b/dev-dotnet/dotnetcore-runtime-bin/metadata.xml
new file mode 100644
index 0000000..b1262f1
--- /dev/null
+++ b/dev-dotnet/dotnetcore-runtime-bin/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+ <description>Gentoo Dotnet Project</description>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.3.ebuild b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.3.ebuild
index cbfdd8d..05a044a 100644
--- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.3.ebuild
+++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.3.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI="6"
@@ -21,16 +20,16 @@ KEYWORDS="~amd64"
# dotnetcore-sdk is the source based build
RDEPEND="
- >=sys-apps/lsb-release-1.4
- >=sys-devel/llvm-4.0
- >=dev-util/lldb-4.0
- >=sys-libs/libunwind-1.1-r1
- >=dev-libs/icu-57.1
- >=dev-util/lttng-ust-2.8.1
- >=dev-libs/openssl-1.0.2h-r2
- >=net-misc/curl-7.49.0
- >=app-crypt/mit-krb5-1.14.2
- >=sys-libs/zlib-1.2.8-r1
+ >=sys-apps/lsb-release-1.4
+ >=sys-devel/llvm-4.0
+ >=dev-util/lldb-4.0
+ >=sys-libs/libunwind-1.1-r1
+ >=dev-libs/icu-57.1
+ >=dev-util/lttng-ust-2.8.1
+ >=dev-libs/openssl-1.0.2h-r2
+ >=net-misc/curl-7.49.0
+ >=app-crypt/mit-krb5-1.14.2
+ >=sys-libs/zlib-1.2.8-r1
!dev-dotnet/dotnetcore-sdk
!dev-dotnet/dotnetcore-runtime-bin
!dev-dotnet/dotnetcore-aspnet-bin"
@@ -39,9 +38,9 @@ S=${WORKDIR}
src_install() {
local dest="opt/dotnet_core"
- dodir "${dest}"
+ dodir "${dest}"
- local ddest="${D}${dest}"
- cp -a ${S}/* "${ddest}/" || die
+ local ddest="${D}${dest}"
+ cp -a "${S}"/* "${ddest}/" || die
dosym "/${dest}/dotnet" "/usr/bin/dotnet"
}
diff --git a/dev-dotnet/dotnetcore-sdk-bin/metadata.xml b/dev-dotnet/dotnetcore-sdk-bin/metadata.xml
new file mode 100644
index 0000000..b1262f1
--- /dev/null
+++ b/dev-dotnet/dotnetcore-sdk-bin/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+ <description>Gentoo Dotnet Project</description>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.0.0_pre2_p003121.ebuild b/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.0.0_pre2_p003121.ebuild
index b2fde52..534a473 100644
--- a/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.0.0_pre2_p003121.ebuild
+++ b/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.0.0_pre2_p003121.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
#BASED ON https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=dotnet-cli
@@ -46,8 +45,8 @@ DEPEND="${RDEPEND}
>=sys-devel/clang-3.7.1-r100
>=sys-devel/gettext-0.19.7
!dev-dotnet/dotnetcore-runtime-bin
- !dev-dotnet/dotnetcore-sdk-bin
- !dev-dotnet/dotnetcore-aspnet-bin"
+ !dev-dotnet/dotnetcore-sdk-bin
+ !dev-dotnet/dotnetcore-aspnet-bin"
PATCHES=(
"${FILESDIR}/${CORECLR_N}-icu57-commit-352df35.patch"
diff --git a/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.0.0_pre2_p003131.ebuild b/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.0.0_pre2_p003131.ebuild
index a00cdb1..2d2637b 100644
--- a/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.0.0_pre2_p003131.ebuild
+++ b/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.0.0_pre2_p003131.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
#BASED ON https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=dotnet-cli
@@ -49,8 +48,8 @@ DEPEND="${RDEPEND}
>=sys-devel/clang-3.7.1-r100
>=sys-devel/gettext-0.19.7
!dev-dotnet/dotnetcore-runtime-bin
- !dev-dotnet/dotnetcore-sdk-bin
- !dev-dotnet/dotnetcore-aspnet-bin"
+ !dev-dotnet/dotnetcore-sdk-bin
+ !dev-dotnet/dotnetcore-aspnet-bin"
PATCHES=(
"${FILESDIR}/${CORECLR}-icu57-commit-352df35.patch"
diff --git a/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1-r1.ebuild b/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1-r1.ebuild
index aec6837..cdb5e2e 100644
--- a/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1-r1.ebuild
+++ b/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1-r1.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
#BASED ON https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=dotnet-cli
@@ -44,9 +43,9 @@ DEPEND="${RDEPEND}
>=sys-devel/make-4.1-r1
>=sys-devel/clang-3.7.1-r100
>=sys-devel/gettext-0.19.7
- !dev-dotnet/dotnetcore-runtime-bin
- !dev-dotnet/dotnetcore-sdk-bin
- !dev-dotnet/dotnetcore-aspnet-bin"
+ !dev-dotnet/dotnetcore-runtime-bin
+ !dev-dotnet/dotnetcore-sdk-bin
+ !dev-dotnet/dotnetcore-aspnet-bin"
PATCHES=(
"${FILESDIR}/coreclr-${CORECLR_V1_0}-gcc6-clang39.patch"
@@ -128,7 +127,7 @@ src_prepare() {
for file in "${CRYPTO_FILES[@]}"; do
rm "${CLI_S}/shared/Microsoft.NETCore.App/${PV}/${file}"
done
-
+
for file in "${CRYPTO_V1_0_FILES[@]}"; do
rm "${CLI_S}/shared/Microsoft.NETCore.App/1.0.4/${file}"
rm "${CLI_1_0_S}/shared/Microsoft.NETCore.App/${CORE_V1_0}/${file}"
diff --git a/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1-r2.ebuild b/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1-r2.ebuild
index dca4aae..f190a48 100644
--- a/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1-r2.ebuild
+++ b/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1-r2.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
#BASED ON https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=dotnet-cli
@@ -31,7 +30,7 @@ SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
- >=sys-devel/llvm-4.0
+ >=sys-devel/llvm-4.0:*
>=dev-util/lldb-4.0
>=sys-libs/libunwind-1.1-r1
>=dev-libs/icu-57.1
diff --git a/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1.ebuild b/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1.ebuild
index 46b16ce..399b1db 100644
--- a/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1.ebuild
+++ b/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-1.1.1.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
#BASED ON https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=dotnet-cli
@@ -45,8 +44,8 @@ DEPEND="${RDEPEND}
>=sys-devel/clang-3.7.1-r100
>=sys-devel/gettext-0.19.7
!dev-dotnet/dotnetcore-runtime-bin
- !dev-dotnet/dotnetcore-sdk-bin
- !dev-dotnet/dotnetcore-aspnet-bin"
+ !dev-dotnet/dotnetcore-sdk-bin
+ !dev-dotnet/dotnetcore-aspnet-bin"
PATCHES=(
"${FILESDIR}/coreclr-${CORECLR_V1_0}-icu57-commit-352df35.patch"
@@ -117,7 +116,7 @@ src_prepare() {
for file in "${CRYPTO_FILES[@]}"; do
rm "${CLI_S}/shared/Microsoft.NETCore.App/${PV}/${file}"
done
-
+
for file in "${CRYPTO_V1_0_FILES[@]}"; do
rm "${CLI_S}/shared/Microsoft.NETCore.App/1.0.4/${file}"
rm "${CLI_1_0_S}/shared/Microsoft.NETCore.App/${CORE_V1_0}/${file}"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-01-23 6:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-23 6:42 [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/dotnetcore-sdk-bin/, dev-dotnet/dotnetcore-runtime-bin/, Mikhail Pukhlikov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox