app-text/cherrytree: use HTTPS, use doublequotes
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 8 Apr 2018 08:48:24 +0000 (10:48 +0200)
committerAaron Bauman <bman@gentoo.org>
Mon, 9 Apr 2018 00:10:22 +0000 (20:10 -0400)
Closes: https://github.com/gentoo/gentoo/pull/7862

app-text/cherrytree/cherrytree-0.37.0.ebuild

index 5f140f1d728330c3b953842c4126a0b1109a5606..70d1db48a137650321e5b80202eb75f6c24ca9b5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,15 +9,15 @@ DISTUTILS_SINGLE_IMPL=true
 
 inherit xdg distutils-r1
 
-DESCRIPTION='A hierarchical note taking application'
-HOMEPAGE='http://www.giuspen.com/cherrytree'
-LICENSE='GPL-3'
+DESCRIPTION="A hierarchical note taking application"
+HOMEPAGE="https://www.giuspen.com/cherrytree"
+LICENSE="GPL-3"
 
-SLOT='0'
+SLOT="0"
 SRC_URI="https://github.com/giuspen/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS='~amd64 ~x86'
-IUSE='nls'
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
 
 RDEPEND="
        x11-libs/libX11
@@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
        nls? ( sys-devel/gettext )
 "
 
-PLOCALES='cs de es fr hy it ja lt nl pl pt_BR ru sl tr uk zh_CN'
+PLOCALES="cs de es fr hy it ja lt nl pl pt_BR ru sl tr uk zh_CN"
 inherit l10n
 
 python_prepare_all() {