commit:     9e4861349d2f7b614879eb4b345838da524a5dbe
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Sep 19 17:33:09 2018 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Sep 21 18:25:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e486134

net-vpn/i2p: remove unused patch/files

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/9918

 net-vpn/i2p/files/i2p-0.9.31-add_libs.patch | 22 -------------------
 net-vpn/i2p/files/i2p-0.9.31.initd          | 33 -----------------------------
 net-vpn/i2p/files/i2p-0.9.31.service        | 13 ------------
 3 files changed, 68 deletions(-)

diff --git a/net-vpn/i2p/files/i2p-0.9.31-add_libs.patch 
b/net-vpn/i2p/files/i2p-0.9.31-add_libs.patch
deleted file mode 100644
index 0ea3149a362..00000000000
--- a/net-vpn/i2p/files/i2p-0.9.31-add_libs.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -Naur a/installer/resources/wrapper.config 
b/installer/resources/wrapper.config
---- a/installer/resources/wrapper.config       2016-11-07 11:42:42.503030002 
+0100
-+++ b/installer/resources/wrapper.config       2016-11-07 11:43:11.873031594 
+0100
-@@ -61,12 +61,18 @@
- # Be sure there are no other duplicate classes.
- #
- wrapper.java.classpath.1=$INSTALL_PATH/lib/*.jar
-+wrapper.java.classpath.2=/usr/share/tomcat-jstl-impl/lib/*.jar
-+wrapper.java.classpath.3=/usr/share/tomcat-jstl-spec/lib/*.jar
-+wrapper.java.classpath.4=/usr/share/java-service-wrapper/lib/*.jar
-+wrapper.java.classpath.5=/usr/share/bcprov-1.50/lib/*.jar
-+wrapper.java.classpath.6=/usr/share/jrobin/lib/*.jar
- #  uncomment this to use the system classpath as well (e.g. to get tools.jar)
- # wrapper.java.classpath.2=%CLASSPATH%
- 
- # Java Library Path (location of Wrapper.DLL or libwrapper.so)
- wrapper.java.library.path.1=$INSTALL_PATH
- wrapper.java.library.path.2=$INSTALL_PATH/lib
-+wrapper.java.library.path.3=/usr/lib/java-service-wrapper
- 
- # Java Bits.  On applicable platforms, tells the JVM to run in 32 or 64-bit 
mode.
- wrapper.java.additional.auto_bits=TRUE

diff --git a/net-vpn/i2p/files/i2p-0.9.31.initd 
b/net-vpn/i2p/files/i2p-0.9.31.initd
deleted file mode 100644
index 122d64f4919..00000000000
--- a/net-vpn/i2p/files/i2p-0.9.31.initd
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-       need net
-}
-
-HOME="/var/lib/i2p"
-USER_HOME="$HOME"
-JAVABINARY="/etc/java-config-2/current-system-vm/bin/java"
-INSTALL_PATH="/usr/share/i2p"
-I2P="$INSTALL_PATH"
-I2P_CONFIG_DIR="$USER_HOME/.i2p"
-SYSTEM_java_io_tmpdir="$I2P_CONFIG_DIR"
-I2PTEMP="$SYSTEM_java_io_tmpdir"
-LOGFILE="$I2P_CONFIG_DIR/wrapper.log"
-PIDFILE="/var/run/i2p.pid"
-WRAPPER_CMD="$I2P/i2psvc"
-WRAPPER_CONF="$I2P/wrapper.config"
-
-start() {
-       ebegin "Starting I2P"
-       start-stop-daemon --start -b -m -u i2p --pidfile "$PIDFILE" --quiet 
--exec $WRAPPER_CMD -- -c $WRAPPER_CONF wrapper.daemonize=FALSE 
wrapper.syslog.ident=i2p wrapper.java.command="$JAVABINARY" wrapper.name=i2p 
wrapper.displayname="I2P Service" 
wrapper.statusfile="$I2P_CONFIG_DIR/i2p.status" 
wrapper.java.statusfile="$I2P_CONFIG_DIR/i2p.java.status" 
wrapper.logfile="$LOGFILE"
-       eend $?
-}
-
-stop() {
-       ebegin "Stopping I2P"
-       start-stop-daemon --stop -u i2p --pidfile "$PIDFILE" --quiet --exec 
$WRAPPER_CMD -R SIGTERM/20 SIGKILL/20 -P
-       eend $?
-}
-

diff --git a/net-vpn/i2p/files/i2p-0.9.31.service 
b/net-vpn/i2p/files/i2p-0.9.31.service
deleted file mode 100644
index ccbadbd4d16..00000000000
--- a/net-vpn/i2p/files/i2p-0.9.31.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Invisible Internet Project
-After=network.target
-
-[Service]
-User=i2p
-Type=forking
-ExecReload=/usr/bin/i2prouter restart
-ExecStart=/usr/bin/i2prouter start
-ExecStop=/usr/bin/i2prouter stop
-
-[Install]
-WantedBy=multi-user.target

Reply via email to