commit:     921a7e338270ddab196fd614c6fecd6a07cfa17c
Author:     Alexey Korepanov <kaikaikai <AT> yandex <DOT> ru>
AuthorDate: Sat Jul  6 07:50:24 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Sun Jul  7 04:46:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=921a7e33

net-vpn/i2pd: drop old

Signed-off-by: Alexey Korepanov <kaikaikai <AT> yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/37454
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 net-vpn/i2pd/Manifest           |  3 --
 net-vpn/i2pd/i2pd-2.49.0.ebuild | 80 -----------------------------------------
 net-vpn/i2pd/i2pd-2.50.2.ebuild | 80 -----------------------------------------
 net-vpn/i2pd/i2pd-2.51.0.ebuild | 80 -----------------------------------------
 4 files changed, 243 deletions(-)

diff --git a/net-vpn/i2pd/Manifest b/net-vpn/i2pd/Manifest
index 1122999cae54..062d176e715a 100644
--- a/net-vpn/i2pd/Manifest
+++ b/net-vpn/i2pd/Manifest
@@ -1,4 +1 @@
-DIST i2pd-2.49.0.tar.gz 654406 BLAKE2B 
93b1bba73d308a7a6163b0b51ea59a3e11ea2d635d7275d71338ecd06d8d1dfb430e3e177aad0b3ae35f7e0e0bd95acb4e7750cbba70a4ded97fcc7596a1912b
 SHA512 
f2461bf6e1ec2f1b581c8528de57c92350133642cd34ed9a6b2f4c8e8199aa9e5b9ff76d967c60350606f1ab5359f8a7dbbcaa58284e8769cdfa7e0a29a384af
-DIST i2pd-2.50.2.tar.gz 663010 BLAKE2B 
671a294f1b4de3a71031c071330adad378e8fa418c95dbaeaba824071d38bc579d12113e899f00873e3a9a0a365f7ddc52ec9b728ffb19f254ffd8cacd9c945b
 SHA512 
7df7a578711a959feee4326060829cf87c0d1669e473934549cb59d868a7aef7300ecd2d7a6b92a2295aa7e97964cc16d0e44a334db917e22b0b59573a9052de
-DIST i2pd-2.51.0.tar.gz 670699 BLAKE2B 
363829d983a7b98416d8d4aa73af91514c82e446dd5a0c45c2ed10e5779b288fe50df2a89159de0efce8d84796fbddee33d886efab8fc8fffff6ead044d11145
 SHA512 
71e5751a283e10673138da55e3b16caa78ef92f4572b447d095d934e75d04ff11fb22e1c0372b141e26867f0c40af2ec9ad8b4b33b32e8d6b7323aa785b3b9c2
 DIST i2pd-2.52.0.tar.gz 677023 BLAKE2B 
785eeb074df3e8a046ae3c6aa1204b52275ced56560addb3d4829d098b22d37582a41de29042bb3b2d48b6616f606c200b16ae10b26608d4bb6b74f237a4c9da
 SHA512 
54272b23dcb62b8b7523038a9c1fc71b87bb9042f22bd12d6ebc62cfa47da07e2df47d88d706f285e9d88f9cace0564546632c10161f83f5c57b9ea17f5bde5f

diff --git a/net-vpn/i2pd/i2pd-2.49.0.ebuild b/net-vpn/i2pd/i2pd-2.49.0.ebuild
deleted file mode 100644
index dba3d53329cd..000000000000
--- a/net-vpn/i2pd/i2pd-2.49.0.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake toolchain-funcs systemd
-
-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="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="cpu_flags_x86_aes i2p-hardening +upnp"
-
-RDEPEND="
-       acct-user/i2pd
-       acct-group/i2pd
-       dev-libs/boost:=
-       dev-libs/openssl:0=[-bindist(-)]
-       sys-libs/zlib
-       upnp? ( net-libs/miniupnpc:= )"
-DEPEND="${RDEPEND}"
-
-CMAKE_USE_DIR="${WORKDIR}/${P}/build"
-
-DOCS=( ../README.md ../contrib/i2pd.conf ../contrib/tunnels.conf )
-
-pkg_pretend() {
-       if use i2p-hardening && ! tc-is-gcc; then
-               die "i2p-hardening requires gcc"
-       fi
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DWITH_AESNI=$(usex cpu_flags_x86_aes ON OFF)
-               -DWITH_HARDENING=$(usex i2p-hardening ON OFF)
-               -DWITH_STATIC=OFF
-               -DWITH_UPNP=$(usex upnp ON OFF)
-               -DWITH_LIBRARY=ON
-               -DWITH_BINARY=ON
-       )
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-
-       # config
-       insinto /etc/i2pd
-       doins contrib/i2pd.conf
-       doins contrib/tunnels.conf
-
-       # working directory
-       insinto /var/lib/i2pd
-       doins -r contrib/certificates
-
-       # add /var/lib/i2pd/certificates to CONFIG_PROTECT
-       doenvd "${FILESDIR}/99i2pd"
-
-       # openrc and systemd daemon routines
-       newconfd "${FILESDIR}/i2pd-2.6.0-r3.confd" i2pd
-       newinitd "${FILESDIR}/i2pd-2.39.0.initd" i2pd
-       systemd_newunit "${FILESDIR}/i2pd-2.38.0.service" i2pd.service
-
-       # logrotate
-       insinto /etc/logrotate.d
-       newins "${FILESDIR}/i2pd-2.38.0-r1.logrotate" i2pd
-}
-
-pkg_postinst() {
-       if [[ -f ${EROOT}/etc/i2pd/subscriptions.txt ]]; then
-               ewarn
-               ewarn "Configuration of the subscriptions has been moved from"
-               ewarn "subscriptions.txt to i2pd.conf. We recommend updating"
-               ewarn "i2pd.conf accordingly and deleting subscriptions.txt."
-       fi
-}

diff --git a/net-vpn/i2pd/i2pd-2.50.2.ebuild b/net-vpn/i2pd/i2pd-2.50.2.ebuild
deleted file mode 100644
index 4e2606cd0d80..000000000000
--- a/net-vpn/i2pd/i2pd-2.50.2.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake toolchain-funcs systemd
-
-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="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="cpu_flags_x86_aes i2p-hardening +upnp"
-
-RDEPEND="
-       acct-user/i2pd
-       acct-group/i2pd
-       dev-libs/boost:=
-       dev-libs/openssl:0=[-bindist(-)]
-       sys-libs/zlib
-       upnp? ( net-libs/miniupnpc:= )"
-DEPEND="${RDEPEND}"
-
-CMAKE_USE_DIR="${WORKDIR}/${P}/build"
-
-DOCS=( ../README.md ../contrib/i2pd.conf ../contrib/tunnels.conf )
-
-pkg_pretend() {
-       if use i2p-hardening && ! tc-is-gcc; then
-               die "i2p-hardening requires gcc"
-       fi
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DWITH_AESNI=$(usex cpu_flags_x86_aes ON OFF)
-               -DWITH_HARDENING=$(usex i2p-hardening ON OFF)
-               -DWITH_STATIC=OFF
-               -DWITH_UPNP=$(usex upnp ON OFF)
-               -DWITH_LIBRARY=ON
-               -DWITH_BINARY=ON
-       )
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-
-       # config
-       insinto /etc/i2pd
-       doins contrib/i2pd.conf
-       doins contrib/tunnels.conf
-
-       # working directory
-       insinto /var/lib/i2pd
-       doins -r contrib/certificates
-
-       # add /var/lib/i2pd/certificates to CONFIG_PROTECT
-       doenvd "${FILESDIR}/99i2pd"
-
-       # openrc and systemd daemon routines
-       newconfd "${FILESDIR}/i2pd-2.6.0-r3.confd" i2pd
-       newinitd "${FILESDIR}/i2pd-2.39.0.initd" i2pd
-       systemd_newunit "${FILESDIR}/i2pd-2.38.0.service" i2pd.service
-
-       # logrotate
-       insinto /etc/logrotate.d
-       newins "${FILESDIR}/i2pd-2.38.0-r1.logrotate" i2pd
-}
-
-pkg_postinst() {
-       if [[ -f ${EROOT}/etc/i2pd/subscriptions.txt ]]; then
-               ewarn
-               ewarn "Configuration of the subscriptions has been moved from"
-               ewarn "subscriptions.txt to i2pd.conf. We recommend updating"
-               ewarn "i2pd.conf accordingly and deleting subscriptions.txt."
-       fi
-}

diff --git a/net-vpn/i2pd/i2pd-2.51.0.ebuild b/net-vpn/i2pd/i2pd-2.51.0.ebuild
deleted file mode 100644
index 0346c80cb527..000000000000
--- a/net-vpn/i2pd/i2pd-2.51.0.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake toolchain-funcs systemd
-
-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="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="cpu_flags_x86_aes i2p-hardening +upnp"
-
-RDEPEND="
-       acct-user/i2pd
-       acct-group/i2pd
-       dev-libs/boost:=
-       dev-libs/openssl:0=[-bindist(-)]
-       sys-libs/zlib
-       upnp? ( net-libs/miniupnpc:= )"
-DEPEND="${RDEPEND}"
-
-CMAKE_USE_DIR="${WORKDIR}/${P}/build"
-
-DOCS=( ../README.md ../contrib/i2pd.conf ../contrib/tunnels.conf )
-
-pkg_pretend() {
-       if use i2p-hardening && ! tc-is-gcc; then
-               die "i2p-hardening requires gcc"
-       fi
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DWITH_AESNI=$(usex cpu_flags_x86_aes ON OFF)
-               -DWITH_HARDENING=$(usex i2p-hardening ON OFF)
-               -DWITH_STATIC=OFF
-               -DWITH_UPNP=$(usex upnp ON OFF)
-               -DWITH_LIBRARY=ON
-               -DWITH_BINARY=ON
-       )
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-
-       # config
-       insinto /etc/i2pd
-       doins contrib/i2pd.conf
-       doins contrib/tunnels.conf
-
-       # working directory
-       insinto /var/lib/i2pd
-       doins -r contrib/certificates
-
-       # add /var/lib/i2pd/certificates to CONFIG_PROTECT
-       doenvd "${FILESDIR}/99i2pd"
-
-       # openrc and systemd daemon routines
-       newconfd "${FILESDIR}/i2pd-2.6.0-r3.confd" i2pd
-       newinitd "${FILESDIR}/i2pd-2.39.0.initd" i2pd
-       systemd_newunit "${FILESDIR}/i2pd-2.38.0.service" i2pd.service
-
-       # logrotate
-       insinto /etc/logrotate.d
-       newins "${FILESDIR}/i2pd-2.38.0-r1.logrotate" i2pd
-}
-
-pkg_postinst() {
-       if [[ -f ${EROOT}/etc/i2pd/subscriptions.txt ]]; then
-               ewarn
-               ewarn "Configuration of the subscriptions has been moved from"
-               ewarn "subscriptions.txt to i2pd.conf. We recommend updating"
-               ewarn "i2pd.conf accordingly and deleting subscriptions.txt."
-       fi
-}

Reply via email to