From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1K32OM-00067h-7e for garchives@archives.gentoo.org; Mon, 02 Jun 2008 05:15:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5193EE0439; Mon, 2 Jun 2008 05:15:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2FF54E0439 for ; Mon, 2 Jun 2008 05:15:33 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 5262E66D41 for ; Mon, 2 Jun 2008 05:15:32 +0000 (UTC) Received: from zzam by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1K32OF-0003Ho-OJ for gentoo-commits@lists.gentoo.org; Mon, 02 Jun 2008 05:15:27 +0000 From: "Matthias Schwarzott (zzam)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zzam@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: vdr-plugin.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: vdr-plugin.eclass X-VCS-Directories: eclass X-VCS-Committer: zzam X-VCS-Committer-Name: Matthias Schwarzott Content-Type: text/plain; charset=utf8 Message-Id: Sender: Matthias Schwarzott Date: Mon, 02 Jun 2008 05:15:27 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5c431cbb-b1b3-452e-a433-3a8c8a7a891f X-Archives-Hash: ca1c84a4ff6961976e3fb5849b764a92 zzam 08/06/02 05:15:27 Modified: vdr-plugin.eclass Log: Warn about useless leftover NO_GETTEXT_HACK if plugin already was updat= ed for gettext. Revision Changes Path 1.62 eclass/vdr-plugin.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vdr-plugin.= eclass?rev=3D1.62&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vdr-plugin.= eclass?rev=3D1.62&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vdr-plugin.= eclass?r1=3D1.61&r2=3D1.62 Index: vdr-plugin.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- vdr-plugin.eclass 16 May 2008 13:52:16 -0000 1.61 +++ vdr-plugin.eclass 2 Jun 2008 05:15:27 -0000 1.62 @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.61 2008/= 05/16 13:52:16 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.62 2008/= 06/02 05:15:27 zzam Exp $ # # Author: # Matthias Schwarzott @@ -297,6 +297,9 @@ einfo "VDR has gettext support" if plugin_has_gettext; then einfo "Plugin has gettext support, fine" + if [[ ${NO_GETTEXT_HACK} =3D=3D "1" ]]; then + ewarn "Please remove left over NO_GETTEXT_HACK." + fi else vdr_i18n_convert_to_gettext if [[ $? !=3D 0 ]]; then --=20 gentoo-commits@lists.gentoo.org mailing list