Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 491668 - sys-block/targetcli-9999 should use new git repository
Summary: sys-block/targetcli-9999 should use new git repository
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexey Shvetsov
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-11-19 13:48 UTC by Kirill Zaborsky
Modified: 2016-09-06 12:53 UTC (History)
3 users (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 Kirill Zaborsky 2013-11-19 13:48:34 UTC
Datera seems to have moved its repositories to github
so
EGIT_REPO_URI="git://linux-iscsi.org/${PN}.git"
should be changed to
EGIT_REPO_URI="git@github.com:Datera/${PN}.git"


Reproducible: Always
Comment 1 Kirill Zaborsky 2013-11-19 14:31:27 UTC
BTW the same is valid for sys-block/lio-utils and dev-python/rtslib
Comment 2 Patrice Clement gentoo-dev 2016-09-02 17:20:37 UTC
commit ca36978e8cd1543a44300433742e9142aaa7a1c1 (HEAD)
Author:     Diogo Pereira <sir.suriv@gmail.com>
AuthorDate: Sat Aug 6 23:20:52 2016 +0100
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Fri Sep 2 19:18:14 2016 +0200

sys-block/targetcli: update live ebuild

* Update to EAPI 6
* Update git repository URI
* Change license to Apache-2.0
* Remove DEPEND on sys-block/lio-utils
* Add DEPEND on dev-python/prettytable
* Add RDEPEND on dev-python/urwid

Gentoo-Bug: https://bugs.gentoo.org/436814
Gentoo-Bug: https://bugs.gentoo.org/491668
Closes: https://github.com/gentoo/gentoo/pull/2034

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

sys-block/targetcli/targetcli-9999.ebuild | 59 ++++++++++++++++++-------------
1 file changed, 35 insertions(+), 24 deletions(-)

Commited, thanks!