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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 719421382C5 for ; Thu, 15 Apr 2021 13:00:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6213E0821; Thu, 15 Apr 2021 13:00:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90B6AE0821 for ; Thu, 15 Apr 2021 13:00:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A76E8340D38 for ; Thu, 15 Apr 2021 13:00:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 325CA4A5 for ; Thu, 15 Apr 2021 13:00:43 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1618491427.3e1f08edafd6aea935f25069d065294f74156ea9.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-editors/typora-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-editors/typora-bin/typora-bin-9999.ebuild X-VCS-Directories: app-editors/typora-bin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3e1f08edafd6aea935f25069d065294f74156ea9 X-VCS-Branch: master Date: Thu, 15 Apr 2021 13:00:43 +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: ffedc676-c588-444d-8d77-68855d3aab2b X-Archives-Hash: c9802208fbf09ce9c05c96b63398dbce commit: 3e1f08edafd6aea935f25069d065294f74156ea9 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Apr 15 12:57:07 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Apr 15 12:57:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e1f08ed app-editors/typora-bin: fix order of dosym Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> app-editors/typora-bin/typora-bin-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/typora-bin/typora-bin-9999.ebuild b/app-editors/typora-bin/typora-bin-9999.ebuild index 0152b8e01..2e2f39bf0 100644 --- a/app-editors/typora-bin/typora-bin-9999.ebuild +++ b/app-editors/typora-bin/typora-bin-9999.ebuild @@ -33,7 +33,7 @@ src_install() { insinto /opt/ doins -r "${S}" newicon "$S/resources/app/asserts/icon/icon_512x512@2x.png" "${PN}.png" - dosym /opt/Typora-linux-x64/Typora ../../usr/bin/Typora + dosym ../../opt/Typora-linux-x64/Typora /usr/bin/Typora fperms 0755 /opt/Typora-linux-x64/Typora fperms 4755 /opt/Typora-linux-x64/chrome-sandbox domenu "${FILESDIR}/Typora.desktop" 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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4BE01382C5 for ; Thu, 15 Apr 2021 12:57:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFAE2E0809; Thu, 15 Apr 2021 12:57:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A503E0809 for ; Thu, 15 Apr 2021 12:57:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2501340C30 for ; Thu, 15 Apr 2021 12:57:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 569E54A5 for ; Thu, 15 Apr 2021 12:57:11 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1618491427.3e1f08edafd6aea935f25069d065294f74156ea9.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/typora-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-editors/typora-bin/typora-bin-9999.ebuild X-VCS-Directories: app-editors/typora-bin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3e1f08edafd6aea935f25069d065294f74156ea9 X-VCS-Branch: dev Date: Thu, 15 Apr 2021 12:57:11 +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: b5543601-624b-4c21-9225-7bc1c201f924 X-Archives-Hash: caa0230651fcad62e08334c6ecaf0096 Message-ID: <20210415125711.uuXBIarx7YwcYIs_e-u9MADq09455b3xMr-vv6cyTpI@z> commit: 3e1f08edafd6aea935f25069d065294f74156ea9 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Apr 15 12:57:07 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Apr 15 12:57:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e1f08ed app-editors/typora-bin: fix order of dosym Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> app-editors/typora-bin/typora-bin-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/typora-bin/typora-bin-9999.ebuild b/app-editors/typora-bin/typora-bin-9999.ebuild index 0152b8e01..2e2f39bf0 100644 --- a/app-editors/typora-bin/typora-bin-9999.ebuild +++ b/app-editors/typora-bin/typora-bin-9999.ebuild @@ -33,7 +33,7 @@ src_install() { insinto /opt/ doins -r "${S}" newicon "$S/resources/app/asserts/icon/icon_512x512@2x.png" "${PN}.png" - dosym /opt/Typora-linux-x64/Typora ../../usr/bin/Typora + dosym ../../opt/Typora-linux-x64/Typora /usr/bin/Typora fperms 0755 /opt/Typora-linux-x64/Typora fperms 4755 /opt/Typora-linux-x64/chrome-sandbox domenu "${FILESDIR}/Typora.desktop"