From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1597366-garchives=archives.gentoo.org@lists.gentoo.org> 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 C02E215815E for <garchives@archives.gentoo.org>; Sun, 4 Feb 2024 13:32:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 119BAE2B18; Sun, 4 Feb 2024 13:32:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E914BE2B18 for <gentoo-commits@lists.gentoo.org>; Sun, 4 Feb 2024 13:32:41 +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 1EB1634302F for <gentoo-commits@lists.gentoo.org>; Sun, 4 Feb 2024 13:32:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D7C3888 for <gentoo-commits@lists.gentoo.org>; Sun, 4 Feb 2024 13:32:39 +0000 (UTC) From: "Miroslav Šulc" <fordfrog@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" <fordfrog@gentoo.org> Message-ID: <1707053542.ee265f4523d679536c83955a1507d8dc262b1f04.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/valentina/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/valentina/valentina-0.6.1-r1.ebuild media-gfx/valentina/valentina-9999.ebuild X-VCS-Directories: media-gfx/valentina/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: ee265f4523d679536c83955a1507d8dc262b1f04 X-VCS-Branch: master Date: Sun, 4 Feb 2024 13:32:39 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1c318248-734b-40ba-8fb7-9ca81a9829b6 X-Archives-Hash: 1acbbae0d25401bd9828717eca666b36 commit: ee265f4523d679536c83955a1507d8dc262b1f04 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Sun Feb 4 13:32:22 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sun Feb 4 13:32:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee265f45 media-gfx/valentina: updated homepage Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-gfx/valentina/valentina-0.6.1-r1.ebuild | 2 +- media-gfx/valentina/valentina-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/valentina/valentina-0.6.1-r1.ebuild b/media-gfx/valentina/valentina-0.6.1-r1.ebuild index b622e3653e21..573945103dcb 100644 --- a/media-gfx/valentina/valentina-0.6.1-r1.ebuild +++ b/media-gfx/valentina/valentina-0.6.1-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit qmake-utils xdg DESCRIPTION="Cloth patternmaking software" -HOMEPAGE="https://valentinaproject.bitbucket.io/" +HOMEPAGE="https://smart-pattern.com.ua/" SRC_URI="https://gitlab.com/smart-pattern/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 https://dev.gentoo.org/~fordfrog/distfiles/valentina-5858.patch.bz2" diff --git a/media-gfx/valentina/valentina-9999.ebuild b/media-gfx/valentina/valentina-9999.ebuild index a608db83fb4a..6b9c6fa11b44 100644 --- a/media-gfx/valentina/valentina-9999.ebuild +++ b/media-gfx/valentina/valentina-9999.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit qmake-utils xdg git-r3 DESCRIPTION="Cloth patternmaking software" -HOMEPAGE="https://gitlab.com/smart-pattern/valentina" +HOMEPAGE="https://smart-pattern.com.ua/" EGIT_REPO_URI="https://gitlab.com/smart-pattern/valentina.git" EGIT_BRANCH="develop"