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/tls/
Date: Mon, 18 Nov 2019 07:57:49 +0000 (UTC)	[thread overview]
Message-ID: <1574063673.fc591dd5e99544c66ce2308890dd033139394436.tupone@gentoo> (raw)

commit:     fc591dd5e99544c66ce2308890dd033139394436
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 07:54:12 2019 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 07:54:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc591dd5

dev-tcltk/tls: remove old versions

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

 dev-tcltk/tls/Manifest          |  2 --
 dev-tcltk/tls/tls-1.6-r3.ebuild | 44 -----------------------------------------
 dev-tcltk/tls/tls-1.6.7.ebuild  | 44 -----------------------------------------
 3 files changed, 90 deletions(-)

diff --git a/dev-tcltk/tls/Manifest b/dev-tcltk/tls/Manifest
index 125ba528d5f..acf24f22540 100644
--- a/dev-tcltk/tls/Manifest
+++ b/dev-tcltk/tls/Manifest
@@ -1,4 +1,2 @@
 DIST tcltls-1.7.11.tar.gz 158181 BLAKE2B 21955f0f4d750c9b0789b275abd45e77ecc6235b8bf8094cfa18c372ccda53fa28612ff10a87c91a883160f625844364391985363304ea2a5d4ca312471a581d SHA512 7a9aa33d7ed606ba792b4ff5a817a94f880b7204795ac30ab386299ee5850c7dfde920f35056676afa2db23866ad4fc6cb6c6b9e7a7dfba7385f97f447de2e04
 DIST tcltls-1.7.16.tar.gz 166439 BLAKE2B 855b61bf21e7635fc9c53838037136586552261bb0c3b4c4a52638e99358f418a2c0d606b5fb130e32004e3a34c80afea25be16f068ffb499d6636309e4ae2a3 SHA512 f63b885dbfaec5d9ae811c126bd0ff253787effd7b053282b9ee566e9fae54df940bc058a6c3dd22e31fcb9ec6ae1b286aa40efd69c3f01f5a3014aada730ab1
-DIST tls1.6-src.tar.gz 168043 BLAKE2B e065f9e9a837d2da861fb52bdfbb0ab9ecf32b6c408e7d0394ab17ccafa2d3a4ee1cfc501a0ff1e9fa01bd4938e15527a74518877813e5cfcbb38d893362c905 SHA512 beaca2653a11924f022e28254cef5071ecb8ab2e2355496d278fcab1bdcc46424aa58d2fe176aea26ec4fbe4416a912b5af8e8e69571c8a5301b7921ecf48383
-DIST tls1.6.7-src.tar.gz 173654 BLAKE2B 50eff220d02c8fb4389a5e0ab3d6f85c61d3bf93a1c6a4ba2c709bb77e821163407ae4f287f16c7548a0405367825cee5da34abf6538d2bf374b23329c2b7129 SHA512 f8dbb7fc9890bcb3e3930cad66209ca67cd68c0aa2288caa6a3bb1fd1ad21444f1eb056b4b4585ec86da64079cd9df72cdd6ff201102820d45e6397d6148d21c

diff --git a/dev-tcltk/tls/tls-1.6-r3.ebuild b/dev-tcltk/tls/tls-1.6-r3.ebuild
deleted file mode 100644
index 0d2403a6015..00000000000
--- a/dev-tcltk/tls/tls-1.6-r3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib
-
-MY_P="${PN}${PV}"
-
-DESCRIPTION="TLS OpenSSL extension to Tcl"
-HOMEPAGE="http://tls.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tls/${MY_P}-src.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="tk"
-
-DEPEND="
-	dev-lang/tcl:0=
-	dev-libs/openssl:0=
-	tk? ( dev-lang/tk:0= )"
-RDEPEND="${DEPEND}"
-
-RESTRICT="test"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
-	econf \
-		--with-ssl-dir="${EPREFIX}/usr" \
-		--with-tcl="${EPREFIX}/usr/$(get_libdir)"
-}
-
-src_install() {
-	default
-	dohtml tls.htm
-
-	if [[ ${CHOST} == *-darwin* ]] ; then
-		# this is ugly, but fixing the makefile mess is even worse
-		local loc=usr/$(get_libdir)/tls1.6/libtls1.6.dylib
-		install_name_tool -id "${EPREFIX}"/${loc} "${ED}"/${loc} || die
-	fi
-}

diff --git a/dev-tcltk/tls/tls-1.6.7.ebuild b/dev-tcltk/tls/tls-1.6.7.ebuild
deleted file mode 100644
index 00ff61e1ea3..00000000000
--- a/dev-tcltk/tls/tls-1.6.7.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib
-
-MY_P="${PN}${PV}"
-
-DESCRIPTION="TLS OpenSSL extension to Tcl"
-HOMEPAGE="http://tls.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tls/${MY_P}-src.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="tk"
-
-DEPEND="
-	dev-lang/tcl:0=
-	dev-libs/openssl:0=
-	tk? ( dev-lang/tk:0= )"
-RDEPEND="${DEPEND}"
-
-RESTRICT="test"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
-	econf \
-		--with-ssl-dir="${EPREFIX}/usr" \
-		--with-tcl="${EPREFIX}/usr/$(get_libdir)"
-}
-
-src_install() {
-	default
-	dohtml tls.htm
-
-	if [[ ${CHOST} == *-darwin* ]] ; then
-		# this is ugly, but fixing the makefile mess is even worse
-		local loc=usr/$(get_libdir)/tls1.6/libtls1.6.dylib
-		install_name_tool -id "${EPREFIX}"/${loc} "${ED}"/${loc} || die
-	fi
-}


             reply	other threads:[~2019-11-18  7:57 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-18  7:57 Alfredo Tupone [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-26 16:34 [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tls/ Andreas Sturmlechner
2023-03-15  8:12 Alfredo Tupone
2022-05-17 11:54 WANG Xuerui
2022-04-25 18:51 Sam James
2021-07-26 15:45 Marek Szuba
2021-04-29  5:44 Sam James
2021-03-28 11:04 Sam James
2021-03-25 23:42 Sam James
2021-03-15  1:40 Thomas Deutschmann
2021-03-14 22:11 Sam James
2021-03-14  1:20 Sam James
2021-03-12  8:13 Mikle Kolyada
2021-01-25 14:18 Sam James
2021-01-25 14:16 Sam James
2021-01-06 22:33 Fabian Groffen
2020-11-22 14:43 Alfredo Tupone
2019-11-18  8:08 Alfredo Tupone
2019-11-17  4:16 Matt Turner
2019-10-14 18:52 Sergei Trofimovich
2018-11-03 13:54 Alfredo Tupone
2017-07-19  8:57 Amy Liffey
2016-06-14 11:30 Daniel Campbell

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=1574063673.fc591dd5e99544c66ce2308890dd033139394436.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