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