summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-rw-r--r--packages/net-im/qtox/qtox.exlib2
-rw-r--r--packages/net-libs/toxcore/toxcore.exlib2
5 files changed, 6 insertions, 9 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 ] ]]
diff --git a/packages/net-im/qtox/qtox.exlib b/packages/net-im/qtox/qtox.exlib
index f57e78c..b31f318 100644
--- a/packages/net-im/qtox/qtox.exlib
+++ b/packages/net-im/qtox/qtox.exlib
@@ -1,7 +1,7 @@
# Distributed under the terms of the GNU General Public License v2
# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru>
-require github [ user=qTox project=qTox tag=v${PV} ]
+require github [ user=qTox project=qTox tag=v${PV} force_git_clone=true ]
require cmake [ api=2 ]
export_exlib_phases src_configure
diff --git a/packages/net-libs/toxcore/toxcore.exlib b/packages/net-libs/toxcore/toxcore.exlib
index 63b2927..01992ad 100644
--- a/packages/net-libs/toxcore/toxcore.exlib
+++ b/packages/net-libs/toxcore/toxcore.exlib
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-require github [ user=TokTok project=c-toxcore tag=v${PV} ]
+require github [ user=TokTok project=c-toxcore tag=v${PV} force_git_clone=true ]
#require scm-git
require systemd-service
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 1.13 1.12 1.11 ] need_libtool=false ]