summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emulation/qemu/ChangeLog6
-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
-rw-r--r--x11-misc/kflog/ChangeLog5
-rw-r--r--x11-misc/kflog/kflog-2.1.1.ebuild4
8 files changed, 21 insertions, 14 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/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."
}
diff --git a/x11-misc/kflog/ChangeLog b/x11-misc/kflog/ChangeLog
index 451e70551cb6..cf31fc5ea90e 100644
--- a/x11-misc/kflog/ChangeLog
+++ b/x11-misc/kflog/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/kflog
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/kflog/ChangeLog,v 1.3 2004/05/10 14:48:17 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/kflog/ChangeLog,v 1.4 2004/06/04 17:52:23 mr_bones_ Exp $
+
+ 04 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> kflog-2.1.1.ebuild:
+ pkg_postinstall -> pkg_postinst
10 May 2004; Daniel Ahlberg <aliz@gentoo.org> kflog-2.1.1.ebuild:
Added amd64 keyword, closing #50627.
diff --git a/x11-misc/kflog/kflog-2.1.1.ebuild b/x11-misc/kflog/kflog-2.1.1.ebuild
index d131ccaea22b..91ef0970ac38 100644
--- a/x11-misc/kflog/kflog-2.1.1.ebuild
+++ b/x11-misc/kflog/kflog-2.1.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/x11-misc/kflog/kflog-2.1.1.ebuild,v 1.3 2004/05/10 14:48:17 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/kflog/kflog-2.1.1.ebuild,v 1.4 2004/06/04 17:52:23 mr_bones_ Exp $
inherit kde
need-kde 3
@@ -43,7 +43,7 @@ src_install() {
chmod -R ug+rw ${D}/usr/share/apps/kflog/mapdata
}
-pkg_postinstall() {
+pkg_postinst() {
einfo "Note: Maps are not included. KFlog can download required data"
einfo "for you, or you may obtain map/airspace/airfield data at:"
einfo