diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-02-08 02:17:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-02-08 02:17:07 +0000 |
commit | 83bd9ffb8dbc7a90481d8e55bfb7ed726089c4e3 (patch) | |
tree | 64bcbd5ac913ecb27ec9257aef11fb3cc06cbd91 | |
parent | Forgot 3 docs. (diff) | |
download | historical-83bd9ffb8dbc7a90481d8e55bfb7ed726089c4e3.tar.gz historical-83bd9ffb8dbc7a90481d8e55bfb7ed726089c4e3.tar.bz2 historical-83bd9ffb8dbc7a90481d8e55bfb7ed726089c4e3.zip |
repoman: Trim trailing whitespace
Package-Manager: portage-2.0.54
-rw-r--r-- | net-wireless/gnome-bluetooth/Manifest | 12 | ||||
-rw-r--r-- | net-wireless/gnome-bluetooth/gnome-bluetooth-0.7.0.ebuild | 6 |
2 files changed, 4 insertions, 14 deletions
diff --git a/net-wireless/gnome-bluetooth/Manifest b/net-wireless/gnome-bluetooth/Manifest index 24e4dd0aafd7..080e8e9abdea 100644 --- a/net-wireless/gnome-bluetooth/Manifest +++ b/net-wireless/gnome-bluetooth/Manifest @@ -1,6 +1,3 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 23cd889497db26f94aeebaba6cded892 ChangeLog 4026 MD5 54d3d1f463b503f1ad2fe16ab183fe4b files/0.6.0-segv.patch 458 MD5 ff63b2b07eb50db8962f544a45028bee files/digest-gnome-bluetooth-0.4.1 73 @@ -21,12 +18,5 @@ MD5 02a8c2b5233af552ea70cace6e0bd694 gnome-bluetooth-0.5.1-r2.ebuild 1380 MD5 8755e05a9e997b1b6c3b273bcf2ff796 gnome-bluetooth-0.5.1.ebuild 1290 MD5 34a07c9f0c70a15834f2009323cc3813 gnome-bluetooth-0.6.0-r1.ebuild 1431 MD5 e87e9ba6094477205e4bbf82ba1aac97 gnome-bluetooth-0.6.0.ebuild 1404 -MD5 b1397b21cf920c1a143a0f22a695a91f gnome-bluetooth-0.7.0.ebuild 1511 +MD5 8b64d772e519dfda493ecacbe8de0534 gnome-bluetooth-0.7.0.ebuild 1511 MD5 439de383d422683abddb9ff8b75aa67b metadata.xml 235 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFD6MR69ZFPrqoILX8RAs9BAKClGOmDCmwD26YlUK6CceK/5qLfrwCcDFgK -sZzDNXP3UvNVc8QcDmoxN3k= -=0KZp ------END PGP SIGNATURE----- diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.7.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.7.0.ebuild index 079f5dc92e91..449dafdfcbbc 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-0.7.0.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-0.7.0.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/net-wireless/gnome-bluetooth/gnome-bluetooth-0.7.0.ebuild,v 1.1 2006/02/07 15:59:15 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-0.7.0.ebuild,v 1.2 2006/02/08 02:17:07 mr_bones_ Exp $ inherit distutils gnome2 eutils multilib @@ -47,11 +47,11 @@ src_unpack() { libtoolize --force --copy || die aclocal || die automake -a || die - autoconf || die + autoconf || die } src_compile() { - platlibdir=$(get_libdir) gnome2_src_compile + platlibdir=$(get_libdir) gnome2_src_compile } pkg_postinst() { |