summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-11-16 00:06:25 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-11-16 00:06:25 +0000
commit8741425ecd92e9f6e043cfdbd3a263d8b0e13e55 (patch)
treefc9dc7901247334f33179307b8bfb48b23453756 /dev-libs/pilot-link
parentadded digest (diff)
downloadgentoo-2-8741425ecd92e9f6e043cfdbd3a263d8b0e13e55.tar.gz
gentoo-2-8741425ecd92e9f6e043cfdbd3a263d8b0e13e55.tar.bz2
gentoo-2-8741425ecd92e9f6e043cfdbd3a263d8b0e13e55.zip
removed old pilot link so that no one accidently merges it
Diffstat (limited to 'dev-libs/pilot-link')
-rw-r--r--dev-libs/pilot-link/files/digest-pilot-link-0.9.61
-rw-r--r--dev-libs/pilot-link/pilot-link-0.9.6.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-libs/pilot-link/files/digest-pilot-link-0.9.6 b/dev-libs/pilot-link/files/digest-pilot-link-0.9.6
deleted file mode 100644
index d1ba8f6336f9..000000000000
--- a/dev-libs/pilot-link/files/digest-pilot-link-0.9.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c8e9861317b2acfb1cb363654b309aa6 pilot-link-0.9.6.tar.gz
diff --git a/dev-libs/pilot-link/pilot-link-0.9.6.ebuild b/dev-libs/pilot-link/pilot-link-0.9.6.ebuild
deleted file mode 100644
index 635bee891a50..000000000000
--- a/dev-libs/pilot-link/pilot-link-0.9.6.ebuild
+++ /dev/null
@@ -1,39 +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.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
-information to and from your Palm device and your desktop or workstation
-system."
-
-SRC_URI="http://www.gnu-designs.com/pilot-link/source/${P}.tar.gz
- http://www.eskil.org/gnome-pilot/download/tarballs/${P}.tar.gz"
-HOMEPAGE="http://www.gnu-designs.com/pilot-link/"
-DEPEND="virtual/glibc"
-
-src_compile() {
- ./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() {
- 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
-}