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 91F9D138350 for ; Sat, 21 Mar 2020 15:12:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C14B7E0B46; Sat, 21 Mar 2020 15:12:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A3ED7E0B46 for ; Sat, 21 Mar 2020 15:12:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4C6D134F09C for ; Sat, 21 Mar 2020 15:12:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5631718A for ; Sat, 21 Mar 2020 15:12:01 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1584803512.bba042235da71c2ac370a33e299a76a4c5d2373a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dfshow/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/dfshow/Manifest app-misc/dfshow/dfshow-0.8.0_beta.ebuild X-VCS-Directories: app-misc/dfshow/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bba042235da71c2ac370a33e299a76a4c5d2373a X-VCS-Branch: master Date: Sat, 21 Mar 2020 15:12:01 +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: b361fa94-ae5c-477e-9368-42150e14cd45 X-Archives-Hash: c40e0d02613dfa2973f0a38869b1a294 commit: bba042235da71c2ac370a33e299a76a4c5d2373a Author: Angelos Kouratzinos zoho com> AuthorDate: Sat Mar 21 11:22:59 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 21 15:11:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba04223 app-misc/dfshow: remove old version Signed-off-by: Angelos Kouratzinos zoho.com> Package-Manager: Portage-2.3.89, Repoman-2.3.20 Closes: https://github.com/gentoo/gentoo/pull/15033 Signed-off-by: Andreas Sturmlechner gentoo.org> app-misc/dfshow/Manifest | 1 - app-misc/dfshow/dfshow-0.8.0_beta.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/app-misc/dfshow/Manifest b/app-misc/dfshow/Manifest index 26d4ec08f7f..7ca0248b41d 100644 --- a/app-misc/dfshow/Manifest +++ b/app-misc/dfshow/Manifest @@ -1,2 +1 @@ -DIST dfshow-0.8.0_beta.tar.gz 97301 BLAKE2B fa98ef37d23ef39e8512eed410d4a3a9e45aee87d9ee1c35230a9bea47af61c936091117c7232c195cd661ba61b09376ba1db4167bf8388323311f2a2fa7b6a6 SHA512 79cd82916521500d5f6f7ab00770af084f1a52069fe5625b7336f3081084ece6d2773be7f5480c444455ad3151e603d937b3feb279a18502c435c1a05d6d1446 DIST dfshow-0.8.2_beta.tar.gz 97733 BLAKE2B 99790b6901760a5e4adc7942fa84d11fb9d5e2f4e60a5d4abc2ce8fed0e86ab5f3def67c2f567b1ca54f1ecdbbe04522d4a75d69694b0ad213a69d86d49514e4 SHA512 1fca7f72c0200df13ac6e640314f9ad94ea3b88eb62a18a606f3a06a02252107f59747fbd404891fff5898b3796650023827ca59ceb690a0aa45e3c0a8bca749 diff --git a/app-misc/dfshow/dfshow-0.8.0_beta.ebuild b/app-misc/dfshow/dfshow-0.8.0_beta.ebuild deleted file mode 100644 index c452101f7fc..00000000000 --- a/app-misc/dfshow/dfshow-0.8.0_beta.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -MY_PV="${PV//_beta/-beta}" - -DESCRIPTION="DF-SHOW is a Unix-like rewrite of some of the applications from DF-EDIT" -HOMEPAGE="https://github.com/roberthawdon/dfshow" -SRC_URI="https://github.com/roberthawdon/dfshow/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" - -S="${WORKDIR}/${PN}-${MY_PV}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-libs/libconfig -sys-libs/ncurses:0= -" -RDEPEND="${DEPEND}" - -src_prepare() { - default - sed -i 's/LDADD = -lncursesw -lm -lconfig/LDADD = -lncursesw -lm -lconfig -ltinfow/' Makefile.am || die "sed in Makefile.am failed" - eautoreconf - eautomake --add-missing -}