public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/scim-wnn: scim-wnn-1.0.0.ebuild scim-wnn-1.0.0-r1.ebuild ChangeLog
@ 2012-10-02  2:40 Naohiro Aota (naota)
  0 siblings, 0 replies; only message in thread
From: Naohiro Aota (naota) @ 2012-10-02  2:40 UTC (permalink / raw
  To: gentoo-commits

naota       12/10/02 02:40:50

  Modified:             scim-wnn-1.0.0.ebuild scim-wnn-1.0.0-r1.ebuild
                        ChangeLog
  Log:
  Force scim not to use gtk3.
  
  (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild?r1=1.4&r2=1.5

Index: scim-wnn-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- scim-wnn-1.0.0.ebuild	31 Dec 2009 21:03:14 -0000	1.4
+++ scim-wnn-1.0.0.ebuild	2 Oct 2012 02:40:49 -0000	1.5
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild,v 1.4 2009/12/31 21:03:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild,v 1.5 2012/10/02 02:40:49 naota Exp $
+
+EAPI=2
 
 DESCRIPTION="Japanese input method Wnn IMEngine for SCIM"
 HOMEPAGE="http://nop.net-p.org/modules/pukiwiki/index.php?%5B%5Bscim-wnn%5D%5D"
@@ -11,15 +13,13 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="freewnn"
 
-RDEPEND="|| ( >=app-i18n/scim-1.0 >=app-i18n/scim-cvs-1.0 )
+RDEPEND="|| ( >=app-i18n/scim-1.0[-gtk3] >=app-i18n/scim-cvs-1.0 )
 	dev-libs/wnn7sdk
 	freewnn? ( app-i18n/freewnn )"
 DEPEND="${RDEPEND}
 	>=sys-apps/sed-4"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	sed -i -e 's:$LDFLAGS conftest.$ac_ext $LIBS:conftest.$ac_ext $LIBS $LDFLAGS:g' \
 		configure || die "ldflags sed failed"
 	cd "${S}"/src



1.3                  app-i18n/scim-wnn/scim-wnn-1.0.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0-r1.ebuild?r1=1.2&r2=1.3

Index: scim-wnn-1.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scim-wnn-1.0.0-r1.ebuild	3 May 2012 19:24:27 -0000	1.2
+++ scim-wnn-1.0.0-r1.ebuild	2 Oct 2012 02:40:49 -0000	1.3
@@ -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/scim-wnn/scim-wnn-1.0.0-r1.ebuild,v 1.2 2012/05/03 19:24:27 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0-r1.ebuild,v 1.3 2012/10/02 02:40:49 naota Exp $
 
 EAPI="2"
 
@@ -15,7 +15,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="+freewnn"
 
-RDEPEND=">=app-i18n/scim-1.4
+RDEPEND=">=app-i18n/scim-1.4[-gtk3]
 	dev-libs/wnn7sdk
 	freewnn? ( app-i18n/freewnn )"
 DEPEND="${RDEPEND}



1.13                 app-i18n/scim-wnn/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	3 May 2012 19:24:27 -0000	1.12
+++ ChangeLog	2 Oct 2012 02:40:49 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for app-i18n/scim-wnn
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/ChangeLog,v 1.12 2012/05/03 19:24:27 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/ChangeLog,v 1.13 2012/10/02 02:40:49 naota Exp $
+
+  02 Oct 2012;  <naota@gentoo.org> scim-wnn-1.0.0-r1.ebuild,
+  scim-wnn-1.0.0.ebuild:
+  Force scim not to use gtk3.
 
   03 May 2012; Jeff Horelick <jdhore@gentoo.org> scim-wnn-1.0.0-r1.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig
@@ -57,4 +61,3 @@
   30 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> +metadata.xml,
   +scim-wnn-0.1.0.ebuild:
   Initial import.
-





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

only message in thread, other threads:[~2012-10-02  2:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-02  2:40 [gentoo-commits] gentoo-x86 commit in app-i18n/scim-wnn: scim-wnn-1.0.0.ebuild scim-wnn-1.0.0-r1.ebuild ChangeLog Naohiro Aota (naota)

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