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 04181139695 for ; Sun, 23 Jul 2017 13:52:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31CDDE0ED3; Sun, 23 Jul 2017 13:52:55 +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 0C5FCE0ED3 for ; Sun, 23 Jul 2017 13:52:54 +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 139C0341879 for ; Sun, 23 Jul 2017 13:52:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB7E174A5 for ; Sun, 23 Jul 2017 13:52:52 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1500817954.3de9f57b6ed965fedf9b1524fb6ff75460b40768.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libgxim/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libgxim/libgxim-0.5.0.ebuild X-VCS-Directories: x11-libs/libgxim/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 3de9f57b6ed965fedf9b1524fb6ff75460b40768 X-VCS-Branch: master Date: Sun, 23 Jul 2017 13:52:52 +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: 8a3de512-6de2-4683-b2cc-c413959950aa X-Archives-Hash: 77d34150baa4d5e2d643fef6da67936c commit: 3de9f57b6ed965fedf9b1524fb6ff75460b40768 Author: Akinori Hattori gentoo org> AuthorDate: Sun Jul 23 13:40:22 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sun Jul 23 13:52:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de9f57b x11-libs/libgxim: update HOMEPAGE Package-Manager: Portage-2.3.6, Repoman-2.3.1 x11-libs/libgxim/libgxim-0.5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/libgxim/libgxim-0.5.0.ebuild b/x11-libs/libgxim/libgxim-0.5.0.ebuild index d0717c5e96a..730caa80914 100644 --- a/x11-libs/libgxim/libgxim-0.5.0.ebuild +++ b/x11-libs/libgxim/libgxim-0.5.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=3 DESCRIPTION="GObject-based XIM protocol library" -HOMEPAGE="https://tagoh.bitbucket.org/libgxim/" +HOMEPAGE="https://tagoh.bitbucket.io/libgxim" SRC_URI="https://bitbucket.org/tagoh/libgxim/downloads/${P}.tar.bz2" LICENSE="LGPL-2.1"