diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-07-08 10:08:20 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-07-08 10:08:20 +0000 |
commit | 222b95835e621a9f64cea2714fc467a50805ae28 (patch) | |
tree | 45b7d9f5f2b6ca22a799944fb4c6150236969072 /dev-util | |
parent | Convert from "hasq" to "has". (diff) | |
download | gentoo-2-222b95835e621a9f64cea2714fc467a50805ae28.tar.gz gentoo-2-222b95835e621a9f64cea2714fc467a50805ae28.tar.bz2 gentoo-2-222b95835e621a9f64cea2714fc467a50805ae28.zip |
Convert from "hasq" to "has".
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/qt-creator/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/qt-creator/qt-creator-1.3.1-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/qt-creator/ChangeLog b/dev-util/qt-creator/ChangeLog index 89a01f60cf70..3c86e680d645 100644 --- a/dev-util/qt-creator/ChangeLog +++ b/dev-util/qt-creator/ChangeLog @@ -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) diff --git a/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild b/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild index 50817449998a..d324b6282a8c 100644 --- a/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild +++ b/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild @@ -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 @@ src_install() { # 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 diff --git a/dev-util/qt-creator/qt-creator-1.3.1-r2.ebuild b/dev-util/qt-creator/qt-creator-1.3.1-r2.ebuild index 516435053d7c..ef35f3aa3fb0 100644 --- a/dev-util/qt-creator/qt-creator-1.3.1-r2.ebuild +++ b/dev-util/qt-creator/qt-creator-1.3.1-r2.ebuild @@ -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 @@ src_install() { # 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 |