diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-03-09 17:02:17 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-16 13:13:15 +0100 |
commit | 36839ff2dac3f517eaf6e3f108b22e39ef8d09e7 (patch) | |
tree | fba3d6a4d84a95dfa29925c0e9eacfec396143d9 /dev-lang/jimtcl | |
parent | app-dicts/myspell-pt-br: use https (diff) | |
download | gentoo-36839ff2dac3f517eaf6e3f108b22e39ef8d09e7.tar.gz gentoo-36839ff2dac3f517eaf6e3f108b22e39ef8d09e7.tar.bz2 gentoo-36839ff2dac3f517eaf6e3f108b22e39ef8d09e7.zip |
dev-lang/jimtcl: use https, reorder variables
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lang/jimtcl')
-rw-r--r-- | dev-lang/jimtcl/jimtcl-0.78-r2.ebuild | 10 | ||||
-rw-r--r-- | dev-lang/jimtcl/jimtcl-0.81.ebuild | 10 | ||||
-rw-r--r-- | dev-lang/jimtcl/jimtcl-0.82.ebuild | 7 |
3 files changed, 11 insertions, 16 deletions
diff --git a/dev-lang/jimtcl/jimtcl-0.78-r2.ebuild b/dev-lang/jimtcl/jimtcl-0.78-r2.ebuild index 68f9cb7b1a98..6dccf4eab57f 100644 --- a/dev-lang/jimtcl/jimtcl-0.78-r2.ebuild +++ b/dev-lang/jimtcl/jimtcl-0.78-r2.ebuild @@ -1,19 +1,17 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -SRC_URI="https://github.com/msteveb/jimtcl/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="amd64 arm ~arm64 ~m68k ~mips ~s390 x86" - DESCRIPTION="Small footprint implementation of Tcl programming language" -HOMEPAGE="http://jim.tcl.tk/" +HOMEPAGE="https://jim.tcl.tk/" +SRC_URI="https://github.com/msteveb/jimtcl/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2" SLOT="0/78" # SONAME=libjim.so.0.78 +KEYWORDS="amd64 arm ~arm64 ~m68k ~mips ~s390 x86" IUSE="doc static-libs" -RDEPEND="" DEPEND=" doc? ( app-text/asciidoc ) app-arch/unzip diff --git a/dev-lang/jimtcl/jimtcl-0.81.ebuild b/dev-lang/jimtcl/jimtcl-0.81.ebuild index a9c394ba3643..e4c75bd84fd2 100644 --- a/dev-lang/jimtcl/jimtcl-0.81.ebuild +++ b/dev-lang/jimtcl/jimtcl-0.81.ebuild @@ -1,19 +1,17 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" -SRC_URI="https://github.com/msteveb/jimtcl/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="amd64 arm ~arm64 ~m68k ~mips ~s390 x86" - DESCRIPTION="Small footprint implementation of Tcl programming language" -HOMEPAGE="http://jim.tcl.tk/" +HOMEPAGE="https://jim.tcl.tk/" +SRC_URI="https://github.com/msteveb/jimtcl/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2" SLOT="0/${PV}" +KEYWORDS="amd64 arm ~arm64 ~m68k ~mips ~s390 x86" IUSE="doc static-libs" -RDEPEND="" DEPEND=" dev-lang/tcl:0 " diff --git a/dev-lang/jimtcl/jimtcl-0.82.ebuild b/dev-lang/jimtcl/jimtcl-0.82.ebuild index b639eeba52a5..fab5f1582f64 100644 --- a/dev-lang/jimtcl/jimtcl-0.82.ebuild +++ b/dev-lang/jimtcl/jimtcl-0.82.ebuild @@ -5,14 +5,13 @@ EAPI=8 inherit toolchain-funcs edo -SRC_URI="https://github.com/msteveb/jimtcl/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~s390 ~x86" - DESCRIPTION="Small footprint implementation of Tcl programming language" -HOMEPAGE="http://jim.tcl.tk/" +HOMEPAGE="https://jim.tcl.tk/" +SRC_URI="https://github.com/msteveb/jimtcl/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2" SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~s390 ~x86" IUSE="doc static-libs" DEPEND=" |