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 279F3138331 for ; Sat, 5 May 2018 01:51:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9491CE0827; Sat, 5 May 2018 01:51:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 56AB2E0826 for ; Sat, 5 May 2018 01:51:02 +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 8059C335C78 for ; Sat, 5 May 2018 01:51:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFC7040 for ; Sat, 5 May 2018 01:50:56 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1525484248.71a76d50b769788536590fa0eb8da7aff8bd4011.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/texstudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/texstudio/texstudio-2.11.2-r1.ebuild app-office/texstudio/texstudio-2.12.2.ebuild app-office/texstudio/texstudio-2.12.4.ebuild app-office/texstudio/texstudio-2.12.6-r1.ebuild app-office/texstudio/texstudio-2.12.8-r1.ebuild X-VCS-Directories: app-office/texstudio/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 71a76d50b769788536590fa0eb8da7aff8bd4011 X-VCS-Branch: master Date: Sat, 5 May 2018 01:50:56 +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-Archives-Salt: ffa5e42d-8322-49ff-a57d-d62752b6dfd0 X-Archives-Hash: 27b979cf8cede26a642c0e2533378ce7 commit: 71a76d50b769788536590fa0eb8da7aff8bd4011 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue May 1 12:00:06 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat May 5 01:37:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71a76d50 app-office/texstudio: use HTTPS app-office/texstudio/texstudio-2.11.2-r1.ebuild | 4 ++-- app-office/texstudio/texstudio-2.12.2.ebuild | 4 ++-- app-office/texstudio/texstudio-2.12.4.ebuild | 4 ++-- app-office/texstudio/texstudio-2.12.6-r1.ebuild | 2 +- app-office/texstudio/texstudio-2.12.8-r1.ebuild | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app-office/texstudio/texstudio-2.11.2-r1.ebuild b/app-office/texstudio/texstudio-2.11.2-r1.ebuild index f89cc3500ab..4a09a12f83d 100644 --- a/app-office/texstudio/texstudio-2.11.2-r1.ebuild +++ b/app-office/texstudio/texstudio-2.11.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit gnome2-utils prefix qmake-utils xdg-utils DESCRIPTION="Free cross-platform LaTeX editor (fork from texmakerX)" -HOMEPAGE="http://texstudio.sourceforge.net/" +HOMEPAGE="https://www.texstudio.org https://github.com/texstudio-org/texstudio" SRC_URI="mirror://sourceforge/${PN}/${PN}/TeXstudio%20${PV}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/app-office/texstudio/texstudio-2.12.2.ebuild b/app-office/texstudio/texstudio-2.12.2.ebuild index c877b493c4c..2e154f9ff33 100644 --- a/app-office/texstudio/texstudio-2.12.2.ebuild +++ b/app-office/texstudio/texstudio-2.12.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit gnome2-utils prefix qmake-utils xdg-utils DESCRIPTION="Free cross-platform LaTeX editor (fork from texmakerX)" -HOMEPAGE="http://texstudio.sourceforge.net/" +HOMEPAGE="https://www.texstudio.org https://github.com/texstudio-org/texstudio" SRC_URI="mirror://sourceforge/${PN}/${PN}/TeXstudio%20${PV}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/app-office/texstudio/texstudio-2.12.4.ebuild b/app-office/texstudio/texstudio-2.12.4.ebuild index c877b493c4c..2e154f9ff33 100644 --- a/app-office/texstudio/texstudio-2.12.4.ebuild +++ b/app-office/texstudio/texstudio-2.12.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit gnome2-utils prefix qmake-utils xdg-utils DESCRIPTION="Free cross-platform LaTeX editor (fork from texmakerX)" -HOMEPAGE="http://texstudio.sourceforge.net/" +HOMEPAGE="https://www.texstudio.org https://github.com/texstudio-org/texstudio" SRC_URI="mirror://sourceforge/${PN}/${PN}/TeXstudio%20${PV}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/app-office/texstudio/texstudio-2.12.6-r1.ebuild b/app-office/texstudio/texstudio-2.12.6-r1.ebuild index c6915136af0..5fb07c653b6 100644 --- a/app-office/texstudio/texstudio-2.12.6-r1.ebuild +++ b/app-office/texstudio/texstudio-2.12.6-r1.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit gnome2-utils prefix qmake-utils xdg-utils DESCRIPTION="Free cross-platform LaTeX editor (fork from texmakerX)" -HOMEPAGE="http://texstudio.sourceforge.net/" +HOMEPAGE="https://www.texstudio.org https://github.com/texstudio-org/texstudio" #SRC_URI="mirror://sourceforge/${PN}/${PN}/TeXstudio%20${PV}/${P}.tar.gz" # ^^ temporary disabled # * upstream could not solve gentoo bug #627062 for 2 months. diff --git a/app-office/texstudio/texstudio-2.12.8-r1.ebuild b/app-office/texstudio/texstudio-2.12.8-r1.ebuild index 9f4ee8a0197..b9af550ccbe 100644 --- a/app-office/texstudio/texstudio-2.12.8-r1.ebuild +++ b/app-office/texstudio/texstudio-2.12.8-r1.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit gnome2-utils prefix qmake-utils xdg-utils DESCRIPTION="Free cross-platform LaTeX editor (fork from texmakerX)" -HOMEPAGE="http://www.texstudio.org/ https://github.com/texstudio-org/texstudio" +HOMEPAGE="https://www.texstudio.org https://github.com/texstudio-org/texstudio" SRC_URI="https://github.com/texstudio-org/texstudio/archive/2.12.8.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2"