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 01E70138350 for ; Sat, 15 Feb 2020 10:28:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19907E08EF; Sat, 15 Feb 2020 10:28:54 +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 01E58E08EF for ; Sat, 15 Feb 2020 10:28:53 +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 B7F4634EC83 for ; Sat, 15 Feb 2020 10:28:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5B12138 for ; Sat, 15 Feb 2020 10:28:50 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1581762517.1d5a00fda92435e0980d08c9e2928669939a3494.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/alacritty/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/alacritty/alacritty-9999.ebuild X-VCS-Directories: x11-terms/alacritty/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 1d5a00fda92435e0980d08c9e2928669939a3494 X-VCS-Branch: master Date: Sat, 15 Feb 2020 10:28:50 +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: 62624228-77a3-41fb-9797-12c377107516 X-Archives-Hash: 2105baa73b7a1878b8d22cb2512c3e71 commit: 1d5a00fda92435e0980d08c9e2928669939a3494 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Feb 15 10:18:34 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Feb 15 10:28:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d5a00fd x11-terms/alacritty: update live ebuild install appdata.xml project moved to new github org Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev gentoo.org> x11-terms/alacritty/alacritty-9999.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/x11-terms/alacritty/alacritty-9999.ebuild b/x11-terms/alacritty/alacritty-9999.ebuild index a00da8d4238..4fef8d1175d 100644 --- a/x11-terms/alacritty/alacritty-9999.ebuild +++ b/x11-terms/alacritty/alacritty-9999.ebuild @@ -10,13 +10,13 @@ MY_PV="${PV//_rc/-rc}" inherit bash-completion-r1 cargo desktop eutils DESCRIPTION="GPU-accelerated terminal emulator" -HOMEPAGE="https://github.com/jwilm/alacritty" +HOMEPAGE="https://github.com/alacritty/alacritty" if [ ${PV} == "9999" ] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/jwilm/alacritty" else - SRC_URI="https://github.com/jwilm/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz + SRC_URI="https://github.com/alacritty/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES})" KEYWORDS="~amd64 ~ppc64" fi @@ -75,6 +75,9 @@ src_install() { newman extra/alacritty.man alacritty.1 + insinto /usr/share/metainfo + doins extra/linux/io.alacritty.Alacritty.appdata.xml + insinto /usr/share/alacritty/scripts doins -r scripts/*