diff options
author | 2017-07-30 03:03:36 +1000 | |
---|---|---|
committer | 2017-07-30 11:44:38 +0200 | |
commit | cebb59126fa286c348b8e31768f6c123f2b4dfe3 (patch) | |
tree | 8329b42a021eff63a6757f9c4c81d95b80fa6bc7 /media-sound/pianobar | |
parent | media-sound/marrie: use HTTPS for GitHub (diff) | |
download | gentoo-cebb59126fa286c348b8e31768f6c123f2b4dfe3.tar.gz gentoo-cebb59126fa286c348b8e31768f6c123f2b4dfe3.tar.bz2 gentoo-cebb59126fa286c348b8e31768f6c123f2b4dfe3.zip |
media-sound/pianobar: use HTTPS for GitHub, update HOMEPAGE and SRC_URI
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'media-sound/pianobar')
-rw-r--r-- | media-sound/pianobar/pianobar-2016.06.02.ebuild | 8 | ||||
-rw-r--r-- | media-sound/pianobar/pianobar-9999.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/media-sound/pianobar/pianobar-2016.06.02.ebuild b/media-sound/pianobar/pianobar-2016.06.02.ebuild index 0af7f64cb87c..0e3bb2a1d58e 100644 --- a/media-sound/pianobar/pianobar-2016.06.02.ebuild +++ b/media-sound/pianobar/pianobar-2016.06.02.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,14 +6,14 @@ inherit toolchain-funcs flag-o-matic multilib if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/PromyLOPh/pianobar.git" + EGIT_REPO_URI="https://github.com/PromyLOPh/${PN}.git" else - SRC_URI="http://6xq.net/projects/${PN}/${P}.tar.bz2" + SRC_URI="https://6xq.net/${PN}/${P}.tar.bz2" KEYWORDS="amd64 x86" fi DESCRIPTION="A console-based replacement for Pandora's flash player" -HOMEPAGE="http://6xq.net/projects/pianobar/" +HOMEPAGE="https://6xq.net/pianobar/" LICENSE="MIT" SLOT="0" diff --git a/media-sound/pianobar/pianobar-9999.ebuild b/media-sound/pianobar/pianobar-9999.ebuild index 3d2bdc762699..3d7f81a5fcec 100644 --- a/media-sound/pianobar/pianobar-9999.ebuild +++ b/media-sound/pianobar/pianobar-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,14 +6,14 @@ inherit toolchain-funcs flag-o-matic multilib if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/PromyLOPh/pianobar.git" + EGIT_REPO_URI="https://github.com/PromyLOPh/${PN}.git" else - SRC_URI="http://6xq.net/projects/${PN}/${P}.tar.bz2" + SRC_URI="https://6xq.net/${PN}/${P}.tar.bz2" KEYWORDS="~amd64 ~x86" fi DESCRIPTION="A console-based replacement for Pandora's flash player" -HOMEPAGE="http://6xq.net/projects/pianobar/" +HOMEPAGE="https://6xq.net/pianobar/" LICENSE="MIT" SLOT="0" |