summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-06-30 00:12:50 +0200
committerMichał Górny <mgorny@gentoo.org>2017-06-30 00:22:14 +0200
commit98ee9e91ccd55ef8507d69186f99b24e9fcd9e0c (patch)
tree75632dabb320e65f9953acc3bd2cd83c5c958dfa
parentx11-misc/tinynotify-send: Modernize to EAPI=6 (diff)
downloadgentoo-98ee9e91.tar.gz
gentoo-98ee9e91.tar.bz2
gentoo-98ee9e91.zip
x11-misc/sw-notify-send: Moved back to GitHub
-rw-r--r--x11-misc/sw-notify-send/metadata.xml3
-rw-r--r--x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild8
-rw-r--r--x11-misc/sw-notify-send/sw-notify-send-9999.ebuild12
3 files changed, 9 insertions, 14 deletions
diff --git a/x11-misc/sw-notify-send/metadata.xml b/x11-misc/sw-notify-send/metadata.xml
index 4bf622b0ab1a..59cabc032eb7 100644
--- a/x11-misc/sw-notify-send/metadata.xml
+++ b/x11-misc/sw-notify-send/metadata.xml
@@ -10,8 +10,7 @@
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
- <bugs-to>https://bitbucket.org/mgorny/tinynotify-send/issues/</bugs-to>
- <remote-id type="bitbucket">mgorny/tinynotify-send</remote-id>
+ <bugs-to>https://github.com/mgorny/tinynotify-send/issues/</bugs-to>
<remote-id type="github">mgorny/tinynotify-send</remote-id>
</upstream>
</pkgmetadata>
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
index 2440ec5a05ea..1f96cdc570aa 100644
--- 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
@@ -1,16 +1,14 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
inherit autotools-utils
-MY_PN=tinynotify-send
-MY_P=${MY_PN}-${PV}
-
+MY_P=tinynotify-send-${PV}
DESCRIPTION="A system-wide variant of tinynotify-send"
HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
-SRC_URI="mirror://github/mgorny/${MY_PN}/${MY_P}.tar.bz2"
+SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
diff --git a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
index 9361ecdd0724..f849a3a13dd9 100644
--- a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
+++ b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
@@ -1,23 +1,21 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
#if LIVE
AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/tinynotify-send.git"
+EGIT_REPO_URI="https://github.com/mgorny/tinynotify-send.git"
inherit git-r3
#endif
inherit autotools-utils
-MY_PN=tinynotify-send
-MY_P=${MY_PN}-${PV}
-
+MY_P=tinynotify-send-${PV}
DESCRIPTION="A system-wide variant of tinynotify-send"
-HOMEPAGE="https://bitbucket.org/mgorny/tinynotify-send/"
-SRC_URI="https://www.bitbucket.org/mgorny/${MY_PN}/downloads/${MY_P}.tar.bz2"
+HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
+SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2"
LICENSE="BSD"
SLOT="0"