diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-04 17:52:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-04 17:52:23 +0000 |
commit | 89e54dcaadc8acdcddb6aa6676ecb4ea27652e44 (patch) | |
tree | 1aedf2288281bda49fa35fc8125e52fe6b9b12cd /x11-misc | |
parent | Added a patch to linux-headers-2.6.6 to solve sash issues on ARM and possibly... (diff) | |
download | historical-89e54dcaadc8acdcddb6aa6676ecb4ea27652e44.tar.gz historical-89e54dcaadc8acdcddb6aa6676ecb4ea27652e44.tar.bz2 historical-89e54dcaadc8acdcddb6aa6676ecb4ea27652e44.zip |
pkg_postinstall -> pkg_postinst
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/kflog/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/kflog/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/kflog/kflog-2.1.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
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/Manifest b/x11-misc/kflog/Manifest index 5dcfda716f85..c15ec96e8ab0 100644 --- a/x11-misc/kflog/Manifest +++ b/x11-misc/kflog/Manifest @@ -1,4 +1,4 @@ -MD5 c1214eb7ff72f13b775571eeb969b9b2 kflog-2.1.1.ebuild 1565 -MD5 053936b0f1a87eff30afee26ca7dc912 ChangeLog 578 +MD5 48e9129f8ae006ba938f87380261aa7e ChangeLog 692 +MD5 5f0aac4665c9adac7c1ccc234d5883b8 kflog-2.1.1.ebuild 1566 MD5 61fd3afb472cbaa87a9f93d37c840af6 metadata.xml 367 MD5 98254d123c609c4e7d9d142e43da91c9 files/digest-kflog-2.1.1 64 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 |