diff options
author | 2015-06-09 10:43:54 +0000 | |
---|---|---|
committer | 2015-06-09 10:43:54 +0000 | |
commit | e169a23dc67b8da25c834e28ac86b510062e6b6e (patch) | |
tree | 14833814744a9432c5e8259f2927153d808b3470 /app-i18n/scim-anthy | |
parent | Add a QA check for mis-installed gtk-doc files (diff) | |
download | gentoo-2-e169a23dc67b8da25c834e28ac86b510062e6b6e.tar.gz gentoo-2-e169a23dc67b8da25c834e28ac86b510062e6b6e.tar.bz2 gentoo-2-e169a23dc67b8da25c834e28ac86b510062e6b6e.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-i18n/scim-anthy')
-rw-r--r-- | app-i18n/scim-anthy/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/scim-anthy/scim-anthy-1.2.6.ebuild | 57 | ||||
-rw-r--r-- | app-i18n/scim-anthy/scim-anthy-1.2.7.ebuild | 58 |
3 files changed, 5 insertions, 116 deletions
diff --git a/app-i18n/scim-anthy/ChangeLog b/app-i18n/scim-anthy/ChangeLog index adfc9e004887..a8e1b10c2fde 100644 --- a/app-i18n/scim-anthy/ChangeLog +++ b/app-i18n/scim-anthy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/scim-anthy # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.69 2015/06/09 07:08:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.70 2015/06/09 10:43:54 mrueg Exp $ + + 09 Jun 2015; Manuel Rüger <mrueg@gentoo.org> -scim-anthy-1.2.6.ebuild, + -scim-anthy-1.2.7.ebuild: + Remove old. 09 Jun 2015; Agostino Sarubbo <ago@gentoo.org> scim-anthy-1.2.7-r1.ebuild: Stable for x86, wrt bug #525016 diff --git a/app-i18n/scim-anthy/scim-anthy-1.2.6.ebuild b/app-i18n/scim-anthy/scim-anthy-1.2.6.ebuild deleted file mode 100644 index 8bf24b6428de..000000000000 --- a/app-i18n/scim-anthy/scim-anthy-1.2.6.ebuild +++ /dev/null @@ -1,57 +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/scim-anthy/scim-anthy-1.2.6.ebuild,v 1.8 2012/05/03 19:24:26 jdhore Exp $ - -EAPI="1" - -inherit libtool - -DESCRIPTION="Japanese input method Anthy IMEngine for SCIM" -HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy" -SRC_URI="mirror://sourceforge.jp/scim-imengine/30199/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="gtk nls" - -DEPEND=">=app-i18n/scim-1.2 - || ( >=app-i18n/anthy-5900 >=app-i18n/anthy-ss-5911 ) - nls? ( virtual/libintl ) - gtk? ( >=x11-libs/gtk+-2.4:2 )" -RDEPEND="${DEPEND} - gtk? ( app-dicts/kasumi )" -DEPEND="${DEPEND} - nls? ( sys-devel/gettext ) - virtual/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - elibtoolize -} - -src_compile() { - econf \ - $(use_enable nls) \ - --disable-static \ - --disable-dependency-tracking - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README -} - -pkg_postinst() { - elog - elog "To use SCIM, you should use the following in your user startup scripts" - elog "such as .gnomerc or .xinitrc:" - elog - elog "LANG='your_language' scim -d" - elog "export XMODIFIERS=@im=SCIM" - elog "export GTK_IM_MODULE=scim" - elog "export QT_IM_MODULE=scim" - elog -} diff --git a/app-i18n/scim-anthy/scim-anthy-1.2.7.ebuild b/app-i18n/scim-anthy/scim-anthy-1.2.7.ebuild deleted file mode 100644 index 1101088dd12e..000000000000 --- a/app-i18n/scim-anthy/scim-anthy-1.2.7.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.2.7.ebuild,v 1.6 2013/09/16 10:42:49 heroxbd Exp $ - -EAPI="2" - -inherit libtool - -DESCRIPTION="Japanese input method Anthy IMEngine for SCIM" -HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy" -SRC_URI="mirror://sourceforge.jp/scim-imengine/37309/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="gtk nls" - -DEPEND=">=app-i18n/scim-1.2 - >=app-i18n/anthy-5900 - nls? ( virtual/libintl ) - gtk? ( >=x11-libs/gtk+-2.4:2 )" -RDEPEND="${DEPEND} - gtk? ( app-dicts/kasumi )" -DEPEND="${DEPEND} - nls? ( sys-devel/gettext ) - virtual/pkgconfig" - -src_prepare() { - elibtoolize -} - -src_configure() { - econf \ - $(use_enable nls) \ - --disable-static \ - --disable-dependency-tracking || die -} - -src_compile() { - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README -} - -pkg_postinst() { - elog - elog "To use SCIM, you should use the following in your user startup scripts" - elog "such as .gnomerc or .xinitrc:" - elog - elog "LANG='your_language' scim -d" - elog "export XMODIFIERS=@im=SCIM" - elog "export GTK_IM_MODULE=scim" - elog "export QT_IM_MODULE=scim" - elog -} |