summaryrefslogtreecommitdiff
path: root/app-text/cherrytree
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-08 10:48:24 +0200
committerAaron Bauman <bman@gentoo.org>2018-04-08 20:10:22 -0400
commitd7e0ee36034dafb3bbc83aad157e145f365aaf8e (patch)
tree83be6c3af2435cc1db304d9573e33421fcc81816 /app-text/cherrytree
parentd9f7daddcc5b6737fe60b7776af9dd3c3c44f9c3 (diff)
downloadgentoo-d7e0ee36034dafb3bbc83aad157e145f365aaf8e.tar.gz
gentoo-d7e0ee36034dafb3bbc83aad157e145f365aaf8e.tar.xz
app-text/cherrytree: use HTTPS, use doublequotes
Closes: https://github.com/gentoo/gentoo/pull/7862
Diffstat (limited to 'app-text/cherrytree')
-rw-r--r--app-text/cherrytree/cherrytree-0.37.0.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/app-text/cherrytree/cherrytree-0.37.0.ebuild b/app-text/cherrytree/cherrytree-0.37.0.ebuild
index 5f140f1d728..70d1db48a13 100644
--- a/app-text/cherrytree/cherrytree-0.37.0.ebuild
+++ b/app-text/cherrytree/cherrytree-0.37.0.ebuild
@@ -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() {