mgorny 14/12/27 10:40:45 Modified: ChangeLog Added: ibus-hangul-1.4.2-r1.ebuild Log: Convert to python-single-r1. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.29 app-i18n/ibus-hangul/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-hangul/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-hangul/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-hangul/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-hangul/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 10 Mar 2013 13:38:14 -0000 1.28 +++ ChangeLog 27 Dec 2014 10:40:45 -0000 1.29 @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/ibus-hangul -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-hangul/ChangeLog,v 1.28 2013/03/10 13:38:14 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-hangul/ChangeLog,v 1.29 2014/12/27 10:40:45 mgorny Exp $ + +*ibus-hangul-1.4.2-r1 (27 Dec 2014) + + 27 Dec 2014; Michał Górny <[email protected]> +ibus-hangul-1.4.2-r1.ebuild: + Convert to python-single-r1. 10 Mar 2013; Agostino Sarubbo <[email protected]> ibus-hangul-1.4.2.ebuild: Stable for x86, wrt bug #461064 1.1 app-i18n/ibus-hangul/ibus-hangul-1.4.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-hangul/ibus-hangul-1.4.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-hangul/ibus-hangul-1.4.2-r1.ebuild?rev=1.1&content-type=text/plain Index: ibus-hangul-1.4.2-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-hangul/ibus-hangul-1.4.2-r1.ebuild,v 1.1 2014/12/27 10:40:45 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 DESCRIPTION="The Hangul engine for IBus input platform" 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.4[python,${PYTHON_USEDEP}] =dev-python/pygobject-2*[${PYTHON_USEDEP}] =dev-python/pygtk-2*[${PYTHON_USEDEP}] >=app-i18n/libhangul-0.1 nls? ( virtual/libintl ) ${PYTHON_DEPS}" DEPEND="${RDEPEND} virtual/pkgconfig nls? ( dev-util/intltool >=sys-devel/gettext-0.17 )" REQUIRED_USE=${PYTHON_REQUIRED_USE} DOCS="AUTHORS ChangeLog NEWS README" src_prepare() { sed -ie "s:python:${EPYTHON}:" \ setup/ibus-setup-hangul.in || die } src_configure() { econf $(use_enable nls) }
