summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorFlorian Franzmann2019-10-05 15:34:41 +0200
committerFlorian Franzmann2019-10-05 18:29:11 +0200
commita496abd971aab7e89b28c6e44386e6f5236e16e9 (patch)
tree71915d16451cb0315edf2b04510b79968bf0a901 /devel
parent3aa3901beb2529fa824574e96e6b88d53c0ea9fe (diff)
devel/uncrustify: use CMAKE_*
Diffstat (limited to 'devel')
-rwxr-xr-xdevel/uncrustify/BUILD1
-rwxr-xr-xdevel/uncrustify/CONFIGURE1
-rwxr-xr-xdevel/uncrustify/DEPENDS4
-rwxr-xr-xdevel/uncrustify/DETAILS1
-rw-r--r--devel/uncrustify/HISTORY3
5 files changed, 7 insertions, 3 deletions
diff --git a/devel/uncrustify/BUILD b/devel/uncrustify/BUILD
deleted file mode 100755
index e013b8d866..0000000000
--- a/devel/uncrustify/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-cmake_build
diff --git a/devel/uncrustify/CONFIGURE b/devel/uncrustify/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/devel/uncrustify/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/devel/uncrustify/DEPENDS b/devel/uncrustify/DEPENDS
index 2236fb7145..4d71ea1e3c 100755
--- a/devel/uncrustify/DEPENDS
+++ b/devel/uncrustify/DEPENDS
@@ -1,2 +1,2 @@
-depends -sub CXX gcc &&
-depends cmake
+source $GRIMOIRE/CMAKE_DEPENDS &&
+depends -sub CXX gcc
diff --git a/devel/uncrustify/DETAILS b/devel/uncrustify/DETAILS
index eaca36bcfc..382bc3c959 100755
--- a/devel/uncrustify/DETAILS
+++ b/devel/uncrustify/DETAILS
@@ -1,3 +1,4 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=uncrustify
VERSION=0.69.0
SOURCE="${SPELL}-${VERSION}.tar.gz"
diff --git a/devel/uncrustify/HISTORY b/devel/uncrustify/HISTORY
index 0a8e0af2a6..efdb000af1 100644
--- a/devel/uncrustify/HISTORY
+++ b/devel/uncrustify/HISTORY
@@ -1,3 +1,6 @@
+2019-10-05 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: use CMAKE_*
+
2019-05-15 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 0.69.0