public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/x-unikey: ChangeLog x-unikey-1.0.4-r1.ebuild
@ 2009-08-10 11:49 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-08-10 11:49 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/08/10 11:49:41

  Modified:             ChangeLog x-unikey-1.0.4-r1.ebuild
  Log:
  Fix building with GCC 4.4+ and GLIBC 2.10+ wrt #277565.
  (Portage version: 2.2_rc36/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 app-i18n/x-unikey/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/x-unikey/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/x-unikey/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/x-unikey/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	31 Dec 2008 14:28:43 -0000	1.20
+++ ChangeLog	10 Aug 2009 11:49:41 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for app-i18n/x-unikey
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v 1.20 2008/12/31 14:28:43 matsuu Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v 1.21 2009/08/10 11:49:41 ssuominen Exp $
+
+  10 Aug 2009; Samuli Suominen <ssuominen@gentoo.org>
+  x-unikey-1.0.4-r1.ebuild, +files/x-unikey-1.0.4-gcc44.patch:
+  Fix building with GCC 4.4+ and GLIBC 2.10+ wrt #277565.
 
 *x-unikey-1.0.4-r1 (31 Dec 2008)
 



1.2                  app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild?r1=1.1&r2=1.2

Index: x-unikey-1.0.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- x-unikey-1.0.4-r1.ebuild	31 Dec 2008 14:28:43 -0000	1.1
+++ x-unikey-1.0.4-r1.ebuild	10 Aug 2009 11:49:41 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild,v 1.1 2008/12/31 14:28:43 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild,v 1.2 2009/08/10 11:49:41 ssuominen Exp $
 
 inherit autotools eutils multilib
 
@@ -31,8 +31,9 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-	epatch "${FILESDIR}/${P}-gcc43.patch"
-	epatch "${FILESDIR}/${P}-gentoo.patch"
+	epatch "${FILESDIR}"/${P}-gcc43.patch
+	epatch "${FILESDIR}"/${P}-gcc44.patch
+	epatch "${FILESDIR}"/${P}-gentoo.patch
 	eautoreconf
 }
 






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

* [gentoo-commits] gentoo-x86 commit in app-i18n/x-unikey: ChangeLog x-unikey-1.0.4-r1.ebuild
@ 2010-02-17 21:12 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2010-02-17 21:12 UTC (permalink / raw
  To: gentoo-commits

maekke      10/02/17 21:12:05

  Modified:             ChangeLog x-unikey-1.0.4-r1.ebuild
  Log:
  x86 stable, bug #302497
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 app-i18n/x-unikey/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/x-unikey/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/x-unikey/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/x-unikey/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	10 Aug 2009 11:49:41 -0000	1.21
+++ ChangeLog	17 Feb 2010 21:12:05 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/x-unikey
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v 1.21 2009/08/10 11:49:41 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v 1.22 2010/02/17 21:12:05 maekke Exp $
+
+  17 Feb 2010; Markus Meier <maekke@gentoo.org> x-unikey-1.0.4-r1.ebuild:
+  x86 stable, bug #302497
 
   10 Aug 2009; Samuli Suominen <ssuominen@gentoo.org>
   x-unikey-1.0.4-r1.ebuild, +files/x-unikey-1.0.4-gcc44.patch:



1.3                  app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild?r1=1.2&r2=1.3

Index: x-unikey-1.0.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- x-unikey-1.0.4-r1.ebuild	10 Aug 2009 11:49:41 -0000	1.2
+++ x-unikey-1.0.4-r1.ebuild	17 Feb 2010 21:12:05 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild,v 1.2 2009/08/10 11:49:41 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild,v 1.3 2010/02/17 21:12:05 maekke Exp $
 
 inherit autotools eutils multilib
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="nls gtk"
 
 RDEPEND="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in app-i18n/x-unikey: ChangeLog x-unikey-1.0.4-r1.ebuild
@ 2012-05-03 19:24 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-03 19:24 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/03 19:24:34

  Modified:             ChangeLog x-unikey-1.0.4-r1.ebuild
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.24                 app-i18n/x-unikey/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	27 Mar 2011 11:39:42 -0000	1.23
+++ ChangeLog	3 May 2012 19:24:33 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for app-i18n/x-unikey
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v 1.23 2011/03/27 11:39:42 nirbheek Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v 1.24 2012/05/03 19:24:33 jdhore Exp $
+
+  03 May 2012; Jeff Horelick <jdhore@gentoo.org> x-unikey-1.0.4-r1.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> x-unikey-0.9.2.ebuild,
   x-unikey-1.0.4-r1.ebuild:



1.5                  app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild

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

Index: x-unikey-1.0.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- x-unikey-1.0.4-r1.ebuild	27 Mar 2011 11:39:42 -0000	1.4
+++ x-unikey-1.0.4-r1.ebuild	3 May 2012 19:24:33 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 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/x-unikey/x-unikey-1.0.4-r1.ebuild,v 1.4 2011/03/27 11:39:42 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild,v 1.5 2012/05/03 19:24:33 jdhore Exp $
 
 EAPI="1"
 
@@ -21,7 +21,7 @@
 	gtk? ( >=x11-libs/gtk+-2.2:2 )
 	nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
+	virtual/pkgconfig
 	nls? ( sys-devel/gettext )"
 
 pkg_setup() {






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

end of thread, other threads:[~2012-05-03 19:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-17 21:12 [gentoo-commits] gentoo-x86 commit in app-i18n/x-unikey: ChangeLog x-unikey-1.0.4-r1.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-03 19:24 Jeff Horelick (jdhore)
2009-08-10 11:49 Samuli Suominen (ssuominen)

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