summaryrefslogtreecommitdiff
path: root/packages/dev-util
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dev-util')
-rw-r--r--packages/dev-util/codelite/codelite-12.0.exheres-03
-rw-r--r--packages/dev-util/codelite/codelite-scm.exheres-01
-rw-r--r--packages/dev-util/codelite/codelite.exlib7
3 files changed, 4 insertions, 7 deletions
diff --git a/packages/dev-util/codelite/codelite-12.0.exheres-0 b/packages/dev-util/codelite/codelite-12.0.exheres-0
index ecec397..4e34ab6 100644
--- a/packages/dev-util/codelite/codelite-12.0.exheres-0
+++ b/packages/dev-util/codelite/codelite-12.0.exheres-0
@@ -1,7 +1,6 @@
+# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
# Distributed under the terms of the GNU General Public License v2
-SCM_TAG="${PV}"
-
require codelite
PLATFORMS="~amd64 ~x86"
diff --git a/packages/dev-util/codelite/codelite-scm.exheres-0 b/packages/dev-util/codelite/codelite-scm.exheres-0
index f10af18..4e34ab6 100644
--- a/packages/dev-util/codelite/codelite-scm.exheres-0
+++ b/packages/dev-util/codelite/codelite-scm.exheres-0
@@ -1,3 +1,4 @@
+# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
# Distributed under the terms of the GNU General Public License v2
require codelite
diff --git a/packages/dev-util/codelite/codelite.exlib b/packages/dev-util/codelite/codelite.exlib
index b18d62b..c2a492e 100644
--- a/packages/dev-util/codelite/codelite.exlib
+++ b/packages/dev-util/codelite/codelite.exlib
@@ -1,10 +1,7 @@
# Distributed under the terms of the GNU General Public License v2
# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
-SCM_REPOSITORY="git://github.com/eranif/codelite.git"
-#require github [ user=eranif ]
-#TODO: for some reason github.exlib does not work from another exlib
-require scm-git
+require github [ user=eranif force_git_clone=true ]
HOMEPAGE="http://www.codelite.org"
SUMMARY="A Free, open source, cross platform C,C++,PHP and Node.js IDE"
@@ -16,7 +13,7 @@ require cmake [ api=2 ]
export_exlib_phases src_install
-DOWNLOADS=""
+
MYOPTIONS="
clang [[ description = [ Use clang for codecompletion ] ]]
flex [[ description = [ Add support for sys-devel/flex ] ]]