public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dvtm/
Date: Sat, 26 Sep 2020 19:40:33 +0000 (UTC)	[thread overview]
Message-ID: <1601149210.eb6b79e5a2544ade17a613cc775e1a878bfd33e5.bman@gentoo> (raw)

commit:     eb6b79e5a2544ade17a613cc775e1a878bfd33e5
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 19:09:45 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> 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 <bman <AT> 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}"
-}


             reply	other threads:[~2020-09-26 19:40 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-26 19:40 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-24 14:49 [gentoo-commits] repo/gentoo:master commit in: app-misc/dvtm/ Andreas Sturmlechner
2022-12-21 19:29 Sam James
2022-12-21 15:56 Arthur Zamarin
2022-12-21 15:56 Arthur Zamarin
2022-10-07 11:28 Sam James
2022-10-07 11:28 Sam James
2022-10-07 11:28 Sam James
2022-03-19 23:17 David Seifert
2022-02-05 21:02 Andreas Sturmlechner
2021-12-21  3:39 Yixun Lan
2021-11-15  2:35 Sam James
2021-11-14  9:19 Sam James
2018-04-21  9:23 Mikle Kolyada
2018-04-05 23:19 Thomas Deutschmann
2018-04-04 19:08 Aaron Bauman
2018-03-29  9:29 Chí-Thanh Christopher Nguyễn
2018-03-29  9:23 Chí-Thanh Christopher Nguyễn
2018-03-29  9:23 Chí-Thanh Christopher Nguyễn
2017-12-31 18:41 Jeroen Roovers
2017-12-25 14:43 David Seifert
2016-05-29 21:30 Chí-Thanh Christopher Nguyễn
2016-05-29 21:28 Chí-Thanh Christopher Nguyễn
2015-11-10 19:00 Markus Meier
2015-11-01 13:51 Mikle Kolyada
2015-10-30  9:18 Agostino Sarubbo

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=1601149210.eb6b79e5a2544ade17a613cc775e1a878bfd33e5.bman@gentoo \
    --to=bman@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