diff options
-rw-r--r-- | dev-util/dialog/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/dialog/dialog-1.1.20070604.ebuild | 45 | ||||
-rw-r--r-- | dev-util/dialog/files/digest-dialog-1.1.20070604 | 3 |
3 files changed, 55 insertions, 1 deletions
diff --git a/dev-util/dialog/ChangeLog b/dev-util/dialog/ChangeLog index 8bacc752adb7..38544d782f8d 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.84 2007/05/25 15:21:44 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.85 2007/06/09 10:35:34 truedfx Exp $ + +*dialog-1.1.20070604 (09 Jun 2007) + + 09 Jun 2007; Harald van Dijk <truedfx@gentoo.org> + +dialog-1.1.20070604.ebuild: + Version bump (#181303) 25 May 2007; Brent Baude <ranger@gentoo.org> dialog-1.1.20070227.ebuild: Marking dialog-1.1.2007022 ppc64 stable for bug 179092 diff --git a/dev-util/dialog/dialog-1.1.20070604.ebuild b/dev-util/dialog/dialog-1.1.20070604.ebuild new file mode 100644 index 000000000000..a2daf9ea463c --- /dev/null +++ b/dev-util/dialog/dialog-1.1.20070604.ebuild @@ -0,0 +1,45 @@ +# 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.20070604.ebuild,v 1.1 2007/06/09 10:35:35 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 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() { + 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.20070604 b/dev-util/dialog/files/digest-dialog-1.1.20070604 new file mode 100644 index 000000000000..1f9cf9975515 --- /dev/null +++ b/dev-util/dialog/files/digest-dialog-1.1.20070604 @@ -0,0 +1,3 @@ +MD5 e90aedcb25a198caba0627f34afea7fd dialog-1.1-20070604.tgz 365939 +RMD160 06bee856154f8c8804c9a8fc6f04df5e5b4a2cb4 dialog-1.1-20070604.tgz 365939 +SHA256 aa89777d6e096917100bd54082cdac9ba6053b11d11e6b17d2dcd5279a0711fa dialog-1.1-20070604.tgz 365939 |