diff options
-rw-r--r-- | app-i18n/jfbterm/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/jfbterm/jfbterm-0.3.12.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/jfbterm/jfbterm-0.3.16.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/scim-tables/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.2.1.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.2.2.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.3.0.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.3.1.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.3.3.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.3.4.ebuild | 4 |
10 files changed, 28 insertions, 19 deletions
diff --git a/app-i18n/jfbterm/ChangeLog b/app-i18n/jfbterm/ChangeLog index f26120c8658e..837e610f9379 100644 --- a/app-i18n/jfbterm/ChangeLog +++ b/app-i18n/jfbterm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/jfbterm # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/jfbterm/ChangeLog,v 1.14 2004/04/18 18:50:19 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/jfbterm/ChangeLog,v 1.15 2004/04/25 22:10:45 agriffis Exp $ + + 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> jfbterm-0.3.12.ebuild: + Add die following econf for bug 48950 19 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> jfbterm-0.4.5.ebuild: Marked stable on x86 diff --git a/app-i18n/jfbterm/jfbterm-0.3.12.ebuild b/app-i18n/jfbterm/jfbterm-0.3.12.ebuild index b7db0e745e4d..29bbffe143e1 100644 --- a/app-i18n/jfbterm/jfbterm-0.3.12.ebuild +++ b/app-i18n/jfbterm/jfbterm-0.3.12.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/jfbterm/jfbterm-0.3.12.ebuild,v 1.5 2003/09/04 01:47:36 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/jfbterm/jfbterm-0.3.12.ebuild,v 1.6 2004/04/25 22:10:45 agriffis Exp $ inherit flag-o-matic replace-flags "-march=pentium3" "-mcpu=pentium3" @@ -20,7 +20,7 @@ DEPEND=">=sys-apps/sed-4 RDEPEND="virtual/glibc" src_compile() { - econf + econf || die "econf failed" # jfbterm peculiarly needs to be compiled twice. emake || die "make failed" emake || die "make failed" diff --git a/app-i18n/jfbterm/jfbterm-0.3.16.ebuild b/app-i18n/jfbterm/jfbterm-0.3.16.ebuild index c3e40befcadd..f5da53aa4185 100644 --- a/app-i18n/jfbterm/jfbterm-0.3.16.ebuild +++ b/app-i18n/jfbterm/jfbterm-0.3.16.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/jfbterm/jfbterm-0.3.16.ebuild,v 1.6 2003/11/05 20:21:32 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/jfbterm/jfbterm-0.3.16.ebuild,v 1.7 2004/04/25 22:10:45 agriffis Exp $ inherit flag-o-matic replace-flags "-march=pentium3" "-mcpu=pentium3" 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" } |