public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tcllib/
Date: Thu, 31 Jan 2019 11:39:01 +0000 (UTC)	[thread overview]
Message-ID: <1548934724.a47d305da931734dde24bb022d6b06f5be5fe106.tupone@gentoo> (raw)

commit:     a47d305da931734dde24bb022d6b06f5be5fe106
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 31 11:38:44 2019 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Jan 31 11:38:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47d305d

dev-tcltk/tcllib: Remove old 1.16 version

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-tcltk/tcllib/Manifest           |  2 --
 dev-tcltk/tcllib/tcllib-1.16.ebuild | 59 -------------------------------------
 2 files changed, 61 deletions(-)

diff --git a/dev-tcltk/tcllib/Manifest b/dev-tcltk/tcllib/Manifest
index 427dc828881..c5ba62cb75d 100644
--- a/dev-tcltk/tcllib/Manifest
+++ b/dev-tcltk/tcllib/Manifest
@@ -1,5 +1,3 @@
-DIST Tcllib-1.16.tar.bz2 6089076 BLAKE2B d3b2d439689320e85a2a31f9dcd7bbb23af6d54eec299cb2b4248b961f98de95a878cc20c2bca712f907f6359ae6152d912e849a47d9394910b9278ff748d617 SHA512 5e0656c178c0fae907c101b5324f04ba1bb5c26f4d1015868194dbb393e88a281ecf66bc4701167db24ddb526b87acfd88223e0e9e6db1f9d0ffb919b3372752
 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.16.ebuild b/dev-tcltk/tcllib/tcllib-1.16.ebuild
deleted file mode 100644
index 72616a2dd19..00000000000
--- a/dev-tcltk/tcllib/tcllib-1.16.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils virtualx
-
-MY_PN=Tcllib
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Tcl Standard Library"
-HOMEPAGE="http://www.tcl.tk/software/tcllib/"
-SRC_URI="mirror://sourceforge//project/${PN}/${PN}/${PV}/${MY_P}.tar.bz2
-	https://dev.gentoo.org/~mgorny/dist/${P}-patchset.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"
-
-RDEPEND="
-	dev-lang/tcl:0=
-	dev-tcltk/tdom
-	"
-DEPEND="${RDEPEND}"
-
-DOCS=( DESCRIPTION.txt STATUS )
-
-S="${WORKDIR}"/${MY_P}
-
-PATCHES=( "${WORKDIR}"/${P}-patchset/${P}-XSS-vuln.patch )
-
-src_prepare() {
-	has_version ">=dev-lang/tcl-8.6" && \
-		PATCHES+=( "${WORKDIR}"/${P}-patchset/${P}-test.patch )
-	epatch "${PATCHES[@]}"
-
-	sed \
-		-e '/testsNeedTcl/s:8.5:8.6:g' \
-		-i modules/tar/tar.test || die
-}
-
-src_test() {
-	Xemake test_batch
-}
-
-src_install() {
-	default
-
-	dodoc devdoc/*.txt
-
-	dohtml devdoc/*.html
-	if use examples ; then
-		for f in $(find examples -type f); do
-			docinto $(dirname $f)
-			dodoc $f
-		done
-	fi
-}


             reply	other threads:[~2019-01-31 11:39 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-31 11:39 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-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-10-23 20:32 Alfredo Tupone
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=1548934724.a47d305da931734dde24bb022d6b06f5be5fe106.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