summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-11-10 12:05:20 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-11-10 12:05:20 +0000
commit6c2a35ed835adca2cd3401929f3608543b16d0c0 (patch)
tree50ed66a9ac2c98eea09084821bae89c0e14756f7 /dev-libs/pilot-link
parentA=-fix, try->die,... (diff)
downloadgentoo-2-6c2a35ed835adca2cd3401929f3608543b16d0c0.tar.gz
gentoo-2-6c2a35ed835adca2cd3401929f3608543b16d0c0.tar.bz2
gentoo-2-6c2a35ed835adca2cd3401929f3608543b16d0c0.zip
A=-fix, try->die, tab-fixes, stylefixes, ...
Diffstat (limited to 'dev-libs/pilot-link')
-rw-r--r--dev-libs/pilot-link/files/digest-pilot-link-0.9.01
-rw-r--r--dev-libs/pilot-link/files/digest-pilot-link-0.9.51
-rw-r--r--dev-libs/pilot-link/pilot-link-0.9.0.ebuild31
-rw-r--r--dev-libs/pilot-link/pilot-link-0.9.5.ebuild28
-rw-r--r--dev-libs/pilot-link/pilot-link-0.9.6.ebuild29
5 files changed, 20 insertions, 70 deletions
diff --git a/dev-libs/pilot-link/files/digest-pilot-link-0.9.0 b/dev-libs/pilot-link/files/digest-pilot-link-0.9.0
deleted file mode 100644
index 6489de82d704..000000000000
--- a/dev-libs/pilot-link/files/digest-pilot-link-0.9.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 558ed399ca19c5759eeb22ff0e23fdd2 pilot-link.0.9.0.tar.gz 458752
diff --git a/dev-libs/pilot-link/files/digest-pilot-link-0.9.5 b/dev-libs/pilot-link/files/digest-pilot-link-0.9.5
deleted file mode 100644
index 23ad5be41f3e..000000000000
--- a/dev-libs/pilot-link/files/digest-pilot-link-0.9.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2a593ec62adb57262d9b6a1cbf9908ee pilot-link.0.9.5.tar.gz 487424
diff --git a/dev-libs/pilot-link/pilot-link-0.9.0.ebuild b/dev-libs/pilot-link/pilot-link-0.9.0.ebuild
deleted file mode 100644
index 341b1eb209ac..000000000000
--- a/dev-libs/pilot-link/pilot-link-0.9.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name <your email>
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pilot-link/pilot-link-0.9.0.ebuild,v 1.2 2001/06/08 01:08:06 achim Exp $
-
-A=${PN}.${PV}.tar.gz
-S=${WORKDIR}/${PN}.${PV}
-DESCRIPTION="A pilot link librarie"
-SRC_URI="http://www.slac.com/pilone/kpilot_home/download/${A}"
-HOMEPAGE="http://www.slac.com/pilone/kpilot_home"
-
-DEPEND="virtual/glibc"
-src_unpack() {
- unpack ${A}
- patch -p0 <${FILESDIR}/${PF}-gentoo.diff
-}
-src_compile() {
- try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} \
- --with-tcl=no --with-itcl=no --with-tk=no \
- --with-python=no --with-java=no --with-perl5=no
- try make
-
-}
-
-src_install () {
-
- try make prefix=${D}/usr mandir1=${D}/usr/share/man/man1 mandir7=${D}/usr/share/man/man7 install
- dodoc COPYING* ChangeLog README TODO
-
-}
-
diff --git a/dev-libs/pilot-link/pilot-link-0.9.5.ebuild b/dev-libs/pilot-link/pilot-link-0.9.5.ebuild
deleted file mode 100644
index 54d92e3e8c35..000000000000
--- a/dev-libs/pilot-link/pilot-link-0.9.5.ebuild
+++ /dev/null
@@ -1,28 +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>
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pilot-link/pilot-link-0.9.5.ebuild,v 1.1 2001/07/02 21:05:35 lamer Exp $
-
-A=${PN}.0.9.5.tar.gz
-S=${WORKDIR}/${PN}.0.9.5
-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://www.gnu-designs.com/pilot-link/source/${A}"
-HOMEPAGE="http://www.gnu-designs.com/pilot-link/"
-DEPEND="virtual/glibc"
-
-src_compile() {
- try ./configure --prefix=/usr/ --mandir=/usr/share/man \
- --infodir=/usr/share/info --with-tcl=no --with-itcl=no \
- --with-tk=no --with-python=no --with-java=no --with-perl5=no
- try make clean
- try make ${MAKEOPTS}
-}
-
-src_install() {
- try make prefix=${D}/usr/ mandir=${D}/usr/share/man infodir=${D}/usr/share/info install
- dodoc COPYING COPYING.LIB ChangeLog README TODO doc/syncabs.sgml
-}
-
diff --git a/dev-libs/pilot-link/pilot-link-0.9.6.ebuild b/dev-libs/pilot-link/pilot-link-0.9.6.ebuild
index b35470a97874..635bee891a50 100644
--- a/dev-libs/pilot-link/pilot-link-0.9.6.ebuild
+++ b/dev-libs/pilot-link/pilot-link-0.9.6.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# AJ Lewis <aj@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/pilot-link/pilot-link-0.9.6.ebuild,v 1.1 2001/10/08 09:09:10 hallski Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pilot-link/pilot-link-0.9.6.ebuild,v 1.2 2001/11/10 12:05:20 hallski Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A suite of tools contains a series of conduits for moving
@@ -14,15 +14,26 @@ HOMEPAGE="http://www.gnu-designs.com/pilot-link/"
DEPEND="virtual/glibc"
src_compile() {
- try ./configure --prefix=/usr/ --mandir=/usr/share/man \
- --infodir=/usr/share/info --with-tcl=no --with-itcl=no \
- --with-tk=no --with-python=no --with-java=no --with-perl5=no
- try make clean
- try make ${MAKEOPTS}
+ ./configure --host=${CHOST} \
+ --prefix=/usr/ \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --with-tcl=no \
+ --with-itcl=no \
+ --with-tk=no \
+ --with-python=no \
+ --with-java=no \
+ --with-perl5=no
+ assert
+
+ emake || die
}
src_install() {
- try make prefix=${D}/usr/ mandir=${D}/usr/share/man infodir=${D}/usr/share/info install
- dodoc COPYING COPYING.LIB ChangeLog README TODO doc/syncabs.sgml
-}
+ make prefix=${D}/usr \
+ mandir=${D}/usr/share/man \
+ infodir=${D}/usr/share/info \
+ install || die
+ dodoc COPYING COPYING.LIB ChangeLog README TODO doc/syncabs.sgml
+}