From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/bzr/
Date: Wed, 10 Jan 2018 18:06:47 +0000 (UTC) [thread overview]
Message-ID: <1515607573.65420ce0848196a043af48a3332746d395128b3b.grknight@gentoo> (raw)
commit: 65420ce0848196a043af48a3332746d395128b3b
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 10 18:06:13 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 18:06:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65420ce0
dev-vcs/bzr: Add missing build-time PYTHON_USEDEP flags from bug 636838
Remove eutils eclass as it is not used
Bug: https://bugs.gentoo.org/636838
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-vcs/bzr/bzr-2.7.1_pre.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-vcs/bzr/bzr-2.7.1_pre.ebuild b/dev-vcs/bzr/bzr-2.7.1_pre.ebuild
index aaf784e32da..530fa338ff0 100644
--- a/dev-vcs/bzr/bzr-2.7.1_pre.ebuild
+++ b/dev-vcs/bzr/bzr-2.7.1_pre.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,14 +14,14 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~spa
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)
+inherit bash-completion-r1 distutils-r1 flag-o-matic l10n
+#SERIES=$(get_version_component_range 1-2)
SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.gz"
RDEPEND="curl? ( dev-python/pycurl[${PYTHON_USEDEP}] )
sftp? ( dev-python/paramiko[${PYTHON_USEDEP}] )"
-DEPEND="|| ( dev-python/cython dev-python/pyrex )
+DEPEND="|| ( dev-python/cython[${PYTHON_USEDEP}] dev-python/pyrex[${PYTHON_USEDEP}] )
test? ( ${RDEPEND}
>=dev-python/pyftpdlib-0.7.0[${PYTHON_USEDEP}]
dev-python/subunit
@@ -77,10 +77,10 @@ python_install_all() {
if use doc; then
docinto developers
- dodoc -r doc/developers/* || die
+ dodoc -r doc/developers/*
for doc in mini-tutorial tutorials user-{guide,reference}; do
docinto ${doc}
- dodoc -r doc/en/${doc}/* || die
+ dodoc -r doc/en/${doc}/*
done
fi
next reply other threads:[~2018-01-10 18:06 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-10 18:06 Brian Evans [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-07-29 15:38 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/bzr/ Aaron Bauman
2018-04-03 21:47 Sergei Trofimovich
2018-03-30 23:25 Sergei Trofimovich
2018-03-28 5:05 Markus Meier
2018-03-05 10:36 Tobias Klausmann
2018-02-08 21:33 Sergei Trofimovich
2018-02-06 23:12 Sergei Trofimovich
2018-02-06 21:40 Sergei Trofimovich
2017-11-08 9:44 Andrey Grozin
2017-11-07 13:59 Andrey Grozin
2017-08-11 17:06 Michał Górny
2017-03-18 9:09 Michał Górny
2017-02-25 10:03 Agostino Sarubbo
2016-12-23 9:32 Lars Wendler
2016-11-16 19:52 Amy Winston
2016-11-16 18:07 Amy Winston
2016-11-09 15:01 Pacho Ramos
2015-11-20 1:23 Mike Frysinger
2015-10-05 10:39 Amy Winston
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=1515607573.65420ce0848196a043af48a3332746d395128b3b.grknight@gentoo \
--to=grknight@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