From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44350138334 for ; Mon, 11 Feb 2019 15:45:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39D75E0880; Mon, 11 Feb 2019 15:45:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12E92E0880 for ; Mon, 11 Feb 2019 15:45:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8270F335D3E for ; Mon, 11 Feb 2019 15:45:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7485538 for ; Mon, 11 Feb 2019 15:45:42 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1549899920.86f74f0f97754c074d46a92dbb3b7d32a8f8ec04.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/mysqltcl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/mysqltcl/Manifest dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild X-VCS-Directories: dev-tcltk/mysqltcl/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 86f74f0f97754c074d46a92dbb3b7d32a8f8ec04 X-VCS-Branch: master Date: Mon, 11 Feb 2019 15:45:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bc60f5e8-828f-4a80-9ce6-21bdc580b750 X-Archives-Hash: db4fb996dbd1fa38f9d1728ae691a23d commit: 86f74f0f97754c074d46a92dbb3b7d32a8f8ec04 Author: Brian Evans gentoo org> AuthorDate: Mon Feb 11 15:45:20 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Feb 11 15:45:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f74f0f dev-tcltk/mysqltcl: Drop old Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Brian Evans gentoo.org> dev-tcltk/mysqltcl/Manifest | 1 - dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild | 34 --------------------------------- 2 files changed, 35 deletions(-) diff --git a/dev-tcltk/mysqltcl/Manifest b/dev-tcltk/mysqltcl/Manifest index 61235c16da9..edd471ae139 100644 --- a/dev-tcltk/mysqltcl/Manifest +++ b/dev-tcltk/mysqltcl/Manifest @@ -1,2 +1 @@ -DIST mysqltcl-3.05.tar.gz 198755 BLAKE2B 56e9ce305167d4005138154111410ce46af1e57f72490cb83d854f12519cf1464ae6523bb0fb36b0884ce23e2d6611a044f70fc8e7c3522bc6648ebad539909c SHA512 14e0196b2fce08d97b085bcf25357a72797e9566578a6c0674a76e4402a704b43919b1ce8360d55719a6f2a36c6f68f3762dd23a9f737b7cf9f6537a00acb7ef DIST mysqltcl-3.052.tar.gz 187781 BLAKE2B 0fe9b145556de22364187de980d737cae99a5a18763b1e3b28e4aa849f7b0b30be543cfa956c37b15e756f75ec5804e92b8b452410d542c3c3390e52d88d0419 SHA512 f5af18ad9bbaedb1fdcdbaa326b5c4cc3f754b14ee9bdf9cbfa0e1a44227ec918426022aaa0f26a71fa1a3bce6b6d8d75f8612de7f540f287fd418088c91fddf diff --git a/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild b/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild deleted file mode 100644 index 6de346fcd25..00000000000 --- a/dev-tcltk/mysqltcl/mysqltcl-3.05.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils multilib - -DESCRIPTION="TCL MySQL Interface" -HOMEPAGE="http://www.xdobry.de/mysqltcl/" -SRC_URI="http://www.xdobry.de/mysqltcl/${P}.tar.gz" - -LICENSE="HPND" -SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="" - -DEPEND=" - dev-lang/tcl:0 - >=virtual/mysql-4.1" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-ldflags.patch - sed -i 's/-pipe//g;s/-O2//g;s/-fomit-frame-pointer//g' configure || die -} - -src_configure() { - econf --with-mysql-lib=/usr/$(get_libdir)/mysql -} - -src_install() { - default - dohtml doc/mysqltcl.html -}