Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 04 May 2018 05:22:16
Message-Id: 1525411232.7535dc9d4b6c455417277d2dafaaebb6cc91ec8c.ulm@gentoo
1 commit: 7535dc9d4b6c455417277d2dafaaebb6cc91ec8c
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 4 05:20:32 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 4 05:20:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7535dc9d
7
8 bzr.eclass: Update description.
9
10 Functions for patching and bootstrapping are gone since some time.
11
12 eclass/bzr.eclass | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/eclass/bzr.eclass b/eclass/bzr.eclass
16 index 710b64db28c..7fa682e1250 100644
17 --- a/eclass/bzr.eclass
18 +++ b/eclass/bzr.eclass
19 @@ -11,9 +11,9 @@
20 # Christian Faulhammer <fauli@g.o>
21 # @BLURB: generic fetching functions for the Bazaar VCS
22 # @DESCRIPTION:
23 -# The bzr.eclass provides functions to fetch, unpack, patch, and
24 -# bootstrap sources from repositories of the Bazaar distributed version
25 -# control system. The eclass was originally derived from git.eclass.
26 +# The bzr.eclass provides functions to fetch and unpack sources from
27 +# repositories of the Bazaar distributed version control system.
28 +# The eclass was originally derived from git.eclass.
29 #
30 # Note: Just set EBZR_REPO_URI to the URI of the branch and src_unpack()
31 # of this eclass will export the branch to ${WORKDIR}/${P}.