diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-06 00:06:11 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-06 00:06:11 +0000 |
commit | ac271f15bafab95342b68f9bccfa66fbbe2b3cec (patch) | |
tree | 504e087bd34c2d681e3064c056dfb497e603376a /app-text/active-dvi | |
parent | Stable on ppc. (diff) | |
download | historical-ac271f15bafab95342b68f9bccfa66fbbe2b3cec.tar.gz historical-ac271f15bafab95342b68f9bccfa66fbbe2b3cec.tar.bz2 historical-ac271f15bafab95342b68f9bccfa66fbbe2b3cec.zip |
Switch to use epause and ebeep, bug #62950
Diffstat (limited to 'app-text/active-dvi')
-rw-r--r-- | app-text/active-dvi/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/active-dvi/active-dvi-1.4.0.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-text/active-dvi/ChangeLog b/app-text/active-dvi/ChangeLog index 9b4b65901266..750bee10f40b 100644 --- a/app-text/active-dvi/ChangeLog +++ b/app-text/active-dvi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/active-dvi # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.6 2004/06/24 22:27:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.7 2004/09/06 00:04:10 ciaranm Exp $ + + 06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> active-dvi-1.4.0.ebuild: + Switch to use epause and ebeep, bug #62950 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> active-dvi-1.4.0.ebuild: Fix use invocation diff --git a/app-text/active-dvi/active-dvi-1.4.0.ebuild b/app-text/active-dvi/active-dvi-1.4.0.ebuild index fc6200563fc6..eed40fb20074 100644 --- a/app-text/active-dvi/active-dvi-1.4.0.ebuild +++ b/app-text/active-dvi/active-dvi-1.4.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.4.0.ebuild,v 1.6 2004/06/24 22:27:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.4.0.ebuild,v 1.7 2004/09/06 00:04:10 ciaranm Exp $ + +inherit eutils MY_PN=${PN/ctive-/} MY_P=${MY_PN}-${PV} @@ -42,7 +44,7 @@ pkg_setup() { echo "" # give the user some time to read this, but leave the # choice up to them - sleep 8 + epause 8 fi fi |