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 (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A6B615813A for ; Mon, 13 Jan 2025 14:42:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE225E0827; Mon, 13 Jan 2025 14:42:15 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7EBEAE0829 for ; Mon, 13 Jan 2025 14:42:14 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80EBF33E3A9 for ; Mon, 13 Jan 2025 14:42:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2C391DC9 for ; Mon, 13 Jan 2025 14:42:11 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1736779296.caa155936993767dadbb7c2486d6a91ab5e0cb4e.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/lyx/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/lyx/lyx-2.4.1.ebuild app-office/lyx/lyx-2.4.2.1.ebuild app-office/lyx/lyx-2.4.3.ebuild X-VCS-Directories: app-office/lyx/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: caa155936993767dadbb7c2486d6a91ab5e0cb4e X-VCS-Branch: master Date: Mon, 13 Jan 2025 14:42:11 +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: bf74c001-e50c-45be-b5b7-2ed3c0a25de1 X-Archives-Hash: 3d399fff902af1b10bd73ddbfe1c931b commit: caa155936993767dadbb7c2486d6a91ab5e0cb4e Author: Arthur Zamarin gentoo org> AuthorDate: Mon Jan 13 14:39:54 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Jan 13 14:41:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caa15593 app-office/lyx: add stable SRC_URI I've been contacted by upstream, Pavel, and got informed that the real upstream place to store is in "stable", and "devel" is temporary until moved. So I'll support both places, with preference for "stable". hash over files matches, so all is good. Signed-off-by: Arthur Zamarin gentoo.org> app-office/lyx/lyx-2.4.1.ebuild | 7 +++++-- app-office/lyx/lyx-2.4.2.1.ebuild | 7 +++++-- app-office/lyx/lyx-2.4.3.ebuild | 5 ++++- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/app-office/lyx/lyx-2.4.1.ebuild b/app-office/lyx/lyx-2.4.1.ebuild index dc7b64d683df..7115f429566f 100644 --- a/app-office/lyx/lyx-2.4.1.ebuild +++ b/app-office/lyx/lyx-2.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,10 @@ inherit desktop font optfeature python-single-r1 cmake xdg DESCRIPTION="WYSIWYM (What You See Is What You Mean) document processor based on LaTeX" HOMEPAGE="https://www.lyx.org/" -SRC_URI="http://ftp.lyx.org/pub/lyx/devel/lyx-$(ver_cut 1-2)/${P}.tar.xz" +SRC_URI=" + http://ftp.lyx.org/pub/lyx/stable/$(ver_cut 1-2).x/${P}.tar.xz + http://ftp.lyx.org/pub/lyx/devel/lyx-$(ver_cut 1-2)/${P}.tar.xz +" LICENSE="GPL-2+" SLOT="0" diff --git a/app-office/lyx/lyx-2.4.2.1.ebuild b/app-office/lyx/lyx-2.4.2.1.ebuild index 95aafec18c05..84dc15f7a88f 100644 --- a/app-office/lyx/lyx-2.4.2.1.ebuild +++ b/app-office/lyx/lyx-2.4.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,10 @@ inherit desktop font optfeature python-single-r1 cmake xdg DESCRIPTION="WYSIWYM (What You See Is What You Mean) document processor based on LaTeX" HOMEPAGE="https://www.lyx.org/" -SRC_URI="http://ftp.lyx.org/pub/lyx/devel/lyx-$(ver_cut 1-2)/${P}.tar.xz" +SRC_URI=" + http://ftp.lyx.org/pub/lyx/stable/$(ver_cut 1-2).x/${P}.tar.xz + http://ftp.lyx.org/pub/lyx/devel/lyx-$(ver_cut 1-2)/${P}.tar.xz +" LICENSE="GPL-2+" SLOT="0" diff --git a/app-office/lyx/lyx-2.4.3.ebuild b/app-office/lyx/lyx-2.4.3.ebuild index bfc9c60ceb92..735d0fd1fa3f 100644 --- a/app-office/lyx/lyx-2.4.3.ebuild +++ b/app-office/lyx/lyx-2.4.3.ebuild @@ -9,7 +9,10 @@ inherit desktop font optfeature python-single-r1 cmake xdg DESCRIPTION="WYSIWYM (What You See Is What You Mean) document processor based on LaTeX" HOMEPAGE="https://www.lyx.org/" -SRC_URI="http://ftp.lyx.org/pub/lyx/devel/lyx-$(ver_cut 1-2)/${P}.tar.xz" +SRC_URI=" + http://ftp.lyx.org/pub/lyx/stable/$(ver_cut 1-2).x/${P}.tar.xz + http://ftp.lyx.org/pub/lyx/devel/lyx-$(ver_cut 1-2)/${P}.tar.xz +" LICENSE="GPL-2+" SLOT="0"