summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-04-25 20:29:00 +0000
committerJon Hood <squinky86@gentoo.org>2004-04-25 20:29:00 +0000
commit4d1ae65f95dc936b828f512a295216d5de649286 (patch)
treea39098922d048ebd06dbc44d0f4a9a1a285b53c2 /app-i18n/scim-tables
parentChange x11-base/xfree dependency to virtual/x11 (#48918). (Manifest recommit) (diff)
downloadgentoo-2-4d1ae65f95dc936b828f512a295216d5de649286.tar.gz
gentoo-2-4d1ae65f95dc936b828f512a295216d5de649286.tar.bz2
gentoo-2-4d1ae65f95dc936b828f512a295216d5de649286.zip
added "die"
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.ebuild8
-rw-r--r--app-i18n/scim-tables/scim-tables-0.2.2.ebuild8
-rw-r--r--app-i18n/scim-tables/scim-tables-0.3.0.ebuild8
-rw-r--r--app-i18n/scim-tables/scim-tables-0.3.1.ebuild6
-rw-r--r--app-i18n/scim-tables/scim-tables-0.3.3.ebuild6
-rw-r--r--app-i18n/scim-tables/scim-tables-0.3.4.ebuild6
7 files changed, 28 insertions, 22 deletions
diff --git a/app-i18n/scim-tables/ChangeLog b/app-i18n/scim-tables/ChangeLog
index 198745c081a7..496a94b293f4 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.7 2004/03/29 00:41:46 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.8 2004/04/25 20:29:00 squinky86 Exp $
+
+ 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,
+ scim-tables-0.3.1.ebuild, scim-tables-0.3.3.ebuild,
+ scim-tables-0.3.4.ebuild:
+ added "die".
*scim-tables-0.3.4 (29 Mar 2004)
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 52b79aa9944e..9a722a3ab13a 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-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-i18n/scim-tables/scim-tables-0.2.1.ebuild,v 1.3 2003/07/07 11:00:56 liquidx Exp $
+# $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 $
DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server"
HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/"
@@ -17,10 +17,10 @@ S=${WORKDIR}/${P}
src_compile() {
econf ${myconf}
- emake || "make failed"
+ emake || die "make failed"
}
src_install() {
- einstall || "install failed"
+ einstall || die "install failed"
dodoc README ChangeLog AUTHORS
}
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 09d37d3a1bb0..f5e2f419d207 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-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-i18n/scim-tables/scim-tables-0.2.2.ebuild,v 1.1 2003/07/07 11:00:56 liquidx Exp $
+# $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 $
DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server"
HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/"
@@ -17,10 +17,10 @@ S=${WORKDIR}/${P}
src_compile() {
econf ${myconf}
- emake || "make failed"
+ emake || die "make failed"
}
src_install() {
- einstall || "install failed"
+ einstall || die "install failed"
dodoc README ChangeLog AUTHORS
}
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 e29d25ddc24d..711f888120b5 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-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-i18n/scim-tables/scim-tables-0.3.0.ebuild,v 1.2 2004/01/16 10:46:54 liquidx Exp $
+# $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 $
DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server"
HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/"
@@ -17,10 +17,10 @@ S=${WORKDIR}/${P}
src_compile() {
econf ${myconf}
- emake || "make failed"
+ emake || die "make failed"
}
src_install() {
- make DESTDIR=${D} install || "install failed"
+ make DESTDIR=${D} install || die "install failed"
dodoc README ChangeLog AUTHORS
}
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 a3494cbc2a99..8605c964c962 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.1 2004/02/07 07:18:20 liquidx Exp $
+# $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 $
DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server"
HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/"
@@ -17,10 +17,10 @@ S=${WORKDIR}/${P}
src_compile() {
econf ${myconf}
- emake || "make failed"
+ emake || die "make failed"
}
src_install() {
- make DESTDIR=${D} install || "install failed"
+ make DESTDIR=${D} install || die "install failed"
dodoc README ChangeLog AUTHORS
}
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 7d30ff872a92..3650dd95defb 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.2 2004/03/22 10:05:56 dholm Exp $
+# $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 $
DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server"
HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/"
@@ -17,10 +17,10 @@ S=${WORKDIR}/${P}
src_compile() {
econf ${myconf}
- emake || "make failed"
+ emake || die "make failed"
}
src_install() {
- make DESTDIR=${D} install || "install failed"
+ make DESTDIR=${D} install || die "install failed"
dodoc README ChangeLog AUTHORS
}
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 0e7badb9e0cb..2ca7f6a9c55f 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.1 2004/03/29 00:41:46 liquidx Exp $
+# $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 $
DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server"
HOMEPAGE="http://www.turbolinux.com.cn/~suzhe/scim/"
@@ -17,10 +17,10 @@ S=${WORKDIR}/${P}
src_compile() {
econf ${myconf}
- emake || "make failed"
+ emake || die "make failed"
}
src_install() {
- make DESTDIR=${D} install || "install failed"
+ make DESTDIR=${D} install || die "install failed"
dodoc README ChangeLog AUTHORS
}