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-cli/
Date: Thu, 29 Jun 2017 22:22:31
Message-Id: 1498774932.23e1b5b98064b07772b51ff11f00b30742d23154.mgorny@gentoo
1 commit: 23e1b5b98064b07772b51ff11f00b30742d23154
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 29 22:03:00 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 29 22:22:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23e1b5b9
7
8 x11-libs/libtinynotify-cli: Moved back to GitHub
9
10 x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild | 6 ++----
11 x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild | 12 +++++-------
12 x11-libs/libtinynotify-cli/metadata.xml | 3 +--
13 3 files changed, 8 insertions(+), 13 deletions(-)
14
15 diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild
16 index c6398e8a28c..589149d0761 100644
17 --- a/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild
18 +++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild
19 @@ -5,12 +5,10 @@ EAPI=4
20
21 inherit autotools-utils
22
23 -MY_PN=tinynotify-send
24 -MY_P=${MY_PN}-${PV}
25 -
26 +MY_P=tinynotify-send-${PV}
27 DESCRIPTION="Common CLI routines for tinynotify-send & sw-notify-send"
28 HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
29 -SRC_URI="mirror://github/mgorny/${MY_PN}/${MY_P}.tar.bz2"
30 +SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2"
31
32 LICENSE="BSD"
33 SLOT="0"
34
35 diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild b/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild
36 index 807fe69ee21..d8bd6197d4b 100644
37 --- a/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild
38 +++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild
39 @@ -1,23 +1,21 @@
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/tinynotify-send.git"
49 +EGIT_REPO_URI="https://github.com/mgorny/tinynotify-send.git"
50
51 inherit git-r3
52 #endif
53
54 inherit autotools-utils
55
56 -MY_PN=tinynotify-send
57 -MY_P=${MY_PN}-${PV}
58 -
59 +MY_P=tinynotify-send-${PV}
60 DESCRIPTION="Common CLI routines for tinynotify-send & sw-notify-send"
61 -HOMEPAGE="https://bitbucket.org/mgorny/tinynotify-send/"
62 -SRC_URI="https://www.bitbucket.org/mgorny/${MY_PN}/downloads/${MY_P}.tar.bz2"
63 +HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
64 +SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2"
65
66 LICENSE="BSD"
67 SLOT="0"
68
69 diff --git a/x11-libs/libtinynotify-cli/metadata.xml b/x11-libs/libtinynotify-cli/metadata.xml
70 index 4bf622b0ab1..59cabc032eb 100644
71 --- a/x11-libs/libtinynotify-cli/metadata.xml
72 +++ b/x11-libs/libtinynotify-cli/metadata.xml
73 @@ -10,8 +10,7 @@
74 <email>mgorny@g.o</email>
75 <name>Michał Górny</name>
76 </maintainer>
77 - <bugs-to>https://bitbucket.org/mgorny/tinynotify-send/issues/</bugs-to>
78 - <remote-id type="bitbucket">mgorny/tinynotify-send</remote-id>
79 + <bugs-to>https://github.com/mgorny/tinynotify-send/issues/</bugs-to>
80 <remote-id type="github">mgorny/tinynotify-send</remote-id>
81 </upstream>
82 </pkgmetadata>