public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libchewing: ChangeLog libchewing-0.3.0-r1.ebuild libchewing-0.2.6.ebuild
@ 2008-09-06  3:46 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; only message in thread
From: Matsuu Takuto (matsuu) @ 2008-09-06  3:46 UTC (permalink / raw
  To: gentoo-commits

matsuu      08/09/06 03:46:32

  Modified:             ChangeLog
  Added:                libchewing-0.3.0-r1.ebuild
  Removed:              libchewing-0.2.6.ebuild
  Log:
  import fedora patches, bug 236799.
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)

Revision  Changes    Path
1.12                 dev-libs/libchewing/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libchewing/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libchewing/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libchewing/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libchewing/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	5 Nov 2006 15:43:52 -0000	1.11
+++ ChangeLog	6 Sep 2008 03:46:31 -0000	1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libchewing
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libchewing/ChangeLog,v 1.11 2006/11/05 15:43:52 usata Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libchewing/ChangeLog,v 1.12 2008/09/06 03:46:31 matsuu Exp $
+
+*libchewing-0.3.0-r1 (06 Sep 2008)
+
+  06 Sep 2008; MATSUU Takuto <matsuu@gentoo.org> -libchewing-0.2.6.ebuild,
+  +libchewing-0.3.0-r1.ebuild:
+  import fedora patches, bug 236799. Added ~amd64. Removed old versions.
 
 *libchewing-0.3.0 (05 Nov 2006)
 *libchewing-0.2.7 (05 Nov 2006)



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

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

Index: libchewing-0.3.0-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libchewing/libchewing-0.3.0-r1.ebuild,v 1.1 2008/09/06 03:46:31 matsuu Exp $

inherit eutils multilib

IUSE=""
DESCRIPTION="Library for Chinese Phonetic input method"
HOMEPAGE="http://chewing.csie.net/"
SRC_URI="http://chewing.csie.net/download/libchewing/${P}.tar.gz
	http://gentoo-china-overlay.googlecode.com/svn/distfiles/${P}-fc9-patches.tar.bz2"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
DEPEND="virtual/libc"

src_unpack() {
	unpack "${P}".tar.gz
	#patches from federa core
	epatch "${DISTDIR}/${P}"-fc9-patches.tar.bz2
}

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

	dodoc AUTHORS ChangeLog NEWS README TODO
}

pkg_postinst() {
	if [[ -e "${ROOT}"/usr/$(get_libdir)/libchewing.so.1 ]] ; then
		ewarn "You must re-compile all packages that are linked against"
		ewarn "<libchewing-0.2.7 by using revdep-rebuild from gentoolkit:"
		ewarn "# revdep-rebuild --library libchewing.so.1"
	fi

	if [[ -e "${ROOT}"/usr/$(get_libdir)/libchewing.so.2 ]] ; then
		ewarn "You must re-compile all packages that are linked against"
		ewarn "<libchewing-0.3.0 by using revdep-rebuild from gentoolkit:"
		ewarn "# revdep-rebuild --library libchewing.so.2"
	fi
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-06  3:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-06  3:46 [gentoo-commits] gentoo-x86 commit in dev-libs/libchewing: ChangeLog libchewing-0.3.0-r1.ebuild libchewing-0.2.6.ebuild Matsuu Takuto (matsuu)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox