diff options
| author | Michael Palimaka <kensington@gentoo.org> | 2014-03-20 02:45:55 +1100 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2014-03-20 02:45:55 +1100 |
| commit | ec39945b3c1cd5d2068858ab697c1de51e6e7af3 (patch) | |
| tree | 91ad040f96620186c1ebf9cb4470d0ff17f96096 | |
| parent | 3fd58117440da636c6db858217af2b2652da9d1e (diff) | |
| download | kde-ec39945b3c1cd5d2068858ab697c1de51e6e7af3.tar.gz kde-ec39945b3c1cd5d2068858ab697c1de51e6e7af3.tar.bz2 kde-ec39945b3c1cd5d2068858ab697c1de51e6e7af3.zip | |
[eclass] Remove EGIT_REPONAME support since it's not used, and is not likely to ever be used.
| -rw-r--r-- | eclass/kde-frameworks.eclass | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/eclass/kde-frameworks.eclass b/eclass/kde-frameworks.eclass index 82ba6437c04..341ad115b2e 100644 --- a/eclass/kde-frameworks.eclass +++ b/eclass/kde-frameworks.eclass @@ -147,14 +147,7 @@ _calculate_live_repo() { # (anongit) with anything else you might want to use. EGIT_MIRROR=${EGIT_MIRROR:=git://anongit.kde.org} - # @ECLASS-VARIABLE: EGIT_REPONAME - # @DESCRIPTION: - # This variable allows overriding of default repository - # name. Specify only if this differ from PN and KMNAME. - if [[ -n ${EGIT_REPONAME} ]]; then - # the repository and kmname different - _kmname=${EGIT_REPONAME} - elif [[ -n ${KMNAME} ]]; then + if [[ -n ${KMNAME} ]]; then _kmname=${KMNAME} else _kmname=${PN} |
