Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 482778 - dev-libs/qross*: unnecessary use of EGIT_PROJECT
Summary: dev-libs/qross*: unnecessary use of EGIT_PROJECT
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Leechcraft Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: git-2-api-aug2013
  Show dependency tree
 
Reported: 2013-08-28 08:27 UTC by Michał Górny
Modified: 2013-09-02 11:43 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-08-28 08:27:29 UTC
Per eclass docs, the default value is:

    # EGIT_PROJECT="${EGIT_REPO_URI##*/}"

Your ebuilds do:

    EGIT_REPO_URI="git://github.com/0xd34df00d/Qross.git"
    EGIT_PROJECT="qross"

and:

    EGIT_REPO_URI="git://github.com/0xd34df00d/Qross.git"
    EGIT_PROJECT="qross-${PV}"

which means that the same repo would be cloned twice under different names. Please remove EGIT_PROJECT and let the eclass do the right thing. Thanks.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-09-02 11:43:59 UTC
Folks, please don't change it right now. I will commit the new eclass in a few days and we can fix this while switching. This will save users from double re-download :).