diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-27 15:23:45 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-27 15:23:45 +0000 |
commit | 556b2a92a92f2ac135f8a53d013775a97b71cc9a (patch) | |
tree | 64f6bfa52acbcb21462d908eb623f99d041afe71 /gnome-extra/gnome-pilot-conduits | |
parent | oops (diff) | |
download | historical-556b2a92a92f2ac135f8a53d013775a97b71cc9a.tar.gz historical-556b2a92a92f2ac135f8a53d013775a97b71cc9a.tar.bz2 historical-556b2a92a92f2ac135f8a53d013775a97b71cc9a.zip |
version bump and bugfixes
Diffstat (limited to 'gnome-extra/gnome-pilot-conduits')
5 files changed, 55 insertions, 28 deletions
diff --git a/gnome-extra/gnome-pilot-conduits/ChangeLog b/gnome-extra/gnome-pilot-conduits/ChangeLog index 14d4fb2cdc66..d518694b1548 100644 --- a/gnome-extra/gnome-pilot-conduits/ChangeLog +++ b/gnome-extra/gnome-pilot-conduits/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for gnome-extra/gnome-pilot-conduits # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-pilot-conduits/ChangeLog,v 1.1 2002/02/01 21:53:29 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-pilot-conduits/ChangeLog,v 1.2 2002/05/27 15:23:45 seemant Exp $ + +*gnome-pilot-conduits-0.9 (27 May 2002) + + 27 May 2002; Seemant Kulleen <seemant@gentoo.org> + gnome-pilot-conduits-0.9.ebuild files/digest-gnome-pilot-conduits-0.9 : + + Version bump to work with the current gnome-pilot and pilot-link in + portage. This closes bug # 3006 by fyre.fiend@verizon.net *gnome-pilot-conduits-0.8 (1 Feb 2002) diff --git a/gnome-extra/gnome-pilot-conduits/files/digest-gnome-pilot-conduits-0.7 b/gnome-extra/gnome-pilot-conduits/files/digest-gnome-pilot-conduits-0.7 deleted file mode 100644 index bb0e570c5350..000000000000 --- a/gnome-extra/gnome-pilot-conduits/files/digest-gnome-pilot-conduits-0.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 84d10772ac49d01354e31999b1c59c5e gnome-pilot-conduits-0.7.tar.gz 515710 diff --git a/gnome-extra/gnome-pilot-conduits/files/digest-gnome-pilot-conduits-0.9 b/gnome-extra/gnome-pilot-conduits/files/digest-gnome-pilot-conduits-0.9 new file mode 100644 index 000000000000..fefe7f9f67ce --- /dev/null +++ b/gnome-extra/gnome-pilot-conduits/files/digest-gnome-pilot-conduits-0.9 @@ -0,0 +1 @@ +MD5 4f7d90ca9655896fb3d589fe1aa49e82 gnome-pilot-conduits-0.9.tar.bz2 427956 diff --git a/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.7.ebuild b/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.7.ebuild deleted file mode 100644 index ebc314c5f605..000000000000 --- a/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.7.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.7.ebuild,v 1.2 2001/10/08 08:18:01 hallski Exp $ - - -S=${WORKDIR}/${P} -DESCRIPTION="Gnome Pilot Conduits" -SRC_URI="http://www.eskil.org/gnome-pilot/download/tarballs/${P}.tar.gz" -HOMEPAGE="http://www.gnome.org/gnome-pilot/" - -DEPEND=">=gnome-extra/gnome-pilot-0.1.62" - -src_compile() { - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --host=${CHOST} || die - - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - - dodoc AUTHORS COPYING* ChangeLog README NEWS -} diff --git a/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.9.ebuild b/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.9.ebuild new file mode 100644 index 000000000000..bcb87dfb5011 --- /dev/null +++ b/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.9.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-pilot-conduits/gnome-pilot-conduits-0.9.ebuild,v 1.1 2002/05/27 15:23:45 seemant Exp $ + + +S=${WORKDIR}/${P} +DESCRIPTION="Gnome Pilot Conduits" +SRC_URI="ftp://ftp.gnome.org/pub/gnome/unstable/sources/${PN}/${P}.tar.bz2" +HOMEPAGE="http://www.eskil.org/gnome-pilot/" + +DEPEND="gnome-extra/gnome-pilot" + +RDEPEND="nls? ( sys-devel/gettext )" + +SLOT="0" +LICENSE="GPL-2" + +src_unpack() { + + unpack ${A} + + # the new gnome-pilot works better, but redefines + # PI_AF_SLP to PI_AF_PILOT for some reason. + cd ${S}/mal-conduit/mal/client/unix + cp malsync.c malsync.c.orig + sed "s:PI_AF_SLP:PI_AF_PILOT:" \ + malsync.c.orig > malsync.c +} + +src_compile() { + + local myconf + + myconf="--enable-pilotlinktest" + use nls || myconf="${myconf} --disable-nls" + + econf ${myconf} || die + emake || die +} + +src_install () { + einstall || die + + dodoc AUTHORS COPYING* ChangeLog README NEWS +} |