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 1EDB7138330 for ; Sat, 13 Jan 2018 23:29:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FC5EE087C; Sat, 13 Jan 2018 23:28:58 +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 4C588E087C for ; Sat, 13 Jan 2018 23:28:58 +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 487DE335C61 for ; Sat, 13 Jan 2018 23:28:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BDAB197 for ; Sat, 13 Jan 2018 23:28:55 +0000 (UTC) From: "Andreas Sturmlechner" 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 Sturmlechner" Message-ID: <1515886114.fddf19a0d11ef2ac8bc20a9cec936ca518ad8517.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/molequeue/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/molequeue/molequeue-0.8.0.ebuild X-VCS-Directories: sci-chemistry/molequeue/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fddf19a0d11ef2ac8bc20a9cec936ca518ad8517 X-VCS-Branch: master Date: Sat, 13 Jan 2018 23:28:55 +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: 1112f944-61d4-4caa-99f2-efd441fc7d4a X-Archives-Hash: 82366ee5ca880d6789d938b5e6a78ec0 commit: fddf19a0d11ef2ac8bc20a9cec936ca518ad8517 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 13 20:32:17 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 13 23:28:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fddf19a0 sci-chemistry/molequeue: Fix HOMEPAGE Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-chemistry/molequeue/molequeue-0.8.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/molequeue/molequeue-0.8.0.ebuild b/sci-chemistry/molequeue/molequeue-0.8.0.ebuild index 3b5733ea45d..cda203befdf 100644 --- a/sci-chemistry/molequeue/molequeue-0.8.0.ebuild +++ b/sci-chemistry/molequeue/molequeue-0.8.0.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=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit cmake-utils multilib python-single-r1 versionator virtualx DESCRIPTION="Abstract, manage and coordinate execution of tasks" -HOMEPAGE="http://www.openchemistry.org/OpenChemistry/project/molequeue.html" +HOMEPAGE="https://www.openchemistry.org/projects/molequeue/" SRC_URI="https://github.com/OpenChemistry/molequeue/archive/${PV}.tar.gz -> ${P}.tar.gz" SLOT="0"