Skip to content

Commit

Permalink
app-text/cherrytree: use HTTPS, use doublequotes
Browse files Browse the repository at this point in the history
Closes: gentoo#7862
  • Loading branch information
mm1ke authored and FuzzyGophers committed Apr 9, 2018
1 parent d9f7dad commit d7e0ee3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app-text/cherrytree/cherrytree-0.37.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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() {
Expand Down

0 comments on commit d7e0ee3

Please sign in to comment.