diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-03-31 15:12:37 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-03-31 15:12:37 +0000 |
commit | 9da58690840f608e95acd5b8a6cf80bb6d82eaa7 (patch) | |
tree | 13e710fe8447443f4586a05275f59d842d9a2ec8 /app-i18n/ibus-table-extraphrase | |
parent | Revision bump. Apply upstream patches for various bugs. Remove old. (diff) | |
download | gentoo-2-9da58690840f608e95acd5b8a6cf80bb6d82eaa7.tar.gz gentoo-2-9da58690840f608e95acd5b8a6cf80bb6d82eaa7.tar.bz2 gentoo-2-9da58690840f608e95acd5b8a6cf80bb6d82eaa7.zip |
Removed old versions.
(Portage version: 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 -} |