Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 482770 - mysql{,-v2}.eclass: unnecessary use of EGIT_PROJECT
Summary: mysql{,-v2}.eclass: unnecessary use of EGIT_PROJECT
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: git-2-api-aug2013
  Show dependency tree
 
Reported: 2013-08-28 08:22 UTC by Michał Górny
Modified: 2013-09-02 11:43 UTC (History)
2 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-08-28 08:22:42 UTC
+++ This bug was initially created as a clone of Bug #482768 +++

Per eclass docs, the default value is:

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

Your eclass does:

    EGIT_PROJECT=mysql-extras
    EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git"


which is almost equivalent (well, mysql-extras.git is the correct name). Please drop the use of EGIT_PROJECT as it is going to be deprecated and removed for future compatibility. Thanks.

As a side note, Luca's e-mail address is outdated in @MAINTAINER. Please update it.
Comment 1 Luca Longinotti 2013-08-29 16:34:32 UTC
It would probably make sense to take me out of the maintainers list fully or mark me as "obsolete". The last time I probably opened that eclass to even just look at it was sometimes in 2008 or 2009.
Thanks and have a good day, llongi.
Comment 2 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 :).