summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald van Dijk <truedfx@gentoo.org>2005-11-20 19:07:00 +0000
committerHarald van Dijk <truedfx@gentoo.org>2005-11-20 19:07:00 +0000
commit74b537e85f854011c4f043ed347ee49ea8b4d2b4 (patch)
tree0f825752e601cf81ebd089c6a981dc7fbdd3ebdd /dev-util/dialog/dialog-1.0.20040731.ebuild
parentstable on amd64 wrt bug 112482 (diff)
downloadgentoo-2-74b537e85f854011c4f043ed347ee49ea8b4d2b4.tar.gz
gentoo-2-74b537e85f854011c4f043ed347ee49ea8b4d2b4.tar.bz2
gentoo-2-74b537e85f854011c4f043ed347ee49ea8b4d2b4.zip
version bump + bug #112024
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-util/dialog/dialog-1.0.20040731.ebuild')
-rw-r--r--dev-util/dialog/dialog-1.0.20040731.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-util/dialog/dialog-1.0.20040731.ebuild b/dev-util/dialog/dialog-1.0.20040731.ebuild
deleted file mode 100644
index 10ec6d4ead3f..000000000000
--- a/dev-util/dialog/dialog-1.0.20040731.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.0.20040731.ebuild,v 1.13 2005/01/22 15:02:48 gongloo Exp $
-
-inherit eutils
-
-MY_PV="${PV/1.0./1.0-}"
-S=${WORKDIR}/${PN}-${MY_PV}
-DESCRIPTION="tool to display dialog boxes from a shell"
-HOMEPAGE="http://hightek.org/dialog/"
-SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${MY_PV}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390 ppc-macos"
-IUSE="unicode"
-
-DEPEND=">=app-shells/bash-2.04-r3
- >=sys-libs/ncurses-5.2-r5"
-
-src_compile() {
- export LANG=C
- use unicode && ncursesw="w"
- econf "--with-ncurses${ncursesw}" || die "configure failed"
- emake || die "build failed"
-}
-
-src_install() {
- make install DESTDIR=${D} || die
- dodoc CHANGES README VERSION
-
- docinto samples
- dodoc samples/*
- docinto samples/install
- dodoc samples/install/*
- docinto samples/copifuncs
- dodoc samples/copifuncs/*
-}