Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libtinynotify/
Date: Thu, 29 Jun 2017 22:22:29
Message-Id: 1498774925.324a5842427702461ef9748602b3afa8482a02ef.mgorny@gentoo
1 commit: 324a5842427702461ef9748602b3afa8482a02ef
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 29 21:45:33 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 29 22:22:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=324a5842
7
8 x11-libs/libtinynotify: Moved back to GitHub
9
10 x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild | 4 ++--
11 x11-libs/libtinynotify/libtinynotify-9999.ebuild | 8 ++++----
12 x11-libs/libtinynotify/metadata.xml | 3 +--
13 3 files changed, 7 insertions(+), 8 deletions(-)
14
15 diff --git a/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild b/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild
16 index af3573c7396..e6530951b7d 100644
17 --- a/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild
18 +++ b/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2012 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=4
25 @@ -7,7 +7,7 @@ inherit autotools-utils
26
27 DESCRIPTION="A lightweight implementation of Desktop Notification Spec"
28 HOMEPAGE="https://github.com/mgorny/libtinynotify/"
29 -SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
30 +SRC_URI="https://github.com/mgorny/libtinynotify/releases/download/${P}/${P}.tar.bz2"
31
32 LICENSE="BSD"
33 SLOT="0"
34
35 diff --git a/x11-libs/libtinynotify/libtinynotify-9999.ebuild b/x11-libs/libtinynotify/libtinynotify-9999.ebuild
36 index 55a6d35a511..6d11440f4c2 100644
37 --- a/x11-libs/libtinynotify/libtinynotify-9999.ebuild
38 +++ b/x11-libs/libtinynotify/libtinynotify-9999.ebuild
39 @@ -1,11 +1,11 @@
40 -# Copyright 1999-2014 Gentoo Foundation
41 +# Copyright 1999-2017 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=5
45
46 #if LIVE
47 AUTOTOOLS_AUTORECONF=yes
48 -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
49 +EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
50
51 inherit git-r3
52 #endif
53 @@ -13,8 +13,8 @@ inherit git-r3
54 inherit autotools-utils
55
56 DESCRIPTION="A lightweight implementation of Desktop Notification Spec"
57 -HOMEPAGE="https://bitbucket.org/mgorny/libtinynotify/"
58 -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
59 +HOMEPAGE="https://github.com/mgorny/libtinynotify/"
60 +SRC_URI="https://github.com/mgorny/libtinynotify/releases/download/${P}/${P}.tar.bz2"
61
62 LICENSE="BSD"
63 SLOT="0"
64
65 diff --git a/x11-libs/libtinynotify/metadata.xml b/x11-libs/libtinynotify/metadata.xml
66 index 4dad170f46a..099105f604d 100644
67 --- a/x11-libs/libtinynotify/metadata.xml
68 +++ b/x11-libs/libtinynotify/metadata.xml
69 @@ -10,8 +10,7 @@
70 <email>mgorny@g.o</email>
71 <name>Michał Górny</name>
72 </maintainer>
73 - <bugs-to>https://bitbucket.org/mgorny/libtinynotify/issues/</bugs-to>
74 - <remote-id type="bitbucket">mgorny/libtinynotify</remote-id>
75 + <bugs-to>https://github.com/mgorny/libtinynotify/issues/</bugs-to>
76 <remote-id type="github">mgorny/libtinynotify</remote-id>
77 </upstream>
78 </pkgmetadata>