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 0F5BF138359 for ; Sat, 26 Sep 2020 19:40:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 289C0E080E; Sat, 26 Sep 2020 19:40:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0FBA9E080E for ; Sat, 26 Sep 2020 19:40:36 +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 D475F33BF35 for ; Sat, 26 Sep 2020 19:40:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DF09EC for ; Sat, 26 Sep 2020 19:40:33 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1601149210.eb6b79e5a2544ade17a613cc775e1a878bfd33e5.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dvtm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/dvtm/Manifest app-misc/dvtm/dvtm-0.14-r1.ebuild X-VCS-Directories: app-misc/dvtm/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: eb6b79e5a2544ade17a613cc775e1a878bfd33e5 X-VCS-Branch: master Date: Sat, 26 Sep 2020 19:40:33 +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: 9ec8563b-f57b-4e8b-85e8-abfc54c19cda X-Archives-Hash: 1351dda7b3c3cf07572ad89f2236ef97 commit: eb6b79e5a2544ade17a613cc775e1a878bfd33e5 Author: Aaron Bauman gentoo org> AuthorDate: Sat Sep 26 19:09:45 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Sep 26 19:40:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb6b79e5 app-misc/dvtm: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> app-misc/dvtm/Manifest | 1 - app-misc/dvtm/dvtm-0.14-r1.ebuild | 68 --------------------------------------- 2 files changed, 69 deletions(-) diff --git a/app-misc/dvtm/Manifest b/app-misc/dvtm/Manifest index a22c5278f26..a3bf06a73a2 100644 --- a/app-misc/dvtm/Manifest +++ b/app-misc/dvtm/Manifest @@ -1,2 +1 @@ -DIST dvtm-0.14.tar.gz 35893 BLAKE2B 3fc98614f4a8d3013a98a0e2766c2827a5d9f1046fb32a38b9e26de8c34d6ae03ef16294c5e80aab277e8abc529110560eb1d2b987007a9ffe990b1cbe362483 SHA512 d47f55b4ce47582f665ac5b5d86bb9137722f65b157bdd80aaaf45a2cd8d783a3b0718886c7a7ea1d900762359316c2d76816460dac03484e122d43c64f57dd6 DIST dvtm-0.15.tar.gz 40511 BLAKE2B cc5075b5337a66b3eb5a3845f18aaadc6be36804e1a0e217e6bfe640893ec5af7553aa69578f8bda6c3b11b28c02ba5398e19f9cad9844bfcb1bd32ca4f24c12 SHA512 48a0c8fd6a50fe5d43414d0223c9f4b9920a31d42fe3bfc428ce1ae7d0e41a41ebe2597eae0824c7c76bfb0e32a13e440c8d5fcdb1886d55d6791fa3fe3fd77b diff --git a/app-misc/dvtm/dvtm-0.14-r1.ebuild b/app-misc/dvtm/dvtm-0.14-r1.ebuild deleted file mode 100644 index c9a8065da40..00000000000 --- a/app-misc/dvtm/dvtm-0.14-r1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit savedconfig toolchain-funcs - -DESCRIPTION="Dynamic virtual terminal manager" -HOMEPAGE="https://www.brain-dump.org/projects/dvtm/" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="git://repo.or.cz/dvtm.git" -else - SRC_URI="https://www.brain-dump.org/projects/${PN}/${P}.tar.gz" - KEYWORDS="amd64 arm x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="unicode" - -DEPEND="sys-libs/ncurses:0=[unicode?]" -RDEPEND="${DEPEND} - !>=sys-libs/ncurses-6.1" - -src_prepare() { - sed -i \ - -e 's|FLAGS =|FLAGS +=|' \ - -e 's|-I/usr/local/include||' \ - -e 's|-L/usr/local/lib||' \ - -e 's|-Os||' \ - config.mk || die "sed config.mk failed" - use unicode || { - sed -i \ - -e 's|-lncursesw|-lncurses|' \ - config.mk || die "sed config.mk failed" - } - sed -i \ - -e '/strip/d' \ - -e 's:@tic :@tic -o ${DESTDIR}${PREFIX}/share/terminfo :g' \ - Makefile || die "sed Makefile failed" - - restore_config config.h -} - -src_compile() { - local msg="" - use savedconfig && msg=", please check the configfile" - emake CC=$(tc-getCC) ${PN} -} - -src_install() { - emake DESTDIR="${D}" PREFIX="/usr" install - - insinto /usr/share/${PN} - newins config.h ${PF}.config.h - - dodoc README - - save_config config.h -} - -pkg_postinst() { - elog "This ebuild has support for user defined configs" - elog "Please read this ebuild for more details and re-emerge as needed" - elog "if you want to add or remove functionality for ${PN}" -}