diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-05 19:50:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-05 19:50:54 +0000 |
commit | cac7617b374feba962927480bea282998049735c (patch) | |
tree | 3c6f5e8536f8d03360c78b7c9f051543fb0e1508 /net-wireless/kdebluetooth | |
parent | Updated the patch; should solve compilation issues on 2.4 headers. (diff) | |
download | gentoo-2-cac7617b374feba962927480bea282998049735c.tar.gz gentoo-2-cac7617b374feba962927480bea282998049735c.tar.bz2 gentoo-2-cac7617b374feba962927480bea282998049735c.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'net-wireless/kdebluetooth')
-rw-r--r-- | net-wireless/kdebluetooth/Manifest | 4 | ||||
-rw-r--r-- | net-wireless/kdebluetooth/kdebluetooth-20040128.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-wireless/kdebluetooth/Manifest b/net-wireless/kdebluetooth/Manifest index 844c1a7a5f80..c6e6d29b88b0 100644 --- a/net-wireless/kdebluetooth/Manifest +++ b/net-wireless/kdebluetooth/Manifest @@ -1,6 +1,6 @@ -MD5 676b0709655efb1c2e75f1c6614e8507 kdebluetooth-20040128.ebuild 1026 -MD5 c2e4a9cbfc5a0beb260967df0f74a07b kdebluetooth-20031218.ebuild 649 MD5 96297e756ab5eb8bc9cbe3b694b46b59 ChangeLog 547 +MD5 c2e4a9cbfc5a0beb260967df0f74a07b kdebluetooth-20031218.ebuild 649 MD5 96a4184e1e3325923219a5f96a5511a5 metadata.xml 163 +MD5 c952a16b055355e8eeca8b117f8a0e02 kdebluetooth-20040128.ebuild 1027 MD5 852dbaa21ac4ff445f4ea25c77275825 files/digest-kdebluetooth-20031218 74 MD5 5ecabd818ab238731c65407850941cfc files/digest-kdebluetooth-20040128 74 diff --git a/net-wireless/kdebluetooth/kdebluetooth-20040128.ebuild b/net-wireless/kdebluetooth/kdebluetooth-20040128.ebuild index 2ee2d34c805c..f031b72ed401 100644 --- a/net-wireless/kdebluetooth/kdebluetooth-20040128.ebuild +++ b/net-wireless/kdebluetooth/kdebluetooth-20040128.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/net-wireless/kdebluetooth/kdebluetooth-20040128.ebuild,v 1.1 2004/02/05 13:52:22 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/kdebluetooth/kdebluetooth-20040128.ebuild,v 1.2 2004/02/05 19:50:48 mr_bones_ Exp $ inherit kde need-kde 3 @@ -24,10 +24,10 @@ src_install() { } pkg_postinst() { - einfo "This new version of kde-bluetooth provide a replacement for the" + einfo "This new version of kde-bluetooth provide a replacement for the" einfo "standard bluepin program called \"kbluepin\"!!! " einfo "" einfo "If you want to use it, you have to edit your \"/etc/bluetooth/hcid.conf\" " einfo "and change the line \"pin_helper oldbluepin;\" with \"pin_helper /usr/bin/kbluepin;\"" - einfo "Then restart hcid to make the change working" + einfo "Then restart hcid to make the change working" } |