diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2010-03-13 00:46:45 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2010-03-13 00:46:45 +0000 |
commit | ec7744710ffb6d918d47a5a63769a7a058ad221f (patch) | |
tree | 6788d0bb6b571c5c35a590b67f878d83d364e69f /app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild | |
parent | Version bumped. (diff) | |
download | gentoo-2-ec7744710ffb6d918d47a5a63769a7a058ad221f.tar.gz gentoo-2-ec7744710ffb6d918d47a5a63769a7a058ad221f.tar.bz2 gentoo-2-ec7744710ffb6d918d47a5a63769a7a058ad221f.zip |
Version bumped.
(Portage version: 2.1.8.2/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild')
-rw-r--r-- | app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild b/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild new file mode 100644 index 000000000000..5ac68e0be152 --- /dev/null +++ b/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild @@ -0,0 +1,24 @@ +# 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-code/ibus-table-code-1.2.0.20100305.ebuild,v 1.1 2010/03/13 00:46:45 matsuu Exp $ + +DESCRIPTION="The code tables for IBus-Table" +HOMEPAGE="http://code.google.com/p/ibus/" +SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=app-i18n/ibus-table-1.2.0.20090912 + >=dev-lang/python-2.6 + !app-i18n/ibus-table-additional" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die + + dodoc AUTHORS ChangeLog NEWS README || die +} |