diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-11 19:21:19 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-11 19:21:19 +0300 |
commit | 5e351f4ee85102acc1fca033f6ba86ff7fe3705a (patch) | |
tree | 173aea419b3c754421c3ae7c00a3dd3f08bfc3de /packages/sys-devel/qt-creator/qt-creator-scm.exheres-0 | |
parent | bb21f1eb84acdf92d5eb628db9fc80f25e2cc4fe (diff) |
moved edited exherbo packages to separate repo "git://sss.chaoslab.ru/exherbo-edits-repo.git"
added latest codelite stable tag release as git-master failing to build
Diffstat (limited to 'packages/sys-devel/qt-creator/qt-creator-scm.exheres-0')
-rw-r--r-- | packages/sys-devel/qt-creator/qt-creator-scm.exheres-0 | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/packages/sys-devel/qt-creator/qt-creator-scm.exheres-0 b/packages/sys-devel/qt-creator/qt-creator-scm.exheres-0 deleted file mode 100644 index 6483962..0000000 --- a/packages/sys-devel/qt-creator/qt-creator-scm.exheres-0 +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2010 Kim Højgaard-Hansen <kimrhh@exherbo.org> -# Distributed under the terms of the GNU General Public License v2 - -SCM_REPOSITORY="git://code.qt.io/qt-creator/qt-creator.git" -SCM_EXTERNAL_REFS=" - src/shared/qbs:qbs -" - -SCM_qbs_EXTERNAL_REFS=" - src/shared/qtscript:script -" -SCM_SECONDARY_REPOSITORIES=" - qbs - script -" - - -SCM_qbs_REPOSITORY="git://code.qt.io/qbs/qbs.git" -SCM_script_REPOSITORY="git://code.qt.io/qt/qtscript.git" - -require qt-creator scm-git - -DOWNLOADS="" - -PLATFORMS="~amd64 ~x86" - -UPSTREAM_DOCUMENTATION="http://doc-snapshots.qt.io/${PN/-/}-master/index.html" -UPSTREAM_CHANGELOG="" - |