commit: 98ee9e91ccd55ef8507d69186f99b24e9fcd9e0c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 22:12:50 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 22:22:14 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ee9e91
x11-misc/sw-notify-send: Moved back to GitHub
x11-misc/sw-notify-send/metadata.xml | 3 +--
x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild | 8 +++-----
x11-misc/sw-notify-send/sw-notify-send-9999.ebuild | 12 +++++-------
3 files changed, 9 insertions(+), 14 deletions(-)
diff --git a/x11-misc/sw-notify-send/metadata.xml
b/x11-misc/sw-notify-send/metadata.xml
index 4bf622b0ab1..59cabc032eb 100644
--- a/x11-misc/sw-notify-send/metadata.xml
+++ b/x11-misc/sw-notify-send/metadata.xml
@@ -10,8 +10,7 @@
<email>[email protected]</email>
<name>Michał Górny</name>
</maintainer>
-
<bugs-to>https://bitbucket.org/mgorny/tinynotify-send/issues/</bugs-to>
- <remote-id type="bitbucket">mgorny/tinynotify-send</remote-id>
+
<bugs-to>https://github.com/mgorny/tinynotify-send/issues/</bugs-to>
<remote-id type="github">mgorny/tinynotify-send</remote-id>
</upstream>
</pkgmetadata>
diff --git a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
index 2440ec5a05e..1f96cdc570a 100644
--- a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
+++ b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
@@ -1,16 +1,14 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
inherit autotools-utils
-MY_PN=tinynotify-send
-MY_P=${MY_PN}-${PV}
-
+MY_P=tinynotify-send-${PV}
DESCRIPTION="A system-wide variant of tinynotify-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-misc/sw-notify-send/sw-notify-send-9999.ebuild
b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
index 9361ecdd072..f849a3a13dd 100644
--- a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
+++ b/x11-misc/sw-notify-send/sw-notify-send-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="A system-wide variant of tinynotify-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"