summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-06-30 00:03:00 +0200
committerMichał Górny <mgorny@gentoo.org>2017-06-30 00:22:12 +0200
commit23e1b5b98064b07772b51ff11f00b30742d23154 (patch)
tree23acce5a283abdaa39203b8729a9fec293539032
parentx11-libs/libtinynotify-systemwide: Modernize to EAPI=6 (diff)
downloadgentoo-23e1b5b98064b07772b51ff11f00b30742d23154.tar.gz
gentoo-23e1b5b98064b07772b51ff11f00b30742d23154.tar.bz2
gentoo-23e1b5b98064b07772b51ff11f00b30742d23154.zip
x11-libs/libtinynotify-cli: Moved back to GitHub
-rw-r--r--x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild6
-rw-r--r--x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild12
-rw-r--r--x11-libs/libtinynotify-cli/metadata.xml3
3 files changed, 8 insertions, 13 deletions
diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild
index c6398e8a28c5..589149d0761e 100644
--- a/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild
+++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-1.2.1.ebuild
@@ -5,12 +5,10 @@ EAPI=4
inherit autotools-utils
-MY_PN=tinynotify-send
-MY_P=${MY_PN}-${PV}
-
+MY_P=tinynotify-send-${PV}
DESCRIPTION="Common CLI routines for tinynotify-send & sw-notify-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-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild b/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild
index 807fe69ee21a..d8bd6197d4b3 100644
--- a/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild
+++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-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="Common CLI routines for tinynotify-send & sw-notify-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"
diff --git a/x11-libs/libtinynotify-cli/metadata.xml b/x11-libs/libtinynotify-cli/metadata.xml
index 4bf622b0ab1a..59cabc032eb7 100644
--- a/x11-libs/libtinynotify-cli/metadata.xml
+++ b/x11-libs/libtinynotify-cli/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>