diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-10 07:15:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-10 07:15:07 +0000 |
commit | ebdd1fde238ff476ce23cd75f26bd651d846515b (patch) | |
tree | c2106aeba1362fe0a2eec17559bd1a43ef2d59d9 /app-misc/jpilot | |
parent | who had the bright idea to overwrite symlinks...dont do it, bad.... (diff) | |
download | gentoo-2-ebdd1fde238ff476ce23cd75f26bd651d846515b.tar.gz gentoo-2-ebdd1fde238ff476ce23cd75f26bd651d846515b.tar.bz2 gentoo-2-ebdd1fde238ff476ce23cd75f26bd651d846515b.zip |
sed expression fix
Diffstat (limited to 'app-misc/jpilot')
-rw-r--r-- | app-misc/jpilot/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/jpilot/jpilot-0.99.2-r1.ebuild | 13 | ||||
-rw-r--r-- | app-misc/jpilot/jpilot-0.99.3.ebuild | 13 |
3 files changed, 20 insertions, 13 deletions
diff --git a/app-misc/jpilot/ChangeLog b/app-misc/jpilot/ChangeLog index ec98607f9ea3..668a8e76f5ec 100644 --- a/app-misc/jpilot/ChangeLog +++ b/app-misc/jpilot/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for app-misc/jpilot # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-misc/jpilot/ChangeLog,v 1.6 2002/11/18 05:35:36 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/jpilot/ChangeLog,v 1.7 2003/02/10 07:15:07 seemant Exp $ *jpilot-0.99.3 (18 Nov 2002) + 09 Feb 2003; Seemant Kulleen <seemant@gentoo.org> *.ebuild : + + Sed expression delimiter from / to :, closing bug #15006 by Blu3 + <david+gentoo.org@blue-labs.org> + 18 Nov 2002; Bruce A. Locke <blocke@shivan.org> jpilot-0.99.3.ebuild: Version bump and pilot-link version dependency bump (see bug #9640) diff --git a/app-misc/jpilot/jpilot-0.99.2-r1.ebuild b/app-misc/jpilot/jpilot-0.99.2-r1.ebuild index bbe3568cb8d2..39b4e58dfa33 100644 --- a/app-misc/jpilot/jpilot-0.99.2-r1.ebuild +++ b/app-misc/jpilot/jpilot-0.99.2-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. +# Copyright 1999-2003 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.11 2002/11/30 20:59:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/jpilot/jpilot-0.99.2-r1.ebuild,v 1.12 2003/02/10 07:15:07 seemant Exp $ + +IUSE="nls" SYNCMAL="0.71" MALSYNC="2.0.7" @@ -17,7 +19,6 @@ HOMEPAGE="http://jpilot.org/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc" -IUSE="nls" DEPEND="=x11-libs/gtk+-1.2* >=dev-libs/pilot-link-0.9.5" @@ -32,11 +33,11 @@ src_unpack() { src_compile() { use nls || NLS_OPTION="--disable-nls" - econf ${NLS_OPTION} + econf ${NLS_OPTION} || die # make sure we use $CFLAGS mv Makefile Makefile.old - sed -e "s/-g -O2/${CFLAGS}/" Makefile.old > Makefile + sed -e "s:-g -O2:${CFLAGS}:" Makefile.old > Makefile emake || die # build malsync plugin @@ -49,7 +50,7 @@ src_install() { # work around for broken Makefile dodir /usr/bin - einstall + einstall || die 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 941084d8fc12..444f6f7ede50 100644 --- a/app-misc/jpilot/jpilot-0.99.3.ebuild +++ b/app-misc/jpilot/jpilot-0.99.3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. +# Copyright 1999-2003 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.2 2002/11/30 21:00:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/jpilot/jpilot-0.99.3.ebuild,v 1.3 2003/02/10 07:15:07 seemant Exp $ + +IUSE="nls" SYNCMAL="0.71" MALSYNC="2.0.7" @@ -17,7 +19,6 @@ HOMEPAGE="http://jpilot.org/" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" -IUSE="nls" DEPEND="=x11-libs/gtk+-1.2* >=dev-libs/pilot-link-0.11.5" @@ -32,11 +33,11 @@ src_unpack() { src_compile() { use nls || NLS_OPTION="--disable-nls" - econf ${NLS_OPTION} + econf ${NLS_OPTION} || die # make sure we use $CFLAGS mv Makefile Makefile.old - sed -e "s/-g -O2/${CFLAGS}/" Makefile.old > Makefile + sed -e "s:-g -O2:${CFLAGS}:" Makefile.old > Makefile emake || die # build malsync plugin @@ -49,7 +50,7 @@ src_install() { # work around for broken Makefile dodir /usr/bin - einstall + einstall || die insinto /usr/lib/jpilot/plugins doins jpilot-syncmal_${SYNCMAL}/.libs/libsyncmal.so |