diff options
author | Alexey Korepanov <kaikaikai@yandex.ru> | 2016-06-22 13:35:06 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-06-23 21:12:58 +0000 |
commit | 0295e519e23bce96ee75bdd74da5c12318b6f9bd (patch) | |
tree | 7c45eb7a4aa28857199c576a3901c090bd84a493 /net-misc | |
parent | a38bd2dddeda507ce5022b02dde9ffb8b4239e86 (diff) | |
download | gentoo-0295e519e23bce96ee75bdd74da5c12318b6f9bd.tar.gz gentoo-0295e519e23bce96ee75bdd74da5c12318b6f9bd.tar.xz |
net-misc/i2pd: remove old
Closes: https://github.com/gentoo/gentoo/pull/1719
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-misc')
21 files changed, 0 insertions, 720 deletions
diff --git a/net-misc/i2pd/Manifest b/net-misc/i2pd/Manifest index 4e3c9b3701a..da24252c5f9 100644 --- a/net-misc/i2pd/Manifest +++ b/net-misc/i2pd/Manifest @@ -1,5 +1,3 @@ -DIST i2pd-2.5.0.tar.gz 391637 SHA256 ea01cc99c443f838ab8faf3440da45dd2ca666ab627aa54b17c565c37782b01d SHA512 77be4f2b3baf86bcf0c8f4aebd7c5fbef80654d99ff332aafcf1cd717271d80fcfe717047ac47599cb0ecfdf32347cf1c0e0be2b79759f5194c1a7e7910a42ca WHIRLPOOL 929cb33849a51c5c214c64bef0e431c62738a6584fe63aa6ebcbd2febeb854135e5e16ed0f95c64bdfc241b15faaf45226347d3851a64421dd53e53932e03456 -DIST i2pd-2.5.1.tar.gz 394332 SHA256 4cdc98676eb1d020dc11c8f2c7c5d0e739bf8c858c97eab235449cea98ca9d2c SHA512 33293e96a2715696a8cb7bcabe995ffc9a5b374e4fa4b72eebf878a8b4603600a910ded1dc775d08d89eb881f0492118ef837a0432664f4a492008b31dafec92 WHIRLPOOL c9b02580d4e6af8430e7ca0d90ad45653df700b4e955f9fcd852301129801ded284b7583c8a9a1398457caa04c8ca5080655c6bbb94686ee56af9547752c753b DIST i2pd-2.6.0.tar.gz 669220 SHA256 3af3edfd5def3504cbda59aa737a47f9852f844a2f5a1b47659e138acdd614c4 SHA512 73761737a50283ed78e59263ff91bb21a41147d85de62f2e27742f4f90d8e2441c20ec329b78f88e2255d837ed4584564396caee04df44b5cf5d7c1110508aa5 WHIRLPOOL 94821e65d05eba9e61ee353cc2318f0182c69393cdcf34bb3af818c54720fff76259532855689355453eb917639dcfd4e5d1e8d894f857bfc853728c11b1c71e DIST i2pd-2.7.0.tar.gz 410922 SHA256 e4a3e192e424492962092f65a04fe12cac10f267ba2c99e2e62ca917741fba7e SHA512 3ca7af86ff43f030ab6219bd5ebe9a9acf4822d452c5761b83392ab0055f7835cfd68ebb336a2af0817bcdf9c8ecbefb618d00374384ded0084b51594aa96e0e WHIRLPOOL e1d05a5454cd9a0dbee18fea3447bc81fc74ee519e6ddb8f3d984ac66076f4606a624d55b9f22e2542f491626c18b74235247fe665ba789da2258f53b159ecfb DIST i2pd-2.8.0.tar.gz 1695271 SHA256 3f3f538b3c5b3095021311b434456c42d6f3b5e43dc7972c263b10ef179ba063 SHA512 379b72c4021dc8342405a034219ecb3681014a0ea1612da8b61de2b03adf2611ebe267233ed2891a2fb5a345d9304d7501c42d8c985362be72239b653d0d3c39 WHIRLPOOL 511d4e3a084604289c041a69135d8afc5abca186fe96704ca35108e96c84523706aaa73c07884dcce65df1fe9fed9335cea65b52dc14bd4a61b94d6fd11c6838 diff --git a/net-misc/i2pd/files/i2pd-2.5.0-fix_installed_components.patch b/net-misc/i2pd/files/i2pd-2.5.0-fix_installed_components.patch deleted file mode 100644 index 84749c8fc9a..00000000000 --- a/net-misc/i2pd/files/i2pd-2.5.0-fix_installed_components.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- build/CMakeLists.txt.old 2016-02-04 21:30:50.954251000 +0100 -+++ build/CMakeLists.txt 2016-02-04 21:34:50.457793484 +0100 -@@ -356,10 +356,6 @@ - endif () - endif () - --install(FILES ../LICENSE -- DESTINATION . -- COMPONENT Runtime -- ) - # Take a copy on Appveyor - install(FILES "C:/projects/openssl-$ENV{OPENSSL}/LICENSE" - DESTINATION . -@@ -369,7 +365,6 @@ - ) - - file(GLOB_RECURSE I2PD_SOURCES "../*.cpp" "../build" "../Win32" "../Makefile*") --install(FILES ${I2PD_SOURCES} DESTINATION src/ COMPONENT Source) - # install(DIRECTORY ../ DESTINATION src/ - # # OPTIONAL - # COMPONENT Source FILES_MATCHING -@@ -378,7 +373,7 @@ - # ) - - file(GLOB I2PD_HEADERS "../*.h") --install(FILES ${I2PD_HEADERS} DESTINATION src/ COMPONENT Headers) -+install(FILES ${I2PD_HEADERS} DESTINATION "include/${PROJECT_NAME}" COMPONENT Headers) - # install(DIRECTORY ../ DESTINATION src/ - # # OPTIONAL - # COMPONENT Headers FILES_MATCHING diff --git a/net-misc/i2pd/files/i2pd-2.5.0.confd b/net-misc/i2pd/files/i2pd-2.5.0.confd deleted file mode 100644 index fee9bc4256b..00000000000 --- a/net-misc/i2pd/files/i2pd-2.5.0.confd +++ /dev/null @@ -1,9 +0,0 @@ -I2PD_USER="${I2PD_USER:-i2pd}" -I2PD_GROUP="${I2PD_GROUP:-i2pd}" -I2PD_LOG="/var/log/i2pd.log" -I2PD_PID="/var/run/i2pd.pid" -I2PD_CFGDIR="/etc/i2pd/" -# Options to i2pd -I2PDOPTIONS="--daemon --service --pidfile ${I2PD_PID} \ ---log=file --logfile=${I2PD_LOG} \ ---conf=${I2PD_CFGDIR}i2pd.conf --tunconf=${I2PD_CFGDIR}tunnels.cfg" diff --git a/net-misc/i2pd/files/i2pd-2.5.0.initd b/net-misc/i2pd/files/i2pd-2.5.0.initd deleted file mode 100644 index 22acfa76235..00000000000 --- a/net-misc/i2pd/files/i2pd-2.5.0.initd +++ /dev/null @@ -1,26 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -description="C++ daemon for accessing the I2P network" - -depend() { - use dns logger netmount -} - -start() { - ebegin "Starting ${SVCNAME}" - checkpath -f "${I2PD_LOG}" -o "${I2PD_USER}:${I2PD_GROUP}" - checkpath -f "${I2PD_PID}" -o "${I2PD_USER}:${I2PD_GROUP}" - start-stop-daemon -S -b -u "${I2PD_USER}:${I2PD_GROUP}" /usr/bin/i2pd -- ${I2PDOPTIONS} - sleep 1 - [ -e "$I2PD_PID" -a -e /proc/$(cat "$I2PD_PID") ] - eend $? -} - -stop() { - ebegin "Stopping ${SVCNAME}" - start-stop-daemon -K -p "${I2PD_PID}" -R SIGTERM/20 SIGKILL/20 -P - eend $? -} diff --git a/net-misc/i2pd/files/i2pd-2.5.0.logrotate b/net-misc/i2pd/files/i2pd-2.5.0.logrotate deleted file mode 100644 index 41e55e6a742..00000000000 --- a/net-misc/i2pd/files/i2pd-2.5.0.logrotate +++ /dev/null @@ -1,11 +0,0 @@ -/var/log/i2pd.log { - rotate 4 - weekly - missingok - notifempty - create 640 i2pd i2pd - postrotate - /bin/kill -HUP $(cat /var/run/i2pd.pid) - endscript -} - diff --git a/net-misc/i2pd/files/i2pd-2.5.0.service b/net-misc/i2pd/files/i2pd-2.5.0.service deleted file mode 100644 index 14309a38055..00000000000 --- a/net-misc/i2pd/files/i2pd-2.5.0.service +++ /dev/null @@ -1,18 +0,0 @@ -[Unit] -Description=C++ daemon for accessing the I2P network -After=network.target - -[Service] -Type=forking -Restart=on-abnormal -PIDFile=/var/run/i2pd.pid -User=i2pd -Group=i2pd -PermissionsStartOnly=yes -ExecStartPre=/bin/touch /var/run/i2pd.pid /var/log/i2pd.log -ExecStartPre=/bin/chown i2pd:i2pd /var/run/i2pd.pid /var/log/i2pd.log -ExecStart=/usr/bin/i2pd --daemon --service --pidfile /var/run/i2pd.pid --log=file --logfile=/var/log/i2pd.log --conf=/etc/i2pd/i2pd.conf --tunconf=/etc/i2pd/tunnels.cfg - -[Install] -WantedBy=multi-user.target - diff --git a/net-misc/i2pd/files/i2pd-2.5.1-disable_ipv6_in_i2pd_conf.patch b/net-misc/i2pd/files/i2pd-2.5.1-disable_ipv6_in_i2pd_conf.patch deleted file mode 100644 index 0617b65be53..00000000000 --- a/net-misc/i2pd/files/i2pd-2.5.1-disable_ipv6_in_i2pd_conf.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff -Naur i2pd-2.5.1/debian/i2pd.conf i2pd-2.5.1b/debian/i2pd.conf ---- i2pd-2.5.1/debian/i2pd.conf 2016-03-10 19:34:16.000000000 +0100 -+++ i2pd-2.5.1b/debian/i2pd.conf 2016-03-24 22:30:51.490011172 +0100 -@@ -1,4 +1,4 @@ --ipv6 -+#ipv6 - - [httpproxy] - address = 127.0.0.1 diff --git a/net-misc/i2pd/files/i2pd-2.5.1.confd b/net-misc/i2pd/files/i2pd-2.5.1.confd deleted file mode 100644 index af0de2fba12..00000000000 --- a/net-misc/i2pd/files/i2pd-2.5.1.confd +++ /dev/null @@ -1,9 +0,0 @@ -I2PD_USER="${I2PD_USER:-i2pd}" -I2PD_GROUP="${I2PD_GROUP:-i2pd}" -I2PD_LOG="/var/log/i2pd.log" -I2PD_PID="/var/run/i2pd.pid" -I2PD_CFGDIR="/etc/i2pd/" -# Options to i2pd -I2PDOPTIONS="--daemon --service --pidfile=${I2PD_PID} \ ---log=file --logfile=${I2PD_LOG} \ ---conf=${I2PD_CFGDIR}i2pd.conf --tunconf=${I2PD_CFGDIR}tunnels.cfg" diff --git a/net-misc/i2pd/files/i2pd-2.5.1.initd b/net-misc/i2pd/files/i2pd-2.5.1.initd deleted file mode 100644 index 10a41186eac..00000000000 --- a/net-misc/i2pd/files/i2pd-2.5.1.initd +++ /dev/null @@ -1,26 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -description="C++ daemon for accessing the I2P network" - -depend() { - use dns logger netmount -} - -start() { - ebegin "Starting ${SVCNAME}" - checkpath -f "${I2PD_LOG}" -o "${I2PD_USER}:${I2PD_GROUP}" - checkpath -f "${I2PD_PID}" -o "${I2PD_USER}:${I2PD_GROUP}" - start-stop-daemon -S -u "${I2PD_USER}:${I2PD_GROUP}" -p "${I2PD_PID}.pid" /usr/bin/i2pd -- ${I2PDOPTIONS} - sleep 1 - [ -e "$I2PD_PID" -a -e /proc/$(cat "$I2PD_PID") ] - eend $? -} - -stop() { - ebegin "Stopping ${SVCNAME}" - start-stop-daemon -K -p "${I2PD_PID}" -R SIGTERM/20 SIGKILL/20 -P - eend $? -} diff --git a/net-misc/i2pd/files/i2pd-2.5.1.service b/net-misc/i2pd/files/i2pd-2.5.1.service deleted file mode 100644 index 6d4dbd423da..00000000000 --- a/net-misc/i2pd/files/i2pd-2.5.1.service +++ /dev/null @@ -1,18 +0,0 @@ -[Unit] -Description=C++ daemon for accessing the I2P network -After=network.target - -[Service] -Type=forking -Restart=on-abnormal -PIDFile=/var/run/i2pd.pid -User=i2pd -Group=i2pd -PermissionsStartOnly=yes -ExecStartPre=/bin/touch /var/run/i2pd.pid /var/log/i2pd.log -ExecStartPre=/bin/chown i2pd:i2pd /var/run/i2pd.pid /var/log/i2pd.log -ExecStart=/usr/bin/i2pd --daemon --service --pidfile=/var/run/i2pd.pid --log=file --logfile=/var/log/i2pd.log --conf=/etc/i2pd/i2pd.conf --tunconf=/etc/i2pd/tunnels.cfg - -[Install] -WantedBy=multi-user.target - diff --git a/net-misc/i2pd/files/i2pd-2.6.0-r2.confd b/net-misc/i2pd/files/i2pd-2.6.0-r2.confd deleted file mode 100644 index 8f5ee8cdbc5..00000000000 --- a/net-misc/i2pd/files/i2pd-2.6.0-r2.confd +++ /dev/null @@ -1,9 +0,0 @@ -I2PD_USER="${I2PD_USER:-i2pd}" -I2PD_GROUP="${I2PD_GROUP:-i2pd}" -I2PD_LOG="/var/log/i2pd.log" -I2PD_PID="/run/i2pd/i2pd.pid" - -# Options to i2pd -I2PD_OPTIONS="--daemon --service --pidfile=${I2PD_PID} \ ---log=file --logfile=${I2PD_LOG} \ ---conf=/etc/i2pd/i2pd.conf --tunconf=/etc/i2pd/tunnels.conf" diff --git a/net-misc/i2pd/files/i2pd-2.6.0-r2.initd b/net-misc/i2pd/files/i2pd-2.6.0-r2.initd deleted file mode 100644 index 72b9905d46a..00000000000 --- a/net-misc/i2pd/files/i2pd-2.6.0-r2.initd +++ /dev/null @@ -1,46 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -description="C++ daemon for accessing the I2P network" -description_graceful="Graceful shutdown, takes 10 minutes" - -command="/usr/bin/i2pd" -command_args="${I2PD_OPTIONS}" -user="${I2PD_USER}:${I2PD_GROUP}" -start_stop_daemon_args=" - --user \"${user}\" - --pidfile \"${I2PD_PID}\" - --progress --retry 'SIGTERM/20 SIGKILL/20' -" -I2PD_PID_DIR=$(dirname "${I2PD_PID}") - -extra_started_commands="graceful" - -depend() { - use dns logger netmount -} - -start_pre() { - if [ -z "${I2PD_USER}" ] || \ - [ -z "${I2PD_GROUP}" ] || \ - [ -z "${I2PD_PID}" ] || \ - [ -z "${I2PD_LOG}" ] || \ - [ -z "${I2PD_OPTIONS}" ] ; then - eerror "Not all variables I2PD_USER, I2PD_GROUP, I2PD_PID, I2PD_OPTIONS, I2PD_LOG are defined." - eerror "Check your /etc/conf.d/i2pd." - return 1 - fi - checkpath -f -o "${user}" "${I2PD_LOG}" - checkpath -d -m 0750 -o "${user}" "${I2PD_PID_DIR}" -} - -graceful() { - # on SIGINT, i2pd stops accepting tunnels and shuts down in 600 seconds - ebegin "Gracefully stopping i2pd, this takes 10 minutes" - mark_service_stopping - eval start-stop-daemon --stop ${start_stop_daemon_args} \ - --exec "${command}" --retry 'SIGINT/620 SIGTERM/20 SIGKILL/20' - eend $? && mark_service_stopped -} diff --git a/net-misc/i2pd/files/i2pd-2.6.0-r2.service b/net-misc/i2pd/files/i2pd-2.6.0-r2.service deleted file mode 100644 index 5cc34ebf33c..00000000000 --- a/net-misc/i2pd/files/i2pd-2.6.0-r2.service +++ /dev/null @@ -1,20 +0,0 @@ -[Unit] -Description=C++ daemon for accessing the I2P network -After=network.target - -[Service] -Type=forking -Restart=on-abnormal -PIDFile=/run/i2pd/i2pd.pid -User=i2pd -Group=i2pd -PermissionsStartOnly=yes -ExecStartPre=/bin/mkdir -p /run/i2pd -ExecStartPre=/bin/chown i2pd:i2pd /run/i2pd -ExecStartPre=/bin/touch /run/i2pd/i2pd.pid /var/log/i2pd.log -ExecStartPre=/bin/chown i2pd:i2pd /run/i2pd/i2pd.pid /var/log/i2pd.log -ExecStart=/usr/bin/i2pd --daemon --service --pidfile=/run/i2pd/i2pd.pid --log=file --logfile=/var/log/i2pd.log --conf=/etc/i2pd/i2pd.conf --tunconf=/etc/i2pd/tunnels.conf - -[Install] -WantedBy=multi-user.target - diff --git a/net-misc/i2pd/files/i2pd-2.6.0.confd b/net-misc/i2pd/files/i2pd-2.6.0.confd deleted file mode 100644 index 47483eecbdf..00000000000 --- a/net-misc/i2pd/files/i2pd-2.6.0.confd +++ /dev/null @@ -1,9 +0,0 @@ -I2PD_USER="${I2PD_USER:-i2pd}" -I2PD_GROUP="${I2PD_GROUP:-i2pd}" -I2PD_LOG="/var/log/i2pd.log" -I2PD_PID="/var/run/i2pd.pid" -I2PD_CFGDIR="/etc/i2pd/" -# Options to i2pd -I2PDOPTIONS="--daemon --service --pidfile=${I2PD_PID} \ ---log=file --logfile=${I2PD_LOG} \ ---conf=${I2PD_CFGDIR}i2pd.conf --tunconf=${I2PD_CFGDIR}tunnels.conf" diff --git a/net-misc/i2pd/files/i2pd-2.6.0.service b/net-misc/i2pd/files/i2pd-2.6.0.service deleted file mode 100644 index 2f1449aec19..00000000000 --- a/net-misc/i2pd/files/i2pd-2.6.0.service +++ /dev/null @@ -1,18 +0,0 @@ -[Unit] -Description=C++ daemon for accessing the I2P network -After=network.target - -[Service] -Type=forking -Restart=on-abnormal -PIDFile=/var/run/i2pd.pid -User=i2pd -Group=i2pd -PermissionsStartOnly=yes -ExecStartPre=/bin/touch /var/run/i2pd.pid /var/log/i2pd.log -ExecStartPre=/bin/chown i2pd:i2pd /var/run/i2pd.pid /var/log/i2pd.log -ExecStart=/usr/bin/i2pd --daemon --service --pidfile=/var/run/i2pd.pid --log=file --logfile=/var/log/i2pd.log --conf=/etc/i2pd/i2pd.conf --tunconf=/etc/i2pd/tunnels.conf - -[Install] -WantedBy=multi-user.target - diff --git a/net-misc/i2pd/files/i2pd.1 b/net-misc/i2pd/files/i2pd.1 deleted file mode 100644 index 4dc6958eed1..00000000000 --- a/net-misc/i2pd/files/i2pd.1 +++ /dev/null @@ -1,101 +0,0 @@ -.TH I2PD "1" "November 29, 2014" - -.SH NAME -i2pd \- Load-balanced unspoofable packet switching network - -.SH SYNOPSIS -.B i2pd -[\fIOPTION1\fR) [\fIOPTION2\fR]... - -.SH DESCRIPTION -i2pd -is a C++ implementation of the router for the I2P anonymizing network, offering -a simple layer that identity-sensitive applications can use to securely -communicate. All data is wrapped with several layers of encryption, and the -network is both distributed and dynamic, with no trusted parties. - -.PP -Any of the configuration options below can be used in the \fI2PDOPTIONS\fR variable in \fI/etc/conf.d/i2pd\fR. -.BR -.TP -\fB\-\-host=\fR -The external IP -.TP -\fB\-\-port=\fR -The external port to listen on -.TP -\fB\-\-httpport=\fR -The HTTP port to listen on -.TP -\fB\-\-log=\fR[\fI1\fR|\fI0\fR] -.br -Enable of disable logging to a file. \fI1\fR for yes, \fI0\fR for no. (default: \fI0\fR, off) -.TP -\fB\-\-daemon=\fR[\fI1\fR|\fI0\fR] -Enable or disable daemon mode. Daemon mode is enabled with \fI1\fR and disabled with \fI0\fR. (default: \fI0\fR, off) -.TP -\fB\-\-service=\fR[\fI1\fR|\fI0\fR] -If enabled, system folders (\fB/var/run/i2pd.pid\fR, \fB/var/log/i2pd.log\fR, \fB/var/lib/i2pd\fR) will be used. If off, \fB$HOME/.i2pd\fR will be used instead. (default: \fI0\fR, off). -.TP -\fB\-\-unreachable=\fR[\fI1\fR|\fI0\fR] -\fI1\fR if router is declared as unreachable and works through introducers. (default: \fI0\fR, off) -.TP -\fB\-\-v6=\fR[\fI1\fR|\fI0\fR] -\fI1\fR if \fBi2pd\fR should communicate via IPv6. (default: \fI0\fR, off) -.TP -\fB\-\-httpproxyport=\fR -The local port for the HTTP Proxy to listen on (default: \fI4446\fR) -.TP -\fB\-\-socksproxyport=\fR -The local port for the SOCKS proxy to listen on (default: \fI4447\fR) -.TP -\fB\-\-ircport=\fR -The local port of IRC tunnel to listen on. (default: \fI6668\fR) -.TP -\fB\-\-ircdest=\fR -I2P destination address of an IRC server to connect to, e.g. \fIirc.postman.i2p\fR -.TP -\fB\-\-irckeys=\fR -optional keys file for local destination -.TP -\fB\-\-eepkeys=\fR -File name containing destination keys. For example \fIprivKeys.dat\fR -.TP -\fB\-\-eephost=\fR -Address incoming trafic is forwarded to, \fI127.0.0.1\fR by default -.TP -\fB\-\-eepport=\fR -Port incoming trafic forward to. \fI80\fR by default -.TP -\fB\-\-samport=\fR -Port of SAM bridge. Usually \fI7656\fR. SAM will not be enabled if this is not set. (default: unset) -.TP -\fB\-\-bobport=\fR -Port of BOB command channel. Usually \fI2827\fR. BOB will not be enabled if this is not set. (default: unset) - -.SH FILES -.PP -/etc/conf.d/i2pd -.RS 4 -i2pd service configuration file -.RE -.PP -/etc/i2pd.conf -.RS 4 -i2pd configuration file (when running as a system service). You may override the parameters here. -.RE -.PP -/var/lib/i2pd/ -.RS 4 -i2pd profile directory (when running as a system service, see \fB\-\-service=\fR above) -.RE -.PP -$HOME/.i2pd -.RS 4 -i2pd profile directory (when running as a normal user) -.SH AUTHOR -This manual page was written by kytv <killyourtv@i2pmail.org> for the Debian system (but may be used by others). And adapted by Francisco Blas Izquierdo Riera (klondike) <klondike@gentoo.org> to Gentoo. -.BR -Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation -.BR -On Gentoo systems, the complete text of the GNU General Public License Version 2 can be found in /usr/portage/licenses/GPL-2 diff --git a/net-misc/i2pd/files/tunnels.cfg b/net-misc/i2pd/files/tunnels.cfg deleted file mode 100644 index e35504ad5ee..00000000000 --- a/net-misc/i2pd/files/tunnels.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# outgoing tunnel sample, to remote service -# mandatory parameters: -# * type -- always "client" -# * port -- local port to listen to -# * destination -- i2p hostname -# optional parameters (may be omitted) -# * keys -- our identity, if unset, will be generated on every startup, -# if set and file missing, keys will be generated and placed to this file -# * address -- local interface to bind -# * signaturetype -- signature type for new destination. 0,1 or 7 -[IRC] -type = client -address = 127.0.0.1 -port = 6668 -destination = irc.postman.i2p -keys = irc-keys.dat -signaturetype = 1 diff --git a/net-misc/i2pd/i2pd-2.5.0-r4.ebuild b/net-misc/i2pd/i2pd-2.5.0-r4.ebuild deleted file mode 100644 index 7bb60263554..00000000000 --- a/net-misc/i2pd/i2pd-2.5.0-r4.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils systemd user cmake-utils - -DESCRIPTION="A C++ daemon for accessing the I2P anonymous network" -HOMEPAGE="https://github.com/PurpleI2P/i2pd" -SRC_URI="https://github.com/PurpleI2P/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="cpu_flags_x86_aes i2p-hardening libressl pch static +upnp" - -RDEPEND="!static? ( >=dev-libs/boost-1.46[threads] - dev-libs/crypto++ - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) - upnp? ( net-libs/miniupnpc ) - )" -DEPEND="${RDEPEND} - static? ( >=dev-libs/boost-1.46[static-libs,threads] - dev-libs/crypto++[static-libs] - !libressl? ( dev-libs/openssl:0[-bindist,static-libs] ) - libressl? ( dev-libs/libressl[static-libs] ) - upnp? ( net-libs/miniupnpc[static-libs] ) ) - i2p-hardening? ( >=sys-devel/gcc-4.7 ) - || ( >=sys-devel/gcc-4.7 >=sys-devel/clang-3.3 )" - -I2PD_USER="${I2PD_USER:-i2pd}" -I2PD_GROUP="${I2PD_GROUP:-i2pd}" - -CMAKE_USE_DIR="${S}/build" - -src_prepare() { - epatch "${FILESDIR}/i2pd-2.5.0-fix_installed_components.patch" -} - -src_configure() { - mycmakeargs=( - -DWITH_AESNI=$(usex cpu_flags_x86_aes ON OFF) - -DWITH_HARDENING=$(usex i2p-hardening ON OFF) - -DWITH_PCH=$(usex pch ON OFF) - -DWITH_STATIC=$(usex static ON OFF) - -DWITH_UPNP=$(usex upnp ON OFF) - -DWITH_LIBRARY=ON - -DWITH_BINARY=ON - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - dodoc README.md - doman "${FILESDIR}/${PN}.1" - keepdir /var/lib/i2pd/ - insinto "/var/lib/i2pd" - doins -r "${S}/contrib/certificates" - dosym /etc/i2pd/subscriptions.txt /var/lib/i2pd/subscriptions.txt - fowners "${I2PD_USER}:${I2PD_GROUP}" /var/lib/i2pd/ - fperms 700 /var/lib/i2pd/ - dodir "/etc/${PN}" - insinto "/etc/${PN}" - doins "${S}/debian/${PN}.conf" - doins "${FILESDIR}/tunnels.cfg" - doins "${S}/debian/subscriptions.txt" - fowners "${I2PD_USER}:${I2PD_GROUP}" "/etc/${PN}/${PN}.conf" - fperms 600 "/etc/${PN}/${PN}.conf" - dodir /usr/share/i2pd - newconfd "${FILESDIR}/${PN}-2.5.0.confd" "${PN}" - newinitd "${FILESDIR}/${PN}-2.5.0.initd" "${PN}" - systemd_newunit "${FILESDIR}/${PN}-2.5.0.service" "${PN}.service" - doenvd "${FILESDIR}/99${PN}" - insinto /etc/logrotate.d - newins "${FILESDIR}/${PN}-2.5.0.logrotate" "${PN}" -} - -pkg_setup() { - enewgroup "${I2PD_GROUP}" - enewuser "${I2PD_USER}" -1 -1 "/var/lib/run/${PN}" "${I2PD_GROUP}" -} diff --git a/net-misc/i2pd/i2pd-2.5.1-r3.ebuild b/net-misc/i2pd/i2pd-2.5.1-r3.ebuild deleted file mode 100644 index e0957453844..00000000000 --- a/net-misc/i2pd/i2pd-2.5.1-r3.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -inherit eutils systemd user cmake-utils - -DESCRIPTION="A C++ daemon for accessing the I2P anonymous network" -HOMEPAGE="https://github.com/PurpleI2P/i2pd" -SRC_URI="https://github.com/PurpleI2P/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="cpu_flags_x86_aes i2p-hardening libressl pch static +upnp" - -RDEPEND="!static? ( >=dev-libs/boost-1.46[threads] - dev-libs/crypto++ - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) - upnp? ( net-libs/miniupnpc ) - )" -DEPEND="${RDEPEND} - static? ( >=dev-libs/boost-1.46[static-libs,threads] - dev-libs/crypto++[static-libs] - !libressl? ( dev-libs/openssl:0[-bindist,static-libs] ) - libressl? ( dev-libs/libressl[static-libs] ) - upnp? ( net-libs/miniupnpc[static-libs] ) ) - i2p-hardening? ( >=sys-devel/gcc-4.7 ) - || ( >=sys-devel/gcc-4.7 >=sys-devel/clang-3.3 )" - -I2PD_USER="${I2PD_USER:-i2pd}" -I2PD_GROUP="${I2PD_GROUP:-i2pd}" - -CMAKE_USE_DIR="${S}/build" - -src_prepare() { - eapply "${FILESDIR}/${P}-fix_installed_components.patch" - eapply "${FILESDIR}/${P}-disable_ipv6_in_i2pd_conf.patch" - eapply_user -} - -src_configure() { - mycmakeargs=( - -DWITH_AESNI=$(usex cpu_flags_x86_aes ON OFF) - -DWITH_HARDENING=$(usex i2p-hardening ON OFF) - -DWITH_PCH=$(usex pch ON OFF) - -DWITH_STATIC=$(usex static ON OFF) - -DWITH_UPNP=$(usex upnp ON OFF) - -DWITH_LIBRARY=ON - -DWITH_BINARY=ON - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - dodoc README.md - doman "${FILESDIR}/${PN}.1" - keepdir /var/lib/i2pd/ - insinto "/var/lib/i2pd" - doins -r "${S}/contrib/certificates" - dosym /etc/i2pd/subscriptions.txt /var/lib/i2pd/subscriptions.txt - fowners "${I2PD_USER}:${I2PD_GROUP}" /var/lib/i2pd/ - fperms 700 /var/lib/i2pd/ - dodir "/etc/${PN}" - insinto "/etc/${PN}" - doins "${S}/debian/${PN}.conf" - doins "${S}/debian/subscriptions.txt" - doins "${FILESDIR}/tunnels.cfg" - dodir /usr/share/i2pd - newconfd "${FILESDIR}/${PN}-2.5.1.confd" "${PN}" - newinitd "${FILESDIR}/${PN}-2.5.1.initd" "${PN}" - systemd_newunit "${FILESDIR}/${PN}-2.5.1.service" "${PN}.service" - doenvd "${FILESDIR}/99${PN}" - insinto /etc/logrotate.d - newins "${FILESDIR}/${PN}-2.5.0.logrotate" "${PN}" - fowners "${I2PD_USER}:${I2PD_GROUP}" "/etc/${PN}/${PN}.conf" \ - "/etc/${PN}/subscriptions.txt" \ - "/etc/${PN}/tunnels.cfg" - fperms 600 "/etc/${PN}/${PN}.conf" \ - "/etc/${PN}/subscriptions.txt" \ - "/etc/${PN}/tunnels.cfg" -} - -pkg_setup() { - enewgroup "${I2PD_GROUP}" - enewuser "${I2PD_USER}" -1 -1 "/var/lib/run/${PN}" "${I2PD_GROUP}" -} diff --git a/net-misc/i2pd/i2pd-2.6.0-r1.ebuild b/net-misc/i2pd/i2pd-2.6.0-r1.ebuild deleted file mode 100644 index 4af91eaccc4..00000000000 --- a/net-misc/i2pd/i2pd-2.6.0-r1.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -inherit eutils systemd user cmake-utils - -DESCRIPTION="A C++ daemon for accessing the I2P anonymous network" -HOMEPAGE="https://github.com/PurpleI2P/i2pd" -SRC_URI="https://github.com/PurpleI2P/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="cpu_flags_x86_aes i2p-hardening libressl pch static +upnp" - -RDEPEND="!static? ( >=dev-libs/boost-1.49[threads] - dev-libs/crypto++ - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) - upnp? ( net-libs/miniupnpc ) - )" -DEPEND="${RDEPEND} - static? ( >=dev-libs/boost-1.49[static-libs,threads] - dev-libs/crypto++[static-libs] - !libressl? ( dev-libs/openssl:0[-bindist,static-libs] ) - libressl? ( dev-libs/libressl[static-libs] ) - upnp? ( net-libs/miniupnpc[static-libs] ) ) - i2p-hardening? ( >=sys-devel/gcc-4.7 ) - || ( >=sys-devel/gcc-4.7 >=sys-devel/clang-3.3 )" - -I2PD_USER="${I2PD_USER:-i2pd}" -I2PD_GROUP="${I2PD_GROUP:-i2pd}" - -CMAKE_USE_DIR="${S}/build" - -src_prepare() { - eapply "${FILESDIR}/${PN}-2.5.1-fix_installed_components.patch" - eapply_user -} - -src_configure() { - mycmakeargs=( - -DWITH_AESNI=$(usex cpu_flags_x86_aes ON OFF) - -DWITH_HARDENING=$(usex i2p-hardening ON OFF) - -DWITH_PCH=$(usex pch ON OFF) - -DWITH_STATIC=$(usex static ON OFF) - -DWITH_UPNP=$(usex upnp ON OFF) - -DWITH_LIBRARY=ON - -DWITH_BINARY=ON - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - dodoc README.md - keepdir /var/lib/i2pd/ - insinto "/var/lib/i2pd" - doins -r "${S}/contrib/certificates" - dosym /etc/i2pd/subscriptions.txt /var/lib/i2pd/subscriptions.txt - fowners "${I2PD_USER}:${I2PD_GROUP}" /var/lib/i2pd/ - fperms 700 /var/lib/i2pd/ - dodir "/etc/${PN}" - insinto "/etc/${PN}" - doins "${S}/docs/${PN}.conf" - doins "${S}/debian/subscriptions.txt" - doins "${S}/debian/tunnels.conf" - dodir /usr/share/i2pd - newconfd "${FILESDIR}/${PN}-2.6.0.confd" "${PN}" - newinitd "${FILESDIR}/${PN}-2.5.1.initd" "${PN}" - systemd_newunit "${FILESDIR}/${PN}-2.6.0.service" "${PN}.service" - doenvd "${FILESDIR}/99${PN}" - insinto /etc/logrotate.d - newins "${FILESDIR}/${PN}-2.5.0.logrotate" "${PN}" - fowners "${I2PD_USER}:${I2PD_GROUP}" "/etc/${PN}/${PN}.conf" \ - "/etc/${PN}/subscriptions.txt" \ - "/etc/${PN}/tunnels.conf" - fperms 600 "/etc/${PN}/${PN}.conf" \ - "/etc/${PN}/subscriptions.txt" \ - "/etc/${PN}/tunnels.conf" -} - -pkg_setup() { - enewgroup "${I2PD_GROUP}" - enewuser "${I2PD_USER}" -1 -1 "/var/lib/run/${PN}" "${I2PD_GROUP}" -} diff --git a/net-misc/i2pd/i2pd-2.6.0-r2.ebuild b/net-misc/i2pd/i2pd-2.6.0-r2.ebuild deleted file mode 100644 index dfb03b13e9b..00000000000 --- a/net-misc/i2pd/i2pd-2.6.0-r2.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -inherit eutils systemd user cmake-utils - -DESCRIPTION="A C++ daemon for accessing the I2P anonymous network" -HOMEPAGE="https://github.com/PurpleI2P/i2pd" -SRC_URI="https://github.com/PurpleI2P/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="cpu_flags_x86_aes i2p-hardening libressl pch static +upnp" - -RDEPEND="!static? ( >=dev-libs/boost-1.49[threads] - dev-libs/crypto++ - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) - upnp? ( net-libs/miniupnpc ) - )" -DEPEND="${RDEPEND} - static? ( >=dev-libs/boost-1.49[static-libs,threads] - dev-libs/crypto++[static-libs] - !libressl? ( dev-libs/openssl:0[-bindist,static-libs] ) - libressl? ( dev-libs/libressl[static-libs] ) - upnp? ( net-libs/miniupnpc[static-libs] ) ) - i2p-hardening? ( >=sys-devel/gcc-4.7 ) - || ( >=sys-devel/gcc-4.7 >=sys-devel/clang-3.3 )" - -I2PD_USER="${I2PD_USER:-i2pd}" -I2PD_GROUP="${I2PD_GROUP:-i2pd}" - -CMAKE_USE_DIR="${S}/build" - -src_prepare() { - eapply "${FILESDIR}/${PN}-2.5.1-fix_installed_components.patch" - eapply_user -} - -src_configure() { - mycmakeargs=( - -DWITH_AESNI=$(usex cpu_flags_x86_aes ON OFF) - -DWITH_HARDENING=$(usex i2p-hardening ON OFF) - -DWITH_PCH=$(usex pch ON OFF) - -DWITH_STATIC=$(usex static ON OFF) - -DWITH_UPNP=$(usex upnp ON OFF) - -DWITH_LIBRARY=ON - -DWITH_BINARY=ON - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - dodoc README.md - keepdir /var/lib/i2pd/ - insinto "/var/lib/i2pd" - doins -r "${S}/contrib/certificates" - dosym /etc/i2pd/subscriptions.txt /var/lib/i2pd/subscriptions.txt - fowners "${I2PD_USER}:${I2PD_GROUP}" /var/lib/i2pd/ - fperms 700 /var/lib/i2pd/ - dodir "/etc/${PN}" - insinto "/etc/${PN}" - doins "${S}/docs/${PN}.conf" - doins "${S}/debian/subscriptions.txt" - doins "${S}/debian/tunnels.conf" - dodir /usr/share/i2pd - newconfd "${FILESDIR}/${PN}-2.6.0-r2.confd" "${PN}" - newinitd "${FILESDIR}/${PN}-2.6.0-r2.initd" "${PN}" - systemd_newunit "${FILESDIR}/${PN}-2.6.0-r2.service" "${PN}.service" - doenvd "${FILESDIR}/99${PN}" - insinto /etc/logrotate.d - newins "${FILESDIR}/${PN}-2.5.0.logrotate" "${PN}" - fowners "${I2PD_USER}:${I2PD_GROUP}" "/etc/${PN}/${PN}.conf" \ - "/etc/${PN}/subscriptions.txt" \ - "/etc/${PN}/tunnels.conf" - fperms 600 "/etc/${PN}/${PN}.conf" \ - "/etc/${PN}/subscriptions.txt" \ - "/etc/${PN}/tunnels.conf" -} - -pkg_setup() { - enewgroup "${I2PD_GROUP}" - enewuser "${I2PD_USER}" -1 -1 "/var/lib/run/${PN}" "${I2PD_GROUP}" -} |