diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-04-04 15:29:11 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-04-04 15:29:11 +0000 |
commit | de074ed2484a24c179a876321e07521e1eae644a (patch) | |
tree | 66fa1a8717301cece4ed030a0d77883ca5f9f5b2 /app-i18n | |
parent | Enforce missing USE dependency wrt bug #541838. (diff) | |
download | gentoo-2-de074ed2484a24c179a876321e07521e1eae644a.tar.gz gentoo-2-de074ed2484a24c179a876321e07521e1eae644a.tar.bz2 gentoo-2-de074ed2484a24c179a876321e07521e1eae644a.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-table-chinese/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/ibus-table-chinese/ibus-table-chinese-1.3.5.ebuild | 23 |
2 files changed, 6 insertions, 25 deletions
diff --git a/app-i18n/ibus-table-chinese/ChangeLog b/app-i18n/ibus-table-chinese/ChangeLog index 486456dfa12a..7044d036b1a1 100644 --- a/app-i18n/ibus-table-chinese/ChangeLog +++ b/app-i18n/ibus-table-chinese/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/ibus-table-chinese -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-chinese/ChangeLog,v 1.2 2013/02/05 11:46:33 yngwin Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-chinese/ChangeLog,v 1.3 2015/04/04 15:29:11 kensington Exp $ + + 04 Apr 2015; Michael Palimaka <kensington@gentoo.org> + -ibus-table-chinese-1.3.5.ebuild: + Remove old. *ibus-table-chinese-1.4.6 (05 Feb 2013) diff --git a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.3.5.ebuild b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.3.5.ebuild deleted file mode 100644 index 15b5afb7dab8..000000000000 --- a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.3.5.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-chinese/ibus-table-chinese-1.3.5.ebuild,v 1.1 2012/03/21 01:35:58 naota Exp $ - -EAPI=2 -inherit cmake-utils - -DESCRIPTION="Chinese input tables for ibus-table" -HOMEPAGE="https://github.com/definite/ibus-table-chinese" -MY_P="${P}-Source" -SRC_URI="http://ibus.googlecode.com/files/${MY_P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=app-i18n/ibus-table-1.2.0" -DEPEND="${RDEPEND} - dev-util/cmake-fedora" - -CMAKE_IN_SOURCE_BUILD=1 -S="${WORKDIR}/${MY_P}" |