summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-06-26 01:41:10 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-06-26 01:41:10 +0000
commitc79da06cd4d9089982b3280dd6a80f7e3d50ed66 (patch)
tree8dcb37cca0e8a0eb1d6786adf21bc1db99d99360 /app-pda/coldsync
parentwhitespace (diff)
downloadhistorical-c79da06cd4d9089982b3280dd6a80f7e3d50ed66.tar.gz
historical-c79da06cd4d9089982b3280dd6a80f7e3d50ed66.tar.bz2
historical-c79da06cd4d9089982b3280dd6a80f7e3d50ed66.zip
whitespace
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'app-pda/coldsync')
-rw-r--r--app-pda/coldsync/Manifest8
-rw-r--r--app-pda/coldsync/coldsync-2.2.5-r1.ebuild4
2 files changed, 6 insertions, 6 deletions
diff --git a/app-pda/coldsync/Manifest b/app-pda/coldsync/Manifest
index 510384e9549f..11fce4527439 100644
--- a/app-pda/coldsync/Manifest
+++ b/app-pda/coldsync/Manifest
@@ -8,10 +8,10 @@ RMD160 a71cb0368978107db933314a4f2999ae1d701728 files/coldsync-2.2.5-gcc3.diff 3
SHA256 1b736cac84838d2dd38c79356994231554c3e8087dcb2b9635ab07ebfc833d03 files/coldsync-2.2.5-gcc3.diff 308
DIST coldsync-2.2.5.tar.gz 663307 RMD160 76d1065c3558f26f22a94d67e26e0ed25a2367fd SHA1 0f12142d468d35974e11682848f9a949957ed739 SHA256 635575e2175a865827319ad21cbfbac95a42a7256730898ae9e9104b63b4fef6
DIST coldsync-3.0-pre4.tar.gz 657305 RMD160 b4bc230a4056e2825d466dfbde2e05458c8ae8af SHA1 c6210b020ba51d3d101c82c2bf77257cb22d8e23 SHA256 ca32dbcd1b2d3cbce8ee4e34aafb1183fc09c3ead69d308e76454a9c4c4728c3
-EBUILD coldsync-2.2.5-r1.ebuild 1149 RMD160 21ff5efffdf7cac553e03f45ec81b865526cc4c3 SHA1 6842691865d6206a0b88a6d40931a1bb13029e68 SHA256 4ca3694c0180abe1cd6b9e84a21a0b0678d96a59d2567ea4a73808c84764d05f
-MD5 1fdab2572bf5fe899310bc3de487c72b coldsync-2.2.5-r1.ebuild 1149
-RMD160 21ff5efffdf7cac553e03f45ec81b865526cc4c3 coldsync-2.2.5-r1.ebuild 1149
-SHA256 4ca3694c0180abe1cd6b9e84a21a0b0678d96a59d2567ea4a73808c84764d05f coldsync-2.2.5-r1.ebuild 1149
+EBUILD coldsync-2.2.5-r1.ebuild 1150 RMD160 c55415710bad5e7baccdb62e188bff62598ea16c SHA1 e067129f404c3fa392d0701cbee10689ab84bac3 SHA256 eb175d0b72195295d2683c268c9ece38ad68ee0b0e5ae385a98adf80e91862f6
+MD5 ae006f22fa376dc1f138496fdb6d0605 coldsync-2.2.5-r1.ebuild 1150
+RMD160 c55415710bad5e7baccdb62e188bff62598ea16c coldsync-2.2.5-r1.ebuild 1150
+SHA256 eb175d0b72195295d2683c268c9ece38ad68ee0b0e5ae385a98adf80e91862f6 coldsync-2.2.5-r1.ebuild 1150
EBUILD coldsync-3.0_pre4.ebuild 1511 RMD160 2002e42069eed833793d7e81fa37952bb73f3b4a SHA1 da26061da9d8eebee5d4c0e4f1dfe0001a4ccced SHA256 3a3498f9dd20c18200f06ed274f7ae84a69bdcc36ff8e2f77feffde95c980303
MD5 278b71f782f5f83c46ce798fb4de2439 coldsync-3.0_pre4.ebuild 1511
RMD160 2002e42069eed833793d7e81fa37952bb73f3b4a coldsync-3.0_pre4.ebuild 1511
diff --git a/app-pda/coldsync/coldsync-2.2.5-r1.ebuild b/app-pda/coldsync/coldsync-2.2.5-r1.ebuild
index 50b3b45be9ab..bd57b122cbec 100644
--- a/app-pda/coldsync/coldsync-2.2.5-r1.ebuild
+++ b/app-pda/coldsync/coldsync-2.2.5-r1.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/app-pda/coldsync/coldsync-2.2.5-r1.ebuild,v 1.8 2006/08/22 10:32:49 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-2.2.5-r1.ebuild,v 1.9 2007/06/26 01:41:10 mr_bones_ Exp $
inherit eutils
@@ -22,7 +22,7 @@ src_unpack() {
src_compile() {
cd ${S}
- econf $(use_with nls i18n) $(use_with perl)
+ econf $(use_with nls i18n) $(use_with perl)
make || die "couldn't make coldsync"
}