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-systemwide/
Date: Thu, 29 Jun 2017 22:22:33
Message-Id: 1498774927.c0eb2fec6e8b28c109f5247d134d604eb25bc6d8.mgorny@gentoo
1 commit: c0eb2fec6e8b28c109f5247d134d604eb25bc6d8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 29 21:55:07 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 29 22:22:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0eb2fec
7
8 x11-libs/libtinynotify-systemwide: Moved back to GitHub
9
10 .../libtinynotify-systemwide/libtinynotify-systemwide-0.1.ebuild | 6 +++---
11 .../libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild | 8 ++++----
12 x11-libs/libtinynotify-systemwide/metadata.xml | 3 +--
13 3 files changed, 8 insertions(+), 9 deletions(-)
14
15 diff --git a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1.ebuild b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1.ebuild
16 index c5a3cf169c9..5120a429ccd 100644
17 --- a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1.ebuild
18 +++ b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-0.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 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 @@ -6,8 +6,8 @@ EAPI=4
26 inherit autotools-utils
27
28 DESCRIPTION="A system-wide notifications module for libtinynotify"
29 -HOMEPAGE="https://bitbucket.org/mgorny/libtinynotify-systemwide/"
30 -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
31 +HOMEPAGE="https://github.com/mgorny/libtinynotify-systemwide/"
32 +SRC_URI="https://github.com/mgorny/libtinynotify-systemwide/releases/download/${P}/${P}.tar.bz2"
33
34 LICENSE="BSD"
35 SLOT="0"
36
37 diff --git a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild
38 index b392e7a6214..8823fe38587 100644
39 --- a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild
40 +++ b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild
41 @@ -1,11 +1,11 @@
42 -# Copyright 1999-2014 Gentoo Foundation
43 +# Copyright 1999-2017 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=5
47
48 #if LIVE
49 AUTOTOOLS_AUTORECONF=yes
50 -EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
51 +EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
52
53 inherit git-r3
54 #endif
55 @@ -13,8 +13,8 @@ inherit git-r3
56 inherit autotools-utils
57
58 DESCRIPTION="A system-wide notifications module for libtinynotify"
59 -HOMEPAGE="https://bitbucket.org/mgorny/libtinynotify-systemwide/"
60 -SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
61 +HOMEPAGE="https://github.com/mgorny/libtinynotify-systemwide/"
62 +SRC_URI="https://github.com/mgorny/libtinynotify-systemwide/releases/download/${P}/${P}.tar.bz2"
63
64 LICENSE="BSD"
65 SLOT="0"
66
67 diff --git a/x11-libs/libtinynotify-systemwide/metadata.xml b/x11-libs/libtinynotify-systemwide/metadata.xml
68 index e9746bcfb3a..b393cf15509 100644
69 --- a/x11-libs/libtinynotify-systemwide/metadata.xml
70 +++ b/x11-libs/libtinynotify-systemwide/metadata.xml
71 @@ -10,8 +10,7 @@
72 <email>mgorny@g.o</email>
73 <name>Michał Górny</name>
74 </maintainer>
75 - <bugs-to>https://bitbucket.org/mgorny/libtinynotify-systemwide/issues/</bugs-to>
76 - <remote-id type="bitbucket">mgorny/libtinynotify-systemwide</remote-id>
77 + <bugs-to>https://github.com/mgorny/libtinynotify-systemwide/issues/</bugs-to>
78 <remote-id type="github">mgorny/libtinynotify-systemwide</remote-id>
79 </upstream>
80 </pkgmetadata>