Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/i2pd/
Date: Sun, 10 Dec 2017 02:27:58
Message-Id: 1512872745.be01e28b29e355ae012cc1a79a2854140a6028f7.blueness@gentoo
1 commit: be01e28b29e355ae012cc1a79a2854140a6028f7
2 Author: Alexey Korepanov <kaikaikai <AT> yandex <DOT> ru>
3 AuthorDate: Wed Dec 6 11:21:20 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 02:25:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be01e28b
7
8 net-vpn/i2pd: remove old 2.14.0
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11
12 net-vpn/i2pd/Manifest | 1 -
13 net-vpn/i2pd/i2pd-2.14.0.ebuild | 105 ----------------------------------------
14 2 files changed, 106 deletions(-)
15
16 diff --git a/net-vpn/i2pd/Manifest b/net-vpn/i2pd/Manifest
17 index af7dc916a37..5bb4bd96973 100644
18 --- a/net-vpn/i2pd/Manifest
19 +++ b/net-vpn/i2pd/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST i2pd-2.14.0.tar.gz 1906272 SHA256 3cb5751d9584449721e2f3ae878411b652863fa7093994f1d8cce1fd3b40bf71 SHA512 39e6cc0ed0456b93c9a7462e5630d7be87c3dda91887bef7aec50b404212f1cef02b94488ded1918eaf4264d9be5da767dab4652cf2b8470fadfa89886e42e7b WHIRLPOOL fcfb403889f33a0cce4ed9d9508b59c5deeade85230aec4929b0ee3a00ec57d9c3bf9644e13796e158bd1cd893f69b0cb9f86dba25543e0348ed743188dd3d2c
22 DIST i2pd-2.15.0.tar.gz 1834673 SHA256 87649a1963b1d1b8f9424c0bccbdf6bbde0bb87db8dcf0b5c61f4c7f13181b86 SHA512 78f3b14ef7c4896528c6bd54adfcd251f3a94a0e9315924e8a9b58e3e6d0cc2c9334026d2faa9bff9da5dd3c4195e84473161ed7911c5e0155a79f456033f077 WHIRLPOOL 69c69fde4db194ee8a932a955b7e8088370a39782e96db9e730efabf4cf904b9a01ada732ce043064b8e950b1b9e995909da31889ebdb9a141d6a9e1a366d2a0
23 DIST i2pd-2.16.0.tar.gz 1872885 SHA256 0a8fbc76422ba3452d281f31dbd55bc2e3da3b6bb2bc689b3b93c8039b6edfcd SHA512 ac005e68ca77eb44da801b6ddb97859a1dee61009e5940c109001026eedf9b664c3c1737e17b5f7da6b690f9557d998f1f67c0996a7a6e7473e966068ec9a55b WHIRLPOOL 4bb301d981441de364a9a9ac59b70fe606ac98d720273a0aa71965bd9212259ca7823a2cf00f9e2b58f1aee8be305c92db8797e3ddcadad5a809baca92a1cc16
24 DIST i2pd-2.17.0.tar.gz 1874984 SHA256 9afc79427300cabd4e50216466bcb5be980aee841dc2aea17a8c2ab60cd7918b SHA512 ea962b8c52bfbfe211aec9e6d73bf630d7680745c915eaf12e468dc02c8c492edf95ac55b4c131e1391cf0d97ba08d58f05e9652d5b2594b839730317b4c8f6e WHIRLPOOL 41698d7eddb459f22eec69e4be1b0953b89b3b5b1bbaf6ee5ac6acb79968c354d2a9a057479bc237b4b5566a65828f0fd1c0117f42556e574cdd11130aae3865
25
26 diff --git a/net-vpn/i2pd/i2pd-2.14.0.ebuild b/net-vpn/i2pd/i2pd-2.14.0.ebuild
27 deleted file mode 100644
28 index de35d0cc72b..00000000000
29 --- a/net-vpn/i2pd/i2pd-2.14.0.ebuild
30 +++ /dev/null
31 @@ -1,105 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -inherit eutils systemd user cmake-utils
37 -
38 -DESCRIPTION="A C++ daemon for accessing the I2P anonymous network"
39 -HOMEPAGE="https://github.com/PurpleI2P/i2pd"
40 -SRC_URI="https://github.com/PurpleI2P/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 -LICENSE="BSD"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~arm ~x86"
44 -IUSE="cpu_flags_x86_aes i2p-hardening libressl static +upnp websocket"
45 -
46 -# if using libressl, require >=boost-1.65, see #597798
47 -RDEPEND="!static? ( dev-libs/boost[threads]
48 - !libressl? ( dev-libs/openssl:0[-bindist] )
49 - libressl? ( dev-libs/libressl:0
50 - >=dev-libs/boost-1.65 )
51 - sys-libs/zlib
52 - upnp? ( net-libs/miniupnpc )
53 - )"
54 -DEPEND="${RDEPEND}
55 - static? ( dev-libs/boost[static-libs,threads]
56 - !libressl? ( dev-libs/openssl:0[static-libs] )
57 - libressl? ( dev-libs/libressl:0[static-libs]
58 - >=dev-libs/boost-1.65 )
59 - sys-libs/zlib[static-libs]
60 - upnp? ( net-libs/miniupnpc[static-libs] ) )
61 - websocket? ( dev-cpp/websocketpp )
62 - i2p-hardening? ( >=sys-devel/gcc-4.7 )
63 - || ( >=sys-devel/gcc-4.7 >=sys-devel/clang-3.3 )"
64 -
65 -I2PD_USER=i2pd
66 -I2PD_GROUP=i2pd
67 -
68 -CMAKE_USE_DIR="${S}/build"
69 -
70 -DOCS=( README.md contrib/i2pd.conf contrib/tunnels.conf )
71 -
72 -PATCHES=( "${FILESDIR}/${PN}-2.14.0-fix_installed_components.patch" )
73 -
74 -src_configure() {
75 - mycmakeargs=(
76 - -DWITH_AESNI=$(usex cpu_flags_x86_aes ON OFF)
77 - -DWITH_HARDENING=$(usex i2p-hardening ON OFF)
78 - -DWITH_PCH=OFF
79 - -DWITH_STATIC=$(usex static ON OFF)
80 - -DWITH_UPNP=$(usex upnp ON OFF)
81 - -DWITH_WEBSOCKETS=$(usex websocket ON OFF)
82 - -DWITH_LIBRARY=ON
83 - -DWITH_BINARY=ON
84 - )
85 - cmake-utils_src_configure
86 -}
87 -
88 -src_install() {
89 - cmake-utils_src_install
90 -
91 - # config
92 - insinto /etc/i2pd
93 - doins contrib/i2pd.conf
94 - doins contrib/tunnels.conf
95 -
96 - # grant i2pd group read and write access to config files
97 - fowners "root:${I2PD_GROUP}" \
98 - /etc/i2pd/i2pd.conf \
99 - /etc/i2pd/tunnels.conf
100 - fperms 660 \
101 - /etc/i2pd/i2pd.conf \
102 - /etc/i2pd/tunnels.conf
103 -
104 - # working directory
105 - keepdir /var/lib/i2pd
106 - insinto /var/lib/i2pd
107 - doins -r contrib/certificates
108 - fowners "${I2PD_USER}:${I2PD_GROUP}" /var/lib/i2pd/
109 - fperms 700 /var/lib/i2pd/
110 -
111 - # add /var/lib/i2pd/certificates to CONFIG_PROTECT
112 - doenvd "${FILESDIR}/99i2pd"
113 -
114 - # openrc and systemd daemon routines
115 - newconfd "${FILESDIR}/i2pd-2.6.0-r3.confd" i2pd
116 - newinitd "${FILESDIR}/i2pd-2.6.0-r3.initd" i2pd
117 - systemd_newunit "${FILESDIR}/i2pd-2.6.0-r3.service" i2pd.service
118 -
119 - # logrotate
120 - insinto /etc/logrotate.d
121 - newins "${FILESDIR}/i2pd-2.6.0-r3.logrotate" i2pd
122 -}
123 -
124 -pkg_setup() {
125 - enewgroup "${I2PD_GROUP}"
126 - enewuser "${I2PD_USER}" -1 -1 /var/lib/run/i2pd "${I2PD_GROUP}"
127 -}
128 -
129 -pkg_postinst() {
130 - if [[ -f ${EROOT%/}/etc/i2pd/subscriptions.txt ]]; then
131 - ewarn
132 - ewarn "Configuration of the subscriptions has been moved from"
133 - ewarn "subscriptions.txt to i2pd.conf. We recommend updating"
134 - ewarn "i2pd.conf accordingly and deleting subscriptions.txt."
135 - fi
136 -}