public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/opencc: opencc-0.3.0_pre20120819.ebuild ChangeLog
@ 2012-08-19  8:45 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-08-19  8:45 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/08/19 08:45:43

  Modified:             ChangeLog
  Added:                opencc-0.3.0_pre20120819.ebuild
  Log:
  Fix ppc builds by adding new git snapshot (fedora and suse do the same).
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  app-i18n/opencc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/opencc/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	18 May 2012 14:20:03 -0000	1.6
+++ ChangeLog	19 Aug 2012 08:45:43 -0000	1.7
@@ -1,6 +1,12 @@
 # ChangeLog for app-i18n/opencc
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/opencc/ChangeLog,v 1.6 2012/05/18 14:20:03 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/opencc/ChangeLog,v 1.7 2012/08/19 08:45:43 scarabeus Exp $
+
+*opencc-0.3.0_pre20120819 (19 Aug 2012)
+
+  19 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org>
+  +opencc-0.3.0_pre20120819.ebuild:
+  Fix ppc builds by adding new git snapshot (fedora and suse do the same).
 
   18 May 2012; Joseph Jezak <josejx@gentoo.org> opencc-0.2.0.ebuild:
   Marked ~ppc/~ppc64.
@@ -25,4 +31,3 @@
   20 Sep 2010; MATSUU Takuto <matsuu@gentoo.org> +opencc-0.1.2.ebuild,
   +metadata.xml:
   Initial import.
-



1.1                  app-i18n/opencc/opencc-0.3.0_pre20120819.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/opencc/opencc-0.3.0_pre20120819.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/opencc/opencc-0.3.0_pre20120819.ebuild?rev=1.1&content-type=text/plain

Index: opencc-0.3.0_pre20120819.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/opencc/opencc-0.3.0_pre20120819.ebuild,v 1.1 2012/08/19 08:45:42 scarabeus Exp $

EAPI=4

inherit cmake-utils multilib

DESCRIPTION="Libraries for Simplified-Traditional Chinese Conversion"
HOMEPAGE="http://code.google.com/p/open-chinese-convert/"
SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="+nls static-libs"

DEPEND="nls? ( sys-devel/gettext )"
RDEPEND="nls? ( virtual/libintl )"

DOCS="AUTHORS README"

src_prepare() {
	sed -i \
		-e "s:\${CMAKE_\(SHARED\|STATIC\)_LIBRARY_PREFIX}:\"$(get_libdir)\":" \
		CMakeLists.txt || die
}

src_configure() {
	local mycmakeargs=(
		"$(cmake-utils_use_enable nls GETTEXT)"
	)

	cmake-utils_src_configure
}

src_install() {
	cmake-utils_src_install

	use static-libs || find "${ED}" -name '*.la' -o -name '*.a' -exec rm {} +
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-i18n/opencc: opencc-0.3.0_pre20120819.ebuild ChangeLog
@ 2012-08-19  8:46 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-08-19  8:46 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/08/19 08:46:39

  Modified:             opencc-0.3.0_pre20120819.ebuild ChangeLog
  Log:
  amd64 x86 and ppc stable wrt bug#431902.
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-i18n/opencc/opencc-0.3.0_pre20120819.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/opencc/opencc-0.3.0_pre20120819.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/opencc/opencc-0.3.0_pre20120819.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/opencc/opencc-0.3.0_pre20120819.ebuild?r1=1.1&r2=1.2

Index: opencc-0.3.0_pre20120819.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/opencc/opencc-0.3.0_pre20120819.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opencc-0.3.0_pre20120819.ebuild	19 Aug 2012 08:45:42 -0000	1.1
+++ opencc-0.3.0_pre20120819.ebuild	19 Aug 2012 08:46:39 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/opencc/opencc-0.3.0_pre20120819.ebuild,v 1.1 2012/08/19 08:45:42 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/opencc/opencc-0.3.0_pre20120819.ebuild,v 1.2 2012/08/19 08:46:39 scarabeus Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE="+nls static-libs"
 
 DEPEND="nls? ( sys-devel/gettext )"



1.8                  app-i18n/opencc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/opencc/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	19 Aug 2012 08:45:43 -0000	1.7
+++ ChangeLog	19 Aug 2012 08:46:39 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for app-i18n/opencc
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/opencc/ChangeLog,v 1.7 2012/08/19 08:45:43 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/opencc/ChangeLog,v 1.8 2012/08/19 08:46:39 scarabeus Exp $
+
+  19 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org>
+  opencc-0.3.0_pre20120819.ebuild:
+  amd64 x86 and ppc stable wrt bug#431902.
 
 *opencc-0.3.0_pre20120819 (19 Aug 2012)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-19  8:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-19  8:45 [gentoo-commits] gentoo-x86 commit in app-i18n/opencc: opencc-0.3.0_pre20120819.ebuild ChangeLog Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-19  8:46 Tomas Chvatal (scarabeus)

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