public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tablelist/
Date: Thu, 18 Feb 2021 18:57:00 +0000 (UTC)	[thread overview]
Message-ID: <1613674527.103cb5c0f6477aafd171da8d03d8adf0a056a159.soap@gentoo> (raw)

commit:     103cb5c0f6477aafd171da8d03d8adf0a056a159
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu Feb 18 18:55:27 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 18:55:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=103cb5c0

dev-tcltk/tablelist: Remove old

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-tcltk/tablelist/Manifest             |  2 --
 dev-tcltk/tablelist/tablelist-5.8.ebuild | 30 ------------------------------
 dev-tcltk/tablelist/tablelist-6.3.ebuild | 30 ------------------------------
 3 files changed, 62 deletions(-)

diff --git a/dev-tcltk/tablelist/Manifest b/dev-tcltk/tablelist/Manifest
index d89d13902be..2bbd15c1258 100644
--- a/dev-tcltk/tablelist/Manifest
+++ b/dev-tcltk/tablelist/Manifest
@@ -1,4 +1,2 @@
-DIST tablelist5.8.tar.gz 416416 BLAKE2B 04372aab25af72d331da342aa85f49238ee39fe15da3f1f418e5345561b8feb6b6974b3a956f6d8d49063767030d60f01ce5207caa446b8f1936667aaca0155a SHA512 9c8e3577ae0e89291450c7ecccbbb042417d9a24255489e9257eae2b48454cbef4ec759949ddfc8d73123260da3fc506e01acf6c15e113e5112ed15c014d6833
 DIST tablelist6.12.tar.gz 606541 BLAKE2B 327e7b523993bfa92430f8bfe4c4b2f6f045e89d14644e7eae9e67a97922e9de34d6627816c99ec6c789c1a219451af0a0288eb0d7eed5e8e8851c35bae55d5e SHA512 a05998d2b5c1082f56679ed1614cde3c17cb494a36ccffab3a21c0aac716b7b0f1340a5d4f121eb16678727018d755a16df142c8a8ec737f17550fd64fe28071
-DIST tablelist6.3.tar.gz 551180 BLAKE2B cb9181e052d5c63bf2ada068e31b1ba637001bb4da6ce9303c8227cff20d1a8df3c2bc59689a86593d1de59e54f3b1de534c049930c4f01ab705d24263a9cdf5 SHA512 4a5331a9e84dcfb1ecb025dceb82a188f33d14dc91f960e7dbdf17a9ad14a3700f56f84a1af0edc3ea912f92b167524946e01c8c52fc053d106536658013bfb0
 DIST tablelist6.8.tar.gz 562403 BLAKE2B c5b80eb2b48331d1f1050de99718419fd6e24223731de6ccd2f71b25f2a1b5f6436a9e3267c9c3a189d9c9f98f8891588d37a0a9d0b49dfa466ee900701b2ed8 SHA512 32a57129dcb0c786c45bddb8d39283b27a5f4e3a52618a1a6cec2334693822b989712f71d5984f258196d22d9f16d5748d66313debacff35205866ac481f537d

diff --git a/dev-tcltk/tablelist/tablelist-5.8.ebuild b/dev-tcltk/tablelist/tablelist-5.8.ebuild
deleted file mode 100644
index 13227dd1937..00000000000
--- a/dev-tcltk/tablelist/tablelist-5.8.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib
-
-MY_P="${PN}${PV}"
-
-DESCRIPTION="Multi-Column Listbox Package"
-HOMEPAGE="http://www.nemethi.de/tablelist/index.html"
-SRC_URI="http://www.nemethi.de/tablelist/${MY_P}.tar.gz"
-
-LICENSE="tablelist"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
-IUSE="examples doc"
-
-RDEPEND="dev-lang/tcl:0"
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-	insinto /usr/$(get_libdir)/${MY_P}
-	doins -r ${PN}* pkgIndex.tcl scripts
-	use doc && dohtml doc/*
-	use examples && insinto /usr/share/${PN} && doins -r demos
-	dodoc README.txt
-}

diff --git a/dev-tcltk/tablelist/tablelist-6.3.ebuild b/dev-tcltk/tablelist/tablelist-6.3.ebuild
deleted file mode 100644
index dc1dcd29115..00000000000
--- a/dev-tcltk/tablelist/tablelist-6.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib
-
-MY_P="${PN}${PV}"
-
-DESCRIPTION="Multi-Column Listbox Package"
-HOMEPAGE="http://www.nemethi.de/tablelist/index.html"
-SRC_URI="http://www.nemethi.de/tablelist/${MY_P}.tar.gz"
-
-LICENSE="tablelist"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples doc"
-
-RDEPEND="dev-lang/tcl:0"
-DEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-	insinto /usr/$(get_libdir)/${MY_P}
-	doins -r ${PN}* pkgIndex.tcl scripts
-	use examples && dodoc -r demos
-	use doc && docinto html && dodoc -r doc/*
-	einstalldocs
-}


             reply	other threads:[~2021-02-18 18:57 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-18 18:57 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-05 17:38 [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tablelist/ Jakov Smolić
2021-11-05 17:34 Sam James
2021-11-05 17:33 Sam James
2021-10-06  8:33 Jakov Smolić
2021-10-06  8:33 Jakov Smolić
2021-07-29  7:08 Agostino Sarubbo
2021-07-29  6:45 Agostino Sarubbo
2021-05-27 21:06 David Seifert
2021-05-27 19:14 Sam James
2021-05-26 12:37 Sam James
2021-02-18 17:12 Sam James
2021-02-15  8:43 David Seifert
2021-02-15  0:34 Sam James
2020-02-27  7:14 Alfredo Tupone
2018-10-13  8:12 Alfredo Tupone

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=1613674527.103cb5c0f6477aafd171da8d03d8adf0a056a159.soap@gentoo \
    --to=soap@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