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 D3C84158086 for ; Thu, 2 Dec 2021 00:26:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F30022BC001; Thu, 2 Dec 2021 00:26:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 C79FE2BC001 for ; Thu, 2 Dec 2021 00:26:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D12A4342ECB for ; Thu, 2 Dec 2021 00:26:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A76910C for ; Thu, 2 Dec 2021 00:26:48 +0000 (UTC) From: "Jonas Stein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Stein" Message-ID: <1638404773.871cf93620c6b5aa21c9d4d9d9d22b1bb09bbb81.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/lilyterm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/lilyterm/lilyterm-0.9.9.4-r2.ebuild x11-terms/lilyterm/lilyterm-99999.ebuild X-VCS-Directories: x11-terms/lilyterm/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: 871cf93620c6b5aa21c9d4d9d9d22b1bb09bbb81 X-VCS-Branch: master Date: Thu, 2 Dec 2021 00:26:48 +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: 7deb8569-6c01-4853-b5b7-52f6ecf21f37 X-Archives-Hash: c9b829b3d49e65497e98479edc71e7a1 commit: 871cf93620c6b5aa21c9d4d9d9d22b1bb09bbb81 Author: Jonas Stein gentoo org> AuthorDate: Wed Dec 1 23:53:57 2021 +0000 Commit: Jonas Stein gentoo org> CommitDate: Thu Dec 2 00:26:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=871cf936 x11-terms/lilyterm: add HOMEPAGE The project is available on github. The blog is currently offline. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Jonas Stein gentoo.org> x11-terms/lilyterm/lilyterm-0.9.9.4-r2.ebuild | 4 ++-- x11-terms/lilyterm/lilyterm-99999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-terms/lilyterm/lilyterm-0.9.9.4-r2.ebuild b/x11-terms/lilyterm/lilyterm-0.9.9.4-r2.ebuild index 8221d88b0e3c..cf925772f572 100644 --- a/x11-terms/lilyterm/lilyterm-0.9.9.4-r2.ebuild +++ b/x11-terms/lilyterm/lilyterm-0.9.9.4-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight" -HOMEPAGE="https://lilyterm.luna.com.tw" +HOMEPAGE="https://lilyterm.luna.com.tw https://github.com/Tetralet/LilyTerm" LICENSE="GPL-3" SRC_URI="https://${PN}.luna.com.tw/file/${P}.tar.gz" diff --git a/x11-terms/lilyterm/lilyterm-99999.ebuild b/x11-terms/lilyterm/lilyterm-99999.ebuild index 21280cce5b43..20ebf6b3d4c2 100644 --- a/x11-terms/lilyterm/lilyterm-99999.ebuild +++ b/x11-terms/lilyterm/lilyterm-99999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools git-r3 DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight" -HOMEPAGE="https://lilyterm.luna.com.tw" +HOMEPAGE="https://lilyterm.luna.com.tw https://github.com/Tetralet/LilyTerm" EGIT_REPO_URI="https://github.com/Tetralet/LilyTerm" SLOT="0"