summaryrefslogtreecommitdiff
path: root/gforth
diff options
context:
space:
mode:
authorJan-Michael Franz <jmf@cuttle.space>2020-02-04 00:01:20 +0100
committerJan-Michael Franz <jmf@cuttle.space>2020-02-04 00:01:20 +0100
commit4457e2b878ea488855617047ac93147cdcef0cdc (patch)
treec64e8b1ed624766e136ad0cdd2ae2992176120f7 /gforth
parentf10e1982744a2ed1dd7e93701d1056ef13e5e362 (diff)
downloadcontrib-4457e2b878ea488855617047ac93147cdcef0cdc.tar.gz
contrib-4457e2b878ea488855617047ac93147cdcef0cdc.tar.xz
gforth: Removing junk files
Diffstat (limited to 'gforth')
-rw-r--r--gforth/.footprint3
-rw-r--r--gforth/.signature6
-rw-r--r--gforth/Pkgfile5
3 files changed, 7 insertions, 7 deletions
diff --git a/gforth/.footprint b/gforth/.footprint
index c234d69e8..a6019a5eb 100644
--- a/gforth/.footprint
+++ b/gforth/.footprint
@@ -83,7 +83,6 @@ drwxr-xr-x root/root usr/share/gforth/0.7.3/arch/sharc/
drwxr-xr-x root/root usr/share/gforth/0.7.3/arch/shboom/
drwxr-xr-x root/root usr/share/gforth/0.7.3/arch/sparc/
drwxr-xr-x root/root usr/share/gforth/0.7.3/asm/
--rw-r--r-- root/root usr/share/gforth/0.7.3/asm/README
-rw-r--r-- root/root usr/share/gforth/0.7.3/asm/basic.fs
-rw-r--r-- root/root usr/share/gforth/0.7.3/asm/bitmask.fs
-rw-r--r-- root/root usr/share/gforth/0.7.3/asm/generic.fs
@@ -101,7 +100,6 @@ drwxr-xr-x root/root usr/share/gforth/0.7.3/asm/
-rw-r--r-- root/root usr/share/gforth/0.7.3/colorize.fs
-rw-r--r-- root/root usr/share/gforth/0.7.3/comp-i.fs
drwxr-xr-x root/root usr/share/gforth/0.7.3/compat/
--rw-r--r-- root/root usr/share/gforth/0.7.3/compat/README
-rw-r--r-- root/root usr/share/gforth/0.7.3/compat/anslocal.fs
-rw-r--r-- root/root usr/share/gforth/0.7.3/compat/assert.fs
-rw-r--r-- root/root usr/share/gforth/0.7.3/compat/control.fs
@@ -126,7 +124,6 @@ drwxr-xr-x root/root usr/share/gforth/0.7.3/doc/
-rw-r--r-- root/root usr/share/gforth/0.7.3/doskey.fs
-rw-r--r-- root/root usr/share/gforth/0.7.3/ds2texi.fs
drwxr-xr-x root/root usr/share/gforth/0.7.3/ec/
--rw-r--r-- root/root usr/share/gforth/0.7.3/ec/README
-rw-r--r-- root/root usr/share/gforth/0.7.3/ec/builttag.fs
-rw-r--r-- root/root usr/share/gforth/0.7.3/ec/dotx.fs
-rw-r--r-- root/root usr/share/gforth/0.7.3/ec/mirror.fs
diff --git a/gforth/.signature b/gforth/.signature
index 93a329425..1362c0882 100644
--- a/gforth/.signature
+++ b/gforth/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF32I4h3qOl9krdTwfvO0ExF/O43IKXhsoGtTy88sPMgCuKmZDSVl8Jv+DbWN/crhqUAqjxWBLFWVYlgqjejlQnw8=
-SHA256 (Pkgfile) = b8a7a474e19b2550bb57c59937df0e81fde7ef97903447830064e98db66f7418
-SHA256 (.footprint) = 4c4fd57d8ddf9839df1c9e64a0bd55d1e1a168c28c1da3864deb32393f450d6d
+RWSagIOpLGJF37WZO4BKzHOrZWWb3JjC2OgC+flYUfg5OGaMTx5H3ENWwiwGdUVhoL65huhOcQTKQn8NjhPXAJUqt/eNoM0c3wM=
+SHA256 (Pkgfile) = bf40c4f8aa8154c69fcdbb6de2679e3d5c72476b3e7d6c358708113db503bd40
+SHA256 (.footprint) = 29a4b437de5509ed5ea373633f001529cb04ea8f005b1121aeb8dad28cd07946
SHA256 (gforth-0.7.3.tar.gz) = 2f62f2233bf022c23d01c920b1556aa13eab168e3236b13352ac5e9f18542bb0
diff --git a/gforth/Pkgfile b/gforth/Pkgfile
index 2b418a36a..9e23adf23 100644
--- a/gforth/Pkgfile
+++ b/gforth/Pkgfile
@@ -5,7 +5,7 @@
name=gforth
version=0.7.3
-release=1
+release=2
source=(https://ftp.gnu.org/gnu/gforth/$name-$version.tar.gz)
build () {
@@ -15,4 +15,7 @@ build () {
make -j1
make DESTDIR=$PKG install
rm -R $PKG/usr/share/info/
+ rm $PKG/usr/share/gforth/$version/asm/README
+ rm $PKG/usr/share/gforth/$version/compat/README
+ rm $PKG/usr/share/gforth/$version/ec/README
}

Generated by cgit