commit:     6fa7c1a42979b0c914cdfb782349af4ffd1a21b7
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 11 19:51:53 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 19:52:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa7c1a4

dev-vcs/git-flow: Version bump 1.9.1

Package-Manager: portage-2.2.28

 dev-vcs/git-flow/Manifest                                           | 2 ++
 dev-vcs/git-flow/git-flow-1.8.0-r1.ebuild                           | 2 +-
 dev-vcs/git-flow/git-flow-1.8.0-r2.ebuild                           | 2 +-
 .../git-flow/{git-flow-1.8.0-r2.ebuild => git-flow-1.9.1.ebuild}    | 6 +++---
 dev-vcs/git-flow/metadata.xml                                       | 6 +++++-
 5 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/dev-vcs/git-flow/Manifest b/dev-vcs/git-flow/Manifest
index 3e844ee..beb8657 100644
--- a/dev-vcs/git-flow/Manifest
+++ b/dev-vcs/git-flow/Manifest
@@ -1,2 +1,4 @@
 DIST git-flow-1.8.0.tar.gz 56304 SHA256 
8239131b8dac160d7e929eab376fa14de44a55cbd5c5545e0ad4464d3a57adef SHA512 
677bfb0c379eb91bfaf8ef676593d39a8306ff063251e1e638166c7101c24ce2eac59490bab85d0c76b712c1905f15d3a14a3ecc020df376848d3b1ea5ee7b0a
 WHIRLPOOL 
6bf654329b941989a8b646ab8218c072b7bf455b0ec6a8441d43de10b9b480a5619bca931606acdd743b0f3f86e9b67f119ff07957eaa106fd17f5cddc96a328
+DIST git-flow-1.9.1.tar.gz 61800 SHA256 
7692c77744663c5243cdd390bef0a621caee92dde228b50ef97149fc1b54780d SHA512 
6245ff641452e72490b8d12610bc1352048efc2016000b9a6f466140e06c41b05a9fbea8ec192f106bb790b76b56babca8bb684a5128739873d2f7fafe48ad32
 WHIRLPOOL 
904867ecc1cd7f52dd48b839046df838f019aa9472b6e7202de562b70cac83203e10f0de7359279d619e4391d8ae3019ff9fa797a91d6b7ea0ed132c21ccaa60
 DIST git-flow-completion-0.5.1.tar.gz 6916 SHA256 
5c8547a549dc623a8d57cfc22c3fa88588f5630da9dc6de9638e5b69da9d47d0 SHA512 
c1fc0000889faff8189cd985b077cb64b81ae13e17f02c9df27675f428c6edf8f00627effdf6ebdae7a7f0641ec4ac621a9ecd0a53f14be7d95ec7e124ab8c1b
 WHIRLPOOL 
fd59f799d944752eab06b35f05c1f1309ef589014a0378f292e4dde206578f0c0aeb3685e16ea8d2f810e93b77abb7a2bc42c3c335ef9057b9c3ee1dd6df9982
+DIST git-flow-completion-0.5.2.tar.gz 7501 SHA256 
7d11d82b9a3c25f7c7189ac61d21a4edb2432435d6138f092f49348bb17917df SHA512 
500cb6163ebb2bf9b996dd5bcac00efa857badfc95ee1d633f2b16803c6baae7315a96c713107645e0971be4736fe1eef747dc773eb50da138551be4838c21b3
 WHIRLPOOL 
90eaf0d6adcc87369455129052cbcad9c153fe91892a0607fd311bb370a1004b9f85664d0fb06907369bc6bbe6a224a95981fa5d5518610fab2cade0d33c7957

diff --git a/dev-vcs/git-flow/git-flow-1.8.0-r1.ebuild 
b/dev-vcs/git-flow/git-flow-1.8.0-r1.ebuild
index 3c7de0d..443bc7d 100644
--- a/dev-vcs/git-flow/git-flow-1.8.0-r1.ebuild
+++ b/dev-vcs/git-flow/git-flow-1.8.0-r1.ebuild
@@ -10,7 +10,7 @@ COMP_PV="0.5.1"
 COMP_P="${COMP_PN}-${COMP_PV}"
 inherit eutils bash-completion-r1
 
