diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-02-21 12:54:15 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-02-21 22:28:48 +0100 |
commit | ce851a0dc1fafd77d324f5bdd0f2971ff49457c9 (patch) | |
tree | 6385ae031b467b14a57203136ecc0f07b21feced /dev-lang/jsonnet | |
parent | sci-misc/boinc: remove unused patches/file (diff) | |
download | gentoo-ce851a0dc1fafd77d324f5bdd0f2971ff49457c9.tar.gz gentoo-ce851a0dc1fafd77d324f5bdd0f2971ff49457c9.tar.bz2 gentoo-ce851a0dc1fafd77d324f5bdd0f2971ff49457c9.zip |
dev-lang/jsonnet: remove whitespace
Closes: https://github.com/gentoo/gentoo/pull/19577
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lang/jsonnet')
-rw-r--r-- | dev-lang/jsonnet/jsonnet-0.15.0.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/jsonnet/jsonnet-0.16.0-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/jsonnet/jsonnet-0.16.0.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/jsonnet/jsonnet-0.17.0-r1.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-lang/jsonnet/jsonnet-0.15.0.ebuild b/dev-lang/jsonnet/jsonnet-0.15.0.ebuild index 956942febe8c..cddc02706e1b 100644 --- a/dev-lang/jsonnet/jsonnet-0.15.0.ebuild +++ b/dev-lang/jsonnet/jsonnet-0.15.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7,8} ) inherit toolchain-funcs flag-o-matic distutils-r1 -DESCRIPTION="A data templating language for app and tool developers " +DESCRIPTION="A data templating language for app and tool developers" HOMEPAGE="https://jsonnet.org/" SRC_URI="https://github.com/google/jsonnet/archive/v${PV}.tar.gz -> ${P}.tar.gz" IUSE="custom-optimization python" diff --git a/dev-lang/jsonnet/jsonnet-0.16.0-r2.ebuild b/dev-lang/jsonnet/jsonnet-0.16.0-r2.ebuild index 2e23a6dc0857..a985a044732b 100644 --- a/dev-lang/jsonnet/jsonnet-0.16.0-r2.ebuild +++ b/dev-lang/jsonnet/jsonnet-0.16.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( pypy3 python3_{7..9} ) inherit toolchain-funcs flag-o-matic distutils-r1 -DESCRIPTION="A data templating language for app and tool developers " +DESCRIPTION="A data templating language for app and tool developers" HOMEPAGE="https://jsonnet.org/" SRC_URI="https://github.com/google/jsonnet/archive/v${PV}.tar.gz -> ${P}.tar.gz" IUSE="custom-optimization doc examples python" diff --git a/dev-lang/jsonnet/jsonnet-0.16.0.ebuild b/dev-lang/jsonnet/jsonnet-0.16.0.ebuild index e93d64a13133..5bdb8e5a4799 100644 --- a/dev-lang/jsonnet/jsonnet-0.16.0.ebuild +++ b/dev-lang/jsonnet/jsonnet-0.16.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7,8} ) inherit toolchain-funcs flag-o-matic distutils-r1 -DESCRIPTION="A data templating language for app and tool developers " +DESCRIPTION="A data templating language for app and tool developers" HOMEPAGE="https://jsonnet.org/" SRC_URI="https://github.com/google/jsonnet/archive/v${PV}.tar.gz -> ${P}.tar.gz" IUSE="custom-optimization python" diff --git a/dev-lang/jsonnet/jsonnet-0.17.0-r1.ebuild b/dev-lang/jsonnet/jsonnet-0.17.0-r1.ebuild index 33e166c2b3c7..496bc8c5c689 100644 --- a/dev-lang/jsonnet/jsonnet-0.17.0-r1.ebuild +++ b/dev-lang/jsonnet/jsonnet-0.17.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( pypy3 python3_{7..9} ) inherit toolchain-funcs flag-o-matic distutils-r1 -DESCRIPTION="A data templating language for app and tool developers " +DESCRIPTION="A data templating language for app and tool developers" HOMEPAGE="https://jsonnet.org/" SRC_URI="https://github.com/google/jsonnet/archive/v${PV}.tar.gz -> ${P}.tar.gz" IUSE="custom-optimization doc examples python" |