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 C88AB1382C5 for ; Thu, 17 Dec 2020 04:53:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E006E0990; Thu, 17 Dec 2020 04:53:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E7F8AE0990 for ; Thu, 17 Dec 2020 04:53:05 +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 F2551341034 for ; Thu, 17 Dec 2020 04:53:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E22C50 for ; Thu, 17 Dec 2020 04:53:03 +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: <1608180779.5ce479f9aac6988ec5d76ce28499e767a97069ce.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/texstudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/texstudio/Manifest app-office/texstudio/texstudio-3.0.1-r1.ebuild app-office/texstudio/texstudio-3.0.1.ebuild X-VCS-Directories: app-office/texstudio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5ce479f9aac6988ec5d76ce28499e767a97069ce X-VCS-Branch: master Date: Thu, 17 Dec 2020 04:53:03 +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: e3cddca1-694f-4667-b5ec-21e0098b2b0f X-Archives-Hash: 781e39fc63eff7ea7cb52cf3ccfc981a commit: 5ce479f9aac6988ec5d76ce28499e767a97069ce Author: Sam James gentoo org> AuthorDate: Thu Dec 17 04:50:44 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 17 04:52:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce479f9 app-office/texstudio: fix 3.0.1 tarball The previous version was still using the alpha but calling it 3.0.0 and then 3.0.1. Closes: https://bugs.gentoo.org/740220 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> app-office/texstudio/Manifest | 2 +- ...udio-3.0.1.ebuild => texstudio-3.0.1-r1.ebuild} | 22 ++++++---------------- 2 files changed, 7 insertions(+), 17 deletions(-) diff --git a/app-office/texstudio/Manifest b/app-office/texstudio/Manifest index f3d268f8d48..6bd01f7372e 100644 --- a/app-office/texstudio/Manifest +++ b/app-office/texstudio/Manifest @@ -1,2 +1,2 @@ DIST texstudio-3.0.0_pre20200601.tar.gz 35982392 BLAKE2B 1eed56fe21aac141df41f251621a902a20153b0eaafc995b56fa8c3fbcc213685710e45202fbb90a071a0efac591c86588d4c5fe3727e603e0a58e149ed6864e SHA512 d922f576055fc345e7e0125074c6dbb473c6fb95aa06ae1ffc15f3b89fbdc7c5a44a13d4a32b770bef10c7bae7211a4bf3a269996eda1b3a0c8fd1ed8f3c4bb1 -DIST texstudio-3.0.1.tar.gz 35982392 BLAKE2B 1eed56fe21aac141df41f251621a902a20153b0eaafc995b56fa8c3fbcc213685710e45202fbb90a071a0efac591c86588d4c5fe3727e603e0a58e149ed6864e SHA512 d922f576055fc345e7e0125074c6dbb473c6fb95aa06ae1ffc15f3b89fbdc7c5a44a13d4a32b770bef10c7bae7211a4bf3a269996eda1b3a0c8fd1ed8f3c4bb1 +DIST texstudio-3.0.1-r1.tar.gz 36144393 BLAKE2B 63dad681a56ce60a90c44ab71930e8a14a7f335eb7d40f906aab2f5ca10375f768bafc3ae9023574b04c2b5196bc495ef47fb5fc9d4f6438da0a747ebd857972 SHA512 aba57d9f45af259131d3ab47463a30bec24d8fa5b30a9c574308b8a7d6c1117acb1553df20ebe5855281510f82c4d55700a0db0dffeee1b69f2afec234e18b93 diff --git a/app-office/texstudio/texstudio-3.0.1.ebuild b/app-office/texstudio/texstudio-3.0.1-r1.ebuild similarity index 84% rename from app-office/texstudio/texstudio-3.0.1.ebuild rename to app-office/texstudio/texstudio-3.0.1-r1.ebuild index 549dc6356a4..4b285ee4a88 100644 --- a/app-office/texstudio/texstudio-3.0.1.ebuild +++ b/app-office/texstudio/texstudio-3.0.1-r1.ebuild @@ -3,13 +3,15 @@ EAPI=7 -inherit prefix qmake-utils xdg-utils desktop - -MY_PV="3.0.0alpha6" +inherit desktop prefix qmake-utils xdg +# NOTE: Drop -r1 from SRC_URI on bump! +# #740220 +MY_PV="${PV/_/}" DESCRIPTION="Free cross-platform LaTeX editor (fork from texmakerX)" HOMEPAGE="https://www.texstudio.org https://github.com/texstudio-org/texstudio" -SRC_URI="https://github.com/texstudio-org/texstudio/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/texstudio-org/texstudio/archive/${MY_PV}.tar.gz -> ${P}-r1.tar.gz" +S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="GPL-2" SLOT="0" @@ -45,8 +47,6 @@ DEPEND="${COMMON_DEPEND}" BDEPEND="virtual/pkgconfig" -S=${WORKDIR}/${PN}-${MY_PV} - src_prepare() { default @@ -73,13 +73,3 @@ src_install() { done emake DESTDIR="${D}" INSTALL_ROOT="${ED}" install } - -pkg_postinst() { - xdg_icon_cache_update - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update -}