summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-09-05 23:57:02 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-09-05 23:57:02 +0000
commit78e587f942a0ab347faa1a7ed7114fbdbce70e1d (patch)
tree9abf3352729a7e9aebe168ace34311041fb36923 /app-office
parentSwitch to use epause and ebeep, bug #62950 (diff)
downloadhistorical-78e587f942a0ab347faa1a7ed7114fbdbce70e1d.tar.gz
historical-78e587f942a0ab347faa1a7ed7114fbdbce70e1d.tar.bz2
historical-78e587f942a0ab347faa1a7ed7114fbdbce70e1d.zip
Switch to use epause and ebeep, bug #62950
Diffstat (limited to 'app-office')
-rw-r--r--app-office/grisbi/ChangeLog5
-rw-r--r--app-office/grisbi/Manifest10
-rw-r--r--app-office/grisbi/grisbi-0.5.0-r1.ebuild8
3 files changed, 13 insertions, 10 deletions
diff --git a/app-office/grisbi/ChangeLog b/app-office/grisbi/ChangeLog
index c175b2bdf2f6..7d1259a04d87 100644
--- a/app-office/grisbi/ChangeLog
+++ b/app-office/grisbi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/grisbi
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v 1.5 2004/08/14 15:00:46 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/ChangeLog,v 1.6 2004/09/05 23:57:02 ciaranm Exp $
+
+ 06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> grisbi-0.5.0-r1.ebuild:
+ Switch to use epause and ebeep, bug #62950
14 Aug 2004; Sven Wegener <swegener@gentoo.org> metadata.xml:
Corrected metadata.xml to match DTD.
diff --git a/app-office/grisbi/Manifest b/app-office/grisbi/Manifest
index 29f34d6cbada..84d8ed1bd9ba 100644
--- a/app-office/grisbi/Manifest
+++ b/app-office/grisbi/Manifest
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 b32a43813d296fcc09eaec2180187a3a ChangeLog 954
-MD5 9e8ec839dae3159059a250339d4ab2d6 grisbi-0.5.0-r1.ebuild 1629
+MD5 19a48a3bb19960297f79c97526256b1a ChangeLog 1075
MD5 5387e76e6294c5f60159aab38850fee9 metadata.xml 443
+MD5 c99ae9131136db90f2e6957cd7d7c8c3 grisbi-0.5.0-r1.ebuild 1592
MD5 ccc62cf2f2a9ecc58aebb729a2cca5c4 files/digest-grisbi-0.5.0-r1 64
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
-iD8DBQFBHiluI1lqEGTUzyQRAkQcAJ9dnEUVOGC3VtBm9mvj6tnzqTegugCgldmK
-HZr53eKJqwLqr/AzbaHfhnw=
-=IvRi
+iD8DBQFBO6ckLLFUmVNQ7rkRAoCQAJ4+zOqAJWoE5VgaytreywadPmIDCQCfbZwo
+dIV8G0g3WTQHyKTurm899kg=
+=fNSM
-----END PGP SIGNATURE-----
diff --git a/app-office/grisbi/grisbi-0.5.0-r1.ebuild b/app-office/grisbi/grisbi-0.5.0-r1.ebuild
index d8297a719a0a..fd816c5ef639 100644
--- a/app-office/grisbi/grisbi-0.5.0-r1.ebuild
+++ b/app-office/grisbi/grisbi-0.5.0-r1.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-office/grisbi/grisbi-0.5.0-r1.ebuild,v 1.6 2004/08/07 21:14:48 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/grisbi-0.5.0-r1.ebuild,v 1.7 2004/09/05 23:57:02 ciaranm Exp $
+
+inherit eutils
IUSE="print"
@@ -29,9 +31,7 @@ pkg_setup() {
einfo "the build with USE=\"print\""
einfo
echo
- for TICKER in 1 2 3 4 5; do
- echo -ne "\a" ; sleep 1
- done
+ ebeep 5
fi
}