summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-21 17:02:09 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-21 17:02:09 +0000
commitdcc7781be45cab1b4acdd18f8f5d5508b27a717e (patch)
tree4c990d45564d77dcdb571dd893402bdc662a6a85 /dev-libs/pilot-link
parentversion bump (diff)
downloadgentoo-2-dcc7781be45cab1b4acdd18f8f5d5508b27a717e.tar.gz
gentoo-2-dcc7781be45cab1b4acdd18f8f5d5508b27a717e.tar.bz2
gentoo-2-dcc7781be45cab1b4acdd18f8f5d5508b27a717e.zip
version bump
Diffstat (limited to 'dev-libs/pilot-link')
-rw-r--r--dev-libs/pilot-link/ChangeLog15
-rw-r--r--dev-libs/pilot-link/files/digest-pilot-link-0.10.991
-rw-r--r--dev-libs/pilot-link/files/digest-pilot-link-0.11.11
-rw-r--r--dev-libs/pilot-link/pilot-link-0.10.99.ebuild44
-rw-r--r--dev-libs/pilot-link/pilot-link-0.11.1.ebuild49
5 files changed, 61 insertions, 49 deletions
diff --git a/dev-libs/pilot-link/ChangeLog b/dev-libs/pilot-link/ChangeLog
index 0a1eb3b33658..c5ca71f51e4b 100644
--- a/dev-libs/pilot-link/ChangeLog
+++ b/dev-libs/pilot-link/ChangeLog
@@ -1,11 +1,18 @@
# ChangeLog for dev-libs/pilot-link
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pilot-link/ChangeLog,v 1.4 2002/07/15 02:57:42 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pilot-link/ChangeLog,v 1.5 2002/07/21 17:02:09 seemant Exp $
-*pilot-link-0.11 (14 Jul 2002)
+*pilot-link-0.11.1 (21 Jul 2002)
- 14 Jul 2002; Seemant Kulleen <seemant@gentoo.org> pilot-link-0.11.ebuild
- files/digest-pilot-link-0.11 :
+ 21 Jul 2002; Seemant Kulleen <seemant@gentoo.org> pilot-link-0.11.1.ebuild
+ files/digest-pilot-link-0.11.1 :
+
+ Version bump.
+
+*pilot-link-0.11.0 (14 Jul 2002)
+
+ 14 Jul 2002; Seemant Kulleen <seemant@gentoo.org> pilot-link-0.11.0.ebuild
+ files/digest-pilot-link-0.11.0 :
Version bump to newest stable.
diff --git a/dev-libs/pilot-link/files/digest-pilot-link-0.10.99 b/dev-libs/pilot-link/files/digest-pilot-link-0.10.99
deleted file mode 100644
index 9ffd2367c606..000000000000
--- a/dev-libs/pilot-link/files/digest-pilot-link-0.10.99
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c7acfa7464be5eee763137a590a6f282 pilot-link-0.10.99.tar.gz 621520
diff --git a/dev-libs/pilot-link/files/digest-pilot-link-0.11.1 b/dev-libs/pilot-link/files/digest-pilot-link-0.11.1
new file mode 100644
index 000000000000..f74fe850d359
--- /dev/null
+++ b/dev-libs/pilot-link/files/digest-pilot-link-0.11.1
@@ -0,0 +1 @@
+MD5 b7b7b00ff13fe4e499f02bdfb1785178 pilot-link-0.11.1.tar.bz2 640198
diff --git a/dev-libs/pilot-link/pilot-link-0.10.99.ebuild b/dev-libs/pilot-link/pilot-link-0.10.99.ebuild
deleted file mode 100644
index 5b17a7c92873..000000000000
--- a/dev-libs/pilot-link/pilot-link-0.10.99.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# AJ Lewis <aj@gentoo.org>
-#
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A suite of tools contains a series of conduits for moving
-information to and from your Palm device and your desktop or workstation
-system."
-
-SRC_URI="http://pilot-link.org/source/${A}"
-HOMEPAGE="http://www.pilot-link.org/"
-DEPEND="virtual/glibc"
-
-src_compile() {
- ./configure --host=${CHOST} \
- --prefix=/usr/ \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --includedir=/usr/include/libpisock \
- --with-tcl=no \
- --with-itcl=no \
- --with-tk=no \
- --with-python=no \
- --with-java=no \
- --with-perl5=no
- assert
-
- cd ${S}
- emake || die
-}
-
-src_install() {
-
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- includedir=${D}/usr/include/libpisock \
- infodir=${D}/usr/share/info \
- install || die
-
- dodoc COPYING COPYING.LIB ChangeLog README TODO
-
-}
diff --git a/dev-libs/pilot-link/pilot-link-0.11.1.ebuild b/dev-libs/pilot-link/pilot-link-0.11.1.ebuild
new file mode 100644
index 000000000000..068fa3f6fe62
--- /dev/null
+++ b/dev-libs/pilot-link/pilot-link-0.11.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pilot-link/pilot-link-0.11.1.ebuild,v 1.1 2002/07/21 17:02:09 seemant Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="A suite of tools contains a series of conduits for moving
+information to and from your Palm device and your desktop or workstation
+system."
+
+SRC_URI="http://pilot-link.org/source/${P}.tar.bz2"
+HOMEPAGE="http://www.pilot-link.org/"
+DEPEND="virtual/glibc"
+
+SLOT="0"
+LICENSE="GPL-2 | LGPL"
+KEYWORDS="x86"
+
+src_compile() {
+
+ local myconf
+
+ use perl || myconf="${myconf} --with-perl5=no"
+ use java || myconf="${myconf} --with-java=no"
+ use tcltk || myconf="${myconf} --with-tcl=no --with-itcl=no --with-tk=no"
+
+ econf \
+ --includedir=/usr/include/libpisock \
+ --with-perl5=no \
+ --with-python=no \
+ --with-java=no \
+ --with-tcl=no \
+ --with-itcl=no \
+ --with-tk=no || die
+
+ cd ${S}
+ emake || die
+
+
+}
+
+src_install() {
+
+ make \
+ DESTDIR=${D} \
+ install || die
+
+ dodoc ChangeLog README TODO NEWS AUTHORS
+
+}