diff options
author | Ben Lutgens <lamer@gentoo.org> | 2001-07-02 21:05:35 +0000 |
---|---|---|
committer | Ben Lutgens <lamer@gentoo.org> | 2001-07-02 21:05:35 +0000 |
commit | 0ba46503b92603aad04ab6db61f50185762081d2 (patch) | |
tree | 351ee7c6bba4de940ac29f2c2da2c61275461c92 /dev-libs/pilot-link | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-0ba46503b92603aad04ab6db61f50185762081d2.tar.gz gentoo-2-0ba46503b92603aad04ab6db61f50185762081d2.tar.bz2 gentoo-2-0ba46503b92603aad04ab6db61f50185762081d2.zip |
removed the 0.9.5_pre6 pilot-link and replaced it with new upstream
verssion.
Diffstat (limited to 'dev-libs/pilot-link')
-rw-r--r-- | dev-libs/pilot-link/files/digest-pilot-link-0.9.5 | 1 | ||||
-rw-r--r-- | dev-libs/pilot-link/pilot-link-0.9.5.ebuild (renamed from dev-libs/pilot-link/pilot-link-0.9.5_pre6.ebuild) | 12 |
2 files changed, 7 insertions, 6 deletions
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_pre6.ebuild b/dev-libs/pilot-link/pilot-link-0.9.5.ebuild index 2e4f7eef5ac3..54d92e3e8c35 100644 --- a/dev-libs/pilot-link/pilot-link-0.9.5_pre6.ebuild +++ b/dev-libs/pilot-link/pilot-link-0.9.5.ebuild @@ -1,10 +1,10 @@ # 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_pre6.ebuild,v 1.1 2001/06/12 01:51:52 aj Exp $ +# $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-pre6.tar.gz -S=${WORKDIR}/${PN}.0.9.5-pre6 +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." @@ -15,9 +15,9 @@ 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 + --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} } |