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 C1137138359 for ; Tue, 15 Sep 2020 20:20:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C648AE096B; Tue, 15 Sep 2020 20:20:41 +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 A9B42E096B for ; Tue, 15 Sep 2020 20:20:41 +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 4702C340B63 for ; Tue, 15 Sep 2020 20:20:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B09A5357 for ; Tue, 15 Sep 2020 20:20:38 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1600201234.4327eadd31cbeca4aaa05c033a62ba3a7baac053.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/evolvotron/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/evolvotron/evolvotron-0.7.1-r1.ebuild x11-misc/evolvotron/evolvotron-0.7.1.ebuild X-VCS-Directories: x11-misc/evolvotron/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 4327eadd31cbeca4aaa05c033a62ba3a7baac053 X-VCS-Branch: master Date: Tue, 15 Sep 2020 20:20:38 +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: ede95446-7130-423a-acc8-e60b5ad2c233 X-Archives-Hash: faef5cdb0bb87f5982fe213acafde9ce commit: 4327eadd31cbeca4aaa05c033a62ba3a7baac053 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Sep 15 20:19:15 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Sep 15 20:20:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4327eadd x11-misc/evolvotron: Depend on dev-qt/qtwidgets:5, drop old HOMEPAGE Package-Manager: Portage-3.0.7, Repoman-3.0.1 Closes: https://bugs.gentoo.org/724630 Closes: https://bugs.gentoo.org/742692 Signed-off-by: Jeroen Roovers gentoo.org> .../{evolvotron-0.7.1.ebuild => evolvotron-0.7.1-r1.ebuild} | 8 ++++---- x11-misc/evolvotron/evolvotron-0.7.1.ebuild | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/x11-misc/evolvotron/evolvotron-0.7.1.ebuild b/x11-misc/evolvotron/evolvotron-0.7.1-r1.ebuild similarity index 86% copy from x11-misc/evolvotron/evolvotron-0.7.1.ebuild copy to x11-misc/evolvotron/evolvotron-0.7.1-r1.ebuild index dd964488f2e..c8f3df726e1 100644 --- a/x11-misc/evolvotron/evolvotron-0.7.1.ebuild +++ b/x11-misc/evolvotron/evolvotron-0.7.1-r1.ebuild @@ -1,24 +1,24 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit qmake-utils DESCRIPTION="Generative art image evolver" HOMEPAGE=" - http://www.bottlenose.net/share/evolvotron/index.htm https://sourceforge.net/projects/evolvotron/ " SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="~amd64 ~ppc ~x86" RDEPEND=" dev-libs/boost:= dev-qt/qtcore:5 dev-qt/qtgui:5 + dev-qt/qtwidgets:5 dev-qt/qtxml:5 " DEPEND="${RDEPEND}" diff --git a/x11-misc/evolvotron/evolvotron-0.7.1.ebuild b/x11-misc/evolvotron/evolvotron-0.7.1.ebuild index dd964488f2e..62f289f61de 100644 --- a/x11-misc/evolvotron/evolvotron-0.7.1.ebuild +++ b/x11-misc/evolvotron/evolvotron-0.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,6 +19,7 @@ RDEPEND=" dev-libs/boost:= dev-qt/qtcore:5 dev-qt/qtgui:5 + dev-qt/qtwidgets:5 dev-qt/qtxml:5 " DEPEND="${RDEPEND}"