naota 14/04/08 05:42:20 Modified: ChangeLog Added: scim-tables-0.5.13.ebuild Log: version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Revision Changes Path 1.71 app-i18n/scim-tables/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-tables/ChangeLog?rev=1.71&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-tables/ChangeLog?rev=1.71&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-tables/ChangeLog?r1=1.70&r2=1.71 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- ChangeLog 18 Jul 2013 11:22:05 -0000 1.70 +++ ChangeLog 8 Apr 2014 05:42:20 -0000 1.71 @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/scim-tables -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.70 2013/07/18 11:22:05 naota Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.71 2014/04/08 05:42:20 naota Exp $ + +*scim-tables-0.5.13 (08 Apr 2014) + + 08 Apr 2014; Naohiro Aota <[email protected]> +scim-tables-0.5.13.ebuild: + version bump. 18 Jul 2013; Naohiro Aota <[email protected]> +files/scim-tables-0.5.12-automake.patch, scim-tables-0.5.12.ebuild: 1.1 app-i18n/scim-tables/scim-tables-0.5.13.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.13.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.13.ebuild?rev=1.1&content-type=text/plain Index: scim-tables-0.5.13.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.13.ebuild,v 1.1 2014/04/08 05:42:20 naota Exp $ inherit autotools base eutils DESCRIPTION="Smart Common Input Method (SCIM) Generic Table Input Method Server" HOMEPAGE="http://www.scim-im.org/" SRC_URI="mirror://sourceforge/scim/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="nls" LANGS="am ar bn gu hi ja kn ko ml ne pa ru ta te th uk vi zh" for i in ${LANGS} ; do IUSE="${IUSE} linguas_${i}" done RDEPEND=">=app-i18n/scim-1.4.7-r2 nls? ( virtual/libintl )" DEPEND="${RDEPEND} virtual/pkgconfig nls? ( sys-devel/gettext )" PATCHES=( "${FILESDIR}/${PN}-0.5.8+gcc-4.3.patch" "${FILESDIR}"/${PN}-0.5.12-automake.patch ) pkg_setup() { elog "Not all languages are going to be compiled." elog "Please set LINGUAS to your preferred language(s)." elog "Supported LINGUAS values are:" elog "${LANGS}" } src_unpack() { base_src_unpack strip-linguas ${LANGS} local use_languages="additional ${LINGUAS}" elog "Languages being compiled are: ${use_languages}" cd "${S}" sed -i -e "/^SUBDIRS/s/.*/SUBDIRS = ${use_languages}/g" \ tables/Makefile.{am,in} || die "sed ${m} failed" AT_NO_RECURSIVE=yes AT_M4DIR=${S}/m4 eautoreconf } src_compile() { econf \ --disable-skim-support \ $(use_enable nls) \ --disable-static \ --disable-dependency-tracking \ --without-arts || die "econf failed" emake || die "make failed" } src_install() { emake DESTDIR="${D}" install || die "install failed" dodoc README ChangeLog AUTHORS }
