diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-12-09 03:05:22 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-12-09 03:05:22 +0000 |
commit | 79fe99836f7581f3ae19218ccc8fea48c5a34060 (patch) | |
tree | af237271572c53ae472438f85277c0490ad8c6e7 /dev-util | |
parent | gstreamer and plugins work fine on ppc now (with gcam disabled) (diff) | |
download | gentoo-2-79fe99836f7581f3ae19218ccc8fea48c5a34060.tar.gz gentoo-2-79fe99836f7581f3ae19218ccc8fea48c5a34060.tar.bz2 gentoo-2-79fe99836f7581f3ae19218ccc8fea48c5a34060.zip |
bump unstable briefly
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/dialog/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/dialog/dialog-0.9_beta20020814.ebuild | 26 | ||||
-rw-r--r-- | dev-util/dialog/files/digest-dialog-0.9_beta20020814 | 1 |
3 files changed, 34 insertions, 1 deletions
diff --git a/dev-util/dialog/ChangeLog b/dev-util/dialog/ChangeLog index a7abc1a670e4..531efec23621 100644 --- a/dev-util/dialog/ChangeLog +++ b/dev-util/dialog/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/dialog # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.4 2002/07/23 21:12:02 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.5 2002/12/09 03:05:22 lostlogic Exp $ + +*dialog-0.9_beta20020814 (08 Dec 2002) + + 08 Dec 2002; Brandon Low <lostlogic@gentoo.org> dialog-0.9_beta20020814.ebuild : + + Upstream update and minor ebuild change. *dialog-0.9_beta20020519 (03 Jun 2002) diff --git a/dev-util/dialog/dialog-0.9_beta20020814.ebuild b/dev-util/dialog/dialog-0.9_beta20020814.ebuild new file mode 100644 index 000000000000..96902e0f675c --- /dev/null +++ b/dev-util/dialog/dialog-0.9_beta20020814.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-0.9_beta20020814.ebuild,v 1.1 2002/12/09 03:05:22 lostlogic Exp $ + +MY_PV="0.9b-20020814" +S=${WORKDIR}/dialog-${MY_PV} +DESCRIPTION="A Tool to display Dialog boxes from Shell" +SRC_URI="ftp://ftp.debian.org/debian/pool/main/d/dialog/dialog_${MY_PV}.orig.tar.gz" +HOMEPAGE="http://www.advancedresearch.org/dialog/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" + +DEPEND=">=sys-apps/bash-2.04-r3 + >=sys-libs/ncurses-5.2-r5" + +src_compile() { + econf --with-ncurses || die +} + +src_install() { + einstall MANDIR=${D}/usr/share/man/man1 || die + + dodoc CHANGES COPYING README VERSION +} diff --git a/dev-util/dialog/files/digest-dialog-0.9_beta20020814 b/dev-util/dialog/files/digest-dialog-0.9_beta20020814 new file mode 100644 index 000000000000..6ebd020a75ad --- /dev/null +++ b/dev-util/dialog/files/digest-dialog-0.9_beta20020814 @@ -0,0 +1 @@ +MD5 4dc6753c7d5cda88714409737f605435 dialog_0.9b-20020814.orig.tar.gz 204959 |