summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 04:16:08 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 12:04:15 +0200
commit591ed19e8deb35dbd176a81a3bc77cfb322d7c31 (patch)
treeebf7497e2f8689903092350849f5199b04963452 /net-libs/balde
parentnet-libs/balde-markdown: use HTTPS for GitHub (diff)
downloadgentoo-591ed19e8deb35dbd176a81a3bc77cfb322d7c31.tar.gz
gentoo-591ed19e8deb35dbd176a81a3bc77cfb322d7c31.tar.bz2
gentoo-591ed19e8deb35dbd176a81a3bc77cfb322d7c31.zip
net-libs/balde: use HTTPS for GitHub, replace defunct HOMEPAGE
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'net-libs/balde')
-rw-r--r--net-libs/balde/balde-0.1.1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-libs/balde/balde-0.1.1.ebuild b/net-libs/balde/balde-0.1.1.ebuild
index dd443b258142..bac205a6c7dd 100644
--- a/net-libs/balde/balde-0.1.1.ebuild
+++ b/net-libs/balde/balde-0.1.1.ebuild
@@ -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"