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: Fri,  6 Mar 2020 08:04:43 +0000 (UTC)	[thread overview]
Message-ID: <1583481870.13b7553b42fb1244a59ef593a5a1264e69865482.tupone@gentoo> (raw)

commit:     13b7553b42fb1244a59ef593a5a1264e69865482
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  6 08:03:49 2020 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Mar  6 08:04:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b7553b

dev-tcltk/tcllib: remove old version

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

 dev-tcltk/tcllib/Manifest              |  2 --
 dev-tcltk/tcllib/tcllib-1.15-r2.ebuild | 53 ----------------------------------
 2 files changed, 55 deletions(-)

diff --git a/dev-tcltk/tcllib/Manifest b/dev-tcltk/tcllib/Manifest
index c5ba62cb75d..404b89b8368 100644
--- a/dev-tcltk/tcllib/Manifest
+++ b/dev-tcltk/tcllib/Manifest
@@ -1,3 +1 @@
-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.19.tar.xz 6298564 BLAKE2B f137227004dd4acded7c8aae6b36fd50fedee67a725ecef0046f1af7abc7bb8e11207a141e15390a6ce3a1a3914b1cd2e5a798035eba631254792b2819383013 SHA512 08f549a3513316919c61f015a604aa671a73c0fd59a8a20b916d106e7d7d6f4bd59b485a92307778cfea1b00f78c2972a086b1bf960fe85a26fe273b7ada8d12

diff --git a/dev-tcltk/tcllib/tcllib-1.15-r2.ebuild b/dev-tcltk/tcllib/tcllib-1.15-r2.ebuild
deleted file mode 100644
index 9a2cce32875..00000000000
--- a/dev-tcltk/tcllib/tcllib-1.15-r2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils virtualx
-
-DESCRIPTION="Tcl Standard Library"
-HOMEPAGE="http://www.tcl.tk/software/tcllib/"
-SRC_URI="
-	https://dev.gentoo.org/~mgorny/dist/${P}-patchset.tar.xz
-	mirror://sourceforge/tcllib/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="examples"
-KEYWORDS="~alpha amd64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="dev-lang/tcl:0="
-DEPEND="${RDEPEND}"
-
-DOCS=( DESCRIPTION.txt STATUS )
-
-PATCHES=(
-	"${WORKDIR}"/${P}-patchset/${P}-tcl8.6-test.patch
-	"${WORKDIR}"/${P}-patchset/${P}-test.patch
-	"${WORKDIR}"/${P}-patchset/${P}-manpage-rename.patch
-	"${WORKDIR}"/${P}-patchset/${P}-XSS-vuln.patch
-)
-
-src_prepare() {
-	has_version ">=dev-lang/tcl-8.6" && \
-		PATCHES+=( "${WORKDIR}"/${P}-patchset/${P}-tcl8.6-test-2.patch )
-	epatch "${PATCHES[@]}"
-}
-
-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:[~2020-03-06  8:04 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-06  8:04 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-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-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=1583481870.13b7553b42fb1244a59ef593a5a1264e69865482.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