public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/qt-creator: qt-creator-1.3.1-r2.ebuild qt-creator-1.3.1-r1.ebuild ChangeLog
@ 2011-07-08 10:08 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2011-07-08 10:08 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/07/08 10:08:20

  Modified:             qt-creator-1.3.1-r2.ebuild
                        qt-creator-1.3.1-r1.ebuild ChangeLog
  Log:
  Convert from "hasq" to "has".
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-util/qt-creator/qt-creator-1.3.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r2.ebuild?r1=1.1&r2=1.2

Index: qt-creator-1.3.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qt-creator-1.3.1-r2.ebuild	4 Apr 2011 07:59:40 -0000	1.1
+++ qt-creator-1.3.1-r2.ebuild	8 Jul 2011 10:08:20 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r2.ebuild,v 1.1 2011/04/04 07:59:40 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r2.ebuild,v 1.2 2011/07/08 10:08:20 ssuominen Exp $
 
 EAPI="2"
 LANGS="de es fr it ja pl ru sl"
@@ -108,7 +108,7 @@
 
 	# install translations
 	for lang in ${LANGS};do
-		if ! hasq ${lang} ${LINGUAS}; then
+		if ! has ${lang} ${LINGUAS}; then
 			rm "${D}"/usr/share/${MY_PN}/translations/${MY_PN}_${lang}.qm \
 					|| die "failed to remove ${lang} translation"
 		fi



1.10                 dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild?r1=1.9&r2=1.10

Index: qt-creator-1.3.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- qt-creator-1.3.1-r1.ebuild	26 Mar 2011 16:17:39 -0000	1.9
+++ qt-creator-1.3.1-r1.ebuild	8 Jul 2011 10:08:20 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild,v 1.9 2011/03/26 16:17:39 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild,v 1.10 2011/07/08 10:08:20 ssuominen Exp $
 
 EAPI="2"
 LANGS="de es fr it ja pl ru sl"
@@ -103,7 +103,7 @@
 
 	# install translations
 	for lang in ${LANGS};do
-		if ! hasq ${lang} ${LINGUAS}; then
+		if ! has ${lang} ${LINGUAS}; then
 			rm "${D}"/usr/share/${MY_PN}/translations/${MY_PN}_${lang}.qm \
 					|| die "failed to remove ${lang} translation"
 		fi



1.83                 dev-util/qt-creator/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/ChangeLog?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/ChangeLog?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/ChangeLog?r1=1.82&r2=1.83

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/qt-creator/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	23 Jun 2011 09:00:51 -0000	1.82
+++ ChangeLog	8 Jul 2011 10:08:20 -0000	1.83
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/qt-creator
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/ChangeLog,v 1.82 2011/06/23 09:00:51 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/ChangeLog,v 1.83 2011/07/08 10:08:20 ssuominen Exp $
+
+  08 Jul 2011; Samuli Suominen <ssuominen@gentoo.org>
+  qt-creator-1.3.1-r1.ebuild, qt-creator-1.3.1-r2.ebuild:
+  Convert from "hasq" to "has".
 
 *qt-creator-2.2.1 (23 Jun 2011)
 






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

only message in thread, other threads:[~2011-07-08 10:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-08 10:08 [gentoo-commits] gentoo-x86 commit in dev-util/qt-creator: qt-creator-1.3.1-r2.ebuild qt-creator-1.3.1-r1.ebuild ChangeLog 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