diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-06-30 00:12:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-06-30 00:22:14 +0200 |
commit | 98ee9e91ccd55ef8507d69186f99b24e9fcd9e0c (patch) | |
tree | 75632dabb320e65f9953acc3bd2cd83c5c958dfa /x11-misc/sw-notify-send/sw-notify-send-9999.ebuild | |
parent | x11-misc/tinynotify-send: Modernize to EAPI=6 (diff) | |
download | gentoo-98ee9e91ccd55ef8507d69186f99b24e9fcd9e0c.tar.gz gentoo-98ee9e91ccd55ef8507d69186f99b24e9fcd9e0c.tar.bz2 gentoo-98ee9e91ccd55ef8507d69186f99b24e9fcd9e0c.zip |
x11-misc/sw-notify-send: Moved back to GitHub
Diffstat (limited to 'x11-misc/sw-notify-send/sw-notify-send-9999.ebuild')
-rw-r--r-- | x11-misc/sw-notify-send/sw-notify-send-9999.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
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" |