-DESCRIPTION="Git extensions to provide high-level repository operations for 
Vincent Driessen's branching model"
+DESCRIPTION="Git extensions to provide high-level repository operations"
 HOMEPAGE="https://github.com/petervanderdoes/gitflow";
 SRC_URI="https://github.com/petervanderdoes/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz
 https://github.com/petervanderdoes/${COMP_PN}/archive/${COMP_PV}.tar.gz -> 
${COMP_P}.tar.gz"

diff --git a/dev-vcs/git-flow/git-flow-1.8.0-r2.ebuild 
b/dev-vcs/git-flow/git-flow-1.8.0-r2.ebuild
index 969188d..3446bd2 100644
--- a/dev-vcs/git-flow/git-flow-1.8.0-r2.ebuild
+++ b/dev-vcs/git-flow/git-flow-1.8.0-r2.ebuild
@@ -10,7 +10,7 @@ COMP_PV="0.5.1"
 COMP_P="${COMP_PN}-${COMP_PV}"
 inherit bash-completion-r1
 
-DESCRIPTION="Git extensions to provide high-level repository operations for 
Vincent Driessen's branching model"
+DESCRIPTION="Git extensions to provide high-level repository operations"
 HOMEPAGE="https://github.com/petervanderdoes/gitflow";
 SRC_URI="https://github.com/petervanderdoes/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz
 https://github.com/petervanderdoes/${COMP_PN}/archive/${COMP_PV}.tar.gz -> 
${COMP_P}.tar.gz"

diff --git a/dev-vcs/git-flow/git-flow-1.8.0-r2.ebuild 
b/dev-vcs/git-flow/git-flow-1.9.1.ebuild
similarity index 91%
copy from dev-vcs/git-flow/git-flow-1.8.0-r2.ebuild
copy to dev-vcs/git-flow/git-flow-1.9.1.ebuild
index 969188d..c00e12c 100644
--- a/dev-vcs/git-flow/git-flow-1.8.0-r2.ebuild
+++ b/dev-vcs/git-flow/git-flow-1.9.1.ebuild
@@ -4,13 +4,13 @@
 
 EAPI=6
 
-MY_PN="${PN/-/}"
+MY_PN="${PN/-/}-avh"
 COMP_PN="${PN}-completion"
-COMP_PV="0.5.1"
+COMP_PV="0.5.2"
 COMP_P="${COMP_PN}-${COMP_PV}"
 inherit bash-completion-r1
 
-DESCRIPTION="Git extensions to provide high-level repository operations for 
Vincent Driessen's branching model"
+DESCRIPTION="Git extensions to provide high-level repository operations"
 HOMEPAGE="https://github.com/petervanderdoes/gitflow";
 SRC_URI="https://github.com/petervanderdoes/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz
 https://github.com/petervanderdoes/${COMP_PN}/archive/${COMP_PV}.tar.gz -> 
${COMP_P}.tar.gz"

diff --git a/dev-vcs/git-flow/metadata.xml b/dev-vcs/git-flow/metadata.xml
index 705ae33..2b1cda6 100644
--- a/dev-vcs/git-flow/metadata.xml
+++ b/dev-vcs/git-flow/metadata.xml
@@ -5,7 +5,11 @@
                <email>[email protected]</email>
                <name>Johannes Huber</name>
        </maintainer>
+       <longdescription>
+               Git extensions to provide high-level repository operations for 
Vincent
+               Driessen's branching model.
+       </longdescription>
        <upstream>
-               <remote-id type="github">petervanderdoes/gitflow</remote-id>
+               <remote-id type="github">petervanderdoes/gitflow-avh</remote-id>
        </upstream>
 </pkgmetadata>

Reply via email to