diff options
author | Matthew Turk <satai@gentoo.org> | 2002-08-15 06:05:45 +0000 |
---|---|---|
committer | Matthew Turk <satai@gentoo.org> | 2002-08-15 06:05:45 +0000 |
commit | fc96d4c3b3541ef4ed9e06a1370ead36119d21ff (patch) | |
tree | c836a020d8cba008653be6d32ac2110e0c494260 /dev-libs/coldsync | |
parent | added ppc to keywords (diff) | |
download | gentoo-2-fc96d4c3b3541ef4ed9e06a1370ead36119d21ff.tar.gz gentoo-2-fc96d4c3b3541ef4ed9e06a1370ead36119d21ff.tar.bz2 gentoo-2-fc96d4c3b3541ef4ed9e06a1370ead36119d21ff.zip |
Bumped revision after fixing compile on GCC 3.1. Closing bug 5750.
Diffstat (limited to 'dev-libs/coldsync')
-rw-r--r-- | dev-libs/coldsync/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/coldsync/coldsync-2.2.5-r1.ebuild | 36 | ||||
-rw-r--r-- | dev-libs/coldsync/files/coldsync-2.2.5-gcc3.diff | 10 | ||||
-rw-r--r-- | dev-libs/coldsync/files/digest-coldsync-2.2.5-r1 | 1 |
4 files changed, 54 insertions, 1 deletions
diff --git a/dev-libs/coldsync/ChangeLog b/dev-libs/coldsync/ChangeLog index 95c783d7efe6..1ec43024c675 100644 --- a/dev-libs/coldsync/ChangeLog +++ b/dev-libs/coldsync/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/coldsync # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-libs/coldsync/ChangeLog,v 1.1 2002/05/27 23:16:04 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/coldsync/ChangeLog,v 1.2 2002/08/15 06:05:45 satai Exp $ + +*coldsync-2.2.5-r1 (15 Aug 2002) + + 15 Aug 2002; Matthew Turk <satai@gentoo.org> ChangeLog : + + Bumped revision after fixing compile on GCC 3.1. Closing bug 5750. *coldsync-2.2.5 (27 May 2002) diff --git a/dev-libs/coldsync/coldsync-2.2.5-r1.ebuild b/dev-libs/coldsync/coldsync-2.2.5-r1.ebuild new file mode 100644 index 000000000000..c541c7f8fb78 --- /dev/null +++ b/dev-libs/coldsync/coldsync-2.2.5-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/coldsync/coldsync-2.2.5-r1.ebuild,v 1.1 2002/08/15 06:05:45 satai Exp $ + +S=${WORKDIR}/${P} +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="x86 sparc sparc64" + +src_compile() { + cd ${S} + local myconf + use nls || myconf="${myconf} --without-i18n" + use perl || myconf="${myconf} --without-perl" + + patch -p1 < ${FILESDIR}/coldsync-2.2.5-gcc3.diff + + 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 \ + install || die "couldn't install coldsync" + + dodoc AUTHORS Artistic ChangeLog HACKING INSTALL NEWS README TODO +} diff --git a/dev-libs/coldsync/files/coldsync-2.2.5-gcc3.diff b/dev-libs/coldsync/files/coldsync-2.2.5-gcc3.diff new file mode 100644 index 000000000000..bf88d8daf17f --- /dev/null +++ b/dev-libs/coldsync/files/coldsync-2.2.5-gcc3.diff @@ -0,0 +1,10 @@ +--- coldsync-2.2.5/src/symboltable.cc-orig Mon Aug 12 12:32:56 2002 ++++ coldsync-2.2.5/src/symboltable.cc Mon Aug 12 12:32:25 2002 +@@ -7,6 +7,7 @@ + * $Id: coldsync-2.2.5-gcc3.diff,v 1.1 2002/08/15 06:05:45 satai Exp $ + */ + ++using namespace std; + #include "config.h" + #include <string> + #include <map> diff --git a/dev-libs/coldsync/files/digest-coldsync-2.2.5-r1 b/dev-libs/coldsync/files/digest-coldsync-2.2.5-r1 new file mode 100644 index 000000000000..73055c37fa32 --- /dev/null +++ b/dev-libs/coldsync/files/digest-coldsync-2.2.5-r1 @@ -0,0 +1 @@ +MD5 cba1d751a51d50a1983a7e0245820099 coldsync-2.2.5.tar.gz 663307 |