summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lutgens <blutgens@gentoo.org>2001-07-12 15:10:44 +0000
committerBen Lutgens <blutgens@gentoo.org>2001-07-12 15:10:44 +0000
commit71653bcb5b202cb3b7f5d703a612d2d106036687 (patch)
treea3e083ab5fbf61af7503c738fb437d800c495a37 /dev-libs
parentnew stable version (diff)
downloadhistorical-71653bcb5b202cb3b7f5d703a612d2d106036687.tar.gz
historical-71653bcb5b202cb3b7f5d703a612d2d106036687.tar.bz2
historical-71653bcb5b202cb3b7f5d703a612d2d106036687.zip
there is a newer package with is not broken
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/pilot-link/pilot-link-0.9.3.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-libs/pilot-link/pilot-link-0.9.3.ebuild b/dev-libs/pilot-link/pilot-link-0.9.3.ebuild
deleted file mode 100644
index 4b8f4352b462..000000000000
--- a/dev-libs/pilot-link/pilot-link-0.9.3.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.3.ebuild,v 1.1 2001/06/12 01:51:52 aj Exp $
-
-A=${PN}.${PV}.tar.gz
-S=${WORKDIR}/${PN}.${PV}
-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
-}
-