New commits:
commit 8b4faca61ba6d973746aa8cf06dce83723ba9f21
Author: Conner <connerclere AT gmail.com>
Commit: Pavel Vinogradov <public AT sourcemage.org>
installwatch: => lunar linux release, v0.9.0
diff --git a/utils/installwatch/BUILD b/utils/installwatch/BUILD
deleted file mode 100755
index d7cb532..0000000
--- a/utils/installwatch/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-make PREFIX="${TRACK_ROOT}/usr" LIBDIR="${TRACK_ROOT}/usr/lib"
diff --git a/utils/installwatch/DEPENDS b/utils/installwatch/DEPENDS
index 36f0532..35bb696 100755
--- a/utils/installwatch/DEPENDS
+++ b/utils/installwatch/DEPENDS
@@ -1,3 +1 @@
-depends bzip2 &&
-depends smgl-fhs &&
-depends tar
+depends smgl-fhs
diff --git a/utils/installwatch/DETAILS b/utils/installwatch/DETAILS
index e80ea39..5d47273 100755
--- a/utils/installwatch/DETAILS
+++ b/utils/installwatch/DETAILS
@@ -1,12 +1,11 @@
SPELL=installwatch
- VERSION=2010-12-12
- PATCHLEVEL=4
- SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_HASH=sha512:eda74e4a8b1707b7b5992e222baa8873b6248c0c9ef4475c521bef4dc3ba5374713ba09fc0acdaa369c67930865924994f4c15deb7b6b0e39cce5eeb6d24e50f
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
- SOURCE_URL[0]=http://download.sourcemage.org/grimoire/distro/$SOURCE
-#
SOURCE_URL[0]=http://asic-linux.com.mx/~izto/checkinstall/files/source/$SOURCE
-
WEB_SITE=http://www.asic-linux.com.mx/~izto/checkinstall/installwatch.html
+ VERSION=0.9.0
+ SOURCE=$SPELL-$VERSION.tar.xz
+
SOURCE_HASH=sha512:6789e67d0962cc6b5d2a4abd8ba7176487e23d3b1875d8f3835fa2f62378e40031616bfeef83dd988302f32bd76f757654b557ed4c3707c2d01951fbfacc3318
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+
SOURCE_URL[0]=https://github.com/lunar-linux/$SPELL/releases/download/v$VERSION/$SOURCE
+ WEB_SITE="https://lunar-linux.org/"
+ LICENSE[0]="GPL"
ENTERED=20011230
KEYWORDS="utils"
SHORT="utility for tracking files during the installation of
software"
diff --git a/utils/installwatch/HISTORY b/utils/installwatch/HISTORY
index 970cd45..a4d3c54 100644
--- a/utils/installwatch/HISTORY
+++ b/utils/installwatch/HISTORY
@@ -1,3 +1,11 @@
+2022-09-01 Conner Clere <connerclere AT gmail.com>
+ * DETAILS: switch over to Lunar's version of installwatch, release
0.9.0
+ * DEPENDS: removed bzip2 and tar
+ * BUILD: remove BUILD, no longer needed
+ * PRE-BUILD: Remove patching and changing prefix in makefile via `sed`
+ * patches/*: Remove all patches (not needed)
+ * INSTALL: remove INSTALL, no longer needed
+
2022-08-23 Pavel Vinogradov <public AT sourcemage.org>
* patches/0001-generalise-glibc-version-check.patch: adapted for
glibc >= 2.34