Portage is a package management system used by Gentoo Linux
# ChangeLog for app-pda/coldsync
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/ChangeLog,v 1.9 2007/02/21 22:53:05 peper Exp $
21 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
22 Aug 2006; Alastair Tse
+files/coldsync-2.2.5-broken-c++.diff, -coldsync-2.2.5.ebuild,
coldsync-2.2.5-r1.ebuild:
added patch for fix compile error, cleaned up patching in ebuild and changed
to use_with for econf options. (#141222)
*coldsync-3.0_pre4 (12 Mar 2006)
12 Mar 2006; Robin H. Johnson
+coldsync-3.0_pre4.ebuild:
Bug #109066, version bump, needed for some newer hardware.
22 Jul 2005; David Holm
Added to ~ppc.
02 Jul 2004; Aron Griffis
coldsync-2.2.5.ebuild:
sync IUSE (+nls, +perl)
*coldsync-2.2.5 (30 Aug 2003)
30 Aug 2003; Alastair Tse
coldsync-2.2.5.ebuild, files/coldsync-2.2.5-gcc3.diff:
moving from dev-libs/coldsync to app-pda/coldsync
06 Dec 2002; Rodney Rees
*coldsync-2.2.5-r1 (15 Aug 2002)
11 Oct 2002;
fixes bug 8536
15 Aug 2002; Matthew Turk
Bumped revision after fixing compile on GCC 3.1. Closing bug 5750.
*coldsync-2.2.5 (27 May 2002)
27 May 2002; Ryan Phillips
Initial checkin of this package.
AUX coldsync-2.2.5-broken-c++.diff 823 RMD160 6a96abda6162efe30f0fceb56fb6f7be8777a0d2 SHA1 97d03cb41c4e7641509c49a3c4fa7885e36e1f18 SHA256 8e5f4ced3ebc97ebf724a57d0225bd8872637fee8fd3668cda9d250870d604b4
AUX coldsync-2.2.5-gcc3.diff 308 RMD160 a71cb0368978107db933314a4f2999ae1d701728 SHA1 b575f2bba2e38c439d8e2d0f08086e438c9eb8e1 SHA256 1b736cac84838d2dd38c79356994231554c3e8087dcb2b9635ab07ebfc833d03
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 1150 RMD160 c55415710bad5e7baccdb62e188bff62598ea16c SHA1 e067129f404c3fa392d0701cbee10689ab84bac3 SHA256 eb175d0b72195295d2683c268c9ece38ad68ee0b0e5ae385a98adf80e91862f6
EBUILD coldsync-3.0_pre4.ebuild 1511 RMD160 2002e42069eed833793d7e81fa37952bb73f3b4a SHA1 da26061da9d8eebee5d4c0e4f1dfe0001a4ccced SHA256 3a3498f9dd20c18200f06ed274f7ae84a69bdcc36ff8e2f77feffde95c980303
MISC ChangeLog 1647 RMD160 90730fbe4f181826a3de3fc5c59651442b02c8ec SHA1 8064e65519f8624a278839086efa7cdd791be312 SHA256 c1bb0a3bed64621dc4af15c47c3acaf11e0f948170537796682c1a07ecbe8800
MISC metadata.xml 156 RMD160 6a6d0f6bfe83e3a54c2d72444564ed6ab19857fe SHA1 5b9cb277159d763c133920e483df8d3d587cf7e2 SHA256 7f72b73f6e0d6e26603d85e52cca524711faddf6b516640104c3b82aab4754fb
# 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.9 2007/06/26 01:41:10 mr_bones_ Exp $
inherit eutils
DESCRIPTION="A command-line tool to synchronize PalmOS PDAs with Unix workstations"
SRC_URI="http://www.coldsync.org/download/${P}.tar.gz"
HOMEPAGE="http://www.coldsync.org/"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="~ppc sparc x86"
IUSE="nls perl"
src_unpack() {
unpack ${A}
cd "${S}"
epatch ${FILESDIR}/coldsync-2.2.5-gcc3.diff
epatch ${FILESDIR}/coldsync-2.2.5-broken-c++.diff
}
src_compile() {
cd ${S}
econf $(use_with nls i18n) $(use_with perl)
make || die "couldn't make coldsync"
}
src_install() {
make \
PREFIX=${D}/usr \
MANDIR=${D}/usr/share/man \
SYSCONFDIR=${D}/etc \
DATADIR=${D}/usr/share \
INFODIR=${D}/usr/share/info \
INSTALLMAN3DIR=${D}/usr/share/man/man3 \
INSTALLSITEMAN3DIR=${D}/usr/share/man/man3 \
INSTALLVENDORMAN3DIR=${D}/usr/share/man/man3 \
install || die "couldn't install coldsync"
dodoc AUTHORS Artistic ChangeLog HACKING INSTALL NEWS README TODO
}
# 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-3.0_pre4.ebuild,v 1.1 2006/03/12 08:04:33 robbat2 Exp $
DESCRIPTION="A command-line tool to synchronize PalmOS PDAs with Unix workstations"
MY_PV="${PV/_/-}"
SRC_URI="http://www.coldsync.org/download/coldsync-${MY_PV}.tar.gz"
HOMEPAGE="http://www.coldsync.org/"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="~x86 ~sparc ~ppc"
IUSE="nls perl usb caps"
DEPEND="usb? ( >=dev-libs/libusb-0.1.10a )
perl? ( dev-lang/perl )
caps? ( sys-libs/libcap )"
S=${WORKDIR}/${PN}-${MY_PV}
src_compile() {
local myconf
#use nls || myconf="${myconf} --without-i18n"
#use perl || myconf="${myconf} --without-perl"
myconf="${myconf} `use_with perl`"
myconf="${myconf} `use_with nls i18n`"
myconf="${myconf} `use_with usb libusb`"
myconf="${myconf} `use_with caps capabilities`"
econf ${myconf} || die "configuring coldsync failed"
make || die "couldn't make coldsync"
}
src_install() {
make \
PREFIX=${D}/usr \
MANDIR=${D}/usr/share/man \
SYSCONFDIR=${D}/etc \
DATADIR=${D}/usr/share \
INFODIR=${D}/usr/share/info \
INSTALLMAN3DIR=${D}/usr/share/man/man3 \
INSTALLSITEMAN3DIR=${D}/usr/share/man/man3 \
INSTALLVENDORMAN3DIR=${D}/usr/share/man/man3 \
EXTRA_INFOFILES="" \
install || die "couldn't install coldsync"
use perl && rm -f ${D}/usr/lib/perl5/*/*/perllocal.pod
dodoc AUTHORS Artistic ChangeLog HACKING INSTALL NEWS README TODO
}