diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2010-03-13 00:54:30 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2010-03-13 00:54:30 +0000 |
commit | c5dc31aae372257a0dcdcaa9eb57c4b595d40bf7 (patch) | |
tree | 56d7358a42adaffcc4c4fbf507d19722a8384a03 /app-i18n | |
parent | Version bumped. (diff) | |
download | gentoo-2-c5dc31aae372257a0dcdcaa9eb57c4b595d40bf7.tar.gz gentoo-2-c5dc31aae372257a0dcdcaa9eb57c4b595d40bf7.tar.bz2 gentoo-2-c5dc31aae372257a0dcdcaa9eb57c4b595d40bf7.zip |
Version bumped. Removed old versions.
(Portage version: 2.1.8.2/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-table-extraphrase/ChangeLog | 12 | ||||
-rw-r--r-- | app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090406.ebuild | 22 | ||||
-rw-r--r-- | app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.2.0.20100305.ebuild (renamed from app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090327.ebuild) | 6 |
3 files changed, 13 insertions, 27 deletions
diff --git a/app-i18n/ibus-table-extraphrase/ChangeLog b/app-i18n/ibus-table-extraphrase/ChangeLog index afbab271dd96..ea03ba272483 100644 --- a/app-i18n/ibus-table-extraphrase/ChangeLog +++ b/app-i18n/ibus-table-extraphrase/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-i18n/ibus-table-extraphrase -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-extraphrase/ChangeLog,v 1.7 2009/04/23 14:04:31 matsuu Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-extraphrase/ChangeLog,v 1.8 2010/03/13 00:54:30 matsuu Exp $ + +*ibus-table-extraphrase-1.2.0.20100305 (13 Mar 2010) + + 13 Mar 2010; MATSUU Takuto <matsuu@gentoo.org> + -ibus-table-extraphrase-1.1.0.20090327.ebuild, + -ibus-table-extraphrase-1.1.0.20090406.ebuild, + +ibus-table-extraphrase-1.2.0.20100305.ebuild: + Version bumped. Removed old versions. *ibus-table-extraphrase-1.1.0.20090415 (23 Apr 2009) diff --git a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090406.ebuild b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090406.ebuild deleted file mode 100644 index 9f7abff0cd3c..000000000000 --- a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090406.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090406.ebuild,v 1.1 2009/04/12 02:57:06 matsuu Exp $ - -DESCRIPTION="Chinese extra phrases for ibus-table based IME" -HOMEPAGE="http://code.google.com/p/ibus/" -SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=app-i18n/ibus-table-1.1 - dev-util/pkgconfig" -RDEPEND="" - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090327.ebuild b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.2.0.20100305.ebuild index 4348aa568f41..a5e9cd598410 100644 --- a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090327.ebuild +++ b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.2.0.20100305.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090327.ebuild,v 1.1 2009/04/02 16:00:19 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.2.0.20100305.ebuild,v 1.1 2010/03/13 00:54:30 matsuu Exp $ DESCRIPTION="Chinese extra phrases for ibus-table based IME" HOMEPAGE="http://code.google.com/p/ibus/" @@ -18,5 +18,5 @@ RDEPEND="" src_install() { emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README + dodoc AUTHORS ChangeLog NEWS README || die } |