jer         14/10/26 11:37:50

  Modified:             ChangeLog
  Added:                libchewing-0.3.3-r1.ebuild
  Log:
  Fix building against sys-libs/ncurses[tinfo] (bug #526902). EAPI bump. Remove 
pointless USE=debug.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.29                 dev-libs/libchewing/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libchewing/ChangeLog?rev=1.29&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libchewing/ChangeLog?rev=1.29&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libchewing/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libchewing/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   4 Oct 2012 22:35:30 -0000       1.28
+++ ChangeLog   26 Oct 2014 11:37:50 -0000      1.29
@@ -1,6 +1,15 @@
 # ChangeLog for dev-libs/libchewing
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libchewing/ChangeLog,v 1.28 
2012/10/04 22:35:30 naota Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libchewing/ChangeLog,v 1.29 
2014/10/26 11:37:50 jer Exp $
+
+*libchewing-0.3.3-r1 (26 Oct 2014)
+
+  26 Oct 2014; Jeroen Roovers <j...@gentoo.org> +libchewing-0.3.3-r1.ebuild,
+  -files/0.3.2-fix-chewing-zuin-String.patch,
+  -files/0.3.2-fix-crosscompile.patch, +files/0.3.3-cflags.patch,
+  +files/0.3.3-tinfo.patch:
+  Fix building against sys-libs/ncurses[tinfo] (bug #526902). EAPI bump. Remove
+  pointless USE=debug.
 
   04 Oct 2012;  <na...@gentoo.org> +files/0.3.3-strncat-fix.patch,
   libchewing-0.3.3.ebuild:



1.1                  dev-libs/libchewing/libchewing-0.3.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libchewing/libchewing-0.3.3-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libchewing/libchewing-0.3.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: libchewing-0.3.3-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libchewing/libchewing-0.3.3-r1.ebuild,v 1.1 
2014/10/26 11:37:50 jer Exp $

EAPI=5

inherit autotools eutils multilib toolchain-funcs

DESCRIPTION="Library for Chinese Phonetic input method"
HOMEPAGE="http://chewing.csie.net/";
SRC_URI="http://chewing.csie.net/download/libchewing/${P}.tar.bz2";

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="static-libs test"

DEPEND="
        virtual/pkgconfig
        test? (
                sys-libs/ncurses[unicode]
                >=dev-libs/check-0.9.4
        )
"

src_prepare() {
        epatch \
                "${FILESDIR}"/${PV}-cflags.patch \
                "${FILESDIR}"/${PV}-strncat-fix.patch \
                "${FILESDIR}"/${PV}-tinfo.patch

        eautoreconf
}

src_configure() {
        econf $(use_enable static-libs static)
}

src_test() {
        # test subdirectory is not enabled by default; this means that we
        # have to make it explicit.
        emake -C test check
}

DOCS=( AUTHORS ChangeLog NEWS README TODO )

src_install() {
        default

        prune_libtool_files
}




Reply via email to