public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Amy Winston" <amynka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/bzr/
Date: Mon,  5 Oct 2015 10:39:40 +0000 (UTC)	[thread overview]
Message-ID: <1444041533.a1a389eb5597b75de7ae4c56d2c34d2d0ee31d22.amynka@gentoo> (raw)

commit:     a1a389eb5597b75de7ae4c56d2c34d2d0ee31d22
Author:     Amy Winston <amynka <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  5 10:38:53 2015 +0000
Commit:     Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Mon Oct  5 10:38:53 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a389eb

dev-vcs/bzr: Support for linguas added bug #561666. Thanks Jan Vesely for patch.

Package-Manager: portage-2.2.20.1

 dev-vcs/bzr/bzr-2.6.0.ebuild | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/bzr/bzr-2.6.0.ebuild b/dev-vcs/bzr/bzr-2.6.0.ebuild
index 8a7b39d..6fcb43c 100644
--- a/dev-vcs/bzr/bzr-2.6.0.ebuild
+++ b/dev-vcs/bzr/bzr-2.6.0.ebuild
@@ -6,19 +6,20 @@ EAPI="5"
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="threads,ssl,xml"
 
-inherit bash-completion-r1 distutils-r1 eutils flag-o-matic versionator
-
 MY_P=${PN}-${PV}
-SERIES=$(get_version_component_range 1-2)
 
 DESCRIPTION="Bazaar is a next generation distributed version control system"
 HOMEPAGE="http://bazaar-vcs.org/"
-SRC_URI="https://launchpad.net/bzr/${SERIES}/${PV}/+download/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris"
 IUSE="curl doc +sftp test"
+PLOCALES="ar ast bs ca cs de el en_AU en_GB es fa fo fr gl he id it ja ko ms my nb nl oc pl pt_BR ro ru sco si sk sr sv tr ug uk vi zh_CN"
+
+inherit bash-completion-r1 distutils-r1 eutils flag-o-matic versionator l10n
+SERIES=$(get_version_component_range 1-2)
+SRC_URI="https://launchpad.net/bzr/${SERIES}/${PV}/+download/${MY_P}.tar.gz"
 
 RDEPEND="curl? ( dev-python/pycurl[${PYTHON_USEDEP}] )
 	sftp? ( dev-python/paramiko[${PYTHON_USEDEP}] )"
@@ -37,6 +38,10 @@ S="${WORKDIR}/${MY_P}"
 RESTRICT="test"
 
 python_configure_all() {
+	rm_loc() {
+		rm "${S}"/po/$1.po || die
+	}
+	l10n_for_each_disabled_locale_do rm_loc
 	# Generate the locales first to avoid a race condition.
 	esetup.py build_mo
 }


             reply	other threads:[~2015-10-05 10:39 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-05 10:39 Amy Winston [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-11-20  1:23 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/bzr/ Mike Frysinger
2016-11-09 15:01 Pacho Ramos
2016-11-16 18:07 Amy Winston
2016-11-16 19:52 Amy Winston
2016-12-23  9:32 Lars Wendler
2017-02-25 10:03 Agostino Sarubbo
2017-03-18  9:09 Michał Górny
2017-08-11 17:06 Michał Górny
2017-11-07 13:59 Andrey Grozin
2017-11-08  9:44 Andrey Grozin
2018-01-10 18:06 Brian Evans
2018-02-06 21:40 Sergei Trofimovich
2018-02-06 23:12 Sergei Trofimovich
2018-02-08 21:33 Sergei Trofimovich
2018-03-05 10:36 Tobias Klausmann
2018-03-28  5:05 Markus Meier
2018-03-30 23:25 Sergei Trofimovich
2018-04-03 21:47 Sergei Trofimovich
2019-07-29 15:38 Aaron Bauman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1444041533.a1a389eb5597b75de7ae4c56d2c34d2d0ee31d22.amynka@gentoo \
    --to=amynka@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox