diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-05-03 13:31:31 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-05-03 13:31:31 +0000 |
commit | 5afb63dcb94b1de70bf778b1ce2697dd1775e9f8 (patch) | |
tree | 12e3d452968c2a48add521c5a87682f665ee2db9 /sys-apps | |
parent | Add libexif dependency as per bug #128450 and put the ebuild under kde herd. (diff) | |
download | historical-5afb63dcb94b1de70bf778b1ce2697dd1775e9f8.tar.gz historical-5afb63dcb94b1de70bf778b1ce2697dd1775e9f8.tar.bz2 historical-5afb63dcb94b1de70bf778b1ce2697dd1775e9f8.zip |
Fix spelling errors
Package-Manager: portage-2.1_pre7-r4
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hotplug/Manifest | 16 | ||||
-rw-r--r-- | sys-apps/hotplug/hotplug-20040923-r2.ebuild | 6 |
2 files changed, 16 insertions, 6 deletions
diff --git a/sys-apps/hotplug/Manifest b/sys-apps/hotplug/Manifest index 155badd94d6b..97bbaccf8efd 100644 --- a/sys-apps/hotplug/Manifest +++ b/sys-apps/hotplug/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 93afbcea7945c25b783130b280775b25 ChangeLog 11017 RMD160 36056370aab0362c4b7728fa77b023f5e5dd0b9e ChangeLog 11017 SHA256 448a628105d692ae54f4cd5fb1025fb50a28039803e616474b1df304280f617a ChangeLog 11017 @@ -73,12 +76,19 @@ SHA256 f42274c421307d11614b05e74244aebcadec95542c63f2bd2d8510a624fe60ca hotplug- MD5 da196a882ed9d9a362fed0b3f4a10dcc hotplug-20040923-r1.ebuild 2286 RMD160 91a29ad2a2e4fdc6c3ffa01d75ac83f40b1c0b4d hotplug-20040923-r1.ebuild 2286 SHA256 29aa01452dcfdd3b9eede5a461be4f6c8758c08f76bfd95f25e30e08242b0a5c hotplug-20040923-r1.ebuild 2286 -MD5 dd0221ca3c99acb455a246c28a414ce5 hotplug-20040923-r2.ebuild 2489 -RMD160 65efb510fbd3be3518c2be042b42d43e3df9fc5c hotplug-20040923-r2.ebuild 2489 -SHA256 46ab478497eec3513d21e121a84ce1b0b2f718f6e422654ebfc0c238765fad08 hotplug-20040923-r2.ebuild 2489 +MD5 fa085cee1193dea2b92f718133fa8b26 hotplug-20040923-r2.ebuild 2488 +RMD160 0225e4b113b92e483524bb244b497d5d8389e6c6 hotplug-20040923-r2.ebuild 2488 +SHA256 f9fa41d283b480e8ea4bfb459ac646033105b0e72557f1cf2a79444d539b1a4e hotplug-20040923-r2.ebuild 2488 MD5 3090ae95c340e913c9c10dbf241f09d5 hotplug-20040923.ebuild 2220 RMD160 5d3148e323bdbeb420ec51053b13fb8e337db588 hotplug-20040923.ebuild 2220 SHA256 111cf545b19cd16b4d65423a560a9045d6a9ecd30006ad5d89471f41d32676b6 hotplug-20040923.ebuild 2220 MD5 075d5a933d6175160a02ddf15bd4f454 metadata.xml 260 RMD160 f1b0916156eade656b558b7507109b69ed78d394 metadata.xml 260 SHA256 31722725c8bf774ad90600f7a3f50f2ca76c1396aad6888ce1cc08ce981b1552 metadata.xml 260 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2.1 (GNU/Linux) + +iD8DBQFEWLC/JrHF4yAQTrARAjrmAJ4nHAj/ecEUfReoIVjpBCSjrxmmmwCdE+B8 +v5iO3stNzmslVSMolQqlD8Q= +=qzLe +-----END PGP SIGNATURE----- diff --git a/sys-apps/hotplug/hotplug-20040923-r2.ebuild b/sys-apps/hotplug/hotplug-20040923-r2.ebuild index 7336ec7adee6..f11876fa78de 100644 --- a/sys-apps/hotplug/hotplug-20040923-r2.ebuild +++ b/sys-apps/hotplug/hotplug-20040923-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20040923-r2.ebuild,v 1.1 2006/04/20 00:01:53 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20040923-r2.ebuild,v 1.2 2006/05/03 13:31:31 agriffis Exp $ inherit eutils @@ -61,7 +61,7 @@ src_install() { } pkg_postinst() { - ewarn "WARNING: The hotplug init script is now gone (dead and burried.)" + ewarn "WARNING: The hotplug init script is now gone (dead and buried)." ewarn "WARNING: If you want to load modules for hardware that was already" ewarn "WARNING: discovered at boot time, like the old hotplug init script" ewarn "WARNING: did, then emerge the coldplug package, and add coldplug to" @@ -72,5 +72,5 @@ pkg_postinst() { ewarn "WARNING: expect it to be in that location." echo ewarn "If you still have the file /etc/hotplug/isapnp.rc on your system," - ewarn "please delete it by hand, the file /etc/hotplug/pnp.rc superseeds it." + ewarn "please delete it by hand, the file /etc/hotplug/pnp.rc supercedes it." } |