public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/dev-zero:master commit in: app-misc/dvtm/
@ 2013-10-24  8:16 Tiziano Müller
  0 siblings, 0 replies; only message in thread
From: Tiziano Müller @ 2013-10-24  8:16 UTC (permalink / raw
  To: gentoo-commits

commit:     106c9569801da0b0f78e62eed924b197fdb46cef
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 08:16:26 2013 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 08:16:26 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=106c9569

Severely outdated

---
 app-misc/dvtm/Manifest          |  2 --
 app-misc/dvtm/dvtm-0.4.1.ebuild | 66 -----------------------------------------
 2 files changed, 68 deletions(-)

diff --git a/app-misc/dvtm/Manifest b/app-misc/dvtm/Manifest
deleted file mode 100644
index 7b0278f..0000000
--- a/app-misc/dvtm/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST dvtm-0.4.1.tar.gz 21729 RMD160 bfaf0869c74bf180da1e13ba35a87c68844799a5 SHA1 44e032d6f4334ce0dfe92cc0121c6cb46d2d95bb SHA256 f5dc75a5e94811885590d4167541bd3b7fd23530a576c204b95104514b5c173a
-EBUILD dvtm-0.4.1.ebuild 1652 RMD160 d6848c4652fa7dbc8d9859c85e711d95bd30c0c3 SHA1 32fae0d00319f5539ccbaff3faf9b6d9a76ec0b6 SHA256 8877ae902a5d3ee1839e17128015d6219e2126ba6e0004b458b2e7b5e3afbfb9

diff --git a/app-misc/dvtm/dvtm-0.4.1.ebuild b/app-misc/dvtm/dvtm-0.4.1.ebuild
deleted file mode 100644
index 5ce3687..0000000
--- a/app-misc/dvtm/dvtm-0.4.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils savedconfig toolchain-funcs
-
-DESCRIPTION="Dynamic virtual terminal manager"
-HOMEPAGE="http://www.brain-dump.org/projects/dvtm/"
-SRC_URI="http://www.brain-dump.org/projects/dvtm/${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="unicode"
-
-DEPEND="sys-libs/ncurses"
-RDEPEND=${DEPEND}
-
-pkg_setup() {
-	if use unicode && ! built_with_use sys-libs/ncurses unicode ; then
-		eerror "dvtm depends on sys-libs/ncurses compiled with unicode support,"
-		eerror "please re-emerge sys-libs/ncurses with the unicode USE flag enabled."
-		die "Missing unicode USE flag for sys-libs/ncurses"
-	fi
-}
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
-	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"
-	sed -i \
-		-e '/strip/d' \
-		Makefile || die "sed Makefile failed"
-
-	use savedconfig && restore_config config.h
-}
-
-src_compile() {
-	local msg=""
-	local target="dvtm"
-	use unicode && target="unicode"
-	use savedconfig && msg=", please check the configfile"
-	emake CC=$(tc-getCC) ${target} || 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
-
-	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}"
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-24  8:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-24  8:16 [gentoo-commits] dev/dev-zero:master commit in: app-misc/dvtm/ Tiziano Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox