diff options
-rw-r--r-- | x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/libtinynotify/libtinynotify-9999.ebuild | 8 | ||||
-rw-r--r-- | x11-libs/libtinynotify/metadata.xml | 3 |
3 files changed, 7 insertions, 8 deletions
diff --git a/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild b/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild index af3573c73968..e6530951b7dd 100644 --- a/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild +++ b/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -7,7 +7,7 @@ inherit autotools-utils DESCRIPTION="A lightweight implementation of Desktop Notification Spec" HOMEPAGE="https://github.com/mgorny/libtinynotify/" -SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2" +SRC_URI="https://github.com/mgorny/libtinynotify/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/x11-libs/libtinynotify/libtinynotify-9999.ebuild b/x11-libs/libtinynotify/libtinynotify-9999.ebuild index 55a6d35a511d..6d11440f4c25 100644 --- a/x11-libs/libtinynotify/libtinynotify-9999.ebuild +++ b/x11-libs/libtinynotify/libtinynotify-9999.ebuild @@ -1,11 +1,11 @@ -# 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/${PN}.git" +EGIT_REPO_URI="https://github.com/mgorny/${PN}.git" inherit git-r3 #endif @@ -13,8 +13,8 @@ inherit git-r3 inherit autotools-utils DESCRIPTION="A lightweight implementation of Desktop Notification Spec" -HOMEPAGE="https://bitbucket.org/mgorny/libtinynotify/" -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" +HOMEPAGE="https://github.com/mgorny/libtinynotify/" +SRC_URI="https://github.com/mgorny/libtinynotify/releases/download/${P}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/x11-libs/libtinynotify/metadata.xml b/x11-libs/libtinynotify/metadata.xml index 4dad170f46a3..099105f604d9 100644 --- a/x11-libs/libtinynotify/metadata.xml +++ b/x11-libs/libtinynotify/metadata.xml @@ -10,8 +10,7 @@ <email>mgorny@gentoo.org</email> <name>Michał Górny</name> </maintainer> - <bugs-to>https://bitbucket.org/mgorny/libtinynotify/issues/</bugs-to> - <remote-id type="bitbucket">mgorny/libtinynotify</remote-id> + <bugs-to>https://github.com/mgorny/libtinynotify/issues/</bugs-to> <remote-id type="github">mgorny/libtinynotify</remote-id> </upstream> </pkgmetadata> |