diff options
author | Greg Kroah-Hartman <gregkh@gentoo.org> | 2004-03-30 00:12:14 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@gentoo.org> | 2004-03-30 00:12:14 +0000 |
commit | 83c70688c91501123f29e78cacd72f210d95408c (patch) | |
tree | b85c56c84fbdb1a35113faa5db38ee7747f271e5 /sys-apps | |
parent | inherit eutils for epatch (diff) | |
download | historical-83c70688c91501123f29e78cacd72f210d95408c.tar.gz historical-83c70688c91501123f29e78cacd72f210d95408c.tar.bz2 historical-83c70688c91501123f29e78cacd72f210d95408c.zip |
took out post messages as they don't make sense.
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hotplug-base/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/hotplug-base/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/hotplug-base/hotplug-base-20040329.ebuild | 7 |
3 files changed, 8 insertions, 9 deletions
diff --git a/sys-apps/hotplug-base/ChangeLog b/sys-apps/hotplug-base/ChangeLog index 1b5507e3ec69..a62a3cdb8ce9 100644 --- a/sys-apps/hotplug-base/ChangeLog +++ b/sys-apps/hotplug-base/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/hotplug # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug-base/ChangeLog,v 1.1 2004/03/29 23:58:36 gregkh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug-base/ChangeLog,v 1.2 2004/03/30 00:12:14 gregkh Exp $ + + 29 Mar 2004; Greg Kroah-Hartman <gregkh@gentoo.org> + hotplug-base-20040329.ebuild: + got rid of the post messages ad as they do not make any sense. *hotplug-base-20040329 (29 Mar 2004) diff --git a/sys-apps/hotplug-base/Manifest b/sys-apps/hotplug-base/Manifest index 1b5f829999da..d283b2c1b06b 100644 --- a/sys-apps/hotplug-base/Manifest +++ b/sys-apps/hotplug-base/Manifest @@ -1,4 +1,4 @@ -MD5 8fada97ed2b03525be62f880544d0b24 ChangeLog 541 -MD5 4481e4b724fc05c1ad5a1e28db221227 hotplug-base-20040329.ebuild 876 +MD5 363a79eb4e4bc708b77a1179529f67d6 ChangeLog 696 +MD5 9965d64e0d3dddbbe2a7819389e2b7a7 hotplug-base-20040329.ebuild 743 MD5 075d5a933d6175160a02ddf15bd4f454 metadata.xml 260 MD5 cdf598564a6f23642c5a1c9518432670 files/digest-hotplug-base-20040329 69 diff --git a/sys-apps/hotplug-base/hotplug-base-20040329.ebuild b/sys-apps/hotplug-base/hotplug-base-20040329.ebuild index 283c313a66fd..269489886f3f 100644 --- a/sys-apps/hotplug-base/hotplug-base-20040329.ebuild +++ b/sys-apps/hotplug-base/hotplug-base-20040329.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/sys-apps/hotplug-base/hotplug-base-20040329.ebuild,v 1.1 2004/03/29 23:58:36 gregkh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug-base/hotplug-base-20040329.ebuild,v 1.2 2004/03/30 00:12:14 gregkh Exp $ inherit eutils @@ -25,8 +25,3 @@ src_install() { keepdir /etc/hotplug.d/ } -pkg_postinst() { - ewarn "WARNING: The fxload program was spliced off this package" - ewarn "WARNING: emerge fxload if you need it" -} - |