summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2025-06-12 08:59:43 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2025-06-12 08:59:43 +0700
commiteb70d3b0b31aa032dd4fa74f4bea766e53d458b3 (patch)
tree45e2d83a51969cf120dd56a0dce7fa6371e327f0
parentd86c239816f188555bcf8eb1fc790ed6f25695ad (diff)
downloadslackbuilds-eb70d3b0b31aa032dd4fa74f4bea766e53d458b3.tar.gz
slackbuilds-eb70d3b0b31aa032dd4fa74f4bea766e53d458b3.tar.xz
academic/evopedia_qt: Removed (No longer maintained upstream).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--academic/evopedia_qt/README8
-rw-r--r--academic/evopedia_qt/evopedia_qt.SlackBuild66
-rw-r--r--academic/evopedia_qt/evopedia_qt.info10
-rw-r--r--academic/evopedia_qt/slack-desc19
4 files changed, 0 insertions, 103 deletions
diff --git a/academic/evopedia_qt/README b/academic/evopedia_qt/README
deleted file mode 100644
index 64d8727e93..0000000000
--- a/academic/evopedia_qt/README
+++ /dev/null
@@ -1,8 +0,0 @@
-evopedia_qt (offline wikipedia)
-
-evopedia_qt is an offline wikipedia viewer. If you are troubled by a
-slow Internet connection or none at all, this package might be very
-useful. You can also use this to make your own local wikipedia
-server.
-
-Evopedia is accessible through http://127.0.0.1:8080/
diff --git a/academic/evopedia_qt/evopedia_qt.SlackBuild b/academic/evopedia_qt/evopedia_qt.SlackBuild
deleted file mode 100644
index b146f57090..0000000000
--- a/academic/evopedia_qt/evopedia_qt.SlackBuild
+++ /dev/null
@@ -1,66 +0,0 @@
-#!/bin/bash
-#
-# Slackware build script for evopedia
-#
-# Written by Dan-Simon Myrland <dansimon@radiotube.org>
-
-cd $(dirname $0) ; CWD=$(pwd)
-
-PRGNAM=evopedia_qt
-VERSION=${VERSION:-0.4.4}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-PKGTYPE=${PKGTYPE:-tgz}
-
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i586 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
-
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
-if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
- echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
- exit 0
-fi
-
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-unzip $CWD/v${VERSION}.zip || unzip $CWD/$PRGNAM-$VERSION.zip
-cd $PRGNAM-$VERSION
-chown -R root:root .
-find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-
-. /etc/profile.d/qt4.sh
-# uncomment NO_GUI option for a gui less installation
-qmake PREFIX=$PKG/usr #DEFINES+=NO_GUI
-make
-make install
-
-find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README.md debian/changelog debian/copyright $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/academic/evopedia_qt/evopedia_qt.info b/academic/evopedia_qt/evopedia_qt.info
deleted file mode 100644
index 8f212fa1c6..0000000000
--- a/academic/evopedia_qt/evopedia_qt.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="evopedia_qt"
-VERSION="0.4.4"
-HOMEPAGE="http://evopedia.info"
-DOWNLOAD="https://github.com/evopedia/evopedia_qt/archive/v0.4.4/evopedia_qt-0.4.4.zip"
-MD5SUM="3418c22e5d69baa06fe0de7de7c57110"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES="qt4"
-MAINTAINER="Dan-Simon Myrland"
-EMAIL="dansimon@radiotube.org"
diff --git a/academic/evopedia_qt/slack-desc b/academic/evopedia_qt/slack-desc
deleted file mode 100644
index 9a85359062..0000000000
--- a/academic/evopedia_qt/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':' except on otherwise blank lines.
-
- |-----handy-ruler------------------------------------------------------|
-evopedia_qt: evopedia_qt (Offline Wikipedia viewer)
-evopedia_qt:
-evopedia_qt: Evopedia manages offline Wikipedia snapshots. Handy if you have a
-evopedia_qt: slow Internet connection or no Internet access from time to
-evopedia_qt: time. You can also use evopedia to host your own local Wikipedia
-evopedia_qt: server.
-evopedia_qt:
-evopedia_qt:
-evopedia_qt:
-evopedia_qt:
-evopedia_qt: http://evopedia.info