summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/sitecopy')
-rw-r--r--net-misc/sitecopy/ChangeLog8
-rw-r--r--net-misc/sitecopy/sitecopy-0.10.12-r1.ebuild4
-rw-r--r--net-misc/sitecopy/sitecopy-0.12.1.ebuild6
-rw-r--r--net-misc/sitecopy/sitecopy-0.13.4-r1.ebuild4
-rw-r--r--net-misc/sitecopy/sitecopy-0.13.4.ebuild6
5 files changed, 16 insertions, 12 deletions
diff --git a/net-misc/sitecopy/ChangeLog b/net-misc/sitecopy/ChangeLog
index d1b35d34b498..c2cafe25badf 100644
--- a/net-misc/sitecopy/ChangeLog
+++ b/net-misc/sitecopy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/sitecopy
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/ChangeLog,v 1.13 2003/10/19 15:56:14 lanius Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/ChangeLog,v 1.14 2004/04/26 12:43:08 agriffis Exp $
+
+ 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> sitecopy-0.12.1.ebuild,
+ sitecopy-0.13.4.ebuild:
+ Add die following econf for bug 48950
*sitecopy-0.13.4-r1 (19 Oct 2003)
diff --git a/net-misc/sitecopy/sitecopy-0.10.12-r1.ebuild b/net-misc/sitecopy/sitecopy-0.10.12-r1.ebuild
index 54b508bfa9f2..c5834b461e91 100644
--- a/net-misc/sitecopy/sitecopy-0.10.12-r1.ebuild
+++ b/net-misc/sitecopy/sitecopy-0.10.12-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/net-misc/sitecopy/sitecopy-0.10.12-r1.ebuild,v 1.13 2003/09/05 22:01:49 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.10.12-r1.ebuild,v 1.14 2004/04/26 12:43:08 agriffis Exp $
DESCRIPTION="sitecopy is for easily maintaining remote web sites"
SRC_URI="http://www.lyra.org/sitecopy/${P}.tar.gz"
diff --git a/net-misc/sitecopy/sitecopy-0.12.1.ebuild b/net-misc/sitecopy/sitecopy-0.12.1.ebuild
index 7c4b2c728ef0..8adf790df0fb 100644
--- a/net-misc/sitecopy/sitecopy-0.12.1.ebuild
+++ b/net-misc/sitecopy/sitecopy-0.12.1.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/net-misc/sitecopy/sitecopy-0.12.1.ebuild,v 1.4 2003/09/05 22:13:37 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.12.1.ebuild,v 1.5 2004/04/26 12:43:08 agriffis Exp $
IUSE="ssl xml xml2"
@@ -33,7 +33,7 @@ src_compile() {
use ssl \
&& myconf="${myconf} --with-ssl" \
|| myconf="${myconf} --without-ssl"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "emake failed"
}
diff --git a/net-misc/sitecopy/sitecopy-0.13.4-r1.ebuild b/net-misc/sitecopy/sitecopy-0.13.4-r1.ebuild
index a1e3c75b3b88..337d3c851a59 100644
--- a/net-misc/sitecopy/sitecopy-0.13.4-r1.ebuild
+++ b/net-misc/sitecopy/sitecopy-0.13.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/net-misc/sitecopy/sitecopy-0.13.4-r1.ebuild,v 1.3 2003/10/19 16:12:49 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.13.4-r1.ebuild,v 1.4 2004/04/26 12:43:08 agriffis Exp $
IUSE="ssl xml xml2 gnome"
diff --git a/net-misc/sitecopy/sitecopy-0.13.4.ebuild b/net-misc/sitecopy/sitecopy-0.13.4.ebuild
index 7f4da1ff0973..12ccd127fc96 100644
--- a/net-misc/sitecopy/sitecopy-0.13.4.ebuild
+++ b/net-misc/sitecopy/sitecopy-0.13.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/net-misc/sitecopy/sitecopy-0.13.4.ebuild,v 1.4 2003/10/19 11:15:36 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sitecopy/sitecopy-0.13.4.ebuild,v 1.5 2004/04/26 12:43:08 agriffis Exp $
IUSE="ssl xml xml2"
@@ -33,7 +33,7 @@ src_compile() {
use ssl \
&& myconf="${myconf} --with-ssl" \
|| myconf="${myconf} --without-ssl"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "emake failed"
}