public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Chí-Thanh Christopher Nguyễn" <chithanh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dvtm/
Date: Sun, 29 May 2016 21:30:00 +0000 (UTC)	[thread overview]
Message-ID: <1464557401.9dbd2e1c72c0f2da7c9b88d51b5949eefa802938.chithanh@gentoo> (raw)

commit:     9dbd2e1c72c0f2da7c9b88d51b5949eefa802938
Author:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 21:30:01 2016 +0000
Commit:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
CommitDate: Sun May 29 21:30:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbd2e1c

app-misc/dvtm: cleanup

Package-Manager: portage-2.2.28

 app-misc/dvtm/Manifest         |  2 --
 app-misc/dvtm/dvtm-0.11.ebuild | 69 ------------------------------------------
 app-misc/dvtm/dvtm-0.8.ebuild  | 61 -------------------------------------
 app-misc/dvtm/dvtm-9999.ebuild |  2 +-
 4 files changed, 1 insertion(+), 133 deletions(-)

diff --git a/app-misc/dvtm/Manifest b/app-misc/dvtm/Manifest
index 7dc4dec..9cf7211 100644
--- a/app-misc/dvtm/Manifest
+++ b/app-misc/dvtm/Manifest
@@ -1,4 +1,2 @@
-DIST dvtm-0.11.tar.gz 34499 SHA256 01a29fdf6556f019f183bd517a1045bcc12d23561c1a84c4b5a8b3ba2d2feb87 SHA512 e1c76540bbddf6245f77a749146f2c3c836a8f2cf1c0e96ef198c3be9e5069458360ecf0a0a523ce9fcf22d55a424ee064420f8699875026cb399fc3f017cfa7 WHIRLPOOL 7d18be8ca4ab86d93f6d98d07a1a1843d6bb0ea796affb99864fcd31798396a4a431895f4b3b955be64de2f6661f8c87c07c6b8dc09992c1d53107ee3500f52b
 DIST dvtm-0.14.tar.gz 35893 SHA256 8a9bb341f8a4c578b839e22d9a707f053a27ae6df15158e16f4fee787e43747a SHA512 d47f55b4ce47582f665ac5b5d86bb9137722f65b157bdd80aaaf45a2cd8d783a3b0718886c7a7ea1d900762359316c2d76816460dac03484e122d43c64f57dd6 WHIRLPOOL 1ca474b4ad5f9d7fa7106ec0c180d32e06cd2d02be1e3a3392a7c6373ecf00d5abba26e8e4d2ed67d8784533db10951bebc408cad9c068e7270407beb339706e
 DIST dvtm-0.15.tar.gz 40511 SHA256 8f2015c05e2ad82f12ae4cf12b363d34f527a4bbc8c369667f239e4542e1e510 SHA512 48a0c8fd6a50fe5d43414d0223c9f4b9920a31d42fe3bfc428ce1ae7d0e41a41ebe2597eae0824c7c76bfb0e32a13e440c8d5fcdb1886d55d6791fa3fe3fd77b WHIRLPOOL 2025dfc087408108ac9fc6fc8952f760324d3ecc900b9b820b4beb6cebd31d4f2a9b9a7191981fb403a987ff2caf536a8f6103ee8d918a36ea414f41a06d69c3
-DIST dvtm-0.8.tar.gz 27543 SHA256 4c84b7c32f6cd476ef92150c4c1ca211836ed00f16ca8bdd4089933912b39a78 SHA512 6b4c910aee637fe0e4eeedf7905e893ffee2476baffc08697093b2181197aaca1aafd1095fb7e140fea2f0dd9492edf608bad5ad4ad410a5a3e76610732220eb WHIRLPOOL c3505ca64e36a17b1e0de175448c6bbf09ba18732b41787c8f9d7062afb3aca1a72f0a74d890da2261db7b94bd14ac83f5998ff87c776253f0c4c0a2df4a575b

diff --git a/app-misc/dvtm/dvtm-0.11.ebuild b/app-misc/dvtm/dvtm-0.11.ebuild
deleted file mode 100644
index e7a4888..0000000
--- a/app-misc/dvtm/dvtm-0.11.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit savedconfig toolchain-funcs
-
-DESCRIPTION="Dynamic virtual terminal manager"
-HOMEPAGE="http://www.brain-dump.org/projects/dvtm/"
-
-if [[ ${PV} == 9999* ]]; then
-	inherit git-2
-	EGIT_REPO_URI="git://repo.or.cz/dvtm.git"
-	KEYWORDS="arm"
-else
-	SRC_URI="http://www.brain-dump.org/projects/${PN}/${P}.tar.gz"
-	KEYWORDS="amd64 arm x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="unicode"
-
-DEPEND="sys-libs/ncurses[unicode?]"
-RDEPEND=${DEPEND}
-
-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} || die "emake failed${msg}"
-}
-
-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}"
-}

diff --git a/app-misc/dvtm/dvtm-0.8.ebuild b/app-misc/dvtm/dvtm-0.8.ebuild
deleted file mode 100644
index 588e61c..0000000
--- a/app-misc/dvtm/dvtm-0.8.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-inherit savedconfig toolchain-funcs
-
-DESCRIPTION="Dynamic virtual terminal manager"
-HOMEPAGE="http://www.brain-dump.org/projects/dvtm/"
-SRC_URI="http://www.brain-dump.org/projects/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm x86"
-IUSE="unicode"
-
-DEPEND="sys-libs/ncurses[unicode?]"
-RDEPEND=${DEPEND}
-
-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' \
-		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} || die "emake failed${msg}"
-}
-
-src_install() {
-	emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed"
-
-	insinto /usr/share/${PN}
-	newins config.h ${PF}.config.h || die "newins failed"
-
-	dodoc README || die "dodoc failed"
-
-	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}"
-}

diff --git a/app-misc/dvtm/dvtm-9999.ebuild b/app-misc/dvtm/dvtm-9999.ebuild
index 666a917..fd928f2 100644
--- a/app-misc/dvtm/dvtm-9999.ebuild
+++ b/app-misc/dvtm/dvtm-9999.ebuild
@@ -22,7 +22,7 @@ LICENSE="MIT"
 SLOT="0"
 IUSE="unicode"
 
-DEPEND="sys-libs/ncurses[unicode?]"
+DEPEND="sys-libs/ncurses:0[unicode?]"
 RDEPEND=${DEPEND}
 
 src_prepare() {


             reply	other threads:[~2016-05-29 21:30 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-29 21:30 Chí-Thanh Christopher Nguyễn [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
2020-09-26 19:40 Aaron Bauman
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: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=1464557401.9dbd2e1c72c0f2da7c9b88d51b5949eefa802938.chithanh@gentoo \
    --to=chithanh@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