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 55FDA1382C5 for ; Sun, 11 Mar 2018 14:15:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A668E0858; Sun, 11 Mar 2018 14:15:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0865DE0849 for ; Sun, 11 Mar 2018 14:15:30 +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 21438335C56 for ; Sun, 11 Mar 2018 14:15:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A710A259 for ; Sun, 11 Mar 2018 14:15:26 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1520777714.02c7af4985f2575c1b1eda51250135120fe4a82e.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/slimv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/slimv/slimv-0.9.12-r1.ebuild app-vim/slimv/slimv-0.9.13_p20170910.ebuild X-VCS-Directories: app-vim/slimv/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 02c7af4985f2575c1b1eda51250135120fe4a82e X-VCS-Branch: master Date: Sun, 11 Mar 2018 14:15:26 +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: 9e437a89-995f-4740-a0a9-63af65ab550b X-Archives-Hash: b6090e30586644187315fb5863e978fd commit: 02c7af4985f2575c1b1eda51250135120fe4a82e Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Mar 8 20:11:39 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Mar 11 14:15:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c7af49 app-vim/slimv: use HTTPS, sync HOMEPAGE. app-vim/slimv/slimv-0.9.12-r1.ebuild | 4 ++-- app-vim/slimv/slimv-0.9.13_p20170910.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-vim/slimv/slimv-0.9.12-r1.ebuild b/app-vim/slimv/slimv-0.9.12-r1.ebuild index 5fe714d6934..1d601bfbaee 100644 --- a/app-vim/slimv/slimv-0.9.12-r1.ebuild +++ b/app-vim/slimv/slimv-0.9.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 vim-plugin vcs-snapshot DESCRIPTION="vim plugin: aid Lisp development by providing a SLIME-like Lisp and Clojure REPL" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2531" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2531 https://github.com/kovisoft/slimv" SRC_URI="https://bitbucket.org/kovisoft/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2" LICENSE="public-domain" KEYWORDS="amd64 x86" diff --git a/app-vim/slimv/slimv-0.9.13_p20170910.ebuild b/app-vim/slimv/slimv-0.9.13_p20170910.ebuild index 78e20a7742e..9f4e50a10ec 100644 --- a/app-vim/slimv/slimv-0.9.13_p20170910.ebuild +++ b/app-vim/slimv/slimv-0.9.13_p20170910.ebuild @@ -10,7 +10,7 @@ inherit python-single-r1 vim-plugin vcs-snapshot COMMIT="acf9b30be71c54db4f4875d257b905941ca69ed8" DESCRIPTION="vim plugin: aid Lisp development by providing a SLIME-like Lisp and Clojure REPL" -HOMEPAGE="https://github.com/kovisoft/slimv" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2531 https://github.com/kovisoft/slimv" SRC_URI="https://github.com/kovisoft/slimv/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="public-domain" KEYWORDS="~amd64 ~x86"