From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 88E6759CA3 for ; Thu, 17 Mar 2016 11:03:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D238E07D6; Thu, 17 Mar 2016 11:03:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A608DE07D6 for ; Thu, 17 Mar 2016 11:03:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B659340DA8 for ; Thu, 17 Mar 2016 11:03:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA63A850 for ; Thu, 17 Mar 2016 11:03:23 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1458212833.77ca99aeaf5b3feff7242cbc01e5ea23f6a1a3b0.nimiux@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/stumpwm/stumpwm-0.9.9.ebuild x11-wm/stumpwm/stumpwm-9999.ebuild X-VCS-Directories: x11-wm/stumpwm/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 77ca99aeaf5b3feff7242cbc01e5ea23f6a1a3b0 X-VCS-Branch: master Date: Thu, 17 Mar 2016 11:03:23 +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: d71b8c22-00c1-4df3-956b-11880fa0dda9 X-Archives-Hash: 8532da6d84c5d5d2b2467f9a54dad20a commit: 77ca99aeaf5b3feff7242cbc01e5ea23f6a1a3b0 Author: José María Alonso Josa gentoo org> AuthorDate: Thu Mar 17 11:06:10 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Thu Mar 17 11:07:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ca99ae x11-wm/stumpwm: Update homepage Package-Manager: portage-2.2.26 x11-wm/stumpwm/stumpwm-0.9.9.ebuild | 2 +- x11-wm/stumpwm/stumpwm-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/stumpwm/stumpwm-0.9.9.ebuild b/x11-wm/stumpwm/stumpwm-0.9.9.ebuild index 8fade26..ef3ef84 100644 --- a/x11-wm/stumpwm/stumpwm-0.9.9.ebuild +++ b/x11-wm/stumpwm/stumpwm-0.9.9.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit common-lisp-3 eutils elisp-common autotools DESCRIPTION="Stumpwm is a Window Manager written entirely in Common Lisp." -HOMEPAGE="http://www.nongnu.org/stumpwm/" +HOMEPAGE="https://stumpwm.github.io/" SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" diff --git a/x11-wm/stumpwm/stumpwm-9999.ebuild b/x11-wm/stumpwm/stumpwm-9999.ebuild index cec821a..a76acd4 100644 --- a/x11-wm/stumpwm/stumpwm-9999.ebuild +++ b/x11-wm/stumpwm/stumpwm-9999.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit autotools common-lisp-3 git-2 DESCRIPTION="Stumpwm is a Window Manager written entirely in Common Lisp." -HOMEPAGE="http://www.nongnu.org/stumpwm/index.html" +HOMEPAGE="https://stumpwm.github.io/" EGIT_REPO_URI="git://github.com/stumpwm/stumpwm" LICENSE="GPL-2"