diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 21:00:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 21:00:46 +0000 |
commit | 3d84f48db83cd111ebd71c08617466abf7aabc56 (patch) | |
tree | e258dc59fa963f8d5783d2014f807a92e6cc742e /app-misc/jpilot | |
parent | new version (diff) | |
download | gentoo-2-3d84f48db83cd111ebd71c08617466abf7aabc56.tar.gz gentoo-2-3d84f48db83cd111ebd71c08617466abf7aabc56.tar.bz2 gentoo-2-3d84f48db83cd111ebd71c08617466abf7aabc56.zip |
Changed econf||die to econf
Diffstat (limited to 'app-misc/jpilot')
-rw-r--r-- | app-misc/jpilot/jpilot-0.99.2-r1.ebuild | 18 | ||||
-rw-r--r-- | app-misc/jpilot/jpilot-0.99.3.ebuild | 18 |
2 files changed, 16 insertions, 20 deletions
diff --git a/app-misc/jpilot/jpilot-0.99.2-r1.ebuild b/app-misc/jpilot/jpilot-0.99.2-r1.ebuild index d8273b67c685..bbe3568cb8d2 100644 --- a/app-misc/jpilot/jpilot-0.99.2-r1.ebuild +++ b/app-misc/jpilot/jpilot-0.99.2-r1.ebuild @@ -1,26 +1,26 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/jpilot/jpilot-0.99.2-r1.ebuild,v 1.10 2002/10/20 18:40:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/jpilot/jpilot-0.99.2-r1.ebuild,v 1.11 2002/11/30 20:59:40 vapier Exp $ SYNCMAL="0.71" MALSYNC="2.0.7" -S=${WORKDIR}/${P} DESCRIPTION="Desktop Organizer Software for the Palm Pilot" SRC_URI="http://jpilot.org/${P}.tar.gz http://www.tomw.org/malsync/malsync_${MALSYNC}.src.tar.gz http://jasonday.home.att.net/code/syncmal/jpilot-syncmal_${SYNCMAL}.tar.gz" HOMEPAGE="http://jpilot.org/" -IUSE="nls" # In order to use the malsync plugin you'll need to refer to the homepage # for jpilot-syncmal http://jasonday.home.att.net/code/syncmal/ # And you'll also need an avangto account. -DEPEND="=x11-libs/gtk+-1.2* >=dev-libs/pilot-link-0.9.5" - SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc" +IUSE="nls" + +DEPEND="=x11-libs/gtk+-1.2* + >=dev-libs/pilot-link-0.9.5" src_unpack() { unpack ${P}.tar.gz @@ -32,18 +32,16 @@ src_unpack() { src_compile() { use nls || NLS_OPTION="--disable-nls" - - econf ${NLS_OPTION} || die + econf ${NLS_OPTION} # make sure we use $CFLAGS mv Makefile Makefile.old sed -e "s/-g -O2/${CFLAGS}/" Makefile.old > Makefile - emake || die # build malsync plugin cd ${S}/jpilot-syncmal_${SYNCMAL} - econf || die + econf emake || die } @@ -51,7 +49,7 @@ src_install() { # work around for broken Makefile dodir /usr/bin - einstall || die + einstall insinto /usr/lib/jpilot/plugins doins jpilot-syncmal_${SYNCMAL}/.libs/libsyncmal.so diff --git a/app-misc/jpilot/jpilot-0.99.3.ebuild b/app-misc/jpilot/jpilot-0.99.3.ebuild index 4a4d76d1a0eb..941084d8fc12 100644 --- a/app-misc/jpilot/jpilot-0.99.3.ebuild +++ b/app-misc/jpilot/jpilot-0.99.3.ebuild @@ -1,26 +1,26 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/jpilot/jpilot-0.99.3.ebuild,v 1.1 2002/11/18 05:35:36 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/jpilot/jpilot-0.99.3.ebuild,v 1.2 2002/11/30 21:00:46 vapier Exp $ SYNCMAL="0.71" MALSYNC="2.0.7" -S=${WORKDIR}/${P} DESCRIPTION="Desktop Organizer Software for the Palm Pilot" SRC_URI="http://jpilot.org/${P}.tar.gz http://www.tomw.org/malsync/malsync_${MALSYNC}.src.tar.gz http://jasonday.home.att.net/code/syncmal/jpilot-syncmal_${SYNCMAL}.tar.gz" HOMEPAGE="http://jpilot.org/" -IUSE="nls" # In order to use the malsync plugin you'll need to refer to the homepage # for jpilot-syncmal http://jasonday.home.att.net/code/syncmal/ # And you'll also need an avangto account. -DEPEND="=x11-libs/gtk+-1.2* >=dev-libs/pilot-link-0.11.5" - SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" +IUSE="nls" + +DEPEND="=x11-libs/gtk+-1.2* + >=dev-libs/pilot-link-0.11.5" src_unpack() { unpack ${P}.tar.gz @@ -32,18 +32,16 @@ src_unpack() { src_compile() { use nls || NLS_OPTION="--disable-nls" - - econf ${NLS_OPTION} || die + econf ${NLS_OPTION} # make sure we use $CFLAGS mv Makefile Makefile.old sed -e "s/-g -O2/${CFLAGS}/" Makefile.old > Makefile - emake || die # build malsync plugin cd ${S}/jpilot-syncmal_${SYNCMAL} - econf || die + econf emake || die } @@ -51,7 +49,7 @@ src_install() { # work around for broken Makefile dodir /usr/bin - einstall || die + einstall insinto /usr/lib/jpilot/plugins doins jpilot-syncmal_${SYNCMAL}/.libs/libsyncmal.so |