Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9517630d447343f372ad0dddc027b804deaf090c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9517630d447343f372ad0dddc027b804deaf090c)
  • Date: Fri, 6 May 2022 15:36:22 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
libs/musl/DETAILS | 4 ++--
libs/musl/HISTORY | 3 +++
utils/taskwarrior/DETAILS | 4 ++--
utils/taskwarrior/HISTORY | 3 +++
utils/timewarrior/CONFIGURE | 1 +
utils/timewarrior/DEPENDS | 1 +
utils/timewarrior/DETAILS | 18 ++++++++++++++++++
utils/timewarrior/HISTORY | 2 ++
9 files changed, 35 insertions(+), 4 deletions(-)

New commits:
commit 9517630d447343f372ad0dddc027b804deaf090c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

timewarrior: new spell, Commandline Time Tracking and Reporting

commit cc6290a2cedb6b34e726fc4792d6cdb31acd4b7a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

taskwarrior 2.6.2

commit ca739996f7b068bf122f09826ec89acec9b262c1
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

musl 1.2.3

diff --git a/ChangeLog b/ChangeLog
index 8faa4b6..eb3ff31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-05-06 Ismael Luceno <ismael AT sourcemage.org>
+ * utils/timewarrior: new spell, Commandline Time Tracking and
Reporting
+
2022-05-05 Treeve Jelbert <treeve AT sourcemage.org>
* libs/highway: added

diff --git a/libs/musl/DETAILS b/libs/musl/DETAILS
index 578f2a2..a355e96 100755
--- a/libs/musl/DETAILS
+++ b/libs/musl/DETAILS
@@ -1,10 +1,10 @@
SPELL=musl
- VERSION=1.2.2
+ VERSION=1.2.3
SECURITY_PATCH=1
SOURCE="$SPELL-$VERSION.tar.gz"
WEB_SITE="https://musl.libc.org";
SOURCE_URL[0]="$WEB_SITE/releases/${SOURCE}"
-
SOURCE_HASH=sha512:5344b581bd6463d71af8c13e91792fa51f25a96a1ecbea81e42664b63d90b325aeb421dfbc8c22e187397ca08e84d9296a0c0c299ba04fa2b751d6864914bd82
+
SOURCE_HASH=sha512:9332f713d3eb7de4369bc0327d99252275ee52abf523ee34b894b24a387f67579787f7c72a46cf652e090cffdb0bc3719a4e7b84dca66890b6a37f12e8ad089c
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
STAGED_INSTALL=off
LICENSE[0]="MIT"
diff --git a/libs/musl/HISTORY b/libs/musl/HISTORY
index 84815bf..90f766f 100644
--- a/libs/musl/HISTORY
+++ b/libs/musl/HISTORY
@@ -1,3 +1,6 @@
+2022-05-06 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.2.3
+
2021-08-28 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: disabled staged install (breaks native systems)

diff --git a/utils/taskwarrior/DETAILS b/utils/taskwarrior/DETAILS
index 20f71c5..6299112 100755
--- a/utils/taskwarrior/DETAILS
+++ b/utils/taskwarrior/DETAILS
@@ -1,8 +1,8 @@
SPELL=taskwarrior
- VERSION=2.5.3
+ VERSION=2.6.2
SOURCE="task-${VERSION}.tar.gz"
SOURCE_URL[0]=https://taskwarrior.org/download/${SOURCE}
-
SOURCE_HASH=sha512:e906c8f42ad4b9a7e20a82defe31b89194d72957f18dd5129ecc41a2a60a9d8b0d01abb9b44ecce79b65cd9064af4a4a4c9dd695f98152e77908f130dc3f9677
+
SOURCE_HASH=sha512:3c592552c1baada09ef4e06cf2266c9897ffae42a75998b70767f2cfbabd2e1de7d1a900f16f3b8eb164ce19637dabd21e246f84732a20a646f39716895cdf98
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/task-${VERSION}"
DOC_DIRS=""
WEB_SITE="http://www.taskwarrior.org";
diff --git a/utils/taskwarrior/HISTORY b/utils/taskwarrior/HISTORY
index 57598e2..60b310a 100644
--- a/utils/taskwarrior/HISTORY
+++ b/utils/taskwarrior/HISTORY
@@ -1,3 +1,6 @@
+2022-05-06 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.6.2
+
2021-01-28 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS, DEPENDS: version 2.5.3

diff --git a/utils/timewarrior/CONFIGURE b/utils/timewarrior/CONFIGURE
new file mode 100755
index 0000000..b1e2770
--- /dev/null
+++ b/utils/timewarrior/CONFIGURE
@@ -0,0 +1 @@
+. "$GRIMOIRE"/CMAKE_CONFIGURE
diff --git a/utils/timewarrior/DEPENDS b/utils/timewarrior/DEPENDS
new file mode 100755
index 0000000..bd2c258
--- /dev/null
+++ b/utils/timewarrior/DEPENDS
@@ -0,0 +1 @@
+. "$GRIMOIRE"/CMAKE_DEPENDS
diff --git a/utils/timewarrior/DETAILS b/utils/timewarrior/DETAILS
new file mode 100755
index 0000000..1e2ac64
--- /dev/null
+++ b/utils/timewarrior/DETAILS
@@ -0,0 +1,18 @@
+. "$GRIMOIRE"/CMAKE_FUNCTIONS
+ SPELL=timewarrior
+ VERSION=1.4.3
+ SOURCE="timew-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/GothenburgBitFactory/$SPELL/releases/download/v$VERSION/$SOURCE
+
SOURCE_HASH=sha512:89c98ad19d3a5ab5d4e02819d79e553cca4e93da99ec02bbf845b96b421cd084f6786de160e90c97854b50da49448472e9a4c7d23e75c8a93ecd67dda768b24a
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/timew-$VERSION"
+ WEB_SITE="https://timewarrior.net/";
+ LICENSE[0]="MIT"
+ ENTERED=20220506
+ KEYWORDS=""
+ SHORT="Commandline Time Tracking and Reporting"
+cat << EOF
+Timewarrior is a time tracking utility that offers simple stopwatch
+features as well as sophisticated calendar-based backfill, along with
+flexible reporting. It is a portable, well supported and very active Open
+Source project.
+EOF
diff --git a/utils/timewarrior/HISTORY b/utils/timewarrior/HISTORY
new file mode 100644
index 0000000..f66b6e2
--- /dev/null
+++ b/utils/timewarrior/HISTORY
@@ -0,0 +1,2 @@
+2022-05-06 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9517630d447343f372ad0dddc027b804deaf090c), Ismael Luceno, 05/06/2022

Archive powered by MHonArc 2.6.24.

Top of Page