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 46578138334 for ; Fri, 3 Jan 2020 19:50:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7082DE0969; Fri, 3 Jan 2020 19:50:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 55BABE0969 for ; Fri, 3 Jan 2020 19:50:46 +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 4139334DEC5 for ; Fri, 3 Jan 2020 19:50:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17CBA42 for ; Fri, 3 Jan 2020 19:50:43 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1578081030.dcb3fdbce455e6a03cf7b38e83131e6135556b6d.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tkdnd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/tkdnd/Manifest dev-tcltk/tkdnd/tkdnd-2.8.ebuild X-VCS-Directories: dev-tcltk/tkdnd/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: dcb3fdbce455e6a03cf7b38e83131e6135556b6d X-VCS-Branch: master Date: Fri, 3 Jan 2020 19:50:43 +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: 2f34dfa6-fd1e-4dcd-a238-f357578e92d2 X-Archives-Hash: 8a56069182d3105bbcd82b1df8aa6396 commit: dcb3fdbce455e6a03cf7b38e83131e6135556b6d Author: Tupone Alfredo gentoo org> AuthorDate: Fri Jan 3 19:49:54 2020 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Jan 3 19:50:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb3fdbc dev-tcltk/tkdnd: remove old version Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Alfredo Tupone gentoo.org> dev-tcltk/tkdnd/Manifest | 1 - dev-tcltk/tkdnd/tkdnd-2.8.ebuild | 40 ---------------------------------------- 2 files changed, 41 deletions(-) diff --git a/dev-tcltk/tkdnd/Manifest b/dev-tcltk/tkdnd/Manifest index 34f7972cc74..9ac6ca2ccc9 100644 --- a/dev-tcltk/tkdnd/Manifest +++ b/dev-tcltk/tkdnd/Manifest @@ -1,2 +1 @@ DIST tkdnd-release-test-v2.9.2.tar.gz 573739 BLAKE2B 4e9cae26542cc7774a0faf3d91a8a3f3b3b598735fcdb4e0565be26893514fe2e3f301ecaa7c698913f570b30f37ba0e2e890c6651ceebbc5d6cd9f66caf57c8 SHA512 dd1538ad884e8287d9c90c3b1565b95a047f552a271f921b0d0d7cb7bde8d8d6ad7e8c3247b647c09080c2e23c57ca11c30bde516cf66abcbe1dac6dd0e7cdc7 -DIST tkdnd2.8-src.tar.gz 185025 BLAKE2B 3f7c1b728d12c2ad7d7fea82dae1c3f29207b70fd382fb6aa7aa6602602b0a9b5c4604347b9b1aa1faff7c5952d9557046157cb6af4268b56483f7398d4b55e3 SHA512 0cca1783ed4e481565fa23cebc12382f223c8a02f24a2795af3818d56769d265b45e2ce74d2a4a3a8203718bad6426efe37a5382e8376dd6a0820ef81866050e diff --git a/dev-tcltk/tkdnd/tkdnd-2.8.ebuild b/dev-tcltk/tkdnd/tkdnd-2.8.ebuild deleted file mode 100644 index e1855dc6cd8..00000000000 --- a/dev-tcltk/tkdnd/tkdnd-2.8.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils eutils - -MY_PN="TkDND" - -DESCRIPTION="Extension that adds native drag & drop capabilities to the tk toolkit" -HOMEPAGE="http://www.ellogon.org/petasis/tcltk-projects/tkdnd/" -SRC_URI="mirror://sourceforge/${PN}/${MY_PN}/${MY_PN}%20${PV}/${P/-/}-src.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="debug threads X" - -DEPEND="dev-lang/tk:=" -RDEPEND=${DEPEND} - -S=${WORKDIR}/${P/-/} - -RESTRICT="test" - -src_prepare() { - sed \ - -e 's:-O2::g' \ - -e 's:-fomit-frame-pointer::g' \ - -e 's:-pipe::g' \ - -i configure tclconfig/tcl.m4 || die -} - -src_configure() { - local myeconfargs - use X && myeconfargs+=( --with-x ) - use debug && myeconfargs+=( --with-symbols ) - use threads && myeconfargs+=( --enable-threads ) - autotools-utils_src_configure -}