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 430FE139694 for ; Thu, 29 Jun 2017 22:22:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13381E0C14; Thu, 29 Jun 2017 22:22:26 +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 D14BEE0C09 for ; Thu, 29 Jun 2017 22:22:25 +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 EDC7234187A for ; Thu, 29 Jun 2017 22:22:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5710574AB 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: <1498774932.23e1b5b98064b07772b51ff11f00b30742d23154.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libtinynotify-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild x11-libs/libtinynotify-cli/metadata.xml X-VCS-Directories: x11-libs/libtinynotify-cli/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 23e1b5b98064b07772b51ff11f00b30742d23154 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: 7fc2c51c-a7be-444b-8001-3ae5931da197 X-Archives-Hash: bfd733b0a38a4f67e20a38c9fe1fe034 commit: 23e1b5b98064b07772b51ff11f00b30742d23154 Author: Michał Górny gentoo org> AuthorDate: Thu Jun 29 22:03:00 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 29 22:22:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23e1b5b9 x11-libs/libtinynotify-cli: Moved back to GitHub x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild | 6 ++---- x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild | 12 +++++------- x11-libs/libtinynotify-cli/metadata.xml | 3 +-- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild index c6398e8a28c..589149d0761 100644 --- a/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild +++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild @@ -5,12 +5,10 @@ EAPI=4 inherit autotools-utils -MY_PN=tinynotify-send -MY_P=${MY_PN}-${PV} - +MY_P=tinynotify-send-${PV} DESCRIPTION="Common CLI routines for tinynotify-send & sw-notify-send" HOMEPAGE="https://github.com/mgorny/tinynotify-send/" -SRC_URI="mirror://github/mgorny/${MY_PN}/${MY_P}.tar.bz2" +SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild b/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild index 807fe69ee21..d8bd6197d4b 100644 --- a/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild +++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild @@ -1,23 +1,21 @@ -# 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/tinynotify-send.git" +EGIT_REPO_URI="https://github.com/mgorny/tinynotify-send.git" inherit git-r3 #endif inherit autotools-utils -MY_PN=tinynotify-send -MY_P=${MY_PN}-${PV} - +MY_P=tinynotify-send-${PV} DESCRIPTION="Common CLI routines for tinynotify-send & sw-notify-send" -HOMEPAGE="https://bitbucket.org/mgorny/tinynotify-send/" -SRC_URI="https://www.bitbucket.org/mgorny/${MY_PN}/downloads/${MY_P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/tinynotify-send/" +SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/x11-libs/libtinynotify-cli/metadata.xml b/x11-libs/libtinynotify-cli/metadata.xml index 4bf622b0ab1..59cabc032eb 100644 --- a/x11-libs/libtinynotify-cli/metadata.xml +++ b/x11-libs/libtinynotify-cli/metadata.xml @@ -10,8 +10,7 @@ mgorny@gentoo.org Michał Górny - https://bitbucket.org/mgorny/tinynotify-send/issues/ - mgorny/tinynotify-send + https://github.com/mgorny/tinynotify-send/issues/ mgorny/tinynotify-send