From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tcllib/
Date: Tue, 23 Oct 2018 20:32:46 +0000 (UTC) [thread overview]
Message-ID: <1540326755.f23dfabbc1e6c2194b04f548eff2c28a57a916e9.tupone@gentoo> (raw)
commit: f23dfabbc1e6c2194b04f548eff2c28a57a916e9
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 23 20:32:35 2018 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Oct 23 20:32:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f23dfabb
dev-tcltk/tcllib: Version bump to 1.19
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
dev-tcltk/tcllib/Manifest | 1 +
dev-tcltk/tcllib/tcllib-1.19.ebuild | 43 +++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-tcltk/tcllib/Manifest b/dev-tcltk/tcllib/Manifest
index 0659ab857d3..427dc828881 100644
--- a/dev-tcltk/tcllib/Manifest
+++ b/dev-tcltk/tcllib/Manifest
@@ -2,3 +2,4 @@ DIST Tcllib-1.16.tar.bz2 6089076 BLAKE2B d3b2d439689320e85a2a31f9dcd7bbb23af6d54
DIST tcllib-1.15-patchset.tar.xz 16164 BLAKE2B 590f6ea38aa2cf98e80011591d5bf06f27d4ca2af03b2e633a2752c184d2c1d78cc22f9b8472a2e5af7052cbb742a22fec0d487974a7599e4d4081bd5e80dcfe SHA512 85507cd00692138ea3c791f88bf4bbdadefa91168a55aebd1da7a89a9de37c3352be27db25bfdb7478dfc90865f906b290fdcbd858be0c01e3502f0446f03262
DIST tcllib-1.15.tar.bz2 5030648 BLAKE2B 9731be4282bc3b3b0bb56021c3f0a7943ff4163d04ae397b1e0543cbce0642cbf5f64b66c57348a932d9e29c53273223998f2d8b0b087ff7ac679191e8a35ece SHA512 544b1193266e860eb59a4c313645376bba8488711b2afc629d99d0e719252db79caae73022ae1dc21dc123f949fa8930f81112c3f80328fc83952b64f93ca3c4
DIST tcllib-1.16-patchset.tar.xz 5484 BLAKE2B b7dc4cd1045cc88e7cc85412734cd036a77af276635e20ff7df207bf5296df63f9c4b1374957f2d01ef278daabdb1b7bb5cb1bb9e3d2a4e0100be02d23ddbb2a SHA512 1bb3b7ed698a77502eecc7ae9fe28b0370770d08235994fd083828af4e87aee49f60c529774bf54dc339122b68fc1841acdd05b27f95ef78145934268567fc03
+DIST tcllib-1.19.tar.xz 6298564 BLAKE2B f137227004dd4acded7c8aae6b36fd50fedee67a725ecef0046f1af7abc7bb8e11207a141e15390a6ce3a1a3914b1cd2e5a798035eba631254792b2819383013 SHA512 08f549a3513316919c61f015a604aa671a73c0fd59a8a20b916d106e7d7d6f4bd59b485a92307778cfea1b00f78c2972a086b1bf960fe85a26fe273b7ada8d12
diff --git a/dev-tcltk/tcllib/tcllib-1.19.ebuild b/dev-tcltk/tcllib/tcllib-1.19.ebuild
new file mode 100644
index 00000000000..0cda1904168
--- /dev/null
+++ b/dev-tcltk/tcllib/tcllib-1.19.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit virtualx
+
+DESCRIPTION="Tcl Standard Library"
+HOMEPAGE="http://www.tcl.tk/software/tcllib/"
+SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="examples"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+
+RDEPEND="
+ dev-lang/tcl:0=
+ dev-tcltk/tdom
+ "
+DEPEND="${RDEPEND}"
+
+DOCS=(
+ ChangeLog DESCRIPTION.txt README-1.19.txt README.developer
+ devdoc/critcl-tcllib.txt devdoc/dirlayout_install.txt
+ devdoc/indexing.txt devdoc/installation.txt
+)
+HTML_DOCS=( devdoc/devguide.html devdoc/releaseguide.html )
+
+src_test() {
+ USER= virtx emake test_batch
+}
+
+src_install() {
+ default
+
+ if use examples ; then
+ for f in $(find examples -type f); do
+ docinto $(dirname $f)
+ dodoc $f
+ done
+ fi
+}
next reply other threads:[~2018-10-23 20:32 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-23 20:32 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-21 2:56 [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tcllib/ Yixun Lan
2024-03-03 2:32 Sam James
2022-12-02 11:23 Arthur Zamarin
2022-11-25 8:45 Arthur Zamarin
2022-11-23 5:28 Arthur Zamarin
2022-11-23 3:35 Sam James
2020-12-25 17:04 Alfredo Tupone
2020-12-18 14:23 Sam James
2020-11-17 19:10 Agostino Sarubbo
2020-11-15 10:33 Sam James
2020-11-14 19:24 Sergei Trofimovich
2020-11-14 19:20 Sergei Trofimovich
2020-11-13 18:35 Thomas Deutschmann
2020-04-17 17:31 Alfredo Tupone
2020-03-06 8:04 Alfredo Tupone
2020-03-04 8:09 Agostino Sarubbo
2020-03-02 11:30 Sergei Trofimovich
2019-11-20 7:39 Alfredo Tupone
2019-11-13 7:39 Agostino Sarubbo
2019-05-15 20:15 Alfredo Tupone
2019-01-31 11:39 Alfredo Tupone
2019-01-29 11:58 Mikle Kolyada
2019-01-02 5:31 Matt Turner
2018-12-29 16:00 Sergei Trofimovich
2018-12-13 15:44 Mikle Kolyada
2018-12-09 23:51 Thomas Deutschmann
2018-12-06 9:48 Fabian Groffen
2018-07-01 14:47 Mikle Kolyada
2018-04-14 11:25 Markus Meier
2018-04-12 19:47 Markus Meier
2018-03-27 19:07 Sergei Trofimovich
2018-03-02 8:31 Michał Górny
2017-06-19 21:26 Sergei Trofimovich
2015-08-11 16:36 Mikle Kolyada
2015-08-09 17:48 Tobias Klausmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1540326755.f23dfabbc1e6c2194b04f548eff2c28a57a916e9.tupone@gentoo \
--to=tupone@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox