From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC7FD139084 for ; Sat, 25 Nov 2017 08:46:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1F0FE0E45; Sat, 25 Nov 2017 08:46:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1780E0E45 for ; Sat, 25 Nov 2017 08:46:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FBB733C4EE for ; Sat, 25 Nov 2017 08:46:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C856A6F2 for ; Sat, 25 Nov 2017 08:46:08 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1511599443.7b1bec2cea0b42f46c579b5976c7e1b497b62c15.polynomial-c@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/seamonkey/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/seamonkey/seamonkey-2.49.5.0_p0.ebuild X-VCS-Directories: www-client/seamonkey/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7b1bec2cea0b42f46c579b5976c7e1b497b62c15 X-VCS-Branch: master Date: Sat, 25 Nov 2017 08:46:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 38911334-4d0b-4140-94da-1e646b574585 X-Archives-Hash: d7d323df485613f0f455b6389f59512a commit: 7b1bec2cea0b42f46c579b5976c7e1b497b62c15 Author: Lars Wendler gentoo org> AuthorDate: Sat Nov 25 08:44:03 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Nov 25 08:44:03 2017 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=7b1bec2c seamonkey: Use langpacks from release. www-client/seamonkey/seamonkey-2.49.5.0_p0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/seamonkey/seamonkey-2.49.5.0_p0.ebuild b/www-client/seamonkey/seamonkey-2.49.5.0_p0.ebuild index c66c50c..619c394 100644 --- a/www-client/seamonkey/seamonkey-2.49.5.0_p0.ebuild +++ b/www-client/seamonkey/seamonkey-2.49.5.0_p0.ebuild @@ -41,7 +41,7 @@ elif [[ ${PV} == *_p[0-9] ]]; then MOZ_HTTP_URI="https://archive.mozilla.org/pub/thunderbird/releases/${MOZ_PV/${SMPV}/${TB_MAJOR}}" #MOZ_GENERATE_LANGPACKS=1 #https://dev.gentoo.org/~axs/distfiles/${PN}-${SMPV}-l10n-sources-20170727.tar.xz - MOZ_LANGPACK_PREFIX="../../../seamonkey/candidates/2.49.1-candidates/build2/linux-i686/xpi/" + MOZ_LANGPACK_PREFIX="../../../seamonkey/releases/2.49.1/linux-i686/xpi/" MOZ_LANGPACK_SUFFIX=".xpi" S="${WORKDIR}/thunderbird-${MOZ_PV/${SMPV}/${TB_MAJOR}}" CHATZILLA_VER="SEA2_48_RELBRANCH"