summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-08-30 09:07:56 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-08-30 09:07:56 +0000
commit6cff37d33938a0469eb69a1a4d7b0b7d72409ffa (patch)
tree77a86caebf58c166129841e4ffa4a75de25648e3 /dev-libs
parentEnable embed SAPI. (diff)
downloadgentoo-2-6cff37d33938a0469eb69a1a4d7b0b7d72409ffa.tar.gz
gentoo-2-6cff37d33938a0469eb69a1a4d7b0b7d72409ffa.tar.bz2
gentoo-2-6cff37d33938a0469eb69a1a4d7b0b7d72409ffa.zip
moving dev-libs/coldsync to app-pda/coldsync
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/coldsync/ChangeLog20
-rw-r--r--dev-libs/coldsync/Manifest6
-rw-r--r--dev-libs/coldsync/coldsync-2.2.5-r1.ebuild39
-rw-r--r--dev-libs/coldsync/coldsync-2.2.5.ebuild33
-rw-r--r--dev-libs/coldsync/files/coldsync-2.2.5-gcc3.diff10
-rw-r--r--dev-libs/coldsync/files/digest-coldsync-2.2.51
-rw-r--r--dev-libs/coldsync/files/digest-coldsync-2.2.5-r11
7 files changed, 0 insertions, 110 deletions
diff --git a/dev-libs/coldsync/ChangeLog b/dev-libs/coldsync/ChangeLog
deleted file mode 100644
index b31ad09f3037..000000000000
--- a/dev-libs/coldsync/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-# ChangeLog for dev-libs/coldsync
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/coldsync/ChangeLog,v 1.6 2003/02/12 06:02:07 vapier Exp $
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
-*coldsync-2.2.5-r1 (15 Aug 2002)
-
- 11 Oct 2002; <mcummings@gentoo.org> : Added man path directives to make -
- fixes bug 8536
-
- 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)
-
- 27 May 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog :
-
- Initial checkin of this package.
diff --git a/dev-libs/coldsync/Manifest b/dev-libs/coldsync/Manifest
deleted file mode 100644
index 3d9ddcc3a5be..000000000000
--- a/dev-libs/coldsync/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 cf987228e0f5fad8c9fa92dc2dc3a9bd ChangeLog 691
-MD5 e1924a8c31bd2f0b076f8d4368ad589b coldsync-2.2.5-r1.ebuild 1169
-MD5 670d7a696c122aea0e98428d01b92a25 coldsync-2.2.5.ebuild 967
-MD5 15805854248ab052b1cb5635f97cf5bd files/coldsync-2.2.5-gcc3.diff 306
-MD5 04ecb777d14c4aa748b305fa0d64adea files/digest-coldsync-2.2.5 66
-MD5 04ecb777d14c4aa748b305fa0d64adea files/digest-coldsync-2.2.5-r1 66
diff --git a/dev-libs/coldsync/coldsync-2.2.5-r1.ebuild b/dev-libs/coldsync/coldsync-2.2.5-r1.ebuild
deleted file mode 100644
index f4098a7d1beb..000000000000
--- a/dev-libs/coldsync/coldsync-2.2.5-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2003 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.4 2003/02/13 10:35:05 vapier 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 "
-
-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 \
- 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
-}
diff --git a/dev-libs/coldsync/coldsync-2.2.5.ebuild b/dev-libs/coldsync/coldsync-2.2.5.ebuild
deleted file mode 100644
index 645be59a7b1e..000000000000
--- a/dev-libs/coldsync/coldsync-2.2.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2003 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.ebuild,v 1.6 2003/02/13 10:35:09 vapier 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 "
-
-src_compile() {
- local myconf
- use nls || myconf="${myconf} --without-i18n"
- use perl || myconf="${myconf} --without-perl"
-
- 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
deleted file mode 100644
index bf88d8daf17f..000000000000
--- a/dev-libs/coldsync/files/coldsync-2.2.5-gcc3.diff
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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 b/dev-libs/coldsync/files/digest-coldsync-2.2.5
deleted file mode 100644
index 73055c37fa32..000000000000
--- a/dev-libs/coldsync/files/digest-coldsync-2.2.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cba1d751a51d50a1983a7e0245820099 coldsync-2.2.5.tar.gz 663307
diff --git a/dev-libs/coldsync/files/digest-coldsync-2.2.5-r1 b/dev-libs/coldsync/files/digest-coldsync-2.2.5-r1
deleted file mode 100644
index 73055c37fa32..000000000000
--- a/dev-libs/coldsync/files/digest-coldsync-2.2.5-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cba1d751a51d50a1983a7e0245820099 coldsync-2.2.5.tar.gz 663307