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 5610E1384AE for ; Sat, 19 Sep 2015 17:38:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40AB7E08B2; Sat, 19 Sep 2015 17:38:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C72F9E08B2 for ; Sat, 19 Sep 2015 17:38:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83CCD340E62 for ; Sat, 19 Sep 2015 17:37:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DB02201 for ; Sat, 19 Sep 2015 17:37:57 +0000 (UTC) From: "Christoph Mende" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Mende" Message-ID: <1442684286.2f13a9ef95a6968cfd69d17e9935c789c7aa60a8.angelos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gimmix/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/gimmix/gimmix-0.5.7.1.ebuild media-sound/gimmix/gimmix-0.5.7.2.ebuild X-VCS-Directories: media-sound/gimmix/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: 2f13a9ef95a6968cfd69d17e9935c789c7aa60a8 X-VCS-Branch: master Date: Sat, 19 Sep 2015 17:37:57 +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: 84218e99-9e05-46fb-9afd-655a21f64d3c X-Archives-Hash: 52b27c1a00f9cd615cc2558654aa3a01 commit: 2f13a9ef95a6968cfd69d17e9935c789c7aa60a8 Author: Christoph Mende gentoo org> AuthorDate: Sat Sep 19 17:38:06 2015 +0000 Commit: Christoph Mende gentoo org> CommitDate: Sat Sep 19 17:38:06 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f13a9ef media-sound/gimmix: change homepage to launchpad Package-Manager: portage-2.2.20.1 media-sound/gimmix/gimmix-0.5.7.1.ebuild | 2 +- media-sound/gimmix/gimmix-0.5.7.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/gimmix/gimmix-0.5.7.1.ebuild b/media-sound/gimmix/gimmix-0.5.7.1.ebuild index ec9f234..20ef5e7 100644 --- a/media-sound/gimmix/gimmix-0.5.7.1.ebuild +++ b/media-sound/gimmix/gimmix-0.5.7.1.ebuild @@ -6,7 +6,7 @@ EAPI=4 inherit eutils DESCRIPTION="a graphical music player daemon (MPD) client using GTK+2" -HOMEPAGE="https://code.google.com/p/gimmix/" +HOMEPAGE="https://launchpad.net/gimmix" SRC_URI="mirror://gentoo/${PN}/${P}.tar.bz2" LICENSE="GPL-2" diff --git a/media-sound/gimmix/gimmix-0.5.7.2.ebuild b/media-sound/gimmix/gimmix-0.5.7.2.ebuild index fd403f9..c2fde0e 100644 --- a/media-sound/gimmix/gimmix-0.5.7.2.ebuild +++ b/media-sound/gimmix/gimmix-0.5.7.2.ebuild @@ -6,7 +6,7 @@ EAPI=4 inherit autotools eutils DESCRIPTION="a graphical music player daemon (MPD) client using GTK+2" -HOMEPAGE="https://code.google.com/p/gimmix/" +HOMEPAGE="https://launchpad.net/gimmix" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2"