diff options
author | 2015-04-20 19:20:06 +0000 | |
---|---|---|
committer | 2015-04-20 19:20:06 +0000 | |
commit | 320cbb9c7953a02b86083fee2ab2f2fb076db3b1 (patch) | |
tree | 3a332da2c7f6a8b18835ab10d77350fd87602319 /app-i18n/ibus-m17n | |
parent | Remove old. (diff) | |
download | gentoo-2-320cbb9c7953a02b86083fee2ab2f2fb076db3b1.tar.gz gentoo-2-320cbb9c7953a02b86083fee2ab2f2fb076db3b1.tar.bz2 gentoo-2-320cbb9c7953a02b86083fee2ab2f2fb076db3b1.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-i18n/ibus-m17n')
-rw-r--r-- | app-i18n/ibus-m17n/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/ibus-m17n/ibus-m17n-1.2.0.20091217.ebuild | 32 | ||||
-rw-r--r-- | app-i18n/ibus-m17n/ibus-m17n-1.3.1.ebuild | 34 |
3 files changed, 6 insertions, 68 deletions
diff --git a/app-i18n/ibus-m17n/ChangeLog b/app-i18n/ibus-m17n/ChangeLog index a4bf041e9312..07d3fdf3d832 100644 --- a/app-i18n/ibus-m17n/ChangeLog +++ b/app-i18n/ibus-m17n/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/ibus-m17n -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-m17n/ChangeLog,v 1.25 2013/07/30 03:14:09 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-m17n/ChangeLog,v 1.26 2015/04/20 19:20:06 mrueg Exp $ + + 20 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -ibus-m17n-1.2.0.20091217.ebuild, + -ibus-m17n-1.3.1.ebuild: + Remove old. 30 Jul 2013; Mike Frysinger <vapier@gentoo.org> metadata.xml: Add upstream CPE tag (security info) from ChromiumOS. diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.2.0.20091217.ebuild b/app-i18n/ibus-m17n/ibus-m17n-1.2.0.20091217.ebuild deleted file mode 100644 index 15b072d4b76a..000000000000 --- a/app-i18n/ibus-m17n/ibus-m17n-1.2.0.20091217.ebuild +++ /dev/null @@ -1,32 +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-m17n/ibus-m17n-1.2.0.20091217.ebuild,v 1.5 2012/05/03 19:24:28 jdhore Exp $ - -DESCRIPTION="The M17N engine IMEngine for IBus Framework" -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="nls" - -RDEPEND=">=app-i18n/ibus-1.2 - dev-libs/m17n-lib - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-db/m17n-db - dev-db/m17n-contrib - >=sys-devel/gettext-0.16.1" - -src_compile() { - econf $(use_enable nls) || die - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/app-i18n/ibus-m17n/ibus-m17n-1.3.1.ebuild b/app-i18n/ibus-m17n/ibus-m17n-1.3.1.ebuild deleted file mode 100644 index d1fee3632bb2..000000000000 --- a/app-i18n/ibus-m17n/ibus-m17n-1.3.1.ebuild +++ /dev/null @@ -1,34 +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-m17n/ibus-m17n-1.3.1.ebuild,v 1.2 2012/05/03 19:24:28 jdhore Exp $ - -EAPI="3" - -DESCRIPTION="The M17N engine IMEngine for IBus Framework" -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="nls" - -RDEPEND=">=app-i18n/ibus-1.3 - x11-libs/gtk+:2 - dev-libs/m17n-lib - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-db/m17n-db - dev-db/m17n-contrib - >=sys-devel/gettext-0.16.1" - -src_configure() { - econf $(use_enable nls) || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog NEWS README || die -} |