Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 719892 - bzr.eclass: remove broken eclass
Summary: bzr.eclass: remove broken eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Joonas Niilola
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-28 06:07 UTC by Joonas Niilola
Modified: 2020-05-28 05:47 UTC (History)
1 user (show)

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 Joonas Niilola gentoo-dev 2020-04-28 06:07:40 UTC
Hey, 

with recent removal of dev-vcs/bzr this eclass is dysfunctional. It only has one consumer in ::gentoo tree, 
  app-emacs/vm-9999

hence CCing the emacs team to find a solution in handling that package.
Comment 1 Larry the Git Cow gentoo-dev 2020-04-28 06:09:35 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d6841eaa68f1d5a72529c0c794abf0ea4e6909

commit 33d6841eaa68f1d5a72529c0c794abf0ea4e6909
Author:     Joonas Niilola <juippis@gentoo.org>
AuthorDate: 2020-04-28 06:08:31 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-04-28 06:08:31 +0000

    eclass: last-rite bzr.eclass
    
     - became dysfunctional after removal of dev-vcs/bzr.
    
    Bug: https://bugs.gentoo.org/715044
    Bug: https://bugs.gentoo.org/719892
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 eclass/bzr.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 2 Larry the Git Cow gentoo-dev 2020-05-28 05:47:32 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a3d7f7c3ca5f1af64f0d5e60cd490ca62f3c05

commit 79a3d7f7c3ca5f1af64f0d5e60cd490ca62f3c05
Author:     Joonas Niilola <juippis@gentoo.org>
AuthorDate: 2020-05-28 05:42:59 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-05-28 05:42:59 +0000

    eclass: remove unused bzr.eclass
    
    Closes: https://bugs.gentoo.org/719892
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 eclass/bzr.eclass | 290 ------------------------------------------------------
 1 file changed, 290 deletions(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1072d5e9992ac753dbcbfff6541f6a6f6f7fc913

commit 1072d5e9992ac753dbcbfff6541f6a6f6f7fc913
Author:     Joonas Niilola <juippis@gentoo.org>
AuthorDate: 2020-05-28 05:45:34 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-05-28 05:45:34 +0000

    app-emacs/vm: remove -9999 ebuild due to ::gentoo not havgin bzr
    
    Bug: https://bugs.gentoo.org/719892
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 app-emacs/vm/vm-9999.ebuild | 58 ---------------------------------------------
 1 file changed, 58 deletions(-)