summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-06-04 17:55:07 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-06-04 17:55:07 +0000
commitfea430ff4edf44e0459f75d50b7c076d4ed8bf8c (patch)
treeb73551ba13cd091cdba3f578b5e99613eb93f4c2 /app-emulation
parentAdded patches for the CAN-2004-0133, CAN-2004-0181, CAN-2004-0394, and CAN-20... (diff)
downloadhistorical-fea430ff4edf44e0459f75d50b7c076d4ed8bf8c.tar.gz
historical-fea430ff4edf44e0459f75d50b7c076d4ed8bf8c.tar.bz2
historical-fea430ff4edf44e0459f75d50b7c076d4ed8bf8c.zip
pkg_postinstall -> pkg_postinst
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qemu/ChangeLog6
-rw-r--r--app-emulation/qemu/Manifest14
-rw-r--r--app-emulation/qemu/qemu-0.5.1.ebuild4
-rw-r--r--app-emulation/qemu/qemu-0.5.2.ebuild4
-rw-r--r--app-emulation/qemu/qemu-0.5.3.ebuild4
-rw-r--r--app-emulation/qemu/qemu-0.5.4.ebuild4
-rw-r--r--app-emulation/qemu/qemu-0.5.5.ebuild4
7 files changed, 22 insertions, 18 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog
index 29dfa8ae70d6..cdf571a05902 100644
--- a/app-emulation/qemu/ChangeLog
+++ b/app-emulation/qemu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/qemu
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.10 2004/05/17 15:40:41 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.11 2004/06/04 17:55:07 mr_bones_ Exp $
+
+ 04 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> qemu-0.5.1.ebuild,
+ qemu-0.5.2.ebuild, qemu-0.5.3.ebuild, qemu-0.5.4.ebuild, qemu-0.5.5.ebuild:
+ pkg_postinstall -> pkg_postinst
17 May 2004; Luca Barbato <lu_zero@gentoo.org> qemu-0.5.5.ebuild:
Put the qemu-fast target modal
diff --git a/app-emulation/qemu/Manifest b/app-emulation/qemu/Manifest
index ef536aeaa212..f505465e3b5e 100644
--- a/app-emulation/qemu/Manifest
+++ b/app-emulation/qemu/Manifest
@@ -1,13 +1,13 @@
+MD5 c257f198c9c54e43b233502afa937eec ChangeLog 1501
+MD5 898131aae735c3477ff2f9c6882f1178 metadata.xml 223
+MD5 64acec35a1c36a7d0f52942770197990 qemu-0.5.1.ebuild 1266
+MD5 528af2b12bee2cd3f8302e320a1bdb9d qemu-0.5.2.ebuild 1266
+MD5 ee436ec267ab0cd5583dcc1b4ef58441 qemu-0.5.3.ebuild 1137
+MD5 9eff70d329ef850adf7a88208ef7c9d8 qemu-0.5.4.ebuild 1243
+MD5 3fc335c9bd9225701ad32b61865ec114 qemu-0.5.5.ebuild 1424
MD5 88e94451ca673f24fe04a290f6675c88 files/digest-qemu-0.5.1 62
MD5 786f98412b9ce8febf208cf9be8e38f6 files/digest-qemu-0.5.2 62
MD5 0c6b253eac2104422e703ff88143185a files/digest-qemu-0.5.3 62
MD5 db8dd5ec671adf9b083ee0ab605a10b7 files/digest-qemu-0.5.4 62
MD5 62d5623a299bcc726e288cf573600681 files/qemu-0.5.4-jocelyn-mayer-ppc.patch 5341
MD5 ed6b8235e3ff239ab99ca1d1a27bb3a3 files/digest-qemu-0.5.5 62
-MD5 bda713c0f225bdaacd15ba47f73e53ee ChangeLog 1313
-MD5 898131aae735c3477ff2f9c6882f1178 metadata.xml 223
-MD5 89dc577573c359f3752de39e8871e9d9 qemu-0.5.1.ebuild 1269
-MD5 b9289746711e2eac826c7bd532f03ac1 qemu-0.5.2.ebuild 1264
-MD5 087d4ed1b8c18fc89af9839919b75857 qemu-0.5.3.ebuild 1139
-MD5 0cfb61367ea5ecddc42f4d21060111bf qemu-0.5.4.ebuild 1245
-MD5 b8ea97fcf238211bf1d1e1f885327a46 qemu-0.5.5.ebuild 1426
diff --git a/app-emulation/qemu/qemu-0.5.1.ebuild b/app-emulation/qemu/qemu-0.5.1.ebuild
index c86f190c65e2..a8e6764921d5 100644
--- a/app-emulation/qemu/qemu-0.5.1.ebuild
+++ b/app-emulation/qemu/qemu-0.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.5.1.ebuild,v 1.4 2004/02/22 18:56:56 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.5.1.ebuild,v 1.5 2004/06/04 17:55:07 mr_bones_ Exp $
DESCRIPTION="Multi-platform & multi-targets dynamic translator"
SRC_URI="http://fabrice.bellard.free.fr/qemu/${P}.tar.gz"
@@ -43,7 +43,7 @@ src_install() {
dodoc README README.distrib *.html linux.sh
}
-pkg_postinstall() {
+pkg_postinst() {
echo ">> You will need the Universal TUN/TAP driver compiled into"
echo ">> kernel or as a module to use the virtual network device."
}
diff --git a/app-emulation/qemu/qemu-0.5.2.ebuild b/app-emulation/qemu/qemu-0.5.2.ebuild
index 75ad8f39dfd4..61370a81e742 100644
--- a/app-emulation/qemu/qemu-0.5.2.ebuild
+++ b/app-emulation/qemu/qemu-0.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.5.2.ebuild,v 1.3 2004/03/15 12:37:24 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.5.2.ebuild,v 1.4 2004/06/04 17:55:07 mr_bones_ Exp $
DESCRIPTION="Multi-platform & multi-targets dynamic translator"
SRC_URI="http://fabrice.bellard.free.fr/qemu/${P}.tar.gz"
@@ -43,7 +43,7 @@ src_install() {
dodoc README README.distrib *.html linux.sh
}
-pkg_postinstall() {
+pkg_postinst() {
echo ">> You will need the Universal TUN/TAP driver compiled into"
echo ">> kernel or as a module to use the virtual network device."
}
diff --git a/app-emulation/qemu/qemu-0.5.3.ebuild b/app-emulation/qemu/qemu-0.5.3.ebuild
index 7fd0ac5a54be..114b262ace30 100644
--- a/app-emulation/qemu/qemu-0.5.3.ebuild
+++ b/app-emulation/qemu/qemu-0.5.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.5.3.ebuild,v 1.3 2004/04/28 16:47:33 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.5.3.ebuild,v 1.4 2004/06/04 17:55:07 mr_bones_ Exp $
DESCRIPTION="Multi-platform & multi-targets dynamic translator"
SRC_URI="http://fabrice.bellard.free.fr/qemu/${P}.tar.gz"
@@ -36,7 +36,7 @@ src_install() {
mandir=${D}/usr/share/man || die
}
-pkg_postinstall() {
+pkg_postinst() {
echo ">> You will need the Universal TUN/TAP driver compiled into"
echo ">> kernel or as a module to use the virtual network device."
}
diff --git a/app-emulation/qemu/qemu-0.5.4.ebuild b/app-emulation/qemu/qemu-0.5.4.ebuild
index 41a5a3ad503c..27b5513c24e3 100644
--- a/app-emulation/qemu/qemu-0.5.4.ebuild
+++ b/app-emulation/qemu/qemu-0.5.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.5.4.ebuild,v 1.1 2004/04/28 16:47:33 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.5.4.ebuild,v 1.2 2004/06/04 17:55:07 mr_bones_ Exp $
inherit eutils
@@ -44,7 +44,7 @@ src_install() {
mandir=${D}/usr/share/man || die
}
-pkg_postinstall() {
+pkg_postinst() {
echo ">> You will need the Universal TUN/TAP driver compiled into"
echo ">> kernel or as a module to use the virtual network device."
}
diff --git a/app-emulation/qemu/qemu-0.5.5.ebuild b/app-emulation/qemu/qemu-0.5.5.ebuild
index faba26979845..86eceac06c6e 100644
--- a/app-emulation/qemu/qemu-0.5.5.ebuild
+++ b/app-emulation/qemu/qemu-0.5.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.5.5.ebuild,v 1.3 2004/05/17 15:40:41 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.5.5.ebuild,v 1.4 2004/06/04 17:55:07 mr_bones_ Exp $
inherit eutils
@@ -47,7 +47,7 @@ src_install() {
mandir=${D}/usr/share/man || die
}
-pkg_postinstall() {
+pkg_postinst() {
echo ">> You will need the Universal TUN/TAP driver compiled into"
echo ">> kernel or as a module to use the virtual network device."
}