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/sw-notify-send/
Date: Thu, 29 Jun 2017 22:22:33
Message-Id: 1498774934.98ee9e91ccd55ef8507d69186f99b24e9fcd9e0c.mgorny@gentoo
1 commit: 98ee9e91ccd55ef8507d69186f99b24e9fcd9e0c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 29 22:12:50 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 29 22:22:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ee9e91
7
8 x11-misc/sw-notify-send: Moved back to GitHub
9
10 x11-misc/sw-notify-send/metadata.xml | 3 +--
11 x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild | 8 +++-----
12 x11-misc/sw-notify-send/sw-notify-send-9999.ebuild | 12 +++++-------
13 3 files changed, 9 insertions(+), 14 deletions(-)
14
15 diff --git a/x11-misc/sw-notify-send/metadata.xml b/x11-misc/sw-notify-send/metadata.xml
16 index 4bf622b0ab1..59cabc032eb 100644
17 --- a/x11-misc/sw-notify-send/metadata.xml
18 +++ b/x11-misc/sw-notify-send/metadata.xml
19 @@ -10,8 +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/sw-notify-send/sw-notify-send-1.2.1.ebuild b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
31 index 2440ec5a05e..1f96cdc570a 100644
32 --- a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
33 +++ b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
34 @@ -1,16 +1,14 @@
35 -# Copyright 1999-2012 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
41 inherit autotools-utils
42
43 -MY_PN=tinynotify-send
44 -MY_P=${MY_PN}-${PV}
45 -
46 +MY_P=tinynotify-send-${PV}
47 DESCRIPTION="A system-wide variant of tinynotify-send"
48 HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
49 -SRC_URI="mirror://github/mgorny/${MY_PN}/${MY_P}.tar.bz2"
50 +SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2"
51
52 LICENSE="BSD"
53 SLOT="0"
54
55 diff --git a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
56 index 9361ecdd072..f849a3a13dd 100644
57 --- a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
58 +++ b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
59 @@ -1,23 +1,21 @@
60 -# Copyright 1999-2014 Gentoo Foundation
61 +# Copyright 1999-2017 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63
64 EAPI=5
65
66 #if LIVE
67 AUTOTOOLS_AUTORECONF=yes
68 -EGIT_REPO_URI="https://bitbucket.org/mgorny/tinynotify-send.git"
69 +EGIT_REPO_URI="https://github.com/mgorny/tinynotify-send.git"
70
71 inherit git-r3
72 #endif
73
74 inherit autotools-utils
75
76 -MY_PN=tinynotify-send
77 -MY_P=${MY_PN}-${PV}
78 -
79 +MY_P=tinynotify-send-${PV}
80 DESCRIPTION="A system-wide variant of tinynotify-send"
81 -HOMEPAGE="https://bitbucket.org/mgorny/tinynotify-send/"
82 -SRC_URI="https://www.bitbucket.org/mgorny/${MY_PN}/downloads/${MY_P}.tar.bz2"
83 +HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
84 +SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2"
85
86 LICENSE="BSD"
87 SLOT="0"