summaryrefslogtreecommitdiffstats
path: root/smgl
diff options
context:
space:
mode:
authorTreeve Jelbert2019-01-20 17:09:02 +0100
committerTreeve Jelbert2019-01-20 17:09:02 +0100
commit52b33e247f24e71ec3cab6f243d580d13bc619dc (patch)
tree0f5ca23a7c4483cd96bef06659a701bf9c240770 /smgl
parent3703058079c0477a4f9025c413ab32d49cfb1558 (diff)
basesystem now depends on GNUPG
Diffstat (limited to 'smgl')
-rwxr-xr-xsmgl/basesystem/CONFLICTS1
-rwxr-xr-xsmgl/basesystem/DEPENDS2
-rwxr-xr-xsmgl/basesystem/DETAILS3
-rwxr-xr-xsmgl/basesystem/FINAL4
-rw-r--r--smgl/basesystem/HISTORY5
5 files changed, 12 insertions, 3 deletions
diff --git a/smgl/basesystem/CONFLICTS b/smgl/basesystem/CONFLICTS
new file mode 100755
index 0000000000..8de899b135
--- /dev/null
+++ b/smgl/basesystem/CONFLICTS
@@ -0,0 +1 @@
+conflicts gnupg y
diff --git a/smgl/basesystem/DEPENDS b/smgl/basesystem/DEPENDS
index 18153949f4..d84c2746a4 100755
--- a/smgl/basesystem/DEPENDS
+++ b/smgl/basesystem/DEPENDS
@@ -10,7 +10,7 @@ depends findutils &&
depends AWK &&
depends gcc &&
depends glibc &&
-depends gnupg &&
+depends GNUPG &&
depends grep &&
depends gzip &&
depends iana-etc &&
diff --git a/smgl/basesystem/DETAILS b/smgl/basesystem/DETAILS
index 01d9e928cb..bdc56bc3cf 100755
--- a/smgl/basesystem/DETAILS
+++ b/smgl/basesystem/DETAILS
@@ -1,6 +1,5 @@
SPELL=basesystem
- VERSION=0.9.8
- PATCHLEVEL=1
+ VERSION=0.9.9
WEB_SITE=http://www.sourcemage.org
ENTERED=20021013
NO_CACHE="--cache=off"
diff --git a/smgl/basesystem/FINAL b/smgl/basesystem/FINAL
new file mode 100755
index 0000000000..0dd8366f5c
--- /dev/null
+++ b/smgl/basesystem/FINAL
@@ -0,0 +1,4 @@
+cd $INSTALL_ROOT/usr/bin &&
+if [[ ! -f gpg ]];then
+ ln -s gpg2 gpg
+fi
diff --git a/smgl/basesystem/HISTORY b/smgl/basesystem/HISTORY
index 3c59a08a17..ab9c5b1217 100644
--- a/smgl/basesystem/HISTORY
+++ b/smgl/basesystem/HISTORY
@@ -1,3 +1,8 @@
+2019-01-20 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.9.9
+ * DEPENDS: gnupg => GNUPG
+ * CONFLICTS FINAL: added, for transition to GNUPG
+
2017-01-13 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DEPENDS: optionally depend on MUTT instead of mutt
* DETAILS: PATCHLEVEL++