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 BF0C51382C5 for ; Thu, 26 Nov 2020 23:33:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC6BBE088B; Thu, 26 Nov 2020 23:33:19 +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 8A3BAE088B for ; Thu, 26 Nov 2020 23:33:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7819A340F6C for ; Thu, 26 Nov 2020 23:33:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BC8B435 for ; Thu, 26 Nov 2020 23:33:17 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1606433583.1ce3ae765d647bd1d16598bad4a9eceed57f0582.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/auto-multiple-choice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild X-VCS-Directories: app-office/auto-multiple-choice/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 1ce3ae765d647bd1d16598bad4a9eceed57f0582 X-VCS-Branch: master Date: Thu, 26 Nov 2020 23:33:17 +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: 2360d868-db56-406b-8f0c-977dc80cc445 X-Archives-Hash: cbc879444c75ba7d4c7443305aac2273 commit: 1ce3ae765d647bd1d16598bad4a9eceed57f0582 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Nov 26 23:32:33 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Nov 26 23:33:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce3ae76 app-office/auto-multiple-choice: Fix HOMEPAGE and SRC_URI Closes: https://bugs.gentoo.org/624666 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> app-office/auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild b/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild index e77a5de6912..c33d12be5cc 100644 --- a/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild +++ b/app-office/auto-multiple-choice/auto-multiple-choice-1.3.0-r1.ebuild @@ -6,8 +6,9 @@ EAPI=7 inherit toolchain-funcs perl-functions latex-package DESCRIPTION="Create and manage multiple choice questionnaries, including automated marking" -HOMEPAGE="http://home.gna.org/auto-qcm/" -SRC_URI="http://download.gna.org/auto-qcm/${PN}_${PV}_sources.tar.gz" +HOMEPAGE="http://www.auto-multiple-choice.net/" +SRC_URI="http://download.auto-multiple-choice.net/${PN}_${PV}_sources.tar.gz" + LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86"