summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-25 22:16:06 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-25 22:16:06 +0000
commit848d380a118d8d74e03e4c145e050f1e3e92e718 (patch)
tree039c70200dc36681f9b9edba96237ceb3804ea8d /app-i18n/scim-tables
parentStable on x86. (Manifest recommit) (diff)
downloadgentoo-2-848d380a118d8d74e03e4c145e050f1e3e92e718.tar.gz
gentoo-2-848d380a118d8d74e03e4c145e050f1e3e92e718.tar.bz2
gentoo-2-848d380a118d8d74e03e4c145e050f1e3e92e718.zip
Add die following econf for bug 48950
Diffstat (limited to 'app-i18n/scim-tables')
-rw-r--r--app-i18n/scim-tables/ChangeLog8
-rw-r--r--app-i18n/scim-tables/scim-tables-0.2.1.ebuild4
-rw-r--r--app-i18n/scim-tables/scim-tables-0.2.2.ebuild4
-rw-r--r--app-i18n/scim-tables/scim-tables-0.3.0.ebuild4
-rw-r--r--app-i18n/scim-tables/scim-tables-0.3.1.ebuild4
-rw-r--r--app-i18n/scim-tables/scim-tables-0.3.3.ebuild4
-rw-r--r--app-i18n/scim-tables/scim-tables-0.3.4.ebuild4
7 files changed, 19 insertions, 13 deletions
diff --git a/app-i18n/scim-tables/ChangeLog b/app-i18n/scim-tables/ChangeLog
index 496a94b293f4..f970e3045e74 100644
--- a/app-i18n/scim-tables/ChangeLog
+++ b/app-i18n/scim-tables/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-i18n/scim-tables
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.8 2004/04/25 20:29:00 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.9 2004/04/25 22:11:28 agriffis Exp $
+
+ 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> scim-tables-0.2.1.ebuild,
+ scim-tables-0.2.2.ebuild, scim-tables-0.3.0.ebuild,
+ scim-tables-0.3.1.ebuild, scim-tables-0.3.3.ebuild,
+ scim-tables-0.3.4.ebuild:
+ Add die following econf for bug 48950
25 Apr 2004; Jon Hood <squinky86@gentoo.org> scim-tables-0.2.1.ebuild,
scim-tables-0.2.2.ebuild, scim-tables-0.3.0.ebuild,
diff --git a/app-i18n/scim-tables/scim-tables-0.2.1.ebuild b/app-i18n/scim-tables/scim-tables-0.2.1.ebuild
index 9a722a3ab13a..47235a7aebf7 100644
--- a/app-i18n/scim-tables/scim-tables-0.2.1.ebuild
+++ b/app-i18n/scim-tables/scim-tables-0.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.2.1.ebuild,v 1.4 2004/04/25 20:29:00 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.2.1.ebuild,v 1.5 2004/04/25 22:11:28 agriffis Exp $
DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server"
HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/"
@@ -16,7 +16,7 @@ DEPEND=">=app-i18n/scim-0.4.1"
S=${WORKDIR}/${P}
src_compile() {
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "make failed"
}
diff --git a/app-i18n/scim-tables/scim-tables-0.2.2.ebuild b/app-i18n/scim-tables/scim-tables-0.2.2.ebuild
index f5e2f419d207..cb3627f6e9f1 100644
--- a/app-i18n/scim-tables/scim-tables-0.2.2.ebuild
+++ b/app-i18n/scim-tables/scim-tables-0.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.2.2.ebuild,v 1.2 2004/04/25 20:29:00 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.2.2.ebuild,v 1.3 2004/04/25 22:11:28 agriffis Exp $
DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server"
HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/"
@@ -16,7 +16,7 @@ DEPEND=">=app-i18n/scim-0.5.1"
S=${WORKDIR}/${P}
src_compile() {
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "make failed"
}
diff --git a/app-i18n/scim-tables/scim-tables-0.3.0.ebuild b/app-i18n/scim-tables/scim-tables-0.3.0.ebuild
index 711f888120b5..f5780cb93ba7 100644
--- a/app-i18n/scim-tables/scim-tables-0.3.0.ebuild
+++ b/app-i18n/scim-tables/scim-tables-0.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.3.0.ebuild,v 1.3 2004/04/25 20:29:00 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.3.0.ebuild,v 1.4 2004/04/25 22:11:28 agriffis Exp $
DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server"
HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/"
@@ -16,7 +16,7 @@ DEPEND=">=app-i18n/scim-0.5.1"
S=${WORKDIR}/${P}
src_compile() {
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "make failed"
}
diff --git a/app-i18n/scim-tables/scim-tables-0.3.1.ebuild b/app-i18n/scim-tables/scim-tables-0.3.1.ebuild
index 8605c964c962..97c7f2829a43 100644
--- a/app-i18n/scim-tables/scim-tables-0.3.1.ebuild
+++ b/app-i18n/scim-tables/scim-tables-0.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.3.1.ebuild,v 1.2 2004/04/25 20:29:00 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.3.1.ebuild,v 1.3 2004/04/25 22:11:28 agriffis Exp $
DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server"
HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/"
@@ -16,7 +16,7 @@ DEPEND=">=app-i18n/scim-0.5.1"
S=${WORKDIR}/${P}
src_compile() {
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "make failed"
}
diff --git a/app-i18n/scim-tables/scim-tables-0.3.3.ebuild b/app-i18n/scim-tables/scim-tables-0.3.3.ebuild
index 3650dd95defb..285bb5845adc 100644
--- a/app-i18n/scim-tables/scim-tables-0.3.3.ebuild
+++ b/app-i18n/scim-tables/scim-tables-0.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.3.3.ebuild,v 1.3 2004/04/25 20:29:00 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.3.3.ebuild,v 1.4 2004/04/25 22:11:28 agriffis Exp $
DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server"
HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/"
@@ -16,7 +16,7 @@ DEPEND=">=app-i18n/scim-0.5.1"
S=${WORKDIR}/${P}
src_compile() {
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "make failed"
}
diff --git a/app-i18n/scim-tables/scim-tables-0.3.4.ebuild b/app-i18n/scim-tables/scim-tables-0.3.4.ebuild
index 2ca7f6a9c55f..a6bfb9a776d7 100644
--- a/app-i18n/scim-tables/scim-tables-0.3.4.ebuild
+++ b/app-i18n/scim-tables/scim-tables-0.3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.3.4.ebuild,v 1.2 2004/04/25 20:29:00 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.3.4.ebuild,v 1.3 2004/04/25 22:11:28 agriffis Exp $
DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server"
HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/"
@@ -16,7 +16,7 @@ DEPEND=">=app-i18n/scim-0.5.1"
S=${WORKDIR}/${P}
src_compile() {
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake || die "make failed"
}