diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-06-30 00:03:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-06-30 00:22:12 +0200 |
commit | 23e1b5b98064b07772b51ff11f00b30742d23154 (patch) | |
tree | 23acce5a283abdaa39203b8729a9fec293539032 /x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild | |
parent | x11-libs/libtinynotify-systemwide: Modernize to EAPI=6 (diff) | |
download | gentoo-23e1b5b98064b07772b51ff11f00b30742d23154.tar.gz gentoo-23e1b5b98064b07772b51ff11f00b30742d23154.tar.bz2 gentoo-23e1b5b98064b07772b51ff11f00b30742d23154.zip |
x11-libs/libtinynotify-cli: Moved back to GitHub
Diffstat (limited to 'x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild')
-rw-r--r-- | x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild b/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild index 807fe69ee21a..d8bd6197d4b3 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" |