diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2010-05-04 00:43:51 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2010-05-04 00:43:51 +0000 |
commit | 2438b02490739ead4fd5371bafa7e79d9c1e3b93 (patch) | |
tree | f591a3547b96628be895e52d0672e70d43fc5ef3 /app-i18n/ibus-table-tv | |
parent | Removed python from DEPEND. (diff) | |
download | gentoo-2-2438b02490739ead4fd5371bafa7e79d9c1e3b93.tar.gz gentoo-2-2438b02490739ead4fd5371bafa7e79d9c1e3b93.tar.bz2 gentoo-2-2438b02490739ead4fd5371bafa7e79d9c1e3b93.zip |
Removed python from DEPEND. Removed old version.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/ibus-table-tv')
-rw-r--r-- | app-i18n/ibus-table-tv/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/ibus-table-tv/ibus-table-tv-1.2.0.20100108.ebuild | 23 | ||||
-rw-r--r-- | app-i18n/ibus-table-tv/ibus-table-tv-1.2.0.20100305.ebuild | 5 |
3 files changed, 7 insertions, 27 deletions
diff --git a/app-i18n/ibus-table-tv/ChangeLog b/app-i18n/ibus-table-tv/ChangeLog index d42484c1fc17..6d7db10d3944 100644 --- a/app-i18n/ibus-table-tv/ChangeLog +++ b/app-i18n/ibus-table-tv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/ibus-table-tv # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-tv/ChangeLog,v 1.2 2010/03/13 01:01:20 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-tv/ChangeLog,v 1.3 2010/05/04 00:43:51 matsuu Exp $ + + 04 May 2010; MATSUU Takuto <matsuu@gentoo.org> + -ibus-table-tv-1.2.0.20100108.ebuild, ibus-table-tv-1.2.0.20100305.ebuild: + Removed python from DEPEND. Removed old version. *ibus-table-tv-1.2.0.20100305 (13 Mar 2010) diff --git a/app-i18n/ibus-table-tv/ibus-table-tv-1.2.0.20100108.ebuild b/app-i18n/ibus-table-tv/ibus-table-tv-1.2.0.20100108.ebuild deleted file mode 100644 index cc171c5408f1..000000000000 --- a/app-i18n/ibus-table-tv/ibus-table-tv-1.2.0.20100108.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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-tv/ibus-table-tv-1.2.0.20100108.ebuild,v 1.1 2010/01/09 16:55:41 matsuu Exp $ - -DESCRIPTION="The Thai and Viqr (Vietnamese) 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 - >=dev-lang/python-2.6" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog NEWS README || die -} diff --git a/app-i18n/ibus-table-tv/ibus-table-tv-1.2.0.20100305.ebuild b/app-i18n/ibus-table-tv/ibus-table-tv-1.2.0.20100305.ebuild index a0ca5113f1fe..58a7b206c59e 100644 --- a/app-i18n/ibus-table-tv/ibus-table-tv-1.2.0.20100305.ebuild +++ b/app-i18n/ibus-table-tv/ibus-table-tv-1.2.0.20100305.ebuild @@ -1,6 +1,6 @@ # 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-tv/ibus-table-tv-1.2.0.20100305.ebuild,v 1.1 2010/03/13 01:01:20 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-tv/ibus-table-tv-1.2.0.20100305.ebuild,v 1.2 2010/05/04 00:43:51 matsuu Exp $ DESCRIPTION="The Thai and Viqr (Vietnamese) tables for IBus-Table" HOMEPAGE="http://code.google.com/p/ibus/" @@ -11,8 +11,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=app-i18n/ibus-table-1.2 - >=dev-lang/python-2.6" +RDEPEND=">=app-i18n/ibus-table-1.2" DEPEND="${RDEPEND} dev-util/pkgconfig" |