summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-09-06 00:42:53 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-09-06 00:42:53 +0000
commitf074420723a184d9fd20aee3feeb5b033c868736 (patch)
tree7d2fee2a091f3e7f2ce4b8beca9da28de035f1d6 /sys-apps/i2c
parentSwitch to use epause and ebeep, bug #62950 (Manifest recommit) (diff)
downloadgentoo-2-f074420723a184d9fd20aee3feeb5b033c868736.tar.gz
gentoo-2-f074420723a184d9fd20aee3feeb5b033c868736.tar.bz2
gentoo-2-f074420723a184d9fd20aee3feeb5b033c868736.zip
Switch to use epause and ebeep, bug #62950
Diffstat (limited to 'sys-apps/i2c')
-rw-r--r--sys-apps/i2c/ChangeLog6
-rw-r--r--sys-apps/i2c/i2c-2.8.4.ebuild4
-rw-r--r--sys-apps/i2c/i2c-2.8.7.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/i2c/ChangeLog b/sys-apps/i2c/ChangeLog
index cfebfbadcbad..097da3f2adf5 100644
--- a/sys-apps/i2c/ChangeLog
+++ b/sys-apps/i2c/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/i2c
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/ChangeLog,v 1.21 2004/09/03 21:03:23 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/ChangeLog,v 1.22 2004/09/06 00:42:53 ciaranm Exp $
+
+ 06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> i2c-2.8.4.ebuild,
+ i2c-2.8.7.ebuild:
+ Switch to use epause and ebeep, bug #62950
03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> i2c-2.7.0.ebuild,
i2c-2.8.0.ebuild, i2c-2.8.1.ebuild, i2c-2.8.2.ebuild, i2c-2.8.3.ebuild,
diff --git a/sys-apps/i2c/i2c-2.8.4.ebuild b/sys-apps/i2c/i2c-2.8.4.ebuild
index 857bd7ea9e30..119afcc08fd4 100644
--- a/sys-apps/i2c/i2c-2.8.4.ebuild
+++ b/sys-apps/i2c/i2c-2.8.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.4.ebuild,v 1.8 2004/09/03 21:03:23 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.4.ebuild,v 1.9 2004/09/06 00:42:53 ciaranm Exp $
inherit eutils
@@ -103,7 +103,7 @@ src_install() {
PREFIX=/usr \
MANDIR=/usr/share/man \
install || die
- sleep 5 # Show important warnings from the Makefile
+ epause 5 # Show important warnings from the Makefile
dodoc CHANGES INSTALL README
fi
}
diff --git a/sys-apps/i2c/i2c-2.8.7.ebuild b/sys-apps/i2c/i2c-2.8.7.ebuild
index 5d19c637cb26..b0db2547594f 100644
--- a/sys-apps/i2c/i2c-2.8.7.ebuild
+++ b/sys-apps/i2c/i2c-2.8.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.7.ebuild,v 1.4 2004/09/03 21:03:23 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/i2c/i2c-2.8.7.ebuild,v 1.5 2004/09/06 00:42:53 ciaranm Exp $
inherit eutils
@@ -103,7 +103,7 @@ src_install() {
PREFIX=/usr \
MANDIR=/usr/share/man \
install || die
- sleep 5 # Show important warnings from the Makefile
+ epause 5 # Show important warnings from the Makefile
dodoc CHANGES INSTALL README
fi
}