mgorny      14/12/27 11:24:29

  Modified:             ChangeLog
  Added:                ibus-table-1.5.0-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.31                 app-i18n/ibus-table/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-table/ChangeLog?rev=1.31&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-table/ChangeLog?rev=1.31&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-table/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   5 Feb 2013 15:22:19 -0000       1.30
+++ ChangeLog   27 Dec 2014 11:24:29 -0000      1.31
@@ -1,6 +1,11 @@
 # ChangeLog for app-i18n/ibus-table
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ChangeLog,v 1.30 
2013/02/05 15:22:19 yngwin Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table/ChangeLog,v 1.31 
2014/12/27 11:24:29 mgorny Exp $
+
+*ibus-table-1.5.0-r1 (27 Dec 2014)
+
+  27 Dec 2014; Michał Górny <[email protected]> +ibus-table-1.5.0-r1.ebuild:
+  Convert to python-single-r1.
 
   05 Feb 2013; Ben de Groot <[email protected]>
   +files/ibus-table-1.5.0-pycompile.patch:



1.1                  app-i18n/ibus-table/ibus-table-1.5.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-table/ibus-table-1.5.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/ibus-table/ibus-table-1.5.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: ibus-table-1.5.0-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-table/ibus-table-1.5.0-r1.ebuild,v 1.1 
2014/12/27 11:24:29 mgorny Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"
inherit eutils python-single-r1

DESCRIPTION="The Table Engine for IBus Framework"
HOMEPAGE="http://code.google.com/p/ibus/";
SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz";

LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls"

RDEPEND="${PYTHON_DEPS}
        >=app-i18n/ibus-1.2[python,${PYTHON_USEDEP}]
        nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
        nls? ( >=sys-devel/gettext-0.16.1 )
        virtual/pkgconfig"
REQUIRED_USE=${PYTHON_REQUIRED_USE}

src_prepare() {
        python_fix_shebang .

        sed -i -e "s/python/${EPYTHON}/" \
                engine/ibus-table-createdb.in engine/ibus-engine-table.in || die
}

src_configure() {
        econf $(use_enable nls)
}

src_install() {
        emake DESTDIR="${D}" install

        dodoc AUTHORS ChangeLog NEWS README
}




Reply via email to