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 835F2138359 for ; Wed, 8 Jul 2020 23:36:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7394AE07A5; Wed, 8 Jul 2020 23:36:17 +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 58933E07A5 for ; Wed, 8 Jul 2020 23:36:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0F7D934E9B4 for ; Wed, 8 Jul 2020 23:36:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB388274 for ; Wed, 8 Jul 2020 23:36:13 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1594251363.2af1863e600fb3cd9f413150eb6b6c13efafef43.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/notepadqq/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/notepadqq/notepadqq-2.0.0_beta.ebuild app-editors/notepadqq/notepadqq-9999.ebuild X-VCS-Directories: app-editors/notepadqq/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2af1863e600fb3cd9f413150eb6b6c13efafef43 X-VCS-Branch: master Date: Wed, 8 Jul 2020 23:36:13 +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: 3f2f4f24-9104-4e1e-89bd-dab07ed94fcd X-Archives-Hash: 65a13e985cc861f2e54a7d4c047e84f1 commit: 2af1863e600fb3cd9f413150eb6b6c13efafef43 Author: Dennis Eisele online de> AuthorDate: Tue Jul 7 13:11:21 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jul 8 23:36:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af1863e app-editors/notepadqq: update homepage This changes the outdated homepage to the current homepage: https://notepadqq.com/s/ Closes: https://bugs.gentoo.org/722498 Reported-By: needle protonmail.com> Signed-off-by: Dennis Eisele online.de> Package-Manager: Portage-2.3.99, Repoman-2.3.23 Closes: https://github.com/gentoo/gentoo/pull/16624 Signed-off-by: Lars Wendler gentoo.org> app-editors/notepadqq/notepadqq-2.0.0_beta.ebuild | 2 +- app-editors/notepadqq/notepadqq-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/notepadqq/notepadqq-2.0.0_beta.ebuild b/app-editors/notepadqq/notepadqq-2.0.0_beta.ebuild index 2da7d1d0936..55064b0e256 100644 --- a/app-editors/notepadqq/notepadqq-2.0.0_beta.ebuild +++ b/app-editors/notepadqq/notepadqq-2.0.0_beta.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit qmake-utils xdg DESCRIPTION="Notepad++-like editor for Linux" -HOMEPAGE="http://notepadqq.altervista.org" +HOMEPAGE="https://notepadqq.com/s/" if [[ "${PV}" == 9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/notepadqq/notepadqq.git" diff --git a/app-editors/notepadqq/notepadqq-9999.ebuild b/app-editors/notepadqq/notepadqq-9999.ebuild index 2da7d1d0936..55064b0e256 100644 --- a/app-editors/notepadqq/notepadqq-9999.ebuild +++ b/app-editors/notepadqq/notepadqq-9999.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit qmake-utils xdg DESCRIPTION="Notepad++-like editor for Linux" -HOMEPAGE="http://notepadqq.altervista.org" +HOMEPAGE="https://notepadqq.com/s/" if [[ "${PV}" == 9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/notepadqq/notepadqq.git"