From 5b9261673c6de555d03927399e7fb777c8b944db Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 24 Jun 2018 01:07:53 +0700 Subject: system/microemulator: Removed (No maintainer). --- system/microemulator/README | 14 ------ system/microemulator/doinst.sh | 4 -- system/microemulator/microemulator.SlackBuild | 71 --------------------------- system/microemulator/microemulator.desktop | 9 ---- system/microemulator/microemulator.info | 10 ---- system/microemulator/microemulator.sh | 4 -- system/microemulator/slack-desc | 19 ------- 7 files changed, 131 deletions(-) delete mode 100644 system/microemulator/README delete mode 100644 system/microemulator/doinst.sh delete mode 100644 system/microemulator/microemulator.SlackBuild delete mode 100644 system/microemulator/microemulator.desktop delete mode 100644 system/microemulator/microemulator.info delete mode 100644 system/microemulator/microemulator.sh delete mode 100644 system/microemulator/slack-desc diff --git a/system/microemulator/README b/system/microemulator/README deleted file mode 100644 index 0b5ff3e300..0000000000 --- a/system/microemulator/README +++ /dev/null @@ -1,14 +0,0 @@ -MicroEmulator is a pure Java implementation of Java ME in Java SE. - -Features: - - - Support for MIDP 2.0 - - Generic Connection Framework - - Support for MMAPI (JSR 135) - - Support for FileConnection API (JSR 75) - - Support for Nokia APIs - - Support for Siemens APIs - - Skinnable and configurable interface - - Works with different graphics libraries; - currently with Swing and SWT - - Platform independent: Windows, Linux, OSX diff --git a/system/microemulator/doinst.sh b/system/microemulator/doinst.sh deleted file mode 100644 index 4e8ba7071d..0000000000 --- a/system/microemulator/doinst.sh +++ /dev/null @@ -1,4 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - diff --git a/system/microemulator/microemulator.SlackBuild b/system/microemulator/microemulator.SlackBuild deleted file mode 100644 index ecd60410e4..0000000000 --- a/system/microemulator/microemulator.SlackBuild +++ /dev/null @@ -1,71 +0,0 @@ -#!/bin/sh - -# Slackware build script for MicroEmulator - -# Copyright 2011 Fridrich von Stauffenberg -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -PRGNAM=microemulator -VERSION=${VERSION:-2.0.4} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -ARCH=noarch - -CWD=$(pwd) -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/$PRGNAM-$VERSION.zip -cd $PRGNAM-$VERSION -chown -R root:root . - -mkdir -p $PKG/opt/$PRGNAM -mv * $PKG/opt/$PRGNAM - -mkdir -p $PKG/usr/share/applications -cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop - -cat $CWD/$PRGNAM.sh > $PKG/opt/$PRGNAM/$PRGNAM -chmod 755 $PKG/opt/$PRGNAM/$PRGNAM - -mkdir -p $PKG/usr/bin -ln -s /opt/$PRGNAM/$PRGNAM $PKG/usr/bin - -unzip $PKG/opt/$PRGNAM/microemulator.jar org/microemu/icon.png -mkdir -p $PKG/usr/share/pixmaps -mv org/microemu/icon.png $PKG/usr/share/pixmaps/$PRGNAM.png - -mkdir -p $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 -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/system/microemulator/microemulator.desktop b/system/microemulator/microemulator.desktop deleted file mode 100644 index 89fa0a00d9..0000000000 --- a/system/microemulator/microemulator.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Version=1.0 -Type=Application -Name=MicroEmulator -GenericName=J2ME emulator -Comment=Run Java MIDlets on PC -Icon=microemulator -Exec=microemulator -Categories=System;Emulator; diff --git a/system/microemulator/microemulator.info b/system/microemulator/microemulator.info deleted file mode 100644 index ed73324fbe..0000000000 --- a/system/microemulator/microemulator.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="microemulator" -VERSION="2.0.4" -HOMEPAGE="https://sourceforge.net/projects/microemulator/" -DOWNLOAD="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/microemu/microemulator-2.0.4.zip" -MD5SUM="d4a859a9aae5d90e25f11146abf1e27a" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="jdk" -MAINTAINER="orphaned - no maintainer" -EMAIL="nobody@nowhere.com" diff --git a/system/microemulator/microemulator.sh b/system/microemulator/microemulator.sh deleted file mode 100644 index 245de44944..0000000000 --- a/system/microemulator/microemulator.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -cd $(dirname $(readlink -f $0)) -exec java -jar ./microemulator.jar diff --git a/system/microemulator/slack-desc b/system/microemulator/slack-desc deleted file mode 100644 index 68bd0cbd04..0000000000 --- a/system/microemulator/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------------------------------------------------------| -microemulator: microemulator (J2ME emulator) -microemulator: -microemulator: MicroEmulator is a pure Java implementation of Java ME in Java SE. -microemulator: -microemulator: Homepage: http://www.microemu.org -microemulator: -microemulator: -microemulator: -microemulator: -microemulator: -microemulator: -- cgit v1.2.3