diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-03-27 08:57:38 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-03-27 08:57:38 +0000 |
commit | 7c6d651f9be309feb140d2a767e0bf554aa4f55e (patch) | |
tree | da2223d6a9cd9f739eb63b21bfd064347fb92951 /app-i18n/scim-tables | |
parent | Use proper toolchain ld. Added to ~sparc. (diff) | |
download | gentoo-2-7c6d651f9be309feb140d2a767e0bf554aa4f55e.tar.gz gentoo-2-7c6d651f9be309feb140d2a767e0bf554aa4f55e.tar.bz2 gentoo-2-7c6d651f9be309feb140d2a767e0bf554aa4f55e.zip |
Stable on alpha.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-i18n/scim-tables')
-rw-r--r-- | app-i18n/scim-tables/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.5.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-i18n/scim-tables/ChangeLog b/app-i18n/scim-tables/ChangeLog index dc637d109679..4fb6a4b548a2 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.26 2005/03/13 12:12:12 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.27 2005/03/27 08:57:38 kloeri Exp $ + + 27 Mar 2005; Bryan Østergaard <kloeri@gentoo.org> + scim-tables-0.5.0.ebuild: + Stable on alpha. 13 Mar 2005; Mamoru KOMACHI <usata@gentoo.org> scim-tables-0.4.3.ebuild, scim-tables-0.5.0.ebuild: diff --git a/app-i18n/scim-tables/scim-tables-0.5.0.ebuild b/app-i18n/scim-tables/scim-tables-0.5.0.ebuild index ce7c9ff033c7..c7cc92da90d4 100644 --- a/app-i18n/scim-tables/scim-tables-0.5.0.ebuild +++ b/app-i18n/scim-tables/scim-tables-0.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.5.0.ebuild,v 1.2 2005/03/13 12:12:12 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.0.ebuild,v 1.3 2005/03/27 08:57:38 kloeri Exp $ DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server" HOMEPAGE="http://www.scim-im.org/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/scim/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~alpha ~ppc ~amd64 ~sparc" +KEYWORDS="x86 alpha ~ppc ~amd64 ~sparc" IUSE="" DEPEND="|| ( >=app-i18n/scim-1.1 >=app-i18n/scim-cvs-1.1 )" |