net-libs/balde: use HTTPS for GitHub, replace defunct HOMEPAGE
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 18:16:08 +0000 (04:16 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 10:04:15 +0000 (12:04 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

net-libs/balde/balde-0.1.1.ebuild

index dd443b2581422d3cad23001cbc360619f7c4120c..bac205a6c7dd204e3b2f7d1e8abc9a2dddb35a7c 100644 (file)
@@ -1,16 +1,15 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 if [[ ${PV} = *9999* ]]; then
-       EGIT_REPO_URI="git://github.com/balde/balde.git
-               https://github.com/balde/balde.git"
+       EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
        inherit git-r3 autotools
 fi
 
 DESCRIPTION="A microframework for C based on GLib and bad intentions"
-HOMEPAGE="http://balde.io/"
+HOMEPAGE="https://balde.rgm.io/"
 
 SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.bz2"
 KEYWORDS="~amd64 ~x86"