From 98ee9e91ccd55ef8507d69186f99b24e9fcd9e0c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 30 Jun 2017 00:12:50 +0200 Subject: 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 4bf622b0ab1a..59cabc032eb7 100644 --- a/x11-misc/sw-notify-send/metadata.xml +++ b/x11-misc/sw-notify-send/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 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 2440ec5a05ea..1f96cdc570aa 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 9361ecdd0724..f849a3a13dd9 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" -- cgit v1.2.3-65-gdbad