summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald van Dijk <truedfx@gentoo.org>2007-01-17 13:14:05 +0000
committerHarald van Dijk <truedfx@gentoo.org>2007-01-17 13:14:05 +0000
commita5fd52b1068e93b2e8812ba2db25711b36ba5886 (patch)
tree54c41ae01dbf1bc40be667fe2d4efb8c363a5499 /dev-util/dialog
parentCreate correct /usr/bin/yacc symlink after removing yacc (diff)
downloadgentoo-2-a5fd52b1068e93b2e8812ba2db25711b36ba5886.tar.gz
gentoo-2-a5fd52b1068e93b2e8812ba2db25711b36ba5886.tar.bz2
gentoo-2-a5fd52b1068e93b2e8812ba2db25711b36ba5886.zip
Version bump
(Portage version: 2.1.2)
Diffstat (limited to 'dev-util/dialog')
-rw-r--r--dev-util/dialog/ChangeLog10
-rw-r--r--dev-util/dialog/dialog-1.0.20060221.ebuild46
-rw-r--r--dev-util/dialog/files/digest-dialog-1.0.200602213
3 files changed, 57 insertions, 2 deletions
diff --git a/dev-util/dialog/ChangeLog b/dev-util/dialog/ChangeLog
index 84174d56372f..c5a4e1d95010 100644
--- a/dev-util/dialog/ChangeLog
+++ b/dev-util/dialog/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/dialog
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.62 2006/10/17 14:11:07 uberlord Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.63 2007/01/17 13:14:05 truedfx Exp $
+
+*dialog-1.0.20060221 (17 Jan 2007)
+
+ 17 Jan 2007; Harald van Dijk <truedfx@gentoo.org>
+ +dialog-1.0.20060221.ebuild:
+ Version bump
17 Oct 2006; Roy Marples <uberlord@gentoo.org> dialog-1.0.20051107.ebuild:
Added ~sparc-fbsd keyword.
diff --git a/dev-util/dialog/dialog-1.0.20060221.ebuild b/dev-util/dialog/dialog-1.0.20060221.ebuild
new file mode 100644
index 000000000000..d9590081b9a3
--- /dev/null
+++ b/dev-util/dialog/dialog-1.0.20060221.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.0.20060221.ebuild,v 1.1 2007/01/17 13:14:05 truedfx 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://invisible-island.net/dialog/dialog.html"
+SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${MY_PV}.orig.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+IUSE="examples unicode"
+
+DEPEND=">=app-shells/bash-2.04-r3
+ >=sys-libs/ncurses-5.2-r5"
+
+pkg_setup() {
+ if use unicode && ! built_with_use sys-libs/ncurses unicode; then
+ eerror "Installing dialog with the unicode flag requires ncurses be"
+ eerror "built with it as well. Please make sure your /etc/make.conf"
+ eerror "or /etc/portage/package.use enables it, and re-install"
+ eerror "ncurses with \`emerge --oneshot sys-libs/ncurses\`."
+ die "Re-emerge ncurses with the unicode flag"
+ fi
+}
+
+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
+
+ if use examples; then
+ docinto samples
+ dodoc samples/*
+ fi
+}
diff --git a/dev-util/dialog/files/digest-dialog-1.0.20060221 b/dev-util/dialog/files/digest-dialog-1.0.20060221
new file mode 100644
index 000000000000..cdfaafd4266e
--- /dev/null
+++ b/dev-util/dialog/files/digest-dialog-1.0.20060221
@@ -0,0 +1,3 @@
+MD5 acfd843163394e8bb17c841fdbe9c4a4 dialog_1.0-20060221.orig.tar.gz 337415
+RMD160 e8863cc0c82699668a013c0b1ac416a85b939086 dialog_1.0-20060221.orig.tar.gz 337415
+SHA256 3eea497cf4547446402980a18ae5303c9d8163bf06e9d7bf095b441bd9db88aa dialog_1.0-20060221.orig.tar.gz 337415