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 CC347139694 for ; Thu, 29 Jun 2017 22:22:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4102E0C31; Thu, 29 Jun 2017 22:22:26 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97A43E0C31 for ; Thu, 29 Jun 2017 22:22:26 +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 1B059341883 for ; Thu, 29 Jun 2017 22:22:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EFFD74A9 for ; Thu, 29 Jun 2017 22:22:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1498774927.c0eb2fec6e8b28c109f5247d134d604eb25bc6d8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libtinynotify-systemwide/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1.ebuild x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild x11-libs/libtinynotify-systemwide/metadata.xml X-VCS-Directories: x11-libs/libtinynotify-systemwide/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c0eb2fec6e8b28c109f5247d134d604eb25bc6d8 X-VCS-Branch: master Date: Thu, 29 Jun 2017 22:22:21 +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: 1b1bb106-3bcb-41eb-b054-d311e0fbf1fc X-Archives-Hash: ed05c9670bc809a9a7b7fcbe4a04e9cf commit: c0eb2fec6e8b28c109f5247d134d604eb25bc6d8 Author: Michał Górny gentoo org> AuthorDate: Thu Jun 29 21:55:07 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 29 22:22:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0eb2fec x11-libs/libtinynotify-systemwide: Moved back to GitHub .../libtinynotify-systemwide/libtinynotify-systemwide-0.1.ebuild | 6 +++--- .../libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild | 8 ++++---- x11-libs/libtinynotify-systemwide/metadata.xml | 3 +-- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1.ebuild b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1.ebuild index c5a3cf169c9..5120a429ccd 100644 --- a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1.ebuild +++ b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -6,8 +6,8 @@ EAPI=4 inherit autotools-utils DESCRIPTION="A system-wide notifications module for libtinynotify" -HOMEPAGE="https://bitbucket.org/mgorny/libtinynotify-systemwide/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/libtinynotify-systemwide/" +SRC_URI="https://github.com/mgorny/libtinynotify-systemwide/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild index b392e7a6214..8823fe38587 100644 --- a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild +++ b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 #if LIVE AUTOTOOLS_AUTORECONF=yes -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" +EGIT_REPO_URI="https://github.com/mgorny/${PN}.git" inherit git-r3 #endif @@ -13,8 +13,8 @@ inherit git-r3 inherit autotools-utils DESCRIPTION="A system-wide notifications module for libtinynotify" -HOMEPAGE="https://bitbucket.org/mgorny/libtinynotify-systemwide/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/libtinynotify-systemwide/" +SRC_URI="https://github.com/mgorny/libtinynotify-systemwide/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/x11-libs/libtinynotify-systemwide/metadata.xml b/x11-libs/libtinynotify-systemwide/metadata.xml index e9746bcfb3a..b393cf15509 100644 --- a/x11-libs/libtinynotify-systemwide/metadata.xml +++ b/x11-libs/libtinynotify-systemwide/metadata.xml @@ -10,8 +10,7 @@ mgorny@gentoo.org Michał Górny - https://bitbucket.org/mgorny/libtinynotify-systemwide/issues/ - mgorny/libtinynotify-systemwide + https://github.com/mgorny/libtinynotify-systemwide/issues/ mgorny/libtinynotify-systemwide