Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 620042 - sys-apps/etckeeper mirror has been deleted due to the github TOS change
Summary: sys-apps/etckeeper mirror has been deleted due to the github TOS change
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael 'veremitz' Everitt
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-28 19:22 UTC by Jonas Stein
Modified: 2018-04-05 21:33 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 Jonas Stein gentoo-dev 2017-05-28 19:22:19 UTC
"this mirror has been deleted due to the github TOS change. Use https://git.joeyh.name/git/etckeeper.git/"


the ebuild still rely on the old github repository.

/usr/portage/sys-apps/etckeeper$ grep -R github
etckeeper-1.18.1.ebuild:SRC_URI="https://github.com/joeyh/etckeeper/archive/${PV}.tar.gz -> ${P}.tar.gz"
etckeeper-1.18.4.ebuild:SRC_URI="https://github.com/joeyh/etckeeper/archive/${PV}.tar.gz -> ${P}.tar.gz"
metadata.xml:		<remote-id type="github">joeyh/etckeeper</remote-id>
etckeeper-1.18.5.ebuild:SRC_URI="https://github.com/joeyh/etckeeper/archive/${PV}.tar.gz -> ${P}.tar.gz"
etckeeper-1.18.6.ebuild:SRC_URI="https://github.com/joeyh/etckeeper/archive/${PV}.tar.gz -> ${P}.tar.gz"
Comment 1 Larry the Git Cow gentoo-dev 2018-04-05 21:33:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a9fbe606cd62cb9bcfca99669702940fb1b010

commit 25a9fbe606cd62cb9bcfca99669702940fb1b010
Author:     M. J. Everitt <m.j.everitt@iee.org>
AuthorDate: 2018-04-01 04:07:04 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-04-05 21:33:16 +0000

    sys-apps/etckeeper: Update SRC_URI, inherit, fix misc items
    
    SRC_URI moved from github to self-hosted
    Missing ${PYTHON_USEDEPS} on bzr dep
    Replace ${PYTHON} with "${EPYTHON}"
    Reinstate bash-completion
    
    Closes: https://bugs.gentoo.org/620042
    Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-apps/etckeeper/etckeeper-1.18.6-r1.ebuild | 71 +++++++++++++++++++++++++++
 1 file changed, 71 insertions(+)