Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 271322 - ebump -d doesn't delete old ebuild on git repos
Summary: ebump -d doesn't delete old ebuild on git repos
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 268725
  Show dependency tree
 
Reported: 2009-05-26 16:23 UTC by Justin Lecher (RETIRED)
Modified: 2009-07-12 16:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Lecher (RETIRED) gentoo-dev 2009-05-26 16:23:29 UTC
way to reproduce:

get science overlay
cd sci-chemistry/refmac
ebump -v -d  refmac-5.6.0033.ebuild

Processing ebuild refmac-5.6.0033.ebuild
Bumped refmac-5.6.0033.ebuild to refmac-5.6.0033-r1.ebuild
Reset keywords to ~arch
refmac-5.6.0033-r1.ebuild
Added refmac-5.6.0033-r1.ebuild to VCS
git: 'remove' is not a git-command. See 'git --help'.
Removed refmac-5.6.0033.ebuild from VCS
--- ChangeLog	2009-05-26 18:19:44.000000000 +0200
+++ ChangeLog.new	2009-05-26 18:20:18.000000000 +0200
@@ -2,6 +2,12 @@
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*refmac-5.6.0033-r1 (26 May 2009)
+
+  26 May 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
+  +refmac-5.6.0033-r1.ebuild:
+  Test bump
+
 *refmac-5.5.0094 (26 May 2009)
 
   26 May 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
Added ChangeLog entry



everything is fine except the deletion is missing.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2009-05-26 16:24:07 UTC
Using dev-util/git-1.6.0.6
Comment 2 Christian Ruppert (idl0r) gentoo-dev 2009-05-26 19:24:42 UTC
(In reply to comment #0)
> way to reproduce:
> 
> get science overlay
> cd sci-chemistry/refmac
> ebump -v -d  refmac-5.6.0033.ebuild
> 
> Processing ebuild refmac-5.6.0033.ebuild
> Bumped refmac-5.6.0033.ebuild to refmac-5.6.0033-r1.ebuild
> Reset keywords to ~arch
> refmac-5.6.0033-r1.ebuild
> Added refmac-5.6.0033-r1.ebuild to VCS
> git: 'remove' is not a git-command. See 'git --help'.
> Removed refmac-5.6.0033.ebuild from VCS
> --- ChangeLog   2009-05-26 18:19:44.000000000 +0200
> +++ ChangeLog.new       2009-05-26 18:20:18.000000000 +0200
> @@ -2,6 +2,12 @@
>  # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
>  # $Header: $
> 
> +*refmac-5.6.0033-r1 (26 May 2009)
> +
> +  26 May 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
> +  +refmac-5.6.0033-r1.ebuild:
> +  Test bump
> +
>  *refmac-5.5.0094 (26 May 2009)
> 
>    26 May 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
> Added ChangeLog entry
> 
> 
> 
> everything is fine except the deletion is missing.
> 

Thanks!

Should be fixed in svn.
Comment 3 Christian Ruppert (idl0r) gentoo-dev 2009-06-11 16:47:21 UTC
Fixed in gentoolkit-dev-0.2.6.12, thanks!