From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B794B158095 for ; Wed, 20 Jul 2022 01:07:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1820E0BFE; Wed, 20 Jul 2022 01:07:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B835FE0BFE for ; Wed, 20 Jul 2022 01:07:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9422340EA0 for ; Wed, 20 Jul 2022 01:07:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 018DC540 for ; Wed, 20 Jul 2022 01:07:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1658279030.5912b5c5ca3b2e10814da0869dc1a6290ff47fab.sam@gentoo> Subject: [gentoo-commits] repo/proj/dotnet:master commit in: app-shells/pash/, app-shells/pash/files/ X-VCS-Repository: repo/proj/dotnet X-VCS-Files: app-shells/pash/files/template.csproj app-shells/pash/metadata.xml app-shells/pash/pash-0.0-r20150618.ebuild app-shells/pash/pash-0.0_p2016060606.ebuild X-VCS-Directories: app-shells/pash/ app-shells/pash/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5912b5c5ca3b2e10814da0869dc1a6290ff47fab X-VCS-Branch: master Date: Wed, 20 Jul 2022 01:07:52 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7216a562-a3a5-4166-82f9-6b086c2d3a42 X-Archives-Hash: 82b7bdbc8061c7b562eca83d78861ddb commit: 5912b5c5ca3b2e10814da0869dc1a6290ff47fab Author: Sam James gentoo org> AuthorDate: Wed Jul 20 01:03:49 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 20 01:03:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=5912b5c5 app-shells/pash: treeclean (broken) Bug: https://bugs.gentoo.org/858938 Signed-off-by: Sam James gentoo.org> app-shells/pash/files/template.csproj | 49 ------------ app-shells/pash/metadata.xml | 11 --- app-shells/pash/pash-0.0-r20150618.ebuild | 47 ------------ app-shells/pash/pash-0.0_p2016060606.ebuild | 114 ---------------------------- 4 files changed, 221 deletions(-) diff --git a/app-shells/pash/files/template.csproj b/app-shells/pash/files/template.csproj deleted file mode 100644 index c6ed1aa..0000000 --- a/app-shells/pash/files/template.csproj +++ /dev/null @@ -1,49 +0,0 @@ - - - - Debug - AnyCPU - v4.6 - $(AssemblyName) - $(OutputType) - - - bin\Debug - true - full - false - DEBUG - - - bin\Release - true - pdbonly - true - - - - - - - - - - - - - - - - - 1.0.0.0 - - - - - - - diff --git a/app-shells/pash/metadata.xml b/app-shells/pash/metadata.xml deleted file mode 100644 index 8d9057e..0000000 --- a/app-shells/pash/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - dotnet@gentoo.org - Gentoo Dotnet Project - - - Create .mdb files for release configuration - - diff --git a/app-shells/pash/pash-0.0-r20150618.ebuild b/app-shells/pash/pash-0.0-r20150618.ebuild deleted file mode 100644 index 2f40be5..0000000 --- a/app-shells/pash/pash-0.0-r20150618.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit dotnet - -DESCRIPTION="An Open Source reimplementation of Windows PowerShell" - -LICENSE="BSD || ( GPL-2+ )" # LICENSE syntax is defined in https://wiki.gentoo.org/wiki/GLEP:23 - -SLOT="0" - -IUSE="debug" - -PROJECTNAME="Pash" -HOMEPAGE="https://github.com/Pash-Project/${PROJECTNAME}" -EGIT_COMMIT="33ffa8c6172175e678310598adcc261a4e3b22a0" -SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.zip -> ${P}-${PR}.zip" - -KEYWORDS="~amd64 ~ppc ~x86" -DEPEND="|| ( >=dev-lang/mono-3.12.0 "${S}/${PROJECT1_PATH}/${PROJECT1_NAME}.csproj" || die - sed -i 's#^.*-- Reference --.*$#&\n#' "${S}/${PROJECT1_PATH}/${PROJECT1_NAME}.csproj" || die - sed -i 's#^.*-- Reference --.*$#&\n#' "${S}/${PROJECT1_PATH}/${PROJECT1_NAME}.csproj" || die - sed -i 's#^.*-- Reference --.*$#&\n#' "${S}/${PROJECT1_PATH}/${PROJECT1_NAME}.csproj" || die - sed -i 's#^.*-- Reference --.*$#&\n#' "${S}/${PROJECT1_PATH}/${PROJECT1_NAME}.csproj" || die - sed -i 's#^.*-- Reference --.*$#&\n#' "${S}/${PROJECT1_PATH}/${PROJECT1_NAME}.csproj" || die - sed "s/\$(OutputType)/Library/; s/\$(AssemblyName)/${PROJECT2_OUT}/" "${FILESDIR}/template.csproj" > "${S}/${PROJECT2_PATH}/${PROJECT2_NAME}.csproj" || die - sed -i "s#^.*-- ProjectReference --.*\$#&\\n#" "${S}/${PROJECT2_PATH}/${PROJECT2_NAME}.csproj" || die - sed "s/\$(OutputType)/Library/; s/\$(AssemblyName)/${PROJECT3_OUT}/" "${FILESDIR}/template.csproj" > "${S}/${PROJECT3_PATH}/${PROJECT3_NAME}.csproj" || die - sed -i 's#^.*-- Reference --.*$#&\n#' "${S}/${PROJECT3_PATH}/${PROJECT3_NAME}.csproj" || die - sed -i 's#^.*-- Reference --.*$#&\n#' "${S}/${PROJECT3_PATH}/${PROJECT3_NAME}.csproj" || die - sed -i 's#^.*-- Reference --.*$#&\n#' "${S}/${PROJECT3_PATH}/${PROJECT3_NAME}.csproj" || die - sed -i "s#^.*-- ProjectReference --.*\$#&\\n#" "${S}/${PROJECT3_PATH}/${PROJECT3_NAME}.csproj" || die - sed "s/\$(OutputType)/Library/; s/\$(AssemblyName)/${PROJECT4_OUT}/" "${FILESDIR}/template.csproj" > "${S}/${PROJECT4_PATH}/${PROJECT4_NAME}.csproj" || die - sed -i 's#^.*-- Reference --.*$#&\n#' "${S}/${PROJECT4_PATH}/${PROJECT4_NAME}.csproj" || die - sed -i 's#^.*-- Reference --.*$#&\n#' "${S}/${PROJECT4_PATH}/${PROJECT4_NAME}.csproj" || die - sed -i 's#^.*-- Reference --.*$#&\n#' "${S}/${PROJECT4_PATH}/${PROJECT4_NAME}.csproj" || die - sed -i "s#^.*-- ProjectReference --.*\$#&\\n#" "${S}/${PROJECT4_PATH}/${PROJECT4_NAME}.csproj" || die - sed "s/\$(OutputType)/Exe/; s/\$(AssemblyName)/${PROJECT5_OUT}/" "${FILESDIR}/template.csproj" > "${S}/${PROJECT5_PATH}/${PROJECT5_NAME}.csproj" || die - sed -i "s#^.*-- ProjectReference --.*\$#&\\n#" "${S}/${PROJECT5_PATH}/${PROJECT5_NAME}.csproj" || die - sed -i "s#^.*-- ProjectReference --.*\$#&\\n#" "${S}/${PROJECT5_PATH}/${PROJECT5_NAME}.csproj" || die - sed -i "s#^.*-- ProjectReference --.*\$#&\\n#" "${S}/${PROJECT5_PATH}/${PROJECT5_NAME}.csproj" || die - sed -i "s#^.*-- ProjectReference --.*\$#&\\n#" "${S}/${PROJECT5_PATH}/${PROJECT5_NAME}.csproj" || die - eapply_user -} - -src_compile() { - emsbuild "/p:VersionNumber=1.0.2016.606" "${S}/${PROJECT5_PATH}/${PROJECT5_NAME}.csproj" -} - -src_install() { - if [ "${SLOT}"="0" ] ; - then - SLOTTEDDIR="/usr/share/${PN}" - else - SLOTTEDDIR="/usr/share/${PN}-${SLOT}" - fi - insinto "${SLOTTEDDIR}" - - if use debug; then - DIR="Debug" - else - DIR="Release" - fi - doins Source/PashConsole/bin/${DIR}/Pash.exe - doins Source/PashConsole/bin/${DIR}/*.dll - if use developer; then - doins Source/PashConsole/bin/${DIR}/*.pdb - fi - if use debug; then - make_wrapper --debug pash "mono ${SLOTTEDDIR}/Pash.exe" - else - make_wrapper pash "mono ${SLOTTEDDIR}/Pash.exe" - fi -}