diff options
Diffstat (limited to 'app-pda/synce-rra')
-rw-r--r-- | app-pda/synce-rra/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/synce-rra/synce-rra-0.8.4-r1.ebuild | 6 | ||||
-rw-r--r-- | app-pda/synce-rra/synce-rra-0.8.4.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/app-pda/synce-rra/ChangeLog b/app-pda/synce-rra/ChangeLog index 4ec98f592db7..638fb315f2e8 100644 --- a/app-pda/synce-rra/ChangeLog +++ b/app-pda/synce-rra/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-pda/synce-rra # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/ChangeLog,v 1.4 2004/03/26 12:34:10 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/ChangeLog,v 1.5 2004/04/25 22:41:06 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> synce-rra-0.8.4-r1.ebuild, + synce-rra-0.8.4.ebuild: + Add die following econf for bug 48950 *synce-rra-0.8.9 (26 Mar 2004) diff --git a/app-pda/synce-rra/synce-rra-0.8.4-r1.ebuild b/app-pda/synce-rra/synce-rra-0.8.4-r1.ebuild index c85ae6672ea3..1485144ff988 100644 --- a/app-pda/synce-rra/synce-rra-0.8.4-r1.ebuild +++ b/app-pda/synce-rra/synce-rra-0.8.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/synce-rra-0.8.4-r1.ebuild,v 1.2 2004/01/02 13:09:20 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/synce-rra-0.8.4-r1.ebuild,v 1.3 2004/04/25 22:41:06 agriffis Exp $ DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -17,7 +17,7 @@ DEPEND=">=dev-libs/check-0.8.2 >=app-pda/synce-librapi2-0.8" src_compile() { - econf + econf || die "econf failed" emake || die } diff --git a/app-pda/synce-rra/synce-rra-0.8.4.ebuild b/app-pda/synce-rra/synce-rra-0.8.4.ebuild index b3b8bd381829..3e5861a9ee77 100644 --- a/app-pda/synce-rra/synce-rra-0.8.4.ebuild +++ b/app-pda/synce-rra/synce-rra-0.8.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/synce-rra-0.8.4.ebuild,v 1.1 2003/09/08 14:24:00 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/synce-rra-0.8.4.ebuild,v 1.2 2004/04/25 22:41:06 agriffis Exp $ DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -16,7 +16,7 @@ DEPEND="virtual/glibc >=synce-libsynce-0.3" src_compile() { - econf + econf || die "econf failed" emake || die } |