From 0ba46503b92603aad04ab6db61f50185762081d2 Mon Sep 17 00:00:00 2001 From: Ben Lutgens Date: Mon, 2 Jul 2001 21:05:35 +0000 Subject: removed the 0.9.5_pre6 pilot-link and replaced it with new upstream verssion. --- dev-libs/pilot-link/files/digest-pilot-link-0.9.5 | 1 + dev-libs/pilot-link/pilot-link-0.9.5.ebuild | 28 +++++++++++++++++++++++ dev-libs/pilot-link/pilot-link-0.9.5_pre6.ebuild | 28 ----------------------- 3 files changed, 29 insertions(+), 28 deletions(-) create mode 100644 dev-libs/pilot-link/files/digest-pilot-link-0.9.5 create mode 100644 dev-libs/pilot-link/pilot-link-0.9.5.ebuild delete mode 100644 dev-libs/pilot-link/pilot-link-0.9.5_pre6.ebuild (limited to 'dev-libs/pilot-link') 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 new file mode 100644 index 000000000000..192c3ccdf9f9 --- /dev/null +++ b/dev-libs/pilot-link/files/digest-pilot-link-0.9.5 @@ -0,0 +1 @@ +MD5 2a593ec62adb57262d9b6a1cbf9908ee pilot-link.0.9.5.tar.gz diff --git a/dev-libs/pilot-link/pilot-link-0.9.5.ebuild b/dev-libs/pilot-link/pilot-link-0.9.5.ebuild new file mode 100644 index 000000000000..54d92e3e8c35 --- /dev/null +++ b/dev-libs/pilot-link/pilot-link-0.9.5.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# AJ Lewis +# $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.5_pre6.ebuild b/dev-libs/pilot-link/pilot-link-0.9.5_pre6.ebuild deleted file mode 100644 index 2e4f7eef5ac3..000000000000 --- a/dev-libs/pilot-link/pilot-link-0.9.5_pre6.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 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pilot-link/pilot-link-0.9.5_pre6.ebuild,v 1.1 2001/06/12 01:51:52 aj Exp $ - -A=${PN}.0.9.5-pre6.tar.gz -S=${WORKDIR}/${PN}.0.9.5-pre6 -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-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 -} - -- cgit v1.2.3-65-gdbad