commit: ec39945b3c1cd5d2068858ab697c1de51e6e7af3
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 15:45:55 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 15:45:55 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ec39945b
[eclass] Remove EGIT_REPONAME support since it's not used, and is not likely to
ever be used.
---
eclass/kde-frameworks.eclass | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/eclass/kde-frameworks.eclass b/eclass/kde-frameworks.eclass
index 82ba643..341ad11 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}