diff options
author | 2009-03-31 15:13:32 +0000 | |
---|---|---|
committer | 2009-03-31 15:13:32 +0000 | |
commit | ee3ed81b5c62dae2fa1532f082adbe5801354020 (patch) | |
tree | 1029b245d8004430ad40d5481fb11d876dc561b0 /app-i18n/ibus-table-extraphrase | |
parent | Revision bump. Apply upstream patches for various bugs. Remove old. (diff) | |
download | historical-ee3ed81b5c62dae2fa1532f082adbe5801354020.tar.gz historical-ee3ed81b5c62dae2fa1532f082adbe5801354020.tar.bz2 historical-ee3ed81b5c62dae2fa1532f082adbe5801354020.zip |
Removed old versions.
Package-Manager: portage-2.1.6.11/cvs/Linux x86_64
Diffstat (limited to 'app-i18n/ibus-table-extraphrase')
-rw-r--r-- | app-i18n/ibus-table-extraphrase/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-0.1.2.20090102.ebuild | 22 |
2 files changed, 5 insertions, 23 deletions
diff --git a/app-i18n/ibus-table-extraphrase/ChangeLog b/app-i18n/ibus-table-extraphrase/ChangeLog index bb38a2e50679..270aa7dff20f 100644 --- a/app-i18n/ibus-table-extraphrase/ChangeLog +++ b/app-i18n/ibus-table-extraphrase/ChangeLog @@ -1,6 +1,10 @@ # 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.3 2009/02/25 17:13:15 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-extraphrase/ChangeLog,v 1.4 2009/03/31 15:12:37 matsuu Exp $ + + 31 Mar 2009; MATSUU Takuto <matsuu@gentoo.org> + -ibus-table-extraphrase-0.1.2.20090102.ebuild: + Removed old version. *ibus-table-extraphrase-1.1.0.20090219 (25 Feb 2009) diff --git a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-0.1.2.20090102.ebuild b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-0.1.2.20090102.ebuild deleted file mode 100644 index 9f9802ab5c4f..000000000000 --- a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-0.1.2.20090102.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-0.1.2.20090102.ebuild,v 1.2 2009/02/05 16:10:19 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="" - -RDEPEND="=app-i18n/ibus-table-0.1*" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog NEWS README -} |