diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 18:46:28 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 18:46:28 +0000 |
commit | 215ee572a0b55d9751bc29a9642596561ffc98c5 (patch) | |
tree | 2f999576a4fbdf35b11d42bf1d19d76466969024 /dev-libs/pilot-link | |
parent | Added KEYWORDS, removed old version. (diff) | |
download | historical-215ee572a0b55d9751bc29a9642596561ffc98c5.tar.gz historical-215ee572a0b55d9751bc29a9642596561ffc98c5.tar.bz2 historical-215ee572a0b55d9751bc29a9642596561ffc98c5.zip |
repoman'd
Diffstat (limited to 'dev-libs/pilot-link')
-rw-r--r-- | dev-libs/pilot-link/files/digest-pilot-link-0.11.0 | 1 | ||||
-rw-r--r-- | dev-libs/pilot-link/pilot-link-0.11.0.ebuild | 49 |
2 files changed, 0 insertions, 50 deletions
diff --git a/dev-libs/pilot-link/files/digest-pilot-link-0.11.0 b/dev-libs/pilot-link/files/digest-pilot-link-0.11.0 deleted file mode 100644 index e6c15cae1564..000000000000 --- a/dev-libs/pilot-link/files/digest-pilot-link-0.11.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 7548dac7b3c1a7b6eb41a82bdeddb101 pilot-link-0.11.0.tar.bz2 947323 diff --git a/dev-libs/pilot-link/pilot-link-0.11.0.ebuild b/dev-libs/pilot-link/pilot-link-0.11.0.ebuild deleted file mode 100644 index fe9328192b34..000000000000 --- a/dev-libs/pilot-link/pilot-link-0.11.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pilot-link/pilot-link-0.11.0.ebuild,v 1.3 2002/08/01 11:40:14 seemant 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://pilot-link.org/source/${P}.tar.bz2" -HOMEPAGE="http://www.pilot-link.org/" -DEPEND="virtual/glibc" - -SLOT="0" -LICENSE="GPL-2 | LGPL" -KEYWORDS="x86 ppc" - -src_compile() { - - local myconf - - use perl || myconf="${myconf} --with-perl5=no" - use java || myconf="${myconf} --with-java=no" - use tcltk || myconf="${myconf} --with-tcl=no --with-itcl=no --with-tk=no" - - econf \ - --includedir=/usr/include/libpisock \ - --with-perl5=no \ - --with-python=no \ - --with-java=no \ - --with-tcl=no \ - --with-itcl=no \ - --with-tk=no || die - - cd ${S} - emake || die - - -} - -src_install() { - - make \ - DESTDIR=${D} \ - install || die - - dodoc ChangeLog README TODO NEWS AUTHORS - -} |