summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald van Dijk <truedfx@gentoo.org>2007-11-07 21:53:37 +0000
committerHarald van Dijk <truedfx@gentoo.org>2007-11-07 21:53:37 +0000
commit2c8d64253c8acdfe61f089facf21aa9878dbdfc1 (patch)
treecca52631b6c7577dd3cc82e7cdbd182f100f6958 /dev-util
parentVersion bump due to the introduction of a patch from bug #182616 which is rat... (diff)
downloadgentoo-2-2c8d64253c8acdfe61f089facf21aa9878dbdfc1.tar.gz
gentoo-2-2c8d64253c8acdfe61f089facf21aa9878dbdfc1.tar.bz2
gentoo-2-2c8d64253c8acdfe61f089facf21aa9878dbdfc1.zip
Version bump (bug #198351)
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/dialog/ChangeLog8
-rw-r--r--dev-util/dialog/dialog-1.1.20071028.ebuild48
-rw-r--r--dev-util/dialog/files/digest-dialog-1.1.200710283
3 files changed, 58 insertions, 1 deletions
diff --git a/dev-util/dialog/ChangeLog b/dev-util/dialog/ChangeLog
index 48a796edbbac..802ccc030b3d 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.99 2007/11/06 15:16:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.100 2007/11/07 21:53:36 truedfx Exp $
+
+*dialog-1.1.20071028 (07 Nov 2007)
+
+ 07 Nov 2007; Harald van Dijk <truedfx@gentoo.org>
+ +dialog-1.1.20071028.ebuild:
+ Version bump (bug #198351)
06 Nov 2007; Jeroen Roovers <jer@gentoo.org> dialog-1.1.20070704.ebuild:
Stable for HPPA (bug #193879).
diff --git a/dev-util/dialog/dialog-1.1.20071028.ebuild b/dev-util/dialog/dialog-1.1.20071028.ebuild
new file mode 100644
index 000000000000..3ff534d512fd
--- /dev/null
+++ b/dev-util/dialog/dialog-1.1.20071028.ebuild
@@ -0,0 +1,48 @@
+# 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.20071028.ebuild,v 1.1 2007/11/07 21:53:36 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="ftp://invisible-island.net/${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 nls unicode"
+
+RDEPEND=">=app-shells/bash-2.04-r3
+ >=sys-libs/ncurses-5.2-r5"
+DEPEND="${RDEPEND}
+ nls? ( sys-devel/gettext )"
+
+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() {
+ use unicode && ncursesw="w"
+ econf $(use_enable nls) \
+ "--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.20071028 b/dev-util/dialog/files/digest-dialog-1.1.20071028
new file mode 100644
index 000000000000..c574adcfc013
--- /dev/null
+++ b/dev-util/dialog/files/digest-dialog-1.1.20071028
@@ -0,0 +1,3 @@
+MD5 73604d3b3a43b5a122709a7a8e4edee2 dialog-1.1-20071028.tgz 369837
+RMD160 d3ab49bfb3a16a106f219689f4a513eb6a02e892 dialog-1.1-20071028.tgz 369837
+SHA256 1841fdd89c1d680c11ea854bc2ea93a08c80ba066d74a5faeb3ff76409e6e751 dialog-1.1-20071028.tgz 369837