diff options
-rw-r--r-- | app-i18n/scim-tables/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/scim-tables/files/digest-scim-tables-0.4.0 | 1 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.4.0.ebuild | 24 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.4.3.ebuild | 4 |
4 files changed, 7 insertions, 28 deletions
diff --git a/app-i18n/scim-tables/ChangeLog b/app-i18n/scim-tables/ChangeLog index 01834b89acf1..8117d58ec3f9 100644 --- a/app-i18n/scim-tables/ChangeLog +++ b/app-i18n/scim-tables/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/scim-tables # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.21 2004/09/11 09:49:49 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.22 2004/09/27 02:14:13 usata Exp $ + + 27 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> -scim-tables-0.4.0.ebuild, + scim-tables-0.4.3.ebuild: + Marked 0.4.3 stable on x86, alpha and ppc. Removed old ebuild. 11 Sep 2004; <blubb@gentoo.org> scim-tables-0.4.3.ebuild: added ~amd64 diff --git a/app-i18n/scim-tables/files/digest-scim-tables-0.4.0 b/app-i18n/scim-tables/files/digest-scim-tables-0.4.0 deleted file mode 100644 index ba516a1bd210..000000000000 --- a/app-i18n/scim-tables/files/digest-scim-tables-0.4.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 b0b68769dc35569e8683a4ead79ac889 scim-tables-0.4.0.tar.gz 3786400 diff --git a/app-i18n/scim-tables/scim-tables-0.4.0.ebuild b/app-i18n/scim-tables/scim-tables-0.4.0.ebuild deleted file mode 100644 index 881b308442d4..000000000000 --- a/app-i18n/scim-tables/scim-tables-0.4.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.4.0.ebuild,v 1.7 2004/09/07 08:07:09 usata Exp $ - -DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server" -HOMEPAGE="http://freedesktop.org/~suzhe/" -SRC_URI="http://freedesktop.org/~suzhe/sources/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 alpha ppc" -IUSE="" - -DEPEND="|| ( >=app-i18n/scim-0.99 app-i18n/scim-cvs )" - -src_compile() { - econf || die "econf failed" - emake || die "make failed" -} - -src_install() { - make DESTDIR=${D} install || die "install failed" - dodoc README ChangeLog AUTHORS -} diff --git a/app-i18n/scim-tables/scim-tables-0.4.3.ebuild b/app-i18n/scim-tables/scim-tables-0.4.3.ebuild index d3c767905fa1..0bb5a7346f81 100644 --- a/app-i18n/scim-tables/scim-tables-0.4.3.ebuild +++ b/app-i18n/scim-tables/scim-tables-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.4.3.ebuild,v 1.2 2004/09/11 09:49:49 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.4.3.ebuild,v 1.3 2004/09/27 02:14:13 usata Exp $ DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server" HOMEPAGE="http://freedesktop.org/~suzhe/" @@ -8,7 +8,7 @@ SRC_URI="http://freedesktop.org/~suzhe/sources/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~alpha ~ppc ~amd64" +KEYWORDS="x86 alpha ppc ~amd64" IUSE="" DEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 )" |