summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald van Dijk <truedfx@gentoo.org>2007-03-19 06:21:26 +0000
committerHarald van Dijk <truedfx@gentoo.org>2007-03-19 06:21:26 +0000
commit8a225ed8cc44d3bef0780675811e2fc2020eaaed (patch)
treec2a29714d445a96d40e5bdcb22d5353b5e0981e1 /dev-util
parentVersion bump #145445 by Pavel Shirov / Thomas Maguin. (diff)
downloadgentoo-2-8a225ed8cc44d3bef0780675811e2fc2020eaaed.tar.gz
gentoo-2-8a225ed8cc44d3bef0780675811e2fc2020eaaed.tar.bz2
gentoo-2-8a225ed8cc44d3bef0780675811e2fc2020eaaed.zip
Version bump
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/dialog/ChangeLog8
-rw-r--r--dev-util/dialog/dialog-1.1.20070227.ebuild51
-rw-r--r--dev-util/dialog/files/digest-dialog-1.1.200702273
3 files changed, 61 insertions, 1 deletions
diff --git a/dev-util/dialog/ChangeLog b/dev-util/dialog/ChangeLog
index a186452c946d..cdff43b45e30 100644
--- a/dev-util/dialog/ChangeLog
+++ b/dev-util/dialog/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/dialog
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.65 2007/03/18 20:57:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.66 2007/03/19 06:21:26 truedfx Exp $
+
+*dialog-1.1.20070227 (19 Mar 2007)
+
+ 19 Mar 2007; Harald van Dijk <truedfx@gentoo.org>
+ +dialog-1.1.20070227.ebuild:
+ Version bump
18 Mar 2007; Mike Frysinger <vapier@gentoo.org>
+files/dialog-1.0.20060221-mkdirs.patch, dialog-1.0.20060221.ebuild:
diff --git a/dev-util/dialog/dialog-1.1.20070227.ebuild b/dev-util/dialog/dialog-1.1.20070227.ebuild
new file mode 100644
index 000000000000..c95877cb84e4
--- /dev/null
+++ b/dev-util/dialog/dialog-1.1.20070227.ebuild
@@ -0,0 +1,51 @@
+# 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.1.20070227.ebuild,v 1.1 2007/03/19 06:21:26 truedfx Exp $
+
+inherit eutils
+
+MY_PV="${PV/1.1./1.1-}"
+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}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~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_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${PN}-1.0.20060221-mkdirs.patch #171348
+}
+
+src_compile() {
+ use unicode && ncursesw="w"
+ econf "--with-ncurses${ncursesw}" || die "configure failed"
+ emake || die "build failed"
+}
+
+src_install() {
+ emake 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.1.20070227 b/dev-util/dialog/files/digest-dialog-1.1.20070227
new file mode 100644
index 000000000000..e4a6f135a3c4
--- /dev/null
+++ b/dev-util/dialog/files/digest-dialog-1.1.20070227
@@ -0,0 +1,3 @@
+MD5 95239c16108017837e9a06d5d2ed7c2c dialog-1.1-20070227.tgz 363972
+RMD160 90a52a8016cf833863b9d590bb9de27b28d10a36 dialog-1.1-20070227.tgz 363972
+SHA256 e276e3a6c153ad9fbaf7658507a6cbb2e37cc957801eb3eb2d6423e53964eb2a dialog-1.1-20070227.tgz 363